diff options
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot')
43 files changed, 24865 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials.meta new file mode 100644 index 0000000..c438298 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 5401dd0f219b647fc91d1544cd338804 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif Binary files differnew file mode 100644 index 0000000..b1f7ccb --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif.meta new file mode 100644 index 0000000..210c894 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot.tif.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: d7ab2029fbe34d0499a26f57de1f51d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 512 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 6 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif Binary files differnew file mode 100644 index 0000000..473e66c --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta new file mode 100644 index 0000000..daa23a1 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 7cec4fc9f20c5e145941cf016d68ff64 +TextureImporter: + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 1 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + textureFormat: -1 + maxTextureSize: 256 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + textureType: 1 + buildTargetSettings: [] diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif Binary files differnew file mode 100644 index 0000000..c1dd8a7 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif.meta new file mode 100644 index 0000000..59c9aca --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/Minebot_emission.tif.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 722b90595ad58ea4b80eae89922c901e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 6 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 3 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat new file mode 100644 index 0000000..97c95d4 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta new file mode 100644 index 0000000..8facd35 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 1829738127541482a895692670703544 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat new file mode 100644 index 0000000..818cc70 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat @@ -0,0 +1,110 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: mine_bot-minebot + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _EMISSION + - _NORMALMAP + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 7cec4fc9f20c5e145941cf016d68ff64, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cube: + m_Texture: {fileID: 8900000, guid: cf75cef0c04674bf88463d85196d8876, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 2800000, guid: 722b90595ad58ea4b80eae89922c901e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Illum: + m_Texture: {fileID: 2800000, guid: d7ab2029fbe34d0499a26f57de1f51d6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: d7ab2029fbe34d0499a26f57de1f51d6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 7cec4fc9f20c5e145941cf016d68ff64, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 1 + - _EmissionLM: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 1 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SelfIllumination: 0 + - _Shininess: 0.08580165 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 2, g: 0.3264045, b: 0, a: 1} + - _SpecColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta new file mode 100644 index 0000000..09a2774 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 0f239eb41e29343e28970d1c5e9adede diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat new file mode 100644 index 0000000..8e18863 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat @@ -0,0 +1,110 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: mine_bot-minebot_green + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _EMISSION + - _NORMALMAP + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 7cec4fc9f20c5e145941cf016d68ff64, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Cube: + m_Texture: {fileID: 8900000, guid: cf75cef0c04674bf88463d85196d8876, type: 2} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 2800000, guid: 722b90595ad58ea4b80eae89922c901e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Illum: + m_Texture: {fileID: 2800000, guid: d7ab2029fbe34d0499a26f57de1f51d6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: d7ab2029fbe34d0499a26f57de1f51d6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Normal: + m_Texture: {fileID: 2800000, guid: 7cec4fc9f20c5e145941cf016d68ff64, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Emission: 1 + - _EmissionLM: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 1 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SelfIllumination: 0 + - _Shininess: 0.08580165 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0.98771864, b: 4.0000005, a: 1} + - _SpecColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta new file mode 100644 index 0000000..3741870 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a030d3404f8b3d40b0ed298137c43ec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat new file mode 100644 index 0000000..829c69a --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@awake-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta new file mode 100644 index 0000000..0f1177d --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 67af7822a09c145bea7714196d07f476 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat new file mode 100644 index 0000000..cff158e --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@back-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta new file mode 100644 index 0000000..f460533 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 0d2961682f01448ef8b2bf2cc390a419 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat new file mode 100644 index 0000000..7646dea --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@forward 1-01 - Default + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta new file mode 100644 index 0000000..3b3b77b --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8484bd09122784e76947d262ed126b1c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat new file mode 100644 index 0000000..0f9bcf5 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@forward-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta new file mode 100644 index 0000000..05eea84 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 7c7ae9bbdf3d944e7877ee4243ac4801 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat new file mode 100644 index 0000000..07cb971 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@left-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta new file mode 100644 index 0000000..f7fc248 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 84be6514d56e743dd9b8f1a1fca98f50 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat new file mode 100644 index 0000000..99422f0 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: mine_bot@right-01 - Default + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: [] + m_SavedProperties: + serializedVersion: 2 + m_TexEnvs: + data: + first: + name: _MainTex + second: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: {} + m_Colors: + data: + first: + name: _Color + second: {r: .588235319, g: .588235319, b: .588235319, a: 1} +--- !u!1002 &2100001 +EditorExtensionImpl: + serializedVersion: 6 diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta new file mode 100644 index 0000000..d1c4de6 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: a0410f0ca50c248fbaad373ecfcf872b diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim new file mode 100644 index 0000000..eb9f142 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim @@ -0,0 +1,2125 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: idle + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: 0.5000002, y: -0.49999997, z: -0.49999982, w: 0.50000006} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: 0.5000002, y: -0.49999997, z: -0.49999982, w: 0.50000006} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.41264138, y: -0.0000019417132, z: 0.000003831735, w: 0.91089356} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.41264138, y: -0.0000019417132, z: 0.000003831735, w: 0.91089356} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_front_upperleg2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.000065988366, y: -0.9073074, z: -0.4204679, w: 0.00007335465} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.000065988366, y: -0.9073074, z: -0.4204679, w: 0.00007335465} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_front_upperleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.70102644, y: 0.00000017159618, z: 0.000019891304, w: 0.7131353} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.70102644, y: 0.00000017159618, z: 0.000019891304, w: 0.7131353} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.6900485, y: 0.00011827727, z: -0.00011161761, w: 0.7237631} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.6900485, y: 0.00011827727, z: -0.00011161761, w: 0.7237631} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: 0.000000043711385, y: -3.3001172e-15, z: -0.000000075497915, w: 1} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: 0.000000043711385, y: -3.3001172e-15, z: -0.000000075497915, w: 1} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.25451288, y: -0.6594856, z: -0.25478816, w: 0.65983707} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.25451288, y: -0.6594856, z: -0.25478816, w: 0.65983707} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_left_upperleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.7684612, y: -0.0006684009, z: -0.00080936047, w: 0.63989544} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.7684612, y: -0.0006684009, z: -0.00080936047, w: 0.63989544} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.2702311, y: 0.65351075, z: 0.27018884, w: 0.6533734} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.2702311, y: 0.65351075, z: 0.27018884, w: 0.6533734} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_right_upperleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.7410554, y: -0.00020694887, z: -0.00031032375, w: 0.67144376} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: -0.7410554, y: -0.00020694887, z: -0.00031032375, w: 0.67144376} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: -0.7071068, y: 0, z: 0, w: 0.7071067} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: {x: -0.7071068, y: 0, z: 0, w: 0.7071067} + inSlope: {x: 0, y: 0, z: 0, w: 0} + outSlope: {x: 0, y: 0, z: 0, w: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: {x: 0, y: -0.000000014011195, z: 0.28516918} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: {x: 0, y: -0.000000014011195, z: 0.28516918} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: minebot_main + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 1690791267 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1690791267 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3079668532 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 939761840 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3951182825 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3476785095 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3387493945 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2877695902 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3811493463 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4201297411 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 556294267 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.4 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 1 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.000000014011195 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.000000014011195 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.28516918 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.28516918 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.5000002 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.5000002 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.49999997 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.49999997 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.49999982 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.49999982 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.50000006 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.50000006 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.41264138 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.41264138 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.0000019417132 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.0000019417132 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.000003831735 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.000003831735 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.91089356 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.91089356 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.000065988366 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.000065988366 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.9073074 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.9073074 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.4204679 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.4204679 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.00007335465 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.00007335465 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.70102644 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.70102644 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.00000017159618 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.00000017159618 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.000019891304 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.000019891304 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.7131353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.7131353 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.6900485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.6900485 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.00011827727 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.00011827727 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.00011161761 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.00011161761 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.7237631 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.7237631 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.000000043711385 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.000000043711385 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -3.3001172e-15 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -3.3001172e-15 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.000000075497915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.000000075497915 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.25451288 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.25451288 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.6594856 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.6594856 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.25478816 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.25478816 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.65983707 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.65983707 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.7684612 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.7684612 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.0006684009 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.0006684009 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.00080936047 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.00080936047 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.63989544 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.63989544 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.2702311 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.2702311 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.65351075 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.65351075 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.27018884 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.27018884 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.6533734 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.6533734 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.7410554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.7410554 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.00020694887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.00020694887 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.00031032375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.00031032375 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.67144376 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.67144376 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.7071068 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: -0.7071068 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.7071067 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: 0.7071067 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalRotation.w + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.00002390566 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.00002390566 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -90.00001 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -90.00001 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -89.99999 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -89.99999 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -87.26784 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -87.26784 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.3909565 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.3909565 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.39041674 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.39041674 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_front_upperleg/minebot_back_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -48.741734 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -48.741734 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.0005820902 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.0005820902 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.0007457281 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.0007457281 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_front_upperleg2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -49.72826 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -49.72826 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -179.9931 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -179.9931 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.0051459568 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.0051459568 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_front_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -89.018814 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -89.018814 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.09249538 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.09249538 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.094121106 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.094121106 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_front_upperleg2/minebot_front_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0.000005008955 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 0.000005008955 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -7.5633125e-13 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -7.5633125e-13 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.000008651423 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.000008651423 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -42.21637 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -42.21637 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -89.95327 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -89.95327 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.041947864 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.041947864 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_left_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -79.56809 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -79.56809 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 179.87704 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 179.87704 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -179.99728 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -179.99728 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_left_upperleg/minebot_left_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -44.931927 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -44.931927 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 90.01636 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 90.01636 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -0.010472784 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -0.010472784 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_right_upperleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -84.357185 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -84.357185 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 179.89392 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: 179.89392 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -179.93588 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.4 + value: -179.93588 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: minebot_main/minebot_right_upperleg/minebot_right_lowerleg + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: -90 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: -90 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.033333335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_GenerateMotionCurves: 0 + m_Events: [] diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim.meta new file mode 100644 index 0000000..6afa87f --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/idle.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 60beda8287b9b40af9a67b70527af106 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX new file mode 100644 index 0000000..0c11ee9 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX @@ -0,0 +1,2609 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 425 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "21/02/2011 21:48:21.288" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\awake.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "21/02/2011 21:48:21.288" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 82704336, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 75 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 33 + } + ObjectType: "AnimationCurveNode" { + Count: 11 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 82704816, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 84084624, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 165,34,169,173,177,456,86,85,196,2,14,110,133,5,18,9,8,22,13,44,17,16,26,25,30,28,32,41,45,461,460,371,370,193,50,74,322,53,52,57,78,61,60,164,73,176,77,76,82,81,195,87,108,20,462,54,89,94,99,98,101,102,105,107,106,111,23,113,114,117,119,122,46,198,199,362,145,366,124,458,135,129,138,143,142,457,134,153,154,157,159,158,161,162,188,127,38,183,187,191,192,365,452,281,377,202,214,306,329,205,218,209,208,222,213,236,217,216,226,225,230,228,36,233,237,240,243,361,360,374,246,270,364,249,248,253,274,257,256,126,269,190,273,272,278,277,372,283,304,220,241,250,285,290,295,294,297,298,301,303,302,307,223,309,310,313,315,318,238,379,376,368,320,166,454,331,325,334,339,338,453,330,349,350,353,355,354,357,358,178,323,373,242,429,430,433,434,437,438,441,442,445,446,449,380,381,382,385,386,389,390,393,394,397,398,401,404,428,406,410,414,418,422,431,435,439,443,447,451,405,409,413,417,421,425,378,197,194,469,473,477,481,465,485,489,493,466,474,486,490,464,468,472,476,480,484,488,492,496,497,498,545,501,502,549,505,506,553,509,510,557,513,514,561,517,565,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,0,0,-1,-7.45604478765566e-015,-4.27306758865598e-008,-1,-7.45604394062271e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,7.45604478765566e-015,4.27306758865598e-008,-1, +7.45604394062271e-015,4.27306652284187e-008,-1,0,0,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.702872514724731,0.702885627746582,-0.109187431633472, +0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.707123994827271,-0.707089483737946,0.000103243539342657, +0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.45604478765566e-015,-4.27306758865598e-008,-1,-1.49120861871795e-014,-8.54613304568375e-008,-1,-1.49120861871795e-014,-8.54613304568375e-008,-1,-7.45604394062271e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,8.47020853456115e-009,-0.344974130392075,-0.938612222671509, +6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1,0.706403613090515,-0.706393778324127,0.0447411462664604, +0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746,0.689711391925812,0.262842565774918,0.674694001674652, +0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.702872276306152,0.702885866165161,-0.109187461435795, +-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.45604478765566e-015,4.27306758865598e-008,-1,1.49120861871795e-014,8.54613304568375e-008,-1,1.49120861871795e-014,8.54613304568375e-008,-1,7.45604394062271e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.65381920337677,0.654876232147217,-0.379021793603897, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363,1,-1.63204617820156e-007,9.87643797998317e-005, +1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,0,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,0,-0.881126582622528,-0.472880482673645,0,-0.881126582622528,-0.472880482673645,0,-0.881126642227173,0.472880274057388,0,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,0,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427,-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,0,-0.881126642227173,0.472880274057388,0,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,0,0.854411125183105,0.519597589969635,0,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,0,-0.518173217773438,-0.855275690555573,0,-0.518173217773438,-0.855275690555573,0,-0.881126582622528,-0.472880482673645,0,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221,0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,0,0.518172979354858,0.855275869369507,0,1.04083596852433e-007,1,9.8764372523874e-005, +7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007, +0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,0,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,0,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691, +0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,0,-0.854411005973816,-0.519597828388214,0,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,0,0.518173217773438,0.855275750160217,0,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915, +-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,0,-0.518172681331635,-0.855275988578796,0 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 4,4,4,2,2,1,2,8,1,0,0,4,1,4,4,2,4,2,2,2,2,4,4,4,2,2,4,2,1,0,1,4,8,4,4,2,8,2,2,2,1,0,0,0,0,0,0,1,8,4,4,4,2,2,1,2,1,0,0,1,4,1,4,4,2,4,2,2,2,2,4,4,4,2,2,4,2,1,0,4,4,1,4,4,2,4,2,2,2,2,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84129776, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84151440, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84141632, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 165,166,167,0,1,3,194,169,5,7,171,168,178,9,11,13,84,198,17,190,21,24,26,27,160,30,182,34,172,80,41,42,43,46,47,50,51,54,55,58,59,61,62,65,66,70,164,170,186,117,89,93,97,101,105,109,113,85,189,81,181,148,120,124,128,132,136,140,144,90,94,98,102,106,110,114,118,72,73,74,75,76,77,78,79,176,86,188,184,82,180,193,195,155,163,161,159,153,157,28,87,177,83,185 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 1,1,2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,2,1,2,2,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,2,2,2,2,2,1,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84188336, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84182512, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84216672, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84217360, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84241376, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 84242064, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 83952816, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",182 + } + Shading: T + Culling: "CullingOff" + } + Model: 83140672, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90,45,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",0,-1.40111956170585e-006,28.5169200897217 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,6.83018917001208e-006,89.9999751837218 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.0000000000001,1.00000000000002,1.00000000000011 + P: "MaxHandle", "int", "Integer", "U",28 + } + Shading: T + Culling: "CullingOff" + } + Model: 83147040, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494121551514,-7.95376777648926,1.03961992863333e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",19.5664486350249,-89.856739275083,-108.346387154822 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000002648534,0.999999945917676,1.00000002761613 + P: "MaxHandle", "int", "Integer", "U",29 + } + Shading: T + Culling: "CullingOff" + } + Model: 83988192, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.41561031341553e-006,-9.29282569885254,30.607120513916 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.429181034787689,-0.0549966713866704,-0.0636300243855881 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000445856,0.999999830558338,0.999999964811155 + P: "MaxHandle", "int", "Integer", "U",30 + } + Shading: T + Culling: "CullingOff" + } + Model: 83149296, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",90,-45,180 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112283518421e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895368830927e-006,2.9671666690474e-013,8.6514230232721e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "MaxHandle", "int", "Integer", "U",31 + } + Shading: T + Culling: "CullingOff" + } + Model: 83151552, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15255509931012e-006,-7.95377159118652,-28.1494178771973 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.2225573956737,0.00215496906593004,-179.993448027259 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000724567,0.999999975032041,0.999999980845788 + P: "MaxHandle", "int", "Integer", "U",32 + } + Shading: T + Culling: "CullingOff" + } + Model: 83157920, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43016222864389e-006,-9.2928295135498,30.6071166992188 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.966253186021661,-0.00281403834820968,-0.003223849076403 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000278908,0.999999924260161,0.999999923853134 + P: "MaxHandle", "int", "Integer", "U",33 + } + Shading: T + Culling: "CullingOff" + } + Model: 83990448, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494312286377,-7.95376968383789,4.15622753280331e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-56.045735090947,89.9142084922628,31.6420465801358 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999988531474,1.00000006312039,1.00000007588619 + P: "MaxHandle", "int", "Integer", "U",34 + } + Shading: T + Culling: "CullingOff" + } + Model: 83992704, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43051147460938e-006,-9.29282569885254,30.6071224212646 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.432322234466307,0.0343893620792688,-0.0305719347569894 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999964850964,1.00000011566245,1.0000000965783 + P: "MaxHandle", "int", "Integer", "U",35 + } + Shading: T + Culling: "CullingOff" + } + Model: 83995040, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209271360887e-005,-7.95377159118652,28.1494293212891 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-89.7775637510708,0.00415638074347802,0.0144489255686527 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999974824274,1.0000000283491,0.999999997839887 + P: "MaxHandle", "int", "Integer", "U",36 + } + Shading: T + Culling: "CullingOff" + } + Model: 84011280, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43004581332207e-006,-9.2928295135498,30.6071243286133 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.965652255041553,0.00805005786602244,0.00347424258352785 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999952103903,1.00000004583988,0.999999994109288 + P: "MaxHandle", "int", "Integer", "U",37 + } + Shading: T + Culling: "CullingOff" + } + Material: 83160176, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 84066160, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 84075344, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 84031856, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 84065408, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 82705152, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 84075984, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 84281824, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",-1.40111956170585e-006 + P: "d|Z", "Number", "", "A+",28.5169200897217 + } + } + AnimationCurveNode: 84282192, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",6.83018917001208e-006 + P: "d|Z", "Number", "", "A+",89.9999751837218 + } + } + AnimationCurveNode: 84457856, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",19.5664486350249 + P: "d|Y", "Number", "", "A+",-89.856739275083 + P: "d|Z", "Number", "", "A+",-108.346387154822 + } + } + AnimationCurveNode: 84458224, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.429181034787689 + P: "d|Y", "Number", "", "A+",-0.0549966713866704 + P: "d|Z", "Number", "", "A+",-0.0636300243855881 + } + } + AnimationCurveNode: 84458592, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895368830927e-006 + P: "d|Y", "Number", "", "A+",2.9671666690474e-013 + P: "d|Z", "Number", "", "A+",8.6514230232721e-006 + } + } + AnimationCurveNode: 84458960, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.2225573956737 + P: "d|Y", "Number", "", "A+",0.00215496906593004 + P: "d|Z", "Number", "", "A+",-179.993448027259 + } + } + AnimationCurveNode: 84459328, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.966253186021661 + P: "d|Y", "Number", "", "A+",-0.00281403834820968 + P: "d|Z", "Number", "", "A+",-0.003223849076403 + } + } + AnimationCurveNode: 84465168, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-56.045735090947 + P: "d|Y", "Number", "", "A+",89.9142084922628 + P: "d|Z", "Number", "", "A+",31.6420465801358 + } + } + AnimationCurveNode: 84465536, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.432322234466307 + P: "d|Y", "Number", "", "A+",0.0343893620792688 + P: "d|Z", "Number", "", "A+",-0.0305719347569894 + } + } + AnimationCurveNode: 84465904, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-89.7775637510708 + P: "d|Y", "Number", "", "A+",0.00415638074347802 + P: "d|Z", "Number", "", "A+",0.0144489255686527 + } + } + AnimationCurveNode: 84466272, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.965652255041553 + P: "d|Y", "Number", "", "A+",0.00805005786602244 + P: "d|Z", "Number", "", "A+",0.00347424258352785 + } + } + AnimationCurve: 84132208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84139728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84282880, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 28.51692,37.53064,57.36082,77.191,86.20471,83.72594,77.191,67.95193,57.36082,46.7697,37.53064,30.9957,28.51692 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:432.659, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.659, NextLeftSlope:594.905, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:594.905, NextLeftSlope:432.658, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.658, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-135.206, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-135.206, NextLeftSlope:-236.61, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-236.61, NextLeftSlope:-297.453, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-297.453, NextLeftSlope:-317.733, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-317.733, NextLeftSlope:-297.453, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-297.453, NextLeftSlope:-236.61, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-236.61, NextLeftSlope:-135.206, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-135.206, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1138250826,218369284,0,1138250826,1142209011,218369284,0,1142209011,1138250822,218369284,0,1138250822,0,218369284,0,0,-1022937946,218369284,0,-1022937946,-1016292302,218369284,0,-1016292302,-1013663245,218369284,0,-1013663245,-1012998685,218369284,0,-1012998685,-1013663245,218369284,0,-1013663245,-1016292303,218369284,0,-1016292303,-1022937937,218369284,0,-1022937937,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84283200, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84289856, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84291376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84292896, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 19.56645,84.7911,175.7647,205.9816,217.1163,207.9021,187.9449,172.2034,179.6515,188.4711,180.9981,176.3394,174.6838 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:2342.97, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:2342.97, NextLeftSlope:1817.86, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1817.86, NextLeftSlope:620.274, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:620.274, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-437.57, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-437.57, NextLeftSlope:-535.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-535.48, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:244.016, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:244.016, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-181.976, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-181.976, NextLeftSlope:-94.714, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.714, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1158836115,218369284,0,1158836115,1155742581,218369284,0,1155742581,1142624647,218369284,0,1142624647,0,218369284,0,0,-1009071891,218369284,0,-1009071891,-1006248271,218369284,0,-1006248271,0,218369284,0,0,1131676671,218369284,0,1131676671,0,218369284,0,0,-1019872784,218369284,0,-1019872784,-1027773044,218369284,0,-1027773044,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84294416, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -89.85674,-89.93147,-89.92963,-89.90289,-89.88944,-89.90892,-89.95157,-89.991,-89.97616,-89.95947,-89.9746,-89.98468,-89.98837 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.148516, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.148516, NextLeftSlope:0.602832, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.602832, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.931911, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.931911, NextLeftSlope:-1.23107, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.23107, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.472922, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.472922, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.378256, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.378256, NextLeftSlope:-0.206545, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.206545, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,0,218369284,0,0,1041765515,218369284,0,1041765515,1058689851,218369284,0,1058689851,0,218369284,0,0,-1083272776,218369284,0,-1083272776,-1080192049,218369284,0,-1080192049,0,218369284,0,0,1056056031,218369284,0,1056056031,0,218369284,0,0,-1094604095,218369284,0,-1094604095,-1101823869,218369284,0,-1101823869,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84295936, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -108.3464,-132.5222,-182.5442,-180.4503,-172.5128,-186.3976,-206.3547,-222.0962,-214.6481,-205.8285,-213.3015,-217.9603,-219.6158 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-1112.97, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1112.97, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:150.471, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:150.471, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-507.628, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-507.628, NextLeftSlope:-535.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-535.48, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:244.016, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:244.016, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-181.976, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-181.976, NextLeftSlope:-94.714, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.714, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-997515532,218369284,0,-997515532,0,218369284,0,0,1125546162,218369284,0,1125546162,0,218369284,0,0,-1006776215,218369284,0,-1006776215,-1006248271,218369284,0,-1006248271,0,218369284,0,0,1131676671,218369284,0,1131676671,0,218369284,0,0,-1019872784,218369284,0,-1019872784,-1027773044,218369284,0,-1027773044,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84297456, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.4291818,-21.38289,-57.30414,-99.26595,-127.9026,-99.56206,-65.35483,-54.24599,-86.08315,-117.6139,-104.3168,-97.68752,-95.64278 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-853.124, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-853.124, NextLeftSlope:-1168.25, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1168.25, NextLeftSlope:-1058.98, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.98, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:938.217, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:938.217, NextLeftSlope:679.741, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:679.741, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-950.519, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-950.519, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:298.896, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:298.896, NextLeftSlope:130.11, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:130.11, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001043978,218369284,0,-1001043978,-997062689,218369284,0,-997062689,-997957819,218369284,0,-997957819,0,218369284,0,0,1147833823,218369284,0,1147833823,1143598956,218369284,0,1143598956,0,218369284,0,0,-999448267,218369284,0,-999448267,0,218369284,0,0,1133867693,218369284,0,1133867693,1124211738,218369284,0,1124211738,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84298976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.05499668,-0.04565299,-0.009890114,0.04680046,0.08252226,0.04673815,-0.001639245,-0.01177525,0.03046264,0.07239949,0.05486083,0.04526803,0.04227892 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.676599, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.676599, NextLeftSlope:1.3868, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.3868, NextLeftSlope:1.38619, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.38619, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1.26242, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.26242, NextLeftSlope:-0.877701, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.877701, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1.26262, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.26262, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.406972, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.406972, NextLeftSlope:-0.188729, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.188729, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1059927440,218369284,0,1059927440,1068597943,218369284,0,1068597943,1068592776,218369284,0,1068592776,0,218369284,0,0,-1079929072,218369284,0,-1079929072,-1084182269,218369284,0,-1084182269,0,218369284,0,0,1067556241,218369284,0,1067556241,0,218369284,0,0,-1093640544,218369284,0,-1093640544,-1103019493,218369284,0,-1103019493,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84300496, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.06363004,-0.03658249,-0.003742944,0.00576468,-0.01598264,-0.0003278491,-0.002650114,-0.009999397,0.01248559,0.0002661875,0.006796115,0.006906766,0.006302756 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.898306, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.898306, NextLeftSlope:0.635208, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.635208, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.145073, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.145073, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.00854493, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00854493, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1063647082,218369284,0,1063647082,1059233015,218369284,0,1059233015,0,218369284,0,0,0,218369284,0,0,-1105949165,218369284,0,-1105949165,0,218369284,0,0,0,218369284,0,0,1007419399,218369284,0,1007419399,0,218369284,0,0,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84302016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 83025952, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84322032, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84327504, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.22256,130.9437,172.3104,204.8593,224.0138,201.1596,161.6662,129.66,142.8351,157.6608,143.0638,133.6641,130.2717 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1231.32, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1231.32, NextLeftSlope:1108.73, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1108.73, NextLeftSlope:775.55, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:775.55, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-935.215, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-935.215, NextLeftSlope:-1072.49, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1072.49, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:420.013, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:420.013, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-359.951, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-359.951, NextLeftSlope:-191.881, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-191.881, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1150937648,218369284,0,1150937648,1149933445,218369284,0,1149933445,1145168698,218369284,0,1145168698,0,218369284,0,0,-999699009,218369284,0,-999699009,-997847086,218369284,0,-997847086,0,218369284,0,0,1137836458,218369284,0,1137836458,0,218369284,0,0,-1011615294,218369284,0,-1011615294,-1019223640,218369284,0,-1019223640,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84344224, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.002154969,0.002176528,0.00348555,0.004886068,0.005575444,0.004590957,0.002254314,0.0004113851,0.0005278644,0.00119075,0.0004590966,9.060185e-005,0.0108228 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.00166409, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00166409, NextLeftSlope:0.0406431, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0406431, NextLeftSlope:0.0313484, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0313484, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0498169, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0498169, NextLeftSlope:-0.0626936, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0626936, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0103994, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0103994, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0165022, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0165022, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,987372916,218369284,0,987372916,1025931618,218369284,0,1025931618,1023436594,218369284,0,1023436594,0,218369284,0,0,-1119089445,218369284,0,-1119089445,-1115658883,218369284,0,-1115658883,0,218369284,0,0,1009410601,218369284,0,1009410601,0,218369284,0,0,-1131991127,218369284,0,-1131991127,0,218369284,0,0,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84345584, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -179.9935,-179.9977,-180.0004,-180.0004,-179.9996,-180.0007,-180.0009,-180.0002,-180.0011,-180.0016,-180.0011,-180.0007,-179.9967 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-0.103887, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.103887, NextLeftSlope:-0.00209606, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00209606, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0196709, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0196709, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0204906, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0204906, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0137287, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0137287, NextLeftSlope:0.036845, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.036845, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1110129971,218369284,0,-1110129971,-1157014010,218369284,0,-1157014010,0,218369284,0,0,0,218369284,0,0,-1130289930,218369284,0,-1130289930,0,218369284,0,0,0,218369284,0,0,-1129849898,218369284,0,-1129849898,0,218369284,0,0,1012985410,218369284,0,1012985410,1024912071,218369284,0,1024912071,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84345264, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.9662532,-21.56974,-57.38258,-99.30235,-127.9491,-99.62192,-64.94379,-52.35529,-81.0285,-107.6958,-95.53801,-89.2244,-87.26788 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-846.245, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-846.245, NextLeftSlope:-1165.99, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1165.99, NextLeftSlope:-1058.5, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.5, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:945.08, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:945.08, NextLeftSlope:708.999, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:708.999, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-830.108, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-830.108, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:277.071, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:277.071, NextLeftSlope:124.052, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:124.052, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001156692,218369284,0,-1001156692,-997081177,218369284,0,-997081177,-997961741,218369284,0,-997961741,0,218369284,0,0,1147946275,218369284,0,1147946275,1144078327,218369284,0,1144078327,0,218369284,0,0,-1001421076,218369284,0,-1001421076,0,218369284,0,0,1133152548,218369284,0,1133152548,1123555993,218369284,0,1123555993,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84347824, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.002814038,-0.002322264,-0.0004917737,0.002376906,0.004072603,0.002397798,4.559643e-011,-0.0008196227,0.004425962,0.002930031,0.00211569,0.001663567,-0.0009835473 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.034834, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.034834, NextLeftSlope:0.0704876, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0704876, NextLeftSlope:0.0684656, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0684656, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.061089, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.061089, NextLeftSlope:-0.0482613, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0482613, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0346541, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0346541, NextLeftSlope:-0.018997, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.018997, NextLeftSlope:-0.0401971, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0401971, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1024372239,218369284,0,1024372239,1032870855,218369284,0,1032870855,1032599479,218369284,0,1032599479,0,218369284,0,0,-1116063614,218369284,0,-1116063614,-1119507034,218369284,0,-1119507034,0,218369284,0,0,0,218369284,0,0,-1123159696,218369284,0,-1123159696,-1130651773,218369284,0,-1130651773,-1121671741,218369284,0,-1121671741,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84345904, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.003223849,-0.001885132,-0.0001912453,-8.196227e-005,-0.00109283,-2.732076e-005,-2.732076e-005,-0.0003551698,-0.01300468,-0.0002458868,5.464151e-005,0.0003198279,0.01861006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.0454891, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0454891, NextLeftSlope:0.00883408, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00883408, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0255413, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0255413, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0233589, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0233589, NextLeftSlope:0.00848572, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00848572, NextLeftSlope:0.0204296, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0204296, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1027232445,218369284,0,1027232445,1007729872,218369284,0,1007729872,0,218369284,0,0,0,218369284,0,0,-1127138310,218369284,0,-1127138310,0,218369284,0,0,1019173684,218369284,0,1019173684,1007355826,218369284,0,1007355826,1017600997,218369284,0,1017600997,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,3,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84346544, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 303.9543,355.652,400.3198,416.3907,425.9301,415.3381,391.4693,373.1279,379.2769,390.9677,383.2786,378.612,376.9603 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1445.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1445.48, NextLeftSlope:911.081, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:911.081, NextLeftSlope:384.155, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:384.155, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-516.913, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-516.913, NextLeftSlope:-633.153, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-633.153, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:267.597, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:267.597, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-185.335, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-185.335, NextLeftSlope:-94.7746, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.7746, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1152692084,218369284,0,1152692084,1147389226,218369284,0,1147389226,1136661467,218369284,0,1136661467,0,218369284,0,0,-1006552471,218369284,0,-1006552471,-1004647985,218369284,0,-1004647985,0,218369284,0,0,1132842076,218369284,0,1132842076,0,218369284,0,0,-1019652687,218369284,0,-1019652687,-1027765094,218369284,0,-1027765094,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84346224, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 89.91421,89.8882,89.92979,89.98963,89.96949,89.99367,89.93458,89.90155,89.95381,89.96167,89.94501,89.96375,89.96382 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *12 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1.52142, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.52142, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1.38168, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.38168, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.686796, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.686796, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.00520557, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00520557, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *48 { + a: 0,0,218369284,0,0,1069727243,218369284,0,1069727243,0,218369284,0,0,0,218369284,0,0,-1078928677,218369284,0,-1078928677,0,218369284,0,0,1060098519,218369284,0,1060098519,0,218369284,0,0,0,218369284,0,0,1001034621,218369284,0,1001034621,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *12 { + a: 1,1,1,2,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84348144, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 31.64205,42.48766,46.47515,30.40427,20.86479,31.4568,44.76564,63.00902,56.86005,45.16927,52.85834,57.52489,59.17665 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:222.497, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:222.497, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-384.155, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-384.155, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:358.513, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:358.513, NextLeftSlope:473.283, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:473.283, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-267.596, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-267.596, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:185.334, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:185.334, NextLeftSlope:94.7747, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:94.7747, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1130266397,218369284,0,1130266397,0,218369284,0,0,-1010822175,218369284,0,-1010822175,0,218369284,0,0,1135821216,218369284,0,1135821216,1139582022,218369284,0,1139582022,0,218369284,0,0,-1014641579,218369284,0,-1014641579,0,218369284,0,0,1127830940,218369284,0,1127830940,1119718568,218369284,0,1119718568,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84344624, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.4323237,-21.08083,-56.98733,-99.12842,-128.0354,-98.84841,-60.57162,-42.08085,-78.73553,-123.5978,-109.3711,-102.5111,-100.4319 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-848.325, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-848.325, NextLeftSlope:-1170.71, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1170.71, NextLeftSlope:-1065.72, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1065.72, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1011.96, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1011.96, NextLeftSlope:851.513, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:851.513, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1222.75, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1222.75, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:316.301, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:316.301, NextLeftSlope:134.087, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:134.087, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001122610,218369284,0,-1001122610,-997042472,218369284,0,-997042472,-997902570,218369284,0,-997902570,0,218369284,0,0,1149041984,218369284,0,1149041984,1146413276,218369284,0,1146413276,0,218369284,0,0,-996616158,218369284,0,-996616158,0,218369284,0,0,1134438023,218369284,0,1134438023,1124472416,218369284,0,1124472416,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84344944, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.03438935,0.06106877,0.1043634,0.120644,0.0937958,0.1207224,0.1077346,0.08806815,0.1196212,0.1002406,0.1151846,0.1192819,0.1202786 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1.04961, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.04961, NextLeftSlope:0.893628, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.893628, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.489814, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.489814, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.28562, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.28562, NextLeftSlope:0.0764098, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0764098, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1065769374,218369284,0,1065769374,1063568586,218369284,0,1063568586,0,218369284,0,0,0,218369284,0,0,-1090860833,218369284,0,-1090860833,0,218369284,0,0,0,218369284,0,0,1049771209,218369284,0,1049771209,1033665727,218369284,0,1033665727,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84347504, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.03057192,-0.0197529,-0.004425957,0.0006010622,-0.007158033,0.000628383,-0.003333127,-0.009917429,0.0004098169,-0.005354863,-0.001038183,0.0001912509,0.0004917737 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.392189, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.392189, NextLeftSlope:0.305309, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.305309, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.158187, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.158187, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0831917, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0831917, NextLeftSlope:0.0229494, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0229494, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1053347087,218369284,0,1053347087,1050431877,218369284,0,1050431877,0,218369284,0,0,0,218369284,0,0,-1105069102,218369284,0,-1105069102,0,218369284,0,0,0,218369284,0,0,1034575978,218369284,0,1034575978,1018953799,218369284,0,1018953799,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84346864, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -89.77757,-49.0563,-7.689564,24.85929,44.01379,21.12191,-18.41807,-50.23099,-36.70448,-21.36669,-36.00359,-45.37005,-48.74173 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1231.32, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1231.32, NextLeftSlope:1108.73, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1108.73, NextLeftSlope:775.55, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:775.55, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-936.478, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-936.478, NextLeftSlope:-1070.29, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1070.29, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:432.964, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.964, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-360.05, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-360.05, NextLeftSlope:-191.072, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-191.072, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1150937661,218369284,0,1150937661,1149933437,218369284,0,1149933437,1145168695,218369284,0,1145168695,0,218369284,0,0,-999678315,218369284,0,-999678315,-997865117,218369284,0,-997865117,0,218369284,0,0,1138260852,218369284,0,1138260852,0,218369284,0,0,-1011612044,218369284,0,-1011612044,-1019276684,218369284,0,-1019276684,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84347184, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.004156381,0.002181633,0.003468469,0.004899333,0.005570778,0.007436649,0.002230434,0.0003959504,0.0005302312,0.001226345,0.000495222,0.0001412047,2.149302e-005 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0407655, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0407655, NextLeftSlope:0.0315346, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0315346, NextLeftSlope:0.0380598, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0380598, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.10561, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.10561, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0121639, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0121639, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0162771, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0162771, NextLeftSlope:-0.00710594, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00710594, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,0,218369284,0,0,1025964472,218369284,0,1025964472,1023486582,218369284,0,1023486582,1025238156,218369284,0,1025238156,0,218369284,0,0,-1109898671,218369284,0,-1109898671,0,218369284,0,0,1011305285,218369284,0,1011305285,0,218369284,0,0,-1132111981,218369284,0,-1132111981,-1142368023,218369284,0,-1142368023,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84377504, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.01444892,0.002337813,-0.0003551698,-0.0003824906,0.0003551698,0.01855483,-0.0008742642,-0.0001639245,-0.00109283,-0.001475321,-0.00106551,-0.0006283774,-0.0004917737 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *12 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-0.222061, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.222061, NextLeftSlope:-0.00209572, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00209572, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0582865, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0582865, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0196709, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0196709, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0127042, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0127042, NextLeftSlope:0.00860604, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00860604, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *48 { + a: 0,-1100782574,218369284,0,-1100782574,-1157015471,218369284,0,-1157015471,0,218369284,0,0,1030667733,218369284,0,1030667733,0,218369284,0,0,0,218369284,0,0,-1130289930,218369284,0,-1130289930,0,218369284,0,0,1011885331,218369284,0,1011885331,1007485015,218369284,0,1007485015,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *12 { + a: 1,1,1,1,1,2,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84377184, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.9656522,-21.56894,-57.38326,-99.30333,-127.9501,-99.64806,-65.12692,-52.86296,-82.15021,-109.7001,-97.34892,-91.01292,-89.0187 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-846.264, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-846.264, NextLeftSlope:-1166.02, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1166.02, NextLeftSlope:-1058.5, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.5, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:942.348, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:942.348, NextLeftSlope:701.777, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:701.777, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-852.557, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-852.557, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:280.308, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:280.308, NextLeftSlope:124.953, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:124.953, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001156376,218369284,0,-1001156376,-997080958,218369284,0,-997080958,-997961704,218369284,0,-997961704,0,218369284,0,0,1147901511,218369284,0,1147901511,1143959987,218369284,0,1143959987,0,218369284,0,0,-1001053270,218369284,0,-1001053270,0,218369284,0,0,1133258594,218369284,0,1133258594,1123674112,218369284,0,1123674112,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84375904, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.008050057,-0.01538159,0.001366038,-0.002595472,-0.004999699,-0.004180076,0.0006556982,-0.009070491,-0.0009562265,-0.003551699,-0.002404227,-0.002076378,-0.001611925 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *10 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.095486, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.095486, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0727893, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0727893, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0221298, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0221298, NextLeftSlope:0.0118845, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0118845, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *40 { + a: 0,0,218369284,0,0,-1111257552,218369284,0,-1111257552,0,218369284,0,0,1033179786,218369284,0,1033179786,0,218369284,0,0,0,218369284,0,0,1018513813,218369284,0,1018513813,1011005268,218369284,0,1011005268,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *10 { + a: 2,1,1,1,1,3,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84373664, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.003474242,0.006222239,-0.00106551,-0.001448,-0.000109283,-0.02100966,-0.001366038,0.01106491,-0.001639245,-0.001147472,-0.001502642,0.002131019,-0.001611925 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *8 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0305698, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0305698, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.481119, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.481119, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *32 { + a: 0,0,218369284,0,0,-1124438654,218369284,0,-1124438654,0,218369284,0,0,0,218369284,0,0,1056331051,218369284,0,1056331051,0,218369284,0,0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *8 { + a: 1,1,1,2,1,1,5,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 82926448, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",83952816,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",83140672,83952816 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",82704816,83952816 + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",83147040,83140672 + + ;Model::minebot_head, Model::minebot_main + C: "OO",83149296,83140672 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",83151552,83140672 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",83990448,83140672 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",83995040,83140672 + + ;Geometry::, Model::minebot_main + C: "OO",84084624,83140672 + + ;Material::01 - Default, Model::minebot_main + C: "OO",83160176,83140672 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",84281824,83140672, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",84282192,83140672, "Lcl Rotation" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",83988192,83147040 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",84129776,83147040 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",83160176,83147040 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",84457856,83147040, "Lcl Rotation" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",84151440,83988192 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",83160176,83988192 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",84458224,83988192, "Lcl Rotation" + + ;Geometry::, Model::minebot_head + C: "OO",84141632,83149296 + + ;Material::01 - Default, Model::minebot_head + C: "OO",83160176,83149296 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",84458592,83149296, "Lcl Rotation" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",83157920,83151552 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",84188336,83151552 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",83160176,83151552 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",84458960,83151552, "Lcl Rotation" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",84182512,83157920 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",83160176,83157920 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",84459328,83157920, "Lcl Rotation" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",83992704,83990448 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",84216672,83990448 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",83160176,83990448 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",84465168,83990448, "Lcl Rotation" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",84217360,83992704 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",83160176,83992704 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",84465536,83992704, "Lcl Rotation" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",84011280,83995040 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",84241376,83995040 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",83160176,83995040 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",84465904,83995040, "Lcl Rotation" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",84242064,84011280 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",83160176,84011280 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",84466272,84011280, "Lcl Rotation" + + ;Texture::Map #1, Material::01 - Default + C: "OP",84031856,83160176, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",84065408,83160176, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",84066160,84031856 + + ;Video::Map #2, Texture::Map #2 + C: "OO",84075344,84065408 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",84075984,82705152 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",84281824,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84282192,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84457856,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84458224,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84458592,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84458960,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84459328,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84465168,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84465536,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84465904,84075984 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",84466272,84075984 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",84011280,82926448 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",83995040,82926448 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",83992704,82926448 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",83990448,82926448 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",83157920,82926448 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",83151552,82926448 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",83149296,82926448 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",83988192,82926448 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",83147040,82926448 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",83140672,82926448 + + ;AnimCurve::, AnimCurveNode::T + C: "OP",84132208,84281824, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",84139728,84281824, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",84282880,84281824, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84283200,84282192, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84289856,84282192, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84291376,84282192, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84292896,84457856, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84294416,84457856, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84295936,84457856, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84297456,84458224, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84298976,84458224, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84300496,84458224, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84302016,84458592, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",83025952,84458592, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84322032,84458592, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84327504,84458960, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84344224,84458960, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84345584,84458960, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84345264,84459328, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84347824,84459328, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84345904,84459328, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84346544,84465168, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84346224,84465168, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84348144,84465168, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84344624,84465536, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84344944,84465536, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84347504,84465536, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84346864,84465904, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84347184,84465904, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84377504,84465904, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84377184,84466272, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84375904,84466272, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84373664,84466272, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX.meta new file mode 100644 index 0000000..35bf2e0 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.FBX.meta @@ -0,0 +1,309 @@ +fileFormatVersion: 2 +guid: caeffedc34d9f4161b7694ad0d84bbd3 +ModelImporter: + serializedVersion: 21100 + internalIDToNameTable: + - first: + 1: 100000 + second: minebot_front_lowerleg + - first: + 1: 100002 + second: minebot_front_upperleg 1 + - first: + 1: 100004 + second: minebot_back_lowerleg + - first: + 1: 100006 + second: minebot_left_upperleg + - first: + 1: 100008 + second: minebot_right_lowerleg + - first: + 1: 100010 + second: minebot_head + - first: + 1: 100012 + second: minebot_front_upperleg + - first: + 1: 100014 + second: //RootNode + - first: + 1: 100016 + second: minebot_right_upperleg + - first: + 1: 100018 + second: minebot_main + - first: + 1: 100020 + second: minebot_left_lowerleg + - first: + 4: 400000 + second: minebot_front_lowerleg + - first: + 4: 400002 + second: minebot_front_upperleg 1 + - first: + 4: 400004 + second: minebot_back_lowerleg + - first: + 4: 400006 + second: minebot_left_upperleg + - first: + 4: 400008 + second: minebot_right_lowerleg + - first: + 4: 400010 + second: minebot_head + - first: + 4: 400012 + second: minebot_front_upperleg + - first: + 4: 400014 + second: //RootNode + - first: + 4: 400016 + second: minebot_right_upperleg + - first: + 4: 400018 + second: minebot_main + - first: + 4: 400020 + second: minebot_left_lowerleg + - first: + 23: 2300000 + second: minebot_front_lowerleg + - first: + 23: 2300002 + second: minebot_front_upperleg 1 + - first: + 23: 2300004 + second: minebot_back_lowerleg + - first: + 23: 2300006 + second: minebot_left_upperleg + - first: + 23: 2300008 + second: minebot_right_lowerleg + - first: + 23: 2300010 + second: minebot_head + - first: + 23: 2300012 + second: minebot_front_upperleg + - first: + 23: 2300014 + second: minebot_right_upperleg + - first: + 23: 2300016 + second: minebot_main + - first: + 23: 2300018 + second: minebot_left_lowerleg + - first: + 33: 3300000 + second: minebot_front_lowerleg + - first: + 33: 3300002 + second: minebot_front_upperleg 1 + - first: + 33: 3300004 + second: minebot_back_lowerleg + - first: + 33: 3300006 + second: minebot_left_upperleg + - first: + 33: 3300008 + second: minebot_right_lowerleg + - first: + 33: 3300010 + second: minebot_head + - first: + 33: 3300012 + second: minebot_front_upperleg + - first: + 33: 3300014 + second: minebot_right_upperleg + - first: + 33: 3300016 + second: minebot_main + - first: + 33: 3300018 + second: minebot_left_lowerleg + - first: + 43: 4300000 + second: minebot_main + - first: + 43: 4300002 + second: minebot_right_upperleg + - first: + 43: 4300004 + second: minebot_right_lowerleg + - first: + 43: 4300006 + second: minebot_head + - first: + 43: 4300008 + second: minebot_front_upperleg + - first: + 43: 4300010 + second: minebot_back_lowerleg + - first: + 43: 4300012 + second: minebot_left_upperleg + - first: + 43: 4300014 + second: minebot_left_lowerleg + - first: + 43: 4300016 + second: minebot_front_upperleg + - first: + 43: 4300018 + second: minebot_front_lowerleg + - first: + 74: 7400000 + second: Take 001 + - first: + 74: 7400002 + second: idle + - first: + 95: 9500000 + second: //RootNode + - first: + 111: 11100000 + second: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: 1829738127541482a895692670703544, type: 2} + materials: + materialImportMode: 0 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Take 001 + takeName: Take 001 + internalID: 0 + firstFrame: 0 + lastFrame: 12 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + fileIdsGeneration: 1 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: + - 7e212db0aa2c00b448aa511ece336f20 + - a13fed205b1fa3942abfab7ba21463ec + - 1da85f72a7a82bc4eabdbd8f0683bde2 + - b667956babf1f0446a76fa8b99404ab8 + - f8136785e54fd1d459d2a3a0849fe770 + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.01 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller new file mode 100644 index 0000000..a489569 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller @@ -0,0 +1,226 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: mine_bot + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: NormalizedSpeed + m_Type: 1 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1107486723261133832} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!206 &206342003477173970 +BlendTree: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BlendTree + m_Childs: [] + m_BlendParameter: Blend + m_BlendParameterY: Blend + m_MinThreshold: 0 + m_MaxThreshold: 1 + m_UseAutomaticThresholds: 1 + m_NormalizedBlendValues: 0 + m_BlendType: 0 +--- !u!1101 &1101593506687001898 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 4 + m_ConditionEvent: NormalizedSpeed + m_EventTreshold: 0.25 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102205294602232732} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.19999997 + m_TransitionOffset: 0 + m_ExitTime: 0.017727489 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101664487642093202 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 3 + m_ConditionEvent: NormalizedSpeed + m_EventTreshold: 0.25 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102325561733084254} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.2 + m_TransitionOffset: 0 + m_ExitTime: 0 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1101 &1101722432335548454 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 1102205294602232732} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.2 + m_TransitionOffset: 1.4767269 + m_ExitTime: 0.49806058 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &1102205294602232732 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: idle + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101664487642093202} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 60beda8287b9b40af9a67b70527af106, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102275969710843768 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: awake + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101722432335548454} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 7e212db0aa2c00b448aa511ece336f20, type: 3} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &1102325561733084254 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: forward + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 1101593506687001898} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 1 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 1da85f72a7a82bc4eabdbd8f0683bde2, type: 3} + m_Tag: + m_SpeedParameter: NormalizedSpeed + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1107486723261133832 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102275969710843768} + m_Position: {x: 210, y: 180, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102205294602232732} + m_Position: {x: 490, y: 270, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1102325561733084254} + m_Position: {x: 490, y: 110, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: -20, y: 270, z: 0} + m_EntryPosition: {x: -20, y: 190, z: 0} + m_ExitPosition: {x: -20, y: 230, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 1102275969710843768} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller.meta new file mode 100644 index 0000000..f91cb47 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75b096e6c847f4e22be41113329a0693 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX new file mode 100644 index 0000000..7b726a1 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX @@ -0,0 +1,2609 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 487 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@awake.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@awake.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "21/02/2011 21:48:21.288" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\awake.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "21/02/2011 21:48:21.288" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 84408224, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 75 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 33 + } + ObjectType: "AnimationCurveNode" { + Count: 11 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 84759696, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 85903744, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 165,34,169,173,177,456,86,85,196,2,14,110,133,5,18,9,8,22,13,44,17,16,26,25,30,28,32,41,45,461,460,371,370,193,50,74,322,53,52,57,78,61,60,164,73,176,77,76,82,81,195,87,108,20,462,54,89,94,99,98,101,102,105,107,106,111,23,113,114,117,119,122,46,198,199,362,145,366,124,458,135,129,138,143,142,457,134,153,154,157,159,158,161,162,188,127,38,183,187,191,192,365,452,281,377,202,214,306,329,205,218,209,208,222,213,236,217,216,226,225,230,228,36,233,237,240,243,361,360,374,246,270,364,249,248,253,274,257,256,126,269,190,273,272,278,277,372,283,304,220,241,250,285,290,295,294,297,298,301,303,302,307,223,309,310,313,315,318,238,379,376,368,320,166,454,331,325,334,339,338,453,330,349,350,353,355,354,357,358,178,323,373,242,429,430,433,434,437,438,441,442,445,446,449,380,381,382,385,386,389,390,393,394,397,398,401,404,428,406,410,414,418,422,431,435,439,443,447,451,405,409,413,417,421,425,378,197,194,469,473,477,481,465,485,489,493,466,474,486,490,464,468,472,476,480,484,488,492,496,497,498,545,501,502,549,505,506,553,509,510,557,513,514,561,517,565,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,0,0,-1,-7.45604478765566e-015,-4.27306758865598e-008,-1,-7.45604394062271e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,7.45604478765566e-015,4.27306758865598e-008,-1, +7.45604394062271e-015,4.27306652284187e-008,-1,0,0,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.702872514724731,0.702885627746582,-0.109187431633472, +0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.707123994827271,-0.707089483737946,0.000103243539342657, +0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.45604478765566e-015,-4.27306758865598e-008,-1,-1.49120861871795e-014,-8.54613304568375e-008,-1,-1.49120861871795e-014,-8.54613304568375e-008,-1,-7.45604394062271e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,8.47020853456115e-009,-0.344974130392075,-0.938612222671509, +6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1,0.706403613090515,-0.706393778324127,0.0447411462664604, +0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746,0.689711391925812,0.262842565774918,0.674694001674652, +0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.702872276306152,0.702885866165161,-0.109187461435795, +-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.45604478765566e-015,4.27306758865598e-008,-1,1.49120861871795e-014,8.54613304568375e-008,-1,1.49120861871795e-014,8.54613304568375e-008,-1,7.45604394062271e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.65381920337677,0.654876232147217,-0.379021793603897, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363,1,-1.63204617820156e-007,9.87643797998317e-005, +1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,0,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,0,-0.881126582622528,-0.472880482673645,0,-0.881126582622528,-0.472880482673645,0,-0.881126642227173,0.472880274057388,0,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,0,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427,-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,0,-0.881126642227173,0.472880274057388,0,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,0,0.854411125183105,0.519597589969635,0,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,0,-0.518173217773438,-0.855275690555573,0,-0.518173217773438,-0.855275690555573,0,-0.881126582622528,-0.472880482673645,0,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221,0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,0,0.518172979354858,0.855275869369507,0,1.04083596852433e-007,1,9.8764372523874e-005, +7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007, +0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,0,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,0,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691, +0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,0,-0.854411005973816,-0.519597828388214,0,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,0,0.518173217773438,0.855275750160217,0,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915, +-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,0,-0.518172681331635,-0.855275988578796,0 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 4,4,4,2,2,1,2,8,1,0,0,4,1,4,4,2,4,2,2,2,2,4,4,4,2,2,4,2,1,0,1,4,8,4,4,2,8,2,2,2,1,0,0,0,0,0,0,1,8,4,4,4,2,2,1,2,1,0,0,1,4,1,4,4,2,4,2,2,2,2,4,4,4,2,2,4,2,1,0,4,4,1,4,4,2,4,2,2,2,2,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 85948896, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 85970560, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 85960752, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 165,166,167,0,1,3,194,169,5,7,171,168,178,9,11,13,84,198,17,190,21,24,26,27,160,30,182,34,172,80,41,42,43,46,47,50,51,54,55,58,59,61,62,65,66,70,164,170,186,117,89,93,97,101,105,109,113,85,189,81,181,148,120,124,128,132,136,140,144,90,94,98,102,106,110,114,118,72,73,74,75,76,77,78,79,176,86,188,184,82,180,193,195,155,163,161,159,153,157,28,87,177,83,185 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 1,1,2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,2,1,2,2,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,2,2,2,2,2,1,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86015664, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86009840, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86045040, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86045728, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86068720, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 2,5,143,9,133,134,152,135,136,13,160,16,15,131,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,61,62,64,3,1,147,139,66,69,74,77,156,103,105,107,109,111,113,14,11,10,164,168,172,176,180,184,161,140,144,149,153,157,6,7,8,93,94,95,185,165,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 1,1,2,2,4,4,4,4,4,4,4,4,4,4,2,2,4,4,1,1,2,2,1,1,2,16,16,16,16,16,16,2,2,1,1,1,32,32,32,2,1,2,2,8,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86069408, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,64,66,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,42,53,54,55,56,84,69,71,74,65,67,85,81 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 1,1,2,2,4,2,4,4,1,1,2,2,4,4,2,4,4,2,8,4,2 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 84768240, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",182 + } + Shading: T + Culling: "CullingOff" + } + Model: 84770832, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90,45,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",0,-1.40111956170585e-006,28.5169200897217 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,6.83018917001208e-006,89.9999751837218 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.0000000000001,1.00000000000002,1.00000000000011 + P: "MaxHandle", "int", "Integer", "U",28 + } + Shading: T + Culling: "CullingOff" + } + Model: 84777536, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494121551514,-7.95376777648926,1.03961992863333e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",19.5664486350249,-89.856739275083,-108.346387154822 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000002648534,0.999999945917676,1.00000002761613 + P: "MaxHandle", "int", "Integer", "U",29 + } + Shading: T + Culling: "CullingOff" + } + Model: 84812576, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.41561031341553e-006,-9.29282569885254,30.607120513916 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.429181034787689,-0.0549966713866704,-0.0636300243855881 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000445856,0.999999830558338,0.999999964811155 + P: "MaxHandle", "int", "Integer", "U",30 + } + Shading: T + Culling: "CullingOff" + } + Model: 84814832, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",90,-45,180 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112283518421e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895368830927e-006,2.9671666690474e-013,8.6514230232721e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "MaxHandle", "int", "Integer", "U",31 + } + Shading: T + Culling: "CullingOff" + } + Model: 84817088, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15255509931012e-006,-7.95377159118652,-28.1494178771973 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.2225573956737,0.00215496906593004,-179.993448027259 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000724567,0.999999975032041,0.999999980845788 + P: "MaxHandle", "int", "Integer", "U",32 + } + Shading: T + Culling: "CullingOff" + } + Model: 84823456, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43016222864389e-006,-9.2928295135498,30.6071166992188 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.966253186021661,-0.00281403834820968,-0.003223849076403 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000278908,0.999999924260161,0.999999923853134 + P: "MaxHandle", "int", "Integer", "U",33 + } + Shading: T + Culling: "CullingOff" + } + Model: 84825712, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494312286377,-7.95376968383789,4.15622753280331e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-56.045735090947,89.9142084922628,31.6420465801358 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999988531474,1.00000006312039,1.00000007588619 + P: "MaxHandle", "int", "Integer", "U",34 + } + Shading: T + Culling: "CullingOff" + } + Model: 84827968, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43051147460938e-006,-9.29282569885254,30.6071224212646 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.432322234466307,0.0343893620792688,-0.0305719347569894 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999964850964,1.00000011566245,1.0000000965783 + P: "MaxHandle", "int", "Integer", "U",35 + } + Shading: T + Culling: "CullingOff" + } + Model: 85883920, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209271360887e-005,-7.95377159118652,28.1494293212891 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-89.7775637510708,0.00415638074347802,0.0144489255686527 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999974824274,1.0000000283491,0.999999997839887 + P: "MaxHandle", "int", "Integer", "U",36 + } + Shading: T + Culling: "CullingOff" + } + Model: 85879280, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.43004581332207e-006,-9.2928295135498,30.6071243286133 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-0.965652255041553,0.00805005786602244,0.00347424258352785 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999952103903,1.00000004583988,0.999999994109288 + P: "MaxHandle", "int", "Integer", "U",37 + } + Shading: T + Culling: "CullingOff" + } + Material: 84830752, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 85893824, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 85902672, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 84831392, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 85893072, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 84409040, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 85903312, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 86109168, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",-1.40111956170585e-006 + P: "d|Z", "Number", "", "A+",28.5169200897217 + } + } + AnimationCurveNode: 86109536, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",6.83018917001208e-006 + P: "d|Z", "Number", "", "A+",89.9999751837218 + } + } + AnimationCurveNode: 86350752, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",19.5664486350249 + P: "d|Y", "Number", "", "A+",-89.856739275083 + P: "d|Z", "Number", "", "A+",-108.346387154822 + } + } + AnimationCurveNode: 86351120, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.429181034787689 + P: "d|Y", "Number", "", "A+",-0.0549966713866704 + P: "d|Z", "Number", "", "A+",-0.0636300243855881 + } + } + AnimationCurveNode: 86351488, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895368830927e-006 + P: "d|Y", "Number", "", "A+",2.9671666690474e-013 + P: "d|Z", "Number", "", "A+",8.6514230232721e-006 + } + } + AnimationCurveNode: 86351856, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.2225573956737 + P: "d|Y", "Number", "", "A+",0.00215496906593004 + P: "d|Z", "Number", "", "A+",-179.993448027259 + } + } + AnimationCurveNode: 86352224, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.966253186021661 + P: "d|Y", "Number", "", "A+",-0.00281403834820968 + P: "d|Z", "Number", "", "A+",-0.003223849076403 + } + } + AnimationCurveNode: 86358064, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-56.045735090947 + P: "d|Y", "Number", "", "A+",89.9142084922628 + P: "d|Z", "Number", "", "A+",31.6420465801358 + } + } + AnimationCurveNode: 86358432, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.432322234466307 + P: "d|Y", "Number", "", "A+",0.0343893620792688 + P: "d|Z", "Number", "", "A+",-0.0305719347569894 + } + } + AnimationCurveNode: 86358800, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-89.7775637510708 + P: "d|Y", "Number", "", "A+",0.00415638074347802 + P: "d|Z", "Number", "", "A+",0.0144489255686527 + } + } + AnimationCurveNode: 86359168, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-0.965652255041553 + P: "d|Y", "Number", "", "A+",0.00805005786602244 + P: "d|Z", "Number", "", "A+",0.00347424258352785 + } + } + AnimationCurve: 85951328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 85958848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006,-1.40112e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86110224, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 28.51692,37.53064,57.36082,77.191,86.20471,83.72594,77.191,67.95193,57.36082,46.7697,37.53064,30.9957,28.51692 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:432.659, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.659, NextLeftSlope:594.905, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:594.905, NextLeftSlope:432.658, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.658, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-135.206, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-135.206, NextLeftSlope:-236.61, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-236.61, NextLeftSlope:-297.453, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-297.453, NextLeftSlope:-317.733, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-317.733, NextLeftSlope:-297.453, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-297.453, NextLeftSlope:-236.61, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-236.61, NextLeftSlope:-135.206, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-135.206, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1138250826,218369284,0,1138250826,1142209011,218369284,0,1142209011,1138250822,218369284,0,1138250822,0,218369284,0,0,-1022937946,218369284,0,-1022937946,-1016292302,218369284,0,-1016292302,-1013663245,218369284,0,-1013663245,-1012998685,218369284,0,-1012998685,-1013663245,218369284,0,-1013663245,-1016292303,218369284,0,-1016292303,-1022937937,218369284,0,-1022937937,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86110544, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86117200, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006,6.830189e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86118720, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998,89.99998 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86120240, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 19.56645,84.7911,175.7647,205.9816,217.1163,207.9021,187.9449,172.2034,179.6515,188.4711,180.9981,176.3394,174.6838 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:2342.97, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:2342.97, NextLeftSlope:1817.86, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1817.86, NextLeftSlope:620.274, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:620.274, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-437.57, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-437.57, NextLeftSlope:-535.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-535.48, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:244.016, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:244.016, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-181.976, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-181.976, NextLeftSlope:-94.714, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.714, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1158836115,218369284,0,1158836115,1155742581,218369284,0,1155742581,1142624647,218369284,0,1142624647,0,218369284,0,0,-1009071891,218369284,0,-1009071891,-1006248271,218369284,0,-1006248271,0,218369284,0,0,1131676671,218369284,0,1131676671,0,218369284,0,0,-1019872784,218369284,0,-1019872784,-1027773044,218369284,0,-1027773044,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86121760, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -89.85674,-89.93147,-89.92963,-89.90289,-89.88944,-89.90892,-89.95157,-89.991,-89.97616,-89.95947,-89.9746,-89.98468,-89.98837 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.148516, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.148516, NextLeftSlope:0.602832, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.602832, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.931911, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.931911, NextLeftSlope:-1.23107, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.23107, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.472922, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.472922, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.378256, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.378256, NextLeftSlope:-0.206545, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.206545, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,0,218369284,0,0,1041765515,218369284,0,1041765515,1058689851,218369284,0,1058689851,0,218369284,0,0,-1083272776,218369284,0,-1083272776,-1080192049,218369284,0,-1080192049,0,218369284,0,0,1056056031,218369284,0,1056056031,0,218369284,0,0,-1094604095,218369284,0,-1094604095,-1101823869,218369284,0,-1101823869,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86188832, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -108.3464,-132.5222,-182.5442,-180.4503,-172.5128,-186.3976,-206.3547,-222.0962,-214.6481,-205.8285,-213.3015,-217.9603,-219.6158 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-1112.97, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1112.97, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:150.471, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:150.471, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-507.628, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-507.628, NextLeftSlope:-535.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-535.48, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:244.016, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:244.016, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-181.976, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-181.976, NextLeftSlope:-94.714, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.714, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-997515532,218369284,0,-997515532,0,218369284,0,0,1125546162,218369284,0,1125546162,0,218369284,0,0,-1006776215,218369284,0,-1006776215,-1006248271,218369284,0,-1006248271,0,218369284,0,0,1131676671,218369284,0,1131676671,0,218369284,0,0,-1019872784,218369284,0,-1019872784,-1027773044,218369284,0,-1027773044,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86190352, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.4291818,-21.38289,-57.30414,-99.26595,-127.9026,-99.56206,-65.35483,-54.24599,-86.08315,-117.6139,-104.3168,-97.68752,-95.64278 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-853.124, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-853.124, NextLeftSlope:-1168.25, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1168.25, NextLeftSlope:-1058.98, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.98, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:938.217, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:938.217, NextLeftSlope:679.741, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:679.741, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-950.519, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-950.519, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:298.896, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:298.896, NextLeftSlope:130.11, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:130.11, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001043978,218369284,0,-1001043978,-997062689,218369284,0,-997062689,-997957819,218369284,0,-997957819,0,218369284,0,0,1147833823,218369284,0,1147833823,1143598956,218369284,0,1143598956,0,218369284,0,0,-999448267,218369284,0,-999448267,0,218369284,0,0,1133867693,218369284,0,1133867693,1124211738,218369284,0,1124211738,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86191872, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.05499668,-0.04565299,-0.009890114,0.04680046,0.08252226,0.04673815,-0.001639245,-0.01177525,0.03046264,0.07239949,0.05486083,0.04526803,0.04227892 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.676599, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.676599, NextLeftSlope:1.3868, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.3868, NextLeftSlope:1.38619, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.38619, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1.26242, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.26242, NextLeftSlope:-0.877701, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.877701, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1.26262, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.26262, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.406972, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.406972, NextLeftSlope:-0.188729, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.188729, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1059927440,218369284,0,1059927440,1068597943,218369284,0,1068597943,1068592776,218369284,0,1068592776,0,218369284,0,0,-1079929072,218369284,0,-1079929072,-1084182269,218369284,0,-1084182269,0,218369284,0,0,1067556241,218369284,0,1067556241,0,218369284,0,0,-1093640544,218369284,0,-1093640544,-1103019493,218369284,0,-1103019493,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86193392, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.06363004,-0.03658249,-0.003742944,0.00576468,-0.01598264,-0.0003278491,-0.002650114,-0.009999397,0.01248559,0.0002661875,0.006796115,0.006906766,0.006302756 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.898306, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.898306, NextLeftSlope:0.635208, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.635208, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.145073, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.145073, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.00854493, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00854493, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1063647082,218369284,0,1063647082,1059233015,218369284,0,1059233015,0,218369284,0,0,0,218369284,0,0,-1105949165,218369284,0,-1105949165,0,218369284,0,0,0,218369284,0,0,1007419399,218369284,0,1007419399,0,218369284,0,0,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86194912, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 84830224, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86206720, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *2 { + a: 12,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86228608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.22256,130.9437,172.3104,204.8593,224.0138,201.1596,161.6662,129.66,142.8351,157.6608,143.0638,133.6641,130.2717 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1231.32, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1231.32, NextLeftSlope:1108.73, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1108.73, NextLeftSlope:775.55, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:775.55, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-935.215, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-935.215, NextLeftSlope:-1072.49, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1072.49, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:420.013, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:420.013, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-359.951, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-359.951, NextLeftSlope:-191.881, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-191.881, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1150937648,218369284,0,1150937648,1149933445,218369284,0,1149933445,1145168698,218369284,0,1145168698,0,218369284,0,0,-999699009,218369284,0,-999699009,-997847086,218369284,0,-997847086,0,218369284,0,0,1137836458,218369284,0,1137836458,0,218369284,0,0,-1011615294,218369284,0,-1011615294,-1019223640,218369284,0,-1019223640,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86245328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.002154969,0.002176528,0.00348555,0.004886068,0.005575444,0.004590957,0.002254314,0.0004113851,0.0005278644,0.00119075,0.0004590966,9.060185e-005,0.0108228 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.00166409, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00166409, NextLeftSlope:0.0406431, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0406431, NextLeftSlope:0.0313484, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0313484, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0498169, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0498169, NextLeftSlope:-0.0626936, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0626936, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0103994, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0103994, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0165022, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0165022, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,987372916,218369284,0,987372916,1025931618,218369284,0,1025931618,1023436594,218369284,0,1023436594,0,218369284,0,0,-1119089445,218369284,0,-1119089445,-1115658883,218369284,0,-1115658883,0,218369284,0,0,1009410601,218369284,0,1009410601,0,218369284,0,0,-1131991127,218369284,0,-1131991127,0,218369284,0,0,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86247648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -179.9935,-179.9977,-180.0004,-180.0004,-179.9996,-180.0007,-180.0009,-180.0002,-180.0011,-180.0016,-180.0011,-180.0007,-179.9967 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-0.103887, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.103887, NextLeftSlope:-0.00209606, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00209606, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0196709, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0196709, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0204906, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0204906, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0137287, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0137287, NextLeftSlope:0.036845, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.036845, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1110129971,218369284,0,-1110129971,-1157014010,218369284,0,-1157014010,0,218369284,0,0,0,218369284,0,0,-1130289930,218369284,0,-1130289930,0,218369284,0,0,0,218369284,0,0,-1129849898,218369284,0,-1129849898,0,218369284,0,0,1012985410,218369284,0,1012985410,1024912071,218369284,0,1024912071,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86248288, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.9662532,-21.56974,-57.38258,-99.30235,-127.9491,-99.62192,-64.94379,-52.35529,-81.0285,-107.6958,-95.53801,-89.2244,-87.26788 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-846.245, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-846.245, NextLeftSlope:-1165.99, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1165.99, NextLeftSlope:-1058.5, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.5, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:945.08, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:945.08, NextLeftSlope:708.999, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:708.999, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-830.108, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-830.108, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:277.071, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:277.071, NextLeftSlope:124.052, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:124.052, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001156692,218369284,0,-1001156692,-997081177,218369284,0,-997081177,-997961741,218369284,0,-997961741,0,218369284,0,0,1147946275,218369284,0,1147946275,1144078327,218369284,0,1144078327,0,218369284,0,0,-1001421076,218369284,0,-1001421076,0,218369284,0,0,1133152548,218369284,0,1133152548,1123555993,218369284,0,1123555993,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86247328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.002814038,-0.002322264,-0.0004917737,0.002376906,0.004072603,0.002397798,4.559643e-011,-0.0008196227,0.004425962,0.002930031,0.00211569,0.001663567,-0.0009835473 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.034834, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.034834, NextLeftSlope:0.0704876, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0704876, NextLeftSlope:0.0684656, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0684656, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.061089, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.061089, NextLeftSlope:-0.0482613, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0482613, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0346541, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0346541, NextLeftSlope:-0.018997, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.018997, NextLeftSlope:-0.0401971, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0401971, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1024372239,218369284,0,1024372239,1032870855,218369284,0,1032870855,1032599479,218369284,0,1032599479,0,218369284,0,0,-1116063614,218369284,0,-1116063614,-1119507034,218369284,0,-1119507034,0,218369284,0,0,0,218369284,0,0,-1123159696,218369284,0,-1123159696,-1130651773,218369284,0,-1130651773,-1121671741,218369284,0,-1121671741,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86248608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.003223849,-0.001885132,-0.0001912453,-8.196227e-005,-0.00109283,-2.732076e-005,-2.732076e-005,-0.0003551698,-0.01300468,-0.0002458868,5.464151e-005,0.0003198279,0.01861006 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.0454891, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0454891, NextLeftSlope:0.00883408, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00883408, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0255413, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0255413, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0233589, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0233589, NextLeftSlope:0.00848572, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00848572, NextLeftSlope:0.0204296, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0204296, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1027232445,218369284,0,1027232445,1007729872,218369284,0,1007729872,0,218369284,0,0,0,218369284,0,0,-1127138310,218369284,0,-1127138310,0,218369284,0,0,1019173684,218369284,0,1019173684,1007355826,218369284,0,1007355826,1017600997,218369284,0,1017600997,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,3,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86245728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 303.9543,355.652,400.3198,416.3907,425.9301,415.3381,391.4693,373.1279,379.2769,390.9677,383.2786,378.612,376.9603 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1445.48, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1445.48, NextLeftSlope:911.081, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:911.081, NextLeftSlope:384.155, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:384.155, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-516.913, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-516.913, NextLeftSlope:-633.153, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-633.153, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:267.597, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:267.597, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-185.335, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-185.335, NextLeftSlope:-94.7746, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-94.7746, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1152692084,218369284,0,1152692084,1147389226,218369284,0,1147389226,1136661467,218369284,0,1136661467,0,218369284,0,0,-1006552471,218369284,0,-1006552471,-1004647985,218369284,0,-1004647985,0,218369284,0,0,1132842076,218369284,0,1132842076,0,218369284,0,0,-1019652687,218369284,0,-1019652687,-1027765094,218369284,0,-1027765094,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86248928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 89.91421,89.8882,89.92979,89.98963,89.96949,89.99367,89.93458,89.90155,89.95381,89.96167,89.94501,89.96375,89.96382 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *12 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1.52142, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.52142, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1.38168, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1.38168, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.686796, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.686796, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.00520557, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00520557, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *48 { + a: 0,0,218369284,0,0,1069727243,218369284,0,1069727243,0,218369284,0,0,0,218369284,0,0,-1078928677,218369284,0,-1078928677,0,218369284,0,0,1060098519,218369284,0,1060098519,0,218369284,0,0,0,218369284,0,0,1001034621,218369284,0,1001034621,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *12 { + a: 1,1,1,2,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86247968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 31.64205,42.48766,46.47515,30.40427,20.86479,31.4568,44.76564,63.00902,56.86005,45.16927,52.85834,57.52489,59.17665 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:222.497, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:222.497, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-384.155, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-384.155, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:358.513, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:358.513, NextLeftSlope:473.283, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:473.283, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-267.596, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-267.596, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:185.334, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:185.334, NextLeftSlope:94.7747, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:94.7747, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1130266397,218369284,0,1130266397,0,218369284,0,0,-1010822175,218369284,0,-1010822175,0,218369284,0,0,1135821216,218369284,0,1135821216,1139582022,218369284,0,1139582022,0,218369284,0,0,-1014641579,218369284,0,-1014641579,0,218369284,0,0,1127830940,218369284,0,1127830940,1119718568,218369284,0,1119718568,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86249248, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.4323237,-21.08083,-56.98733,-99.12842,-128.0354,-98.84841,-60.57162,-42.08085,-78.73553,-123.5978,-109.3711,-102.5111,-100.4319 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-848.325, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-848.325, NextLeftSlope:-1170.71, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1170.71, NextLeftSlope:-1065.72, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1065.72, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:1011.96, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1011.96, NextLeftSlope:851.513, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:851.513, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-1222.75, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1222.75, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:316.301, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:316.301, NextLeftSlope:134.087, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:134.087, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001122610,218369284,0,-1001122610,-997042472,218369284,0,-997042472,-997902570,218369284,0,-997902570,0,218369284,0,0,1149041984,218369284,0,1149041984,1146413276,218369284,0,1146413276,0,218369284,0,0,-996616158,218369284,0,-996616158,0,218369284,0,0,1134438023,218369284,0,1134438023,1124472416,218369284,0,1124472416,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86246048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.03438935,0.06106877,0.1043634,0.120644,0.0937958,0.1207224,0.1077346,0.08806815,0.1196212,0.1002406,0.1151846,0.1192819,0.1202786 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1.04961, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1.04961, NextLeftSlope:0.893628, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.893628, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.489814, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.489814, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.28562, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.28562, NextLeftSlope:0.0764098, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0764098, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1065769374,218369284,0,1065769374,1063568586,218369284,0,1063568586,0,218369284,0,0,0,218369284,0,0,-1090860833,218369284,0,-1090860833,0,218369284,0,0,0,218369284,0,0,1049771209,218369284,0,1049771209,1033665727,218369284,0,1033665727,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86246688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.03057192,-0.0197529,-0.004425957,0.0006010622,-0.007158033,0.000628383,-0.003333127,-0.009917429,0.0004098169,-0.005354863,-0.001038183,0.0001912509,0.0004917737 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *11 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0.392189, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.392189, NextLeftSlope:0.305309, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.305309, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.158187, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.158187, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0831917, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0831917, NextLeftSlope:0.0229494, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0229494, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *44 { + a: 0,1053347087,218369284,0,1053347087,1050431877,218369284,0,1050431877,0,218369284,0,0,0,218369284,0,0,-1105069102,218369284,0,-1105069102,0,218369284,0,0,0,218369284,0,0,1034575978,218369284,0,1034575978,1018953799,218369284,0,1018953799,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *11 { + a: 1,1,1,2,1,1,2,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86246368, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -89.77757,-49.0563,-7.689564,24.85929,44.01379,21.12191,-18.41807,-50.23099,-36.70448,-21.36669,-36.00359,-45.37005,-48.74173 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:1231.32, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1231.32, NextLeftSlope:1108.73, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:1108.73, NextLeftSlope:775.55, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:775.55, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-936.478, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-936.478, NextLeftSlope:-1070.29, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1070.29, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:432.964, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:432.964, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-360.05, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-360.05, NextLeftSlope:-191.072, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-191.072, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,1150937661,218369284,0,1150937661,1149933437,218369284,0,1149933437,1145168695,218369284,0,1145168695,0,218369284,0,0,-999678315,218369284,0,-999678315,-997865117,218369284,0,-997865117,0,218369284,0,0,1138260852,218369284,0,1138260852,0,218369284,0,0,-1011612044,218369284,0,-1011612044,-1019276684,218369284,0,-1019276684,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86247008, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.004156381,0.002181633,0.003468469,0.004899333,0.005570778,0.007436649,0.002230434,0.0003959504,0.0005302312,0.001226345,0.000495222,0.0001412047,2.149302e-005 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0407655, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0407655, NextLeftSlope:0.0315346, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0315346, NextLeftSlope:0.0380598, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0380598, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.10561, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.10561, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0121639, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0121639, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0162771, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0162771, NextLeftSlope:-0.00710594, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00710594, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,0,218369284,0,0,1025964472,218369284,0,1025964472,1023486582,218369284,0,1023486582,1025238156,218369284,0,1025238156,0,218369284,0,0,-1109898671,218369284,0,-1109898671,0,218369284,0,0,1011305285,218369284,0,1011305285,0,218369284,0,0,-1132111981,218369284,0,-1132111981,-1142368023,218369284,0,-1142368023,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86271680, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.01444892,0.002337813,-0.0003551698,-0.0003824906,0.0003551698,0.01855483,-0.0008742642,-0.0001639245,-0.00109283,-0.001475321,-0.00106551,-0.0006283774,-0.0004917737 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *12 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-0.222061, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.222061, NextLeftSlope:-0.00209572, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.00209572, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0582865, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0582865, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0196709, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0196709, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0127042, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0127042, NextLeftSlope:0.00860604, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.00860604, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *48 { + a: 0,-1100782574,218369284,0,-1100782574,-1157015471,218369284,0,-1157015471,0,218369284,0,0,1030667733,218369284,0,1030667733,0,218369284,0,0,0,218369284,0,0,-1130289930,218369284,0,-1130289930,0,218369284,0,0,1011885331,218369284,0,1011885331,1007485015,218369284,0,1007485015,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *12 { + a: 1,1,1,1,1,2,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86273920, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.9656522,-21.56894,-57.38326,-99.30333,-127.9501,-99.64806,-65.12692,-52.86296,-82.15021,-109.7001,-97.34892,-91.01292,-89.0187 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *13 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:-846.264, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-846.264, NextLeftSlope:-1166.02, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1166.02, NextLeftSlope:-1058.5, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-1058.5, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:942.348, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:942.348, NextLeftSlope:701.777, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:701.777, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-852.557, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-852.557, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:280.308, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:280.308, NextLeftSlope:124.953, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:124.953, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *52 { + a: 0,-1001156376,218369284,0,-1001156376,-997080958,218369284,0,-997080958,-997961704,218369284,0,-997961704,0,218369284,0,0,1147901511,218369284,0,1147901511,1143959987,218369284,0,1143959987,0,218369284,0,0,-1001053270,218369284,0,-1001053270,0,218369284,0,0,1133258594,218369284,0,1133258594,1123674112,218369284,0,1123674112,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *13 { + a: 1,1,1,1,1,1,1,1,1,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86266880, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.008050057,-0.01538159,0.001366038,-0.002595472,-0.004999699,-0.004180076,0.0006556982,-0.009070491,-0.0009562265,-0.003551699,-0.002404227,-0.002076378,-0.001611925 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *10 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.095486, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.095486, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0727893, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0727893, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.0221298, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0221298, NextLeftSlope:0.0118845, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.0118845, NextLeftSlope:-0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *40 { + a: 0,0,218369284,0,0,-1111257552,218369284,0,-1111257552,0,218369284,0,0,1033179786,218369284,0,1033179786,0,218369284,0,0,0,218369284,0,0,1018513813,218369284,0,1018513813,1011005268,218369284,0,1011005268,-2147483648,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *10 { + a: 2,1,1,1,1,3,1,1,1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86268160, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.003474242,0.006222239,-0.00106551,-0.001448,-0.000109283,-0.02100966,-0.001366038,0.01106491,-0.001639245,-0.001147472,-0.001502642,0.002131019,-0.001611925 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *8 { + a: 50332680,50332680,50332680,50332680,50332680,50332680,50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:-0.0305698, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:-0.0305698, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0.481119, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0.481119, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.989999, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *32 { + a: 0,0,218369284,0,0,-1124438654,218369284,0,-1124438654,0,218369284,0,0,0,218369284,0,0,1056331051,218369284,0,1056331051,0,218369284,0,0,0,218369284,0,0,0,218441387,0 + } + KeyAttrRefCount: *8 { + a: 1,1,1,2,1,1,5,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 84628928, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",84768240,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",84770832,84768240 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",84759696,84768240 + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",84777536,84770832 + + ;Model::minebot_head, Model::minebot_main + C: "OO",84814832,84770832 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",84817088,84770832 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",84825712,84770832 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",85883920,84770832 + + ;Geometry::, Model::minebot_main + C: "OO",85903744,84770832 + + ;Material::01 - Default, Model::minebot_main + C: "OO",84830752,84770832 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",86109168,84770832, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",86109536,84770832, "Lcl Rotation" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",84812576,84777536 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",85948896,84777536 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",84830752,84777536 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",86350752,84777536, "Lcl Rotation" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",85970560,84812576 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",84830752,84812576 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",86351120,84812576, "Lcl Rotation" + + ;Geometry::, Model::minebot_head + C: "OO",85960752,84814832 + + ;Material::01 - Default, Model::minebot_head + C: "OO",84830752,84814832 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",86351488,84814832, "Lcl Rotation" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",84823456,84817088 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",86015664,84817088 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",84830752,84817088 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",86351856,84817088, "Lcl Rotation" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",86009840,84823456 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",84830752,84823456 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",86352224,84823456, "Lcl Rotation" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",84827968,84825712 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",86045040,84825712 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",84830752,84825712 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",86358064,84825712, "Lcl Rotation" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",86045728,84827968 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",84830752,84827968 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",86358432,84827968, "Lcl Rotation" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",85879280,85883920 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",86068720,85883920 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",84830752,85883920 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",86358800,85883920, "Lcl Rotation" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",86069408,85879280 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",84830752,85879280 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",86359168,85879280, "Lcl Rotation" + + ;Texture::Map #1, Material::01 - Default + C: "OP",84831392,84830752, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",85893072,84830752, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",85893824,84831392 + + ;Video::Map #2, Texture::Map #2 + C: "OO",85902672,85893072 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",85903312,84409040 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",86109168,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86109536,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86350752,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86351120,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86351488,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86351856,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86352224,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86358064,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86358432,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86358800,85903312 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86359168,85903312 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",85879280,84628928 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",85883920,84628928 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",84827968,84628928 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",84825712,84628928 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",84823456,84628928 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",84817088,84628928 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",84814832,84628928 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",84812576,84628928 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",84777536,84628928 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",84770832,84628928 + + ;AnimCurve::, AnimCurveNode::T + C: "OP",85951328,86109168, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",85958848,86109168, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",86110224,86109168, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86110544,86109536, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86117200,86109536, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86118720,86109536, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86120240,86350752, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86121760,86350752, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86188832,86350752, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86190352,86351120, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86191872,86351120, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86193392,86351120, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86194912,86351488, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",84830224,86351488, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86206720,86351488, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86228608,86351856, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86245328,86351856, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86247648,86351856, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86248288,86352224, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86247328,86352224, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86248608,86352224, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86245728,86358064, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86248928,86358064, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86247968,86358064, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86249248,86358432, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86246048,86358432, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86246688,86358432, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86246368,86358800, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86247008,86358800, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86271680,86358800, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86273920,86359168, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86266880,86359168, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86268160,86359168, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX.meta new file mode 100644 index 0000000..b902f48 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@awake.FBX.meta @@ -0,0 +1,175 @@ +fileFormatVersion: 2 +guid: 7e212db0aa2c00b448aa511ece336f20 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: minebot_left_lowerleg + 100002: minebot_front_lowerleg + 100004: minebot_front_upperleg 1 + 100006: minebot_head + 100008: minebot_left_upperleg + 100010: minebot_back_lowerleg + 100012: minebot_right_lowerleg + 100014: minebot_front_upperleg + 100016: minebot_right_upperleg + 100018: minebot_main + 100020: //RootNode + 400000: minebot_left_lowerleg + 400002: minebot_front_lowerleg + 400004: minebot_front_upperleg 1 + 400006: minebot_head + 400008: minebot_left_upperleg + 400010: minebot_back_lowerleg + 400012: minebot_right_lowerleg + 400014: minebot_front_upperleg + 400016: minebot_right_upperleg + 400018: minebot_main + 400020: //RootNode + 2300000: minebot_left_lowerleg + 2300002: minebot_front_lowerleg + 2300004: minebot_front_upperleg 1 + 2300006: minebot_head + 2300008: minebot_left_upperleg + 2300010: minebot_back_lowerleg + 2300012: minebot_right_lowerleg + 2300014: minebot_front_upperleg + 2300016: minebot_right_upperleg + 2300018: minebot_main + 3300000: minebot_left_lowerleg + 3300002: minebot_front_lowerleg + 3300004: minebot_front_upperleg 1 + 3300006: minebot_head + 3300008: minebot_left_upperleg + 3300010: minebot_back_lowerleg + 3300012: minebot_right_lowerleg + 3300014: minebot_front_upperleg + 3300016: minebot_right_upperleg + 3300018: minebot_main + 4300000: minebot_main + 4300002: minebot_right_upperleg + 4300004: minebot_right_lowerleg + 4300006: minebot_head + 4300008: minebot_front_upperleg + 4300010: minebot_back_lowerleg + 4300012: minebot_left_upperleg + 4300014: minebot_left_lowerleg + 4300016: minebot_front_upperleg + 4300018: minebot_front_lowerleg + 7400000: awake + 7400002: idle + 9500000: //RootNode + 11100000: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: 67af7822a09c145bea7714196d07f476, type: 2} + materials: + importMaterials: 1 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 8 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: awake + takeName: Take 001 + firstFrame: 0 + lastFrame: 12 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 1 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: caeffedc34d9f4161b7694ad0d84bbd3, + type: 3} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX new file mode 100644 index 0000000..51ffe88 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX @@ -0,0 +1,3783 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 534 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@back.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@back.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:03:47.689" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Documents\3-5_RobotSwarm\Assets\Objects\Enemies\mine_bot@back.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:03:47.689" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 85981088, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 123 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 69 + } + ObjectType: "AnimationCurveNode" { + Count: 23 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 86593568, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 86434848, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 0,1,2,3,4,5,6,8,9,10,12,13,15,16,17,20,21,23,25,26,28,29,30,32,33,34,35,36,37,38,41,42,43,46,48,49,50,51,52,53,54,55,56,57,58,60,61,64,65,66,67,69,70,72,73,75,76,77,81,82,84,85,86,88,89,90,91,93,94,95,99,102,106,113,114,124,125,126,127,128,129,130,131,132,134,135,137,138,139,142,143,144,145,147,154,155,158,159,162,165,166,167,169,170,173,174,178,182,183,186,187,190,194,197,200,201,202,203,204,205,206,208,209,210,212,213,215,216,217,220,221,223,225,226,229,230,233,234,235,238,240,241,242,243,244,245,246,247,248,249,250,252,253,256,257,260,261,262,263,265,266,269,273,278,280,281,282,284,285,286,287,290,291,295,298,302,309,310,320,323,324,325,326,328,330,331,333,334,335,338,339,340,341,343,350,354,361,363,371,378,380,381,382,383,385,386,387,389,390,391,393,394,395,397,398,399,401,403,404,405,406,409,410,413,414,417,418,421,422,425,428,430,431,434,435,438,439,442,443,446,447,451,464,465,467,468,471,472,475,476,479,480,483,484,485,488,489,492,496,497,498,499,501,502,503,505,506,507,509,510,511,513,514,515,517,519,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,1.21332109563809e-017,1.32348898008484e-023,-1,-7.44391188771919e-015,-4.27306758865598e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1, +7.46817768759213e-015,4.27306758865598e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,1.21332109563809e-017,1.32348898008484e-023,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505, +0.702872514724731,0.702885627746582,-0.109187431633472,0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005, +-0.707123994827271,-0.707089483737946,0.000103243539342657,0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.44391188771919e-015,-4.27306758865598e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509, +8.47020853456115e-009,-0.344974130392075,-0.938612222671509,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1, +0.706403613090515,-0.706393778324127,0.0447411462664604,0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746, +0.689711391925812,0.262842565774918,0.674694001674652,0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006, +-0.702872276306152,0.702885866165161,-0.109187461435795,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.46817768759213e-015,4.27306758865598e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363, +1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639,-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,6.28711321793331e-018,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221, +0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.518172979354858,0.855275869369507,6.28711321793331e-018,1.04083596852433e-007,1,9.8764372523874e-005,7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008, +0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017, +-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691,0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,6.28711611306546e-018,0.518173217773438,0.855275750160217,6.28711611306546e-018, +0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86697104, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86435536, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86717200, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,36,37,40,41,42,43,46,47,48,50,51,54,55,56,58,59,61,62,64,65,66,70,72,73,74,75,76,77,78,79,81,82,83,85,86,87,88,89,90,93,94,97,98,101,102,105,106,109,110,113,114,117,120,122,123,124,128,131,132,135,136,139,140,144,147,151,152,155,156,159,163,177,185,195 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86759168, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86752944, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86801152, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86804928, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86826528, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 86834416, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 86593904, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",1 + } + Shading: T + Culling: "CullingOff" + } + Model: 86351648, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90.0000076293945,45.0000038146973,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-1.16475007416739e-007,-1.56066676026967e-006,27.6431045532227 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,-2.73207566800489e-005,90.0000025044781 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000011,1.00000000000013,1.00000000000001 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",2 + } + Shading: T + Culling: "CullingOff" + } + Model: 86353904, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494159698486,-7.95376777648926,1.03962011053227e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",23.9531010485477,-89.3049146033024,-83.2791028720113 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999974354277,0.999999975914339,0.999999970921596 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",3 + } + Shading: T + Culling: "CullingOff" + } + Model: 86388944, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.40070915222168e-006,-9.29283237457275,30.6071128845215 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-90.0137030696003,0.0325114355367871,0.0218782740031604 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999995474626,0.99999971270664,0.99999998234598 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",4 + } + Shading: T + Culling: "CullingOff" + } + Model: 86391200, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-89.9999923706055,-135,-9.6593457783456e-006 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112419942627e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895531675326e-006,-4.24975994724501e-014,8.65142139482811e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",5 + } + Shading: T + Culling: "CullingOff" + } + Model: 86393456, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15256010153098e-006,-7.95376968383789,-28.1494216918945 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",101.23867650903,20.734624725554,-176.051704728536 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000001066391,1.00000018721415,0.999999836566053 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",6 + } + Shading: T + Culling: "CullingOff" + } + Model: 86399824, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",2.86102294921875e-006,-9.29283142089844,30.6071109771729 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-60.3703761997105,0.00407890260332801,0.00444271682184583 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000024395884,1.0000001675631,1.00000029615229 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",7 + } + Shading: T + Culling: "CullingOff" + } + Model: 86402080, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494274139404,-7.95376968383789,4.15622707805596e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-163.537562661969,85.9260770500231,-108.327911243153 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000001966616,0.999999881624868,0.999999874871959 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",8 + } + Shading: T + Culling: "CullingOff" + } + Model: 86404336, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.31130218505859e-006,-9.29283618927002,30.6071090698242 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-80.831762023516,0.0534131623167276,0.00839558809448767 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999849220622,0.999999901157731,0.999999882061595 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",9 + } + Shading: T + Culling: "CullingOff" + } + Model: 86617456, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209316835622e-005,-7.95376968383789,28.1494255065918 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-65.4018488042547,-12.6146490627827,-4.69922524877685 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999833708745,1.00000000892232,0.999999832147367 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",10 + } + Shading: T + Culling: "CullingOff" + } + Model: 86605856, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.9073486328125e-006,-9.29283332824707,30.6071090698242 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-61.0056645211704,0.00193763905784981,-0.00141982540416939 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000012008816,1.00000022493556,1.00000001132156 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",11 + } + Shading: T + Culling: "CullingOff" + } + Material: 86629280, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 86433568, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 86434208, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 86432064, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 86432816, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 86654528, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 85981904, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 87082512, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",0 + P: "d|Z", "Number", "", "A+",0 + } + } + AnimationCurveNode: 87246688, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 87247056, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-1.16475007416739e-007 + P: "d|Y", "Number", "", "A+",-1.56066676026967e-006 + P: "d|Z", "Number", "", "A+",27.6431045532227 + } + } + AnimationCurveNode: 87255632, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",-2.73207566800489e-005 + P: "d|Z", "Number", "", "A+",90.0000025044781 + } + } + AnimationCurveNode: 87272400, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000000011 + P: "d|Y", "Number", "", "A+",1.00000000000013 + P: "d|Z", "Number", "", "A+",1.00000000000001 + } + } + AnimationCurveNode: 87272768, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",23.9531010485477 + P: "d|Y", "Number", "", "A+",-89.3049146033024 + P: "d|Z", "Number", "", "A+",-83.2791028720113 + } + } + AnimationCurveNode: 87273136, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999974354277 + P: "d|Y", "Number", "", "A+",0.999999975914339 + P: "d|Z", "Number", "", "A+",0.999999970921596 + } + } + AnimationCurveNode: 87273504, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-90.0137030696003 + P: "d|Y", "Number", "", "A+",0.0325114355367871 + P: "d|Z", "Number", "", "A+",0.0218782740031604 + } + } + AnimationCurveNode: 86954048, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999995474626 + P: "d|Y", "Number", "", "A+",0.99999971270664 + P: "d|Z", "Number", "", "A+",0.99999998234598 + } + } + AnimationCurveNode: 86954416, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895531675326e-006 + P: "d|Y", "Number", "", "A+",-4.24975994724501e-014 + P: "d|Z", "Number", "", "A+",8.65142139482811e-006 + } + } + AnimationCurveNode: 87284144, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000000001 + P: "d|Y", "Number", "", "A+",1.00000000000002 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 87284512, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",101.23867650903 + P: "d|Y", "Number", "", "A+",20.734624725554 + P: "d|Z", "Number", "", "A+",-176.051704728536 + } + } + AnimationCurveNode: 87284880, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000001066391 + P: "d|Y", "Number", "", "A+",1.00000018721415 + P: "d|Z", "Number", "", "A+",0.999999836566053 + } + } + AnimationCurveNode: 87285248, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-60.3703761997105 + P: "d|Y", "Number", "", "A+",0.00407890260332801 + P: "d|Z", "Number", "", "A+",0.00444271682184583 + } + } + AnimationCurveNode: 87285616, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000024395884 + P: "d|Y", "Number", "", "A+",1.0000001675631 + P: "d|Z", "Number", "", "A+",1.00000029615229 + } + } + AnimationCurveNode: 87288272, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-163.537562661969 + P: "d|Y", "Number", "", "A+",85.9260770500231 + P: "d|Z", "Number", "", "A+",-108.327911243153 + } + } + AnimationCurveNode: 87286064, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000001966616 + P: "d|Y", "Number", "", "A+",0.999999881624868 + P: "d|Z", "Number", "", "A+",0.999999874871959 + } + } + AnimationCurveNode: 87288640, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-80.831762023516 + P: "d|Y", "Number", "", "A+",0.0534131623167276 + P: "d|Z", "Number", "", "A+",0.00839558809448767 + } + } + AnimationCurveNode: 87286432, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999849220622 + P: "d|Y", "Number", "", "A+",0.999999901157731 + P: "d|Z", "Number", "", "A+",0.999999882061595 + } + } + AnimationCurveNode: 87287536, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-65.4018488042547 + P: "d|Y", "Number", "", "A+",-12.6146490627827 + P: "d|Z", "Number", "", "A+",-4.69922524877685 + } + } + AnimationCurveNode: 87286800, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999833708745 + P: "d|Y", "Number", "", "A+",1.00000000892232 + P: "d|Z", "Number", "", "A+",0.999999832147367 + } + } + AnimationCurveNode: 87287168, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-61.0056645211704 + P: "d|Y", "Number", "", "A+",0.00193763905784981 + P: "d|Z", "Number", "", "A+",-0.00141982540416939 + } + } + AnimationCurveNode: 87287904, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000012008816 + P: "d|Y", "Number", "", "A+",1.00000022493556 + P: "d|Z", "Number", "", "A+",1.00000001132156 + } + } + AnimationCurve: 86840352, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86863408, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86864768, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86866128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86875856, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86877376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86878896, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.16475e-007,0.9270519,1.60516,1.86846,1.600921,0.9270514,8.720974e-014,-0.9270514,-1.606805,-1.86846,-1.60516,-0.9212574,-1.16475e-007 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86880416, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.560667e-006,-1.27658e-006,-9.067762e-007,-7.229134e-007,-9.090878e-007,-1.276581e-006,-1.560667e-006,-1.556542e-006,-1.390869e-006,-1.287173e-006,-1.391521e-006,-1.556568e-006,-1.560667e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86947488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 27.6431,28.52762,30.16898,31.0535,30.15872,28.52762,27.6431,28.52762,30.17451,31.0535,30.16898,28.52209,27.6431 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86949008, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86950528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005,-2.732076e-005 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86952048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90,90,90,90,90,90,90,90,90,90,90,90,90 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86953568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86406928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86965376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86966896, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 23.9531,43.82991,47.95728,67.64304,159.3864,217.6598,239.0378,258.4127,281.808,325.4639,384.1295 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86991984, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -89.30492,-88.47923,-86.74103,-88.34784,-89.28038,-88.39601,-87.92287,-88.05696,-88.63673,-89.30448,-89.30508 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86997776, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -83.27911,-132.0253,-137.5195,-153.5686,-239.1631,-288.0348,-299.0046,-308.6401,-322.9685,-358.8493,-443.4418 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86996816, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87000016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86996496, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86997136, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -90.01369,-63.11832,-39.31785,-20.94286,-17.28114,-26.4177,-38.34047,-52.2186,-67.45946,-83.60226,-101.2413,-118.4385,-90.02143 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86999056, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.03251136,-0.002732076,-0.0302714,-0.04587155,-0.04800257,-0.04188272,-0.03125495,-0.01590068,-0.004152755,0.02546295,0.04921999,0.07214495,0.03235398 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86999376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.02187827,-0.0003824906,-0.01767653,-0.03740212,-0.04242913,-0.0310637,-0.01860544,-0.007349283,0.01478053,0.003005025,-0.001475321,-0.01445268,0.02032664 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86998096, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86997456, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999998 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86998416, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86998736, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006,5.008957e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 86999696, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87014576, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006,8.651422e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87012336, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87013616, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87011376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87009776, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: 101.2387,124.6013,124.3749,122.2008,118.0158,114.39,114.5982,120.4658,126.8081,106.8772,90.861,101.2387 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87008816, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: 20.73462,25.16925,17.90606,9.897411,2.247582,-5.218756,-12.61465,-19.49691,-24.87875,-19.69816,-7.158175,20.73462 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87014256, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: -176.0517,-168.2538,-169.0379,-171.3769,-174.7335,-179.2401,-184.6993,-190.2333,-194.0887,-189.5023,-186.0911,-176.0517 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87013296, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87011696, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87010096, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87012976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -60.37038,-72.35925,-69.72891,-66.65426,-63.24982,-60.85718,-60.98761,-64.81303,-69.88385,-58.69146,-52.08962,-53.41186,-60.37038 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87013936, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.004078722,-0.0655425,-5.464151e-005,0.01111955,-0.004289359,-0.002950642,-0.0003551698,-0.04335804,-0.04297555,-0.03849495,-0.02393298,0.01002672,0.004078722 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87014896, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.00444182,-0.05078929,0.001147472,0.005852901,-0.001748528,-0.001557283,-0.00109283,-0.02491653,-0.001748528,-0.02584544,-0.05057072,0.009425662,0.00444182 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87009136, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87015216, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87016176, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87015536, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 16.46244,-4.207369,-23.26231,-46.1956,-84.4386,-173.7742,-196.8311,-179.9085,-179.7121,-124.3027,-163.5376 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87015856, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 94.07392,95.74265,96.03553,94.95246,93.10127,92.11697,95.05025,94.0014,91.82415,88.27281,85.92609 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87012656, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 71.67209,58.46004,44.36159,26.10784,-4.4576,-84.13254,-110.4439,-123.3187,-147.5007,-79.98373,-108.3279 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87012016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87016496, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87009456, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87010416, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -80.83176,-66.01091,-53.40211,-41.60637,-28.76075,-15.57493,-19.10021,-39.4753,-63.43169,-90.94036,-119.132,-99.04665,-80.83176 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87010736, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.05341271,0.003946659,-0.02357781,-0.0698865,-0.102207,-0.1193644,-0.1175612,-0.07537797,-0.0207911,0.0879182,0.1758231,0.1110919,0.05341735 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87011056, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.008395643,0.001309238,-0.03010747,-0.03808514,-0.06434038,-0.09007654,-0.09802688,-0.04289359,0.03062657,0.006010947,-0.03161012,0.01871472,0.008394358 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87198448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87197168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87203888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87203248, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -65.40185,-59.53423,-53.0503,-73.12289,-90.07312,-78.76129,-55.39491,-55.64509,-57.79772,-61.95334,-65.62413,-65.40195 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87200688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -12.61465,-19.49694,-24.90858,-19.69821,-7.139324,20.73466,25.18724,17.85728,9.915006,2.291631,-5.217418,-12.61489 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87199088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -4.699225,-10.23324,-14.1454,-9.502213,-5.948548,3.948369,11.75515,10.9454,8.631946,5.29794,0.7553134,-4.698624 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87199728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87203568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87204208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87202928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -61.00566,-64.80626,-69.96893,-58.69234,-52.07943,-53.39025,-60.37043,-72.3579,-69.69061,-66.65137,-63.2714,-60.84529,-61.02523 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87197488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.001938356,0.001527108,-0.0003005283,0.007458567,0.005092279,-0.008387472,-0.003469736,0.00398883,-0.0296157,0.02885072,0.006814821,0.01832112,-0.001639245 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87197808, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.001420679,-0.00396151,-0.002759397,0.003196529,0.001487046,-0.01073706,-0.005846642,-0.0009289057,-0.01218506,0.003387774,0.001778193,0.009284242,0.002516186 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87201328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87201008, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87200368, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 86203552, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",86593904,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",86351648,86593904 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",86593568,86593904 + + ;AnimCurveNode::R, Model::minebot_main_root + C: "OP",87082512,86593904, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main_root + C: "OP",87246688,86593904, "Lcl Scaling" + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",86353904,86351648 + + ;Model::minebot_head, Model::minebot_main + C: "OO",86391200,86351648 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",86393456,86351648 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",86402080,86351648 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",86617456,86351648 + + ;Geometry::, Model::minebot_main + C: "OO",86434848,86351648 + + ;Material::01 - Default, Model::minebot_main + C: "OO",86629280,86351648 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",87247056,86351648, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",87255632,86351648, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main + C: "OP",87272400,86351648, "Lcl Scaling" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",86388944,86353904 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",86697104,86353904 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",86629280,86353904 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",87272768,86353904, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_upperleg + C: "OP",87273136,86353904, "Lcl Scaling" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",86435536,86388944 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",86629280,86388944 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",87273504,86388944, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_lowerleg + C: "OP",86954048,86388944, "Lcl Scaling" + + ;Geometry::, Model::minebot_head + C: "OO",86717200,86391200 + + ;Material::01 - Default, Model::minebot_head + C: "OO",86629280,86391200 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",86954416,86391200, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_head + C: "OP",87284144,86391200, "Lcl Scaling" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",86399824,86393456 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",86759168,86393456 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",86629280,86393456 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",87284512,86393456, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg + C: "OP",87284880,86393456, "Lcl Scaling" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",86752944,86399824 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",86629280,86399824 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",87285248,86399824, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_back_lowerleg + C: "OP",87285616,86399824, "Lcl Scaling" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",86404336,86402080 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",86801152,86402080 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",86629280,86402080 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",87288272,86402080, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_upperleg + C: "OP",87286064,86402080, "Lcl Scaling" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",86804928,86404336 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",86629280,86404336 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",87288640,86404336, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_lowerleg + C: "OP",87286432,86404336, "Lcl Scaling" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",86605856,86617456 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",86826528,86617456 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",86629280,86617456 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",87287536,86617456, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg2 + C: "OP",87286800,86617456, "Lcl Scaling" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",86834416,86605856 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",86629280,86605856 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",87287168,86605856, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_lowerleg + C: "OP",87287904,86605856, "Lcl Scaling" + + ;Texture::Map #1, Material::01 - Default + C: "OP",86432064,86629280, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",86432816,86629280, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",86433568,86432064 + + ;Video::Map #2, Texture::Map #2 + C: "OO",86434208,86432816 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",85981904,86654528 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87082512,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87246688,85981904 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",87247056,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87255632,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87272400,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87272768,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87273136,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87273504,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",86954048,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",86954416,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87284144,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87284512,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87284880,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87285248,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87285616,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87288272,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87286064,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87288640,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87286432,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87287536,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87286800,85981904 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",87287168,85981904 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",87287904,85981904 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",86605856,86203552 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",86617456,86203552 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",86404336,86203552 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",86402080,86203552 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",86399824,86203552 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",86393456,86203552 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",86391200,86203552 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",86388944,86203552 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",86353904,86203552 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",86351648,86203552 + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86840352,87082512, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86863408,87082512, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86864768,87082512, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86866128,87246688, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86875856,87246688, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86877376,87246688, "d|Z" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",86878896,87247056, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",86880416,87247056, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",86947488,87247056, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86949008,87255632, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86950528,87255632, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86952048,87255632, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86953568,87272400, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86406928,87272400, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86965376,87272400, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86966896,87272768, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86991984,87272768, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86997776,87272768, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86996816,87273136, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87000016,87273136, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86996496,87273136, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86997136,87273504, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86999056,87273504, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86999376,87273504, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86998096,86954048, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86997456,86954048, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",86998416,86954048, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86998736,86954416, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",86999696,86954416, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87014576,86954416, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87012336,87284144, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87013616,87284144, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87011376,87284144, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87009776,87284512, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87008816,87284512, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87014256,87284512, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87013296,87284880, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87011696,87284880, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87010096,87284880, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87012976,87285248, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87013936,87285248, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87014896,87285248, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87009136,87285616, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87015216,87285616, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87016176,87285616, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87015536,87288272, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87015856,87288272, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87012656,87288272, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87012016,87286064, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87016496,87286064, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87009456,87286064, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87010416,87288640, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87010736,87288640, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87011056,87288640, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87198448,87286432, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87197168,87286432, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87203888,87286432, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87203248,87287536, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87200688,87287536, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87199088,87287536, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87199728,87286800, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87203568,87286800, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87204208,87286800, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87202928,87287168, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87197488,87287168, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87197808,87287168, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87201328,87287904, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87201008,87287904, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87200368,87287904, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX.meta new file mode 100644 index 0000000..e4b1ddd --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@back.FBX.meta @@ -0,0 +1,145 @@ +fileFormatVersion: 2 +guid: a13fed205b1fa3942abfab7ba21463ec +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: minebot_left_lowerleg + 100002: minebot_front_lowerleg + 100004: minebot_front_upperleg 1 + 100006: minebot_back_lowerleg + 100008: minebot_left_upperleg + 100010: minebot_right_upperleg + 100012: minebot_front_upperleg + 100014: minebot_head + 100016: minebot_right_lowerleg + 100018: //RootNode + 100020: minebot_main + 400000: minebot_left_lowerleg + 400002: minebot_front_lowerleg + 400004: minebot_front_upperleg 1 + 400006: minebot_back_lowerleg + 400008: minebot_left_upperleg + 400010: minebot_right_upperleg + 400012: minebot_front_upperleg + 400014: minebot_head + 400016: minebot_right_lowerleg + 400018: //RootNode + 400020: minebot_main + 2300000: minebot_left_lowerleg + 2300002: minebot_front_lowerleg + 2300004: minebot_front_upperleg 1 + 2300006: minebot_back_lowerleg + 2300008: minebot_left_upperleg + 2300010: minebot_right_upperleg + 2300012: minebot_front_upperleg + 2300014: minebot_head + 2300016: minebot_right_lowerleg + 2300018: minebot_main + 3300000: minebot_left_lowerleg + 3300002: minebot_front_lowerleg + 3300004: minebot_front_upperleg 1 + 3300006: minebot_back_lowerleg + 3300008: minebot_left_upperleg + 3300010: minebot_right_upperleg + 3300012: minebot_front_upperleg + 3300014: minebot_head + 3300016: minebot_right_lowerleg + 3300018: minebot_main + 4300000: minebot_main + 4300002: minebot_right_upperleg + 4300004: minebot_right_lowerleg + 4300006: minebot_head + 4300008: minebot_front_upperleg + 4300010: minebot_back_lowerleg + 4300012: minebot_left_upperleg + 4300014: minebot_left_lowerleg + 4300016: minebot_front_upperleg + 4300018: minebot_front_lowerleg + 7400000: Take 001 + 9500000: //RootNode + 11100000: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: 0d2961682f01448ef8b2bf2cc390a419, type: 2} + materials: + importMaterials: 1 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 2 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX new file mode 100644 index 0000000..606fdc4 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX @@ -0,0 +1,3783 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 581 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@forward.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@forward.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:00:07.836" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Documents\3-5_RobotSwarm\Assets\Objects\Enemies\mine_bot@forward.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:00:07.836" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 87029664, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 123 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 69 + } + ObjectType: "AnimationCurveNode" { + Count: 23 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 87030144, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 87484256, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 0,1,2,3,4,5,6,8,9,10,12,13,15,16,17,20,21,23,25,26,28,29,30,32,33,34,35,36,37,38,41,42,43,46,48,49,50,51,52,53,54,55,56,57,58,60,61,64,65,66,67,69,70,72,73,75,76,77,81,82,84,85,86,88,89,90,91,93,94,95,99,102,106,113,114,124,125,126,127,128,129,130,131,132,134,135,137,138,139,142,143,144,145,147,154,155,158,159,162,165,166,167,169,170,173,174,178,182,183,186,187,190,194,197,200,201,202,203,204,205,206,208,209,210,212,213,215,216,217,220,221,223,225,226,229,230,233,234,235,238,240,241,242,243,244,245,246,247,248,249,250,252,253,256,257,260,261,262,263,265,266,269,273,278,280,281,282,284,285,286,287,290,291,295,298,302,309,310,320,323,324,325,326,328,330,331,333,334,335,338,339,340,341,343,350,354,361,363,371,378,380,381,382,383,385,386,387,389,390,391,393,394,395,397,398,399,401,403,404,405,406,409,410,413,414,417,418,421,422,425,428,430,431,434,435,438,439,442,443,446,447,451,464,465,467,468,471,472,475,476,479,480,483,484,485,488,489,492,496,497,498,499,501,502,503,505,506,507,509,510,511,513,514,515,517,519,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,1.21332109563809e-017,1.32348898008484e-023,-1,-7.44391188771919e-015,-4.27306758865598e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1, +7.46817768759213e-015,4.27306758865598e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,1.21332109563809e-017,1.32348898008484e-023,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505, +0.702872514724731,0.702885627746582,-0.109187431633472,0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005, +-0.707123994827271,-0.707089483737946,0.000103243539342657,0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.44391188771919e-015,-4.27306758865598e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509, +8.47020853456115e-009,-0.344974130392075,-0.938612222671509,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1, +0.706403613090515,-0.706393778324127,0.0447411462664604,0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746, +0.689711391925812,0.262842565774918,0.674694001674652,0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006, +-0.702872276306152,0.702885866165161,-0.109187461435795,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.46817768759213e-015,4.27306758865598e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363, +1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639,-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,6.28711321793331e-018,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221, +0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.518172979354858,0.855275869369507,6.28711321793331e-018,1.04083596852433e-007,1,9.8764372523874e-005,7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008, +0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017, +-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691,0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,6.28711611306546e-018,0.518173217773438,0.855275750160217,6.28711611306546e-018, +0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88728288, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88735312, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88746432, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,36,37,40,41,42,43,46,47,48,50,51,54,55,56,58,59,61,62,64,65,66,70,72,73,74,75,76,77,78,79,81,82,83,85,86,87,88,89,90,93,94,97,98,101,102,105,106,109,110,113,114,117,120,122,123,124,128,131,132,135,136,139,140,144,147,151,152,155,156,159,163,177,185,195 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88790960, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88749200, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88835696, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88836384, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88856608, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 88864496, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 88626224, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",1 + } + Shading: T + Culling: "CullingOff" + } + Model: 87400240, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90.0000076293945,45.0000038146973,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-1.16475007416739e-007,-1.56066676026967e-006,27.6431045532227 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,-0,90.0000025044781 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1,1.00000000000001,1.00000000000001 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",2 + } + Shading: T + Culling: "CullingOff" + } + Model: 87402496, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494159698486,-7.95376777648926,1.03961974673439e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",22.9570386977774,-89.3051878018375,-82.2690077696195 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999976126115,0.999999990309967,1.00000000619496 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",3 + } + Shading: T + Culling: "CullingOff" + } + Model: 87437536, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.40070915222168e-006,-9.2928409576416,30.6071186065674 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-90.0218685610023,0.0342462031153827,0.00224409146972157 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999821767137,1.00000013224836,1.00000007361516 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",4 + } + Shading: T + Culling: "CullingOff" + } + Model: 87439792, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-89.9999923706055,-135,-9.6593457783456e-006 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112328993157e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895531675326e-006,-1.53927082568325e-014,8.6514230232721e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",5 + } + Shading: T + Culling: "CullingOff" + } + Model: 87442048, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15255828254158e-006,-7.95376968383789,-28.1494216918945 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",101.23878423838,20.7346596114662,-176.051691427861 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000164453,1.00000003781481,1.00000003242252 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",6 + } + Shading: T + Culling: "CullingOff" + } + Model: 87448416, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.9073486328125e-006,-9.2928295135498,30.6071147918701 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-60.3704845363135,0.00408359884388395,0.00446865072271544 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000012479058,0.99999992001177,0.999999767669205 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",7 + } + Shading: T + Culling: "CullingOff" + } + Model: 87450672, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494274139404,-7.95376968383789,4.15622707805596e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-163.53765846936,85.9260762232183,-108.328022899109 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000002069395,0.999999985258504,1.00000003288586 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",8 + } + Shading: T + Culling: "CullingOff" + } + Model: 87452928, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",4.76837158203125e-007,-9.29282855987549,30.6071090698242 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-80.8317896245122,0.0534035287149811,0.0084179951498105 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000038556332,1.00000005570728,0.99999986492709 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",9 + } + Shading: T + Culling: "CullingOff" + } + Model: 88640160, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209280455834e-005,-7.95376968383789,28.1494255065918 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-65.4018487711836,-12.6149220490222,-4.69862360144087 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000003687517,1.00000001994731,1.00000003603533 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",10 + } + Shading: T + Culling: "CullingOff" + } + Model: 88630880, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-9.5367431640625e-007,-9.29282569885254,30.6071109771729 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-61.0062672417062,0.000919514106666601,-0.00215897984956643 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000012004801,0.999999992741039,1.00000031201644 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",11 + } + Shading: T + Culling: "CullingOff" + } + Material: 88661264, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 87482160, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 87482800, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 87480656, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 87481408, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 87483440, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 87483824, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 89111072, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",0 + P: "d|Z", "Number", "", "A+",0 + } + } + AnimationCurveNode: 89275248, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 89275616, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-1.16475007416739e-007 + P: "d|Y", "Number", "", "A+",-1.56066676026967e-006 + P: "d|Z", "Number", "", "A+",27.6431045532227 + } + } + AnimationCurveNode: 89284192, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",-0 + P: "d|Z", "Number", "", "A+",90.0000025044781 + } + } + AnimationCurveNode: 89300960, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1.00000000000001 + P: "d|Z", "Number", "", "A+",1.00000000000001 + } + } + AnimationCurveNode: 89301328, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",22.9570386977774 + P: "d|Y", "Number", "", "A+",-89.3051878018375 + P: "d|Z", "Number", "", "A+",-82.2690077696195 + } + } + AnimationCurveNode: 89301696, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999976126115 + P: "d|Y", "Number", "", "A+",0.999999990309967 + P: "d|Z", "Number", "", "A+",1.00000000619496 + } + } + AnimationCurveNode: 89302064, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-90.0218685610023 + P: "d|Y", "Number", "", "A+",0.0342462031153827 + P: "d|Z", "Number", "", "A+",0.00224409146972157 + } + } + AnimationCurveNode: 89304496, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999821767137 + P: "d|Y", "Number", "", "A+",1.00000013224836 + P: "d|Z", "Number", "", "A+",1.00000007361516 + } + } + AnimationCurveNode: 88983648, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895531675326e-006 + P: "d|Y", "Number", "", "A+",-1.53927082568325e-014 + P: "d|Z", "Number", "", "A+",8.6514230232721e-006 + } + } + AnimationCurveNode: 88984016, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000000001 + P: "d|Y", "Number", "", "A+",1.00000000000002 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 89313072, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",101.23878423838 + P: "d|Y", "Number", "", "A+",20.7346596114662 + P: "d|Z", "Number", "", "A+",-176.051691427861 + } + } + AnimationCurveNode: 89313440, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000164453 + P: "d|Y", "Number", "", "A+",1.00000003781481 + P: "d|Z", "Number", "", "A+",1.00000003242252 + } + } + AnimationCurveNode: 89313808, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-60.3704845363135 + P: "d|Y", "Number", "", "A+",0.00408359884388395 + P: "d|Z", "Number", "", "A+",0.00446865072271544 + } + } + AnimationCurveNode: 89314176, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000012479058 + P: "d|Y", "Number", "", "A+",0.99999992001177 + P: "d|Z", "Number", "", "A+",0.999999767669205 + } + } + AnimationCurveNode: 89315360, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-163.53765846936 + P: "d|Y", "Number", "", "A+",85.9260762232183 + P: "d|Z", "Number", "", "A+",-108.328022899109 + } + } + AnimationCurveNode: 89315728, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000002069395 + P: "d|Y", "Number", "", "A+",0.999999985258504 + P: "d|Z", "Number", "", "A+",1.00000003288586 + } + } + AnimationCurveNode: 89314992, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-80.8317896245122 + P: "d|Y", "Number", "", "A+",0.0534035287149811 + P: "d|Z", "Number", "", "A+",0.0084179951498105 + } + } + AnimationCurveNode: 89317936, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000038556332 + P: "d|Y", "Number", "", "A+",1.00000005570728 + P: "d|Z", "Number", "", "A+",0.99999986492709 + } + } + AnimationCurveNode: 89316096, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-65.4018487711836 + P: "d|Y", "Number", "", "A+",-12.6149220490222 + P: "d|Z", "Number", "", "A+",-4.69862360144087 + } + } + AnimationCurveNode: 89314624, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000003687517 + P: "d|Y", "Number", "", "A+",1.00000001994731 + P: "d|Z", "Number", "", "A+",1.00000003603533 + } + } + AnimationCurveNode: 89316464, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-61.0062672417062 + P: "d|Y", "Number", "", "A+",0.000919514106666601 + P: "d|Z", "Number", "", "A+",-0.00215897984956643 + } + } + AnimationCurveNode: 89316832, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000012004801 + P: "d|Y", "Number", "", "A+",0.999999992741039 + P: "d|Z", "Number", "", "A+",1.00000031201644 + } + } + AnimationCurve: 87455712, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88889792, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88890112, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88895728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88905456, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88906976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88908496, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.16475e-007,-0.9270514,-1.60516,-1.86846,-1.605159,-0.9270514,8.720974e-014,0.9270514,1.605159,1.86846,1.60516,0.9270519,-1.16475e-007 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88910016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.560667e-006,-1.556542e-006,-1.391521e-006,-1.287173e-006,-1.391521e-006,-1.556542e-006,-1.560667e-006,-1.276581e-006,-9.067764e-007,-7.229134e-007,-9.067762e-007,-1.27658e-006,-1.560667e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88977088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88978608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88980128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88981648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90,90,90,90,90,90,90,90,90,90,90,90,90 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88983168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 87455184, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 88994976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89011856, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 22.95704,-34.81173,-78.19113,-101.5873,-121.0709,-142.34,-200.6146,-292.3567,-312.0994,-316.1865,-337.0461 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89020544, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -89.30519,-89.30248,-88.63665,-88.05696,-87.92134,-88.39601,-89.28038,-88.34787,-86.73032,-88.47961,-89.30497 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89028256, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -82.269,1.61564,37.03054,51.36,61.04579,71.96501,120.8377,206.4313,222.5188,227.9911,277.7198 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89027616, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89027296, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89028576, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89027936, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -90.02187,-118.6716,-101.2609,-83.60236,-67.36968,-52.19882,-38.34026,-26.41783,-17.22825,-20.94278,-39.31779,-63.11016,-90.01763 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89025056, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.03424618,0.0702948,0.04925214,0.02546394,0.003324208,-0.01598264,-0.03125495,-0.04188272,-0.04819382,-0.04589887,-0.03024408,-0.002294944,0.03423291 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89025376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.002244091,-0.01270415,-0.001475321,0.003005283,0.0005470142,-0.007267321,-0.01860544,-0.0310637,-0.041992,-0.03740212,-0.01767653,-0.001147472,0.002240302 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89026656, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89025696, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89026976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89026016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89026336, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89044736, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89043136, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89045056, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89043456, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89043776, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: 101.2388,91.96439,106.8773,126.9499,120.4659,114.5983,114.3901,118.0468,122.2024,124.3751,124.6052,101.2388 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89044096, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: 20.73466,-7.020615,-19.69818,-24.90858,-19.49691,-12.61465,-5.218756,2.291638,9.915014,17.90607,25.18723,20.73466 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89040576, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -176.0517,-186.2248,-189.5023,-194.1455,-190.2333,-184.6993,-179.2401,-174.7021,-171.3681,-169.0379,-168.2449,-176.0517 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89040896, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89041216, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89041536, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89042176, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -60.37049,-53.39121,-52.08997,-58.6916,-69.96914,-64.81314,-61.00742,-60.85729,-63.27026,-66.65186,-69.7093,-72.3596,-60.37049 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89039296, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.004083897,0.00992278,-0.03726551,-0.03852227,-0.03491593,-0.04335804,-0.001256755,-0.002950642,-0.00431668,0.01111955,0.0001812066,-0.07319231,0.004070793 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89037696, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.004464637,0.009884027,-0.03625464,-0.02584544,-0.01827759,-0.02488921,0.0002732076,-0.001529962,-0.001666566,0.005873963,0.0006978476,-0.03259366,0.004453283 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89041856, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89042496, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89039616, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999998 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89039936, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 16.46234,55.65188,0.2878449,0.09154291,-16.53337,6.228531,95.79445,133.8042,156.9148,175.7926,196.4623 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89042816, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 94.07392,91.7093,88.17583,85.9986,84.95454,87.88287,86.87934,85.04755,83.97072,84.25735,85.92609 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89044416, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 71.67197,99.89492,32.49928,56.68147,70.04665,96.12405,175.7038,206.1078,224.5399,238.4599,251.672 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89037376, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89038016, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89040256, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89038336, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -80.83179,-99.17328,-119.1319,-90.94025,-63.28244,-39.47505,-19.10002,-15.59452,-28.82949,-41.60621,-53.40208,-66.01096,-80.83179 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89038976, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.0534035,0.1153425,0.175813,0.087914,-0.005600755,-0.07537797,-0.1175612,-0.1228888,-0.09988469,-0.0698865,-0.03666446,0.003934189,0.05340829 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89038656, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.008417902,-0.0004371321,-0.03163744,0.005983246,-0.00180317,-0.04289359,-0.0980542,-0.1088732,-0.06983186,-0.03805782,-0.01535427,0.001284076,0.008417084 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89226368, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89225088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89229888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89230208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -65.40185,-65.61599,-61.95323,-57.79761,-55.62495,-55.39483,-78.76118,-90.64306,-73.12275,-53.05013,-59.53409,-65.40174 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89227648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -12.61492,-5.171136,2.291638,9.914991,17.90606,25.18723,20.73467,7.941393,-19.69818,-24.90861,-19.49694,-12.61465 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89229568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *12 { + a: -4.698624,0.7895426,5.297924,8.631954,10.96212,11.75515,3.948374,-1.899503,-9.502213,-14.1454,-10.23324,-4.699225 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89225408, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89230528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89225728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89230848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -61.00627,-60.85117,-63.27148,-66.65286,-69.71156,-72.35812,-60.37054,-53.3903,-52.09145,-58.69244,-69.96909,-64.80637,-61.00575 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89226048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.0009194294,0.01842272,0.006811203,0.02375288,-0.02994355,0.001420679,-0.003497057,-0.008360151,0.005163623,0.007433515,-0.0002732076,0.001529962,0.001935481 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89228608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.00215834,0.009343699,0.001778684,0.009778433,-0.01240362,-0.001748528,-0.005846642,-0.01073706,0.001557283,0.00318401,-0.002704755,-0.00396151,-0.001420679 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89226688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89227968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 89228288, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 87252128, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",88626224,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",87400240,88626224 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",87030144,88626224 + + ;AnimCurveNode::R, Model::minebot_main_root + C: "OP",89111072,88626224, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main_root + C: "OP",89275248,88626224, "Lcl Scaling" + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",87402496,87400240 + + ;Model::minebot_head, Model::minebot_main + C: "OO",87439792,87400240 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",87442048,87400240 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",87450672,87400240 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",88640160,87400240 + + ;Geometry::, Model::minebot_main + C: "OO",87484256,87400240 + + ;Material::01 - Default, Model::minebot_main + C: "OO",88661264,87400240 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",89275616,87400240, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",89284192,87400240, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main + C: "OP",89300960,87400240, "Lcl Scaling" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",87437536,87402496 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",88728288,87402496 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",88661264,87402496 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",89301328,87402496, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_upperleg + C: "OP",89301696,87402496, "Lcl Scaling" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",88735312,87437536 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",88661264,87437536 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",89302064,87437536, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_lowerleg + C: "OP",89304496,87437536, "Lcl Scaling" + + ;Geometry::, Model::minebot_head + C: "OO",88746432,87439792 + + ;Material::01 - Default, Model::minebot_head + C: "OO",88661264,87439792 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",88983648,87439792, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_head + C: "OP",88984016,87439792, "Lcl Scaling" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",87448416,87442048 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",88790960,87442048 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",88661264,87442048 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",89313072,87442048, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg + C: "OP",89313440,87442048, "Lcl Scaling" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",88749200,87448416 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",88661264,87448416 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",89313808,87448416, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_back_lowerleg + C: "OP",89314176,87448416, "Lcl Scaling" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",87452928,87450672 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",88835696,87450672 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",88661264,87450672 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",89315360,87450672, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_upperleg + C: "OP",89315728,87450672, "Lcl Scaling" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",88836384,87452928 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",88661264,87452928 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",89314992,87452928, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_lowerleg + C: "OP",89317936,87452928, "Lcl Scaling" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",88630880,88640160 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",88856608,88640160 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",88661264,88640160 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",89316096,88640160, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg2 + C: "OP",89314624,88640160, "Lcl Scaling" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",88864496,88630880 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",88661264,88630880 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",89316464,88630880, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_lowerleg + C: "OP",89316832,88630880, "Lcl Scaling" + + ;Texture::Map #1, Material::01 - Default + C: "OP",87480656,88661264, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",87481408,88661264, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",87482160,87480656 + + ;Video::Map #2, Texture::Map #2 + C: "OO",87482800,87481408 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",87483824,87483440 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89111072,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89275248,87483824 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",89275616,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89284192,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89300960,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89301328,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89301696,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89302064,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89304496,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",88983648,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",88984016,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89313072,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89313440,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89313808,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89314176,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89315360,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89315728,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89314992,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89317936,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89316096,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89314624,87483824 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",89316464,87483824 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",89316832,87483824 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",88630880,87252128 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",88640160,87252128 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",87452928,87252128 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",87450672,87252128 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",87448416,87252128 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",87442048,87252128 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",87439792,87252128 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",87437536,87252128 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",87402496,87252128 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",87400240,87252128 + + ;AnimCurve::, AnimCurveNode::R + C: "OP",87455712,89111072, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",88889792,89111072, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",88890112,89111072, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",88895728,89275248, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",88905456,89275248, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",88906976,89275248, "d|Z" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",88908496,89275616, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",88910016,89275616, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",88977088,89275616, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",88978608,89284192, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",88980128,89284192, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",88981648,89284192, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",88983168,89300960, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",87455184,89300960, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",88994976,89300960, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89011856,89301328, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89020544,89301328, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89028256,89301328, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89027616,89301696, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89027296,89301696, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89028576,89301696, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89027936,89302064, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89025056,89302064, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89025376,89302064, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89026656,89304496, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89025696,89304496, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89026976,89304496, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89026016,88983648, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89026336,88983648, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89044736,88983648, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89043136,88984016, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89045056,88984016, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89043456,88984016, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89043776,89313072, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89044096,89313072, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89040576,89313072, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89040896,89313440, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89041216,89313440, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89041536,89313440, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89042176,89313808, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89039296,89313808, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89037696,89313808, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89041856,89314176, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89042496,89314176, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89039616,89314176, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89039936,89315360, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89042816,89315360, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89044416,89315360, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89037376,89315728, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89038016,89315728, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89040256,89315728, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89038336,89314992, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89038976,89314992, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89038656,89314992, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89226368,89317936, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89225088,89317936, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89229888,89317936, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89230208,89316096, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89227648,89316096, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89229568,89316096, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89225408,89314624, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89230528,89314624, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89225728,89314624, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89230848,89316464, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89226048,89316464, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",89228608,89316464, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89226688,89316832, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89227968,89316832, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",89228288,89316832, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX.meta new file mode 100644 index 0000000..0c7c0a2 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@forward.FBX.meta @@ -0,0 +1,203 @@ +fileFormatVersion: 2 +guid: 1da85f72a7a82bc4eabdbd8f0683bde2 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: minebot_front_upperleg 1 + 100002: minebot_front_lowerleg + 100004: minebot_back_lowerleg + 100006: minebot_left_lowerleg + 100008: minebot_left_upperleg + 100010: minebot_right_lowerleg + 100012: minebot_head + 100014: minebot_front_upperleg + 100016: //RootNode + 100018: minebot_right_upperleg + 100020: minebot_main + 400000: minebot_front_upperleg 1 + 400002: minebot_front_lowerleg + 400004: minebot_back_lowerleg + 400006: minebot_left_lowerleg + 400008: minebot_left_upperleg + 400010: minebot_right_lowerleg + 400012: minebot_head + 400014: minebot_front_upperleg + 400016: //RootNode + 400018: minebot_right_upperleg + 400020: minebot_main + 2300000: minebot_front_upperleg 1 + 2300002: minebot_front_lowerleg + 2300004: minebot_back_lowerleg + 2300006: minebot_left_lowerleg + 2300008: minebot_left_upperleg + 2300010: minebot_right_lowerleg + 2300012: minebot_head + 2300014: minebot_front_upperleg + 2300016: minebot_right_upperleg + 2300018: minebot_main + 3300000: minebot_front_upperleg 1 + 3300002: minebot_front_lowerleg + 3300004: minebot_back_lowerleg + 3300006: minebot_left_lowerleg + 3300008: minebot_left_upperleg + 3300010: minebot_right_lowerleg + 3300012: minebot_head + 3300014: minebot_front_upperleg + 3300016: minebot_right_upperleg + 3300018: minebot_main + 4300000: minebot_main + 4300002: minebot_right_upperleg + 4300004: minebot_right_lowerleg + 4300006: minebot_head + 4300008: minebot_front_upperleg + 4300010: minebot_back_lowerleg + 4300012: minebot_left_upperleg + 4300014: minebot_left_lowerleg + 4300016: minebot_front_upperleg + 4300018: minebot_front_lowerleg + 7400000: forward + 7400002: idle + 9500000: //RootNode + 11100000: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: 7c7ae9bbdf3d944e7877ee4243ac4801, type: 2} + materials: + importMaterials: 1 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 2 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: forward + takeName: Take 001 + firstFrame: 0 + lastFrame: 12 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + - serializedVersion: 16 + name: idle + takeName: Take 001 + firstFrame: 0 + lastFrame: 1 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 1 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: caeffedc34d9f4161b7694ad0d84bbd3, + type: 3} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX new file mode 100644 index 0000000..756cc9a --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX @@ -0,0 +1,3783 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 628 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@left.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@left.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:05:58.506" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Documents\3-5_RobotSwarm\Assets\Objects\Enemies\mine_bot@left.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:05:58.506" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 78641056, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 123 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 69 + } + ObjectType: "AnimationCurveNode" { + Count: 23 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 79256576, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 79094720, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 0,1,2,3,4,5,6,8,9,10,12,13,15,16,17,20,21,23,25,26,28,29,30,32,33,34,35,36,37,38,41,42,43,46,48,49,50,51,52,53,54,55,56,57,58,60,61,64,65,66,67,69,70,72,73,75,76,77,81,82,84,85,86,88,89,90,91,93,94,95,99,102,106,113,114,124,125,126,127,128,129,130,131,132,134,135,137,138,139,142,143,144,145,147,154,155,158,159,162,165,166,167,169,170,173,174,178,182,183,186,187,190,194,197,200,201,202,203,204,205,206,208,209,210,212,213,215,216,217,220,221,223,225,226,229,230,233,234,235,238,240,241,242,243,244,245,246,247,248,249,250,252,253,256,257,260,261,262,263,265,266,269,273,278,280,281,282,284,285,286,287,290,291,295,298,302,309,310,320,323,324,325,326,328,330,331,333,334,335,338,339,340,341,343,350,354,361,363,371,378,380,381,382,383,385,386,387,389,390,391,393,394,395,397,398,399,401,403,404,405,406,409,410,413,414,417,418,421,422,425,428,430,431,434,435,438,439,442,443,446,447,451,464,465,467,468,471,472,475,476,479,480,483,484,485,488,489,492,496,497,498,499,501,502,503,505,506,507,509,510,511,513,514,515,517,519,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,1.21332109563809e-017,1.32348898008484e-023,-1,-7.44391188771919e-015,-4.27306758865598e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1, +7.46817768759213e-015,4.27306758865598e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,1.21332109563809e-017,1.32348898008484e-023,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505, +0.702872514724731,0.702885627746582,-0.109187431633472,0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005, +-0.707123994827271,-0.707089483737946,0.000103243539342657,0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.44391188771919e-015,-4.27306758865598e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509, +8.47020853456115e-009,-0.344974130392075,-0.938612222671509,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1, +0.706403613090515,-0.706393778324127,0.0447411462664604,0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746, +0.689711391925812,0.262842565774918,0.674694001674652,0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006, +-0.702872276306152,0.702885866165161,-0.109187461435795,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.46817768759213e-015,4.27306758865598e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363, +1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639,-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,6.28711321793331e-018,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221, +0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.518172979354858,0.855275869369507,6.28711321793331e-018,1.04083596852433e-007,1,9.8764372523874e-005,7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008, +0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017, +-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691,0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,6.28711611306546e-018,0.518173217773438,0.855275750160217,6.28711611306546e-018, +0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79357456, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79095408, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79377168, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,36,37,40,41,42,43,46,47,48,50,51,54,55,56,58,59,61,62,64,65,66,70,72,73,74,75,76,77,78,79,81,82,83,85,86,87,88,89,90,93,94,97,98,101,102,105,106,109,110,113,114,117,120,122,123,124,128,131,132,135,136,139,140,144,147,151,152,155,156,159,163,177,185,195 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79419120, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79413296, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79461104, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79464880, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79486480, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79494368, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 78965424, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",1 + } + Shading: T + Culling: "CullingOff" + } + Model: 79011616, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90.0000076293945,45.0000038146973,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.0479697621843e-013,-1.67714188137325e-006,27.6431045532227 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,-0,90.0000025044781 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1,1.00000000000001,1.00000000000001 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",2 + } + Shading: T + Culling: "CullingOff" + } + Model: 79013872, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494159698486,-7.95376777648926,1.03961992863333e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-94.392941681721,-68.5141946126635,15.322242969618 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999976487699,0.999999889872392,0.999999997053923 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",3 + } + Shading: T + Culling: "CullingOff" + } + Model: 79048912, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.9073486328125e-006,-9.29282188415527,30.6071186065674 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-59.0704814520767,-0.00748588638428354,-0.00311563310410027 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000012922293,1.00000003066964,0.999999755297616 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",4 + } + Shading: T + Culling: "CullingOff" + } + Model: 79051168, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-89.9999923706055,-135,-9.6593457783456e-006 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112283518421e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895531675326e-006,-1.53927082568325e-014,8.6514230232721e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",5 + } + Shading: T + Culling: "CullingOff" + } + Model: 79053424, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15255782779423e-006,-7.95376968383789,-28.1494216918945 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",121.183852631744,0.225809628377099,177.486140151793 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999992707101,1.00000002526308,0.99999999055773 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",6 + } + Shading: T + Culling: "CullingOff" + } + Model: 79059792, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.2516975402832e-006,-9.29284763336182,30.6071109771729 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-91.9807122253485,0.00772323635654097,0.000756977059063776 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000917224,1.00000001016967,1.00000000440602 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",7 + } + Shading: T + Culling: "CullingOff" + } + Model: 79062048, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494274139404,-7.95376968383789,4.15622707805596e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",102.265862398918,76.3496723970237,168.703550314756 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999992941285,1.0000000522949,1.00000004026162 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",8 + } + Shading: T + Culling: "CullingOff" + } + Model: 79064304, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-4.76837158203125e-007,-9.29283714294434,30.6071147918701 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-60.8079956960485,-0.0135779896926667,-0.00469714270600757 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999971835672,1.00000022093817,1.00000033067487 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",9 + } + Shading: T + Culling: "CullingOff" + } + Model: 79264288, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209280455834e-005,-7.95376968383789,28.1494255065918 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-55.0011084976615,-0.805989723350925,2.43334234295672 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999976582396,0.999999995126096,1.00000003008222 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",10 + } + Shading: T + Culling: "CullingOff" + } + Model: 79271248, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.66893005371094e-006,-9.29282188415527,30.6071090698242 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-81.0360698964937,-0.00106550950939587,-0.0024864022997354 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000111452,1.00000002037413,1.00000002550053 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",11 + } + Shading: T + Culling: "CullingOff" + } + Material: 79290032, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 79093008, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 79093648, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 79091504, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 79092256, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 78641872, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 79094288, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 79741264, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",0 + P: "d|Z", "Number", "", "A+",0 + } + } + AnimationCurveNode: 79905440, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 79905808, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.0479697621843e-013 + P: "d|Y", "Number", "", "A+",-1.67714188137325e-006 + P: "d|Z", "Number", "", "A+",27.6431045532227 + } + } + AnimationCurveNode: 79914384, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",-0 + P: "d|Z", "Number", "", "A+",90.0000025044781 + } + } + AnimationCurveNode: 79931152, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1.00000000000001 + P: "d|Z", "Number", "", "A+",1.00000000000001 + } + } + AnimationCurveNode: 79931520, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-94.392941681721 + P: "d|Y", "Number", "", "A+",-68.5141946126635 + P: "d|Z", "Number", "", "A+",15.322242969618 + } + } + AnimationCurveNode: 79931888, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999976487699 + P: "d|Y", "Number", "", "A+",0.999999889872392 + P: "d|Z", "Number", "", "A+",0.999999997053923 + } + } + AnimationCurveNode: 79932256, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-59.0704814520767 + P: "d|Y", "Number", "", "A+",-0.00748588638428354 + P: "d|Z", "Number", "", "A+",-0.00311563310410027 + } + } + AnimationCurveNode: 79613840, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000012922293 + P: "d|Y", "Number", "", "A+",1.00000003066964 + P: "d|Z", "Number", "", "A+",0.999999755297616 + } + } + AnimationCurveNode: 79614208, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895531675326e-006 + P: "d|Y", "Number", "", "A+",-1.53927082568325e-014 + P: "d|Z", "Number", "", "A+",8.6514230232721e-006 + } + } + AnimationCurveNode: 79942896, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000000001 + P: "d|Y", "Number", "", "A+",1.00000000000002 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 79943264, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",121.183852631744 + P: "d|Y", "Number", "", "A+",0.225809628377099 + P: "d|Z", "Number", "", "A+",177.486140151793 + } + } + AnimationCurveNode: 79943632, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999992707101 + P: "d|Y", "Number", "", "A+",1.00000002526308 + P: "d|Z", "Number", "", "A+",0.99999999055773 + } + } + AnimationCurveNode: 79944000, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-91.9807122253485 + P: "d|Y", "Number", "", "A+",0.00772323635654097 + P: "d|Z", "Number", "", "A+",0.000756977059063776 + } + } + AnimationCurveNode: 79944368, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000917224 + P: "d|Y", "Number", "", "A+",1.00000001016967 + P: "d|Z", "Number", "", "A+",1.00000000440602 + } + } + AnimationCurveNode: 79946288, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",102.265862398918 + P: "d|Y", "Number", "", "A+",76.3496723970237 + P: "d|Z", "Number", "", "A+",168.703550314756 + } + } + AnimationCurveNode: 79947392, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999992941285 + P: "d|Y", "Number", "", "A+",1.0000000522949 + P: "d|Z", "Number", "", "A+",1.00000004026162 + } + } + AnimationCurveNode: 79946656, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-60.8079956960485 + P: "d|Y", "Number", "", "A+",-0.0135779896926667 + P: "d|Z", "Number", "", "A+",-0.00469714270600757 + } + } + AnimationCurveNode: 79948128, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999971835672 + P: "d|Y", "Number", "", "A+",1.00000022093817 + P: "d|Z", "Number", "", "A+",1.00000033067487 + } + } + AnimationCurveNode: 79947760, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-55.0011084976615 + P: "d|Y", "Number", "", "A+",-0.805989723350925 + P: "d|Z", "Number", "", "A+",2.43334234295672 + } + } + AnimationCurveNode: 79944816, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999976582396 + P: "d|Y", "Number", "", "A+",0.999999995126096 + P: "d|Z", "Number", "", "A+",1.00000003008222 + } + } + AnimationCurveNode: 79945184, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-81.0360698964937 + P: "d|Y", "Number", "", "A+",-0.00106550950939587 + P: "d|Z", "Number", "", "A+",-0.0024864022997354 + } + } + AnimationCurveNode: 79945552, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000111452 + P: "d|Y", "Number", "", "A+",1.00000002037413 + P: "d|Z", "Number", "", "A+",1.00000002550053 + } + } + AnimationCurve: 79500304, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79523360, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79524720, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79526080, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79535648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79537168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79538688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 1.04797e-013,1.399809e-007,2.423723e-007,2.821296e-007,2.423723e-007,1.399809e-007,8.720974e-014,-1.399808e-007,-2.423723e-007,-2.821297e-007,-2.423724e-007,-1.399809e-007,1.04797e-013 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79540208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.677142e-006,-0.9270529,-1.605161,-1.868461,-1.605161,-0.9270527,-1.560667e-006,0.9270499,1.605158,1.868459,1.605158,0.9270505,-1.677142e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79607280, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79608800, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79610320, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79611840, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90,90,90,90,90,90,90,90,90,90,90,90,90 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79613360, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 78967680, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79625168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79642048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: -94.39294,-83.43358,-89.29541,-96.93295,-110.1805,-86.32108,-92.7508,-87.59904,-80.64309,-93.42702,-110.6807,-94.40231 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79650736, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: -68.5142,-61.50916,-68.06811,-76.3614,-85.14497,-94.55938,-103.4279,-111.3299,-117.1824,-110.6697,-98.02026,-68.51305 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79657808, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: 15.32224,24.98471,30.1865,35.25336,45.1136,19.06037,26.82785,27.11708,26.03738,20.52051,18.97547,15.31312 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79657168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79655248, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79655888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79655568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -59.07048,-69.73363,-64.90295,-60.49419,-57.81531,-57.68303,-60.93406,-67.57415,-74.9728,-63.53592,-54.82853,-53.54931,-59.06671 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79658768, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.007485888,0.00650234,5.409707e-005,-0.005655397,-0.009070491,-0.009234416,-0.005108981,0.003579019,0.01360221,-0.001721208,-0.01278611,-0.01431608,-0.007485888 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79656208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.003114566,0.001256755,-0.0003824906,-0.002349585,-0.003797585,-0.003852227,-0.002131019,0.0006010567,0.002506745,-0.0009289057,-0.005546113,-0.006365736,-0.003087246 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79658448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79658128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79656528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999998 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79656848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79657488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79674608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79671408, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79668848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79670128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79668528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 121.1839,94.39294,92.85165,95.65594,100.4316,109.4475,119.8119,129.4669,137.9641,146.0943,121.1839 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79672368, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 0.2258096,0.8434956,2.67489,1.029622,-0.9336323,-2.323084,-2.760817,-2.35259,-1.489282,-0.5537918,0.2258061 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79669808, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 177.4861,176.1322,181.8816,181.243,181.6617,182.2874,182.2329,181.4148,180.2324,178.9065,177.4861 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79672688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79673648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79674928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79669168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -91.98071,-66.65642,-42.58391,-22.9943,-18.08508,-26.91693,-38.36058,-52.05036,-67.28174,-83.39975,-100.6278,-118.3568,-91.98071 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79667568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.007723363,0.01270708,-0.002677434,-0.02327728,-0.01172061,-0.02016272,-0.002021736,-0.002923321,-0.004398642,-0.008797284,0.003059925,-0.06802869,0.007731774 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79671728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.0007568122,0.007479184,-0.001857811,-0.07341088,-0.04024348,-0.047784,-0.001147472,-0.002404227,-0.001693887,-0.001338717,0.0005464152,0.03803583,0.0007537477 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79670768, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79670448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79669488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79674288, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -77.73414,-84.40292,-83.76891,-102.6577,-134.4076,-71.23344,-87.13286,-81.26202,-91.93929,-109.5201,-144.6852,-221.8822,-257.7341 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79673008, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 103.6503,111.3358,117.4419,111.4408,100.1207,81.64661,68.57446,61.5774,67.98163,75.54826,82.13995,83.02541,76.34968 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79671088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -11.29645,-23.4167,-29.05543,-30.03018,-41.32431,25.22386,-7.688553,-22.75374,-33.19336,-48.33168,-79.86958,-154.4121,-191.2964 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79667888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79675248, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79668208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79673328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -60.808,-67.20674,-74.23962,-63.05223,-54.72482,-53.57948,-59.28402,-70.03684,-65.05801,-60.59285,-57.87088,-57.61893,-60.80803 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79672048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.01357842,0.007130717,0.03072066,-0.006338416,-0.03259366,-0.03603608,-0.01841419,0.01669298,0.000199602,-0.01426143,-0.02267623,-0.02434279,-0.01357842 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79673968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.00469917,0.002294944,0.006918939,-0.002049057,-0.01319593,-0.01505374,-0.006611623,0.004262038,5.111651e-005,-0.004917736,-0.008715321,-0.006830189,-0.004671849 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79857520, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79862320, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79862640, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79860080, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -55.00111,-62.56339,-67.39037,-72.36903,-81.40649,-89.69016,-83.72438,-54.219,-30.85281,-43.33337,-55.00108 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79855280, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: -0.8059896,-0.4712284,0.1852074,1.16121,1.829846,1.361803,-1.629738,-1.083732,-0.8698382,-0.9389325,-0.8056891 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79858800, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *11 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *11 { + a: 2.433342,3.75409,3.775589,2.879183,1.815973,0.9571112,-4.178491,-2.720082,-1.208097,0.5024834,2.432372 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 11 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79859760, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79862960, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79857200, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79857840, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -81.03607,-66.11555,-53.58871,-41.58006,-28.21898,-14.62417,-20.16356,-42.41692,-66.44299,-93.35538,-120.4867,-99.90805,-81.03607 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79855920, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.00106551,0.01978023,0.007333157,0.004502499,-0.007376604,0.004453283,0.002567581,-0.005464152,-0.002732076,0.005901284,-0.00505434,-0.001338717,-0.003196529 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79858160, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.002486189,0.005901284,0.002687723,0.001018358,-0.02977963,0.002595472,-0.005218265,-0.01196649,-0.003934189,-0.001693887,-0.000792302,-0.002212981,-0.002759397 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79860400, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79856240, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79856560, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 78863872, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",78965424,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",79011616,78965424 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",79256576,78965424 + + ;AnimCurveNode::R, Model::minebot_main_root + C: "OP",79741264,78965424, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main_root + C: "OP",79905440,78965424, "Lcl Scaling" + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",79013872,79011616 + + ;Model::minebot_head, Model::minebot_main + C: "OO",79051168,79011616 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",79053424,79011616 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",79062048,79011616 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",79264288,79011616 + + ;Geometry::, Model::minebot_main + C: "OO",79094720,79011616 + + ;Material::01 - Default, Model::minebot_main + C: "OO",79290032,79011616 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",79905808,79011616, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",79914384,79011616, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main + C: "OP",79931152,79011616, "Lcl Scaling" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",79048912,79013872 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",79357456,79013872 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",79290032,79013872 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",79931520,79013872, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_upperleg + C: "OP",79931888,79013872, "Lcl Scaling" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",79095408,79048912 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",79290032,79048912 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",79932256,79048912, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_lowerleg + C: "OP",79613840,79048912, "Lcl Scaling" + + ;Geometry::, Model::minebot_head + C: "OO",79377168,79051168 + + ;Material::01 - Default, Model::minebot_head + C: "OO",79290032,79051168 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",79614208,79051168, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_head + C: "OP",79942896,79051168, "Lcl Scaling" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",79059792,79053424 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",79419120,79053424 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",79290032,79053424 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",79943264,79053424, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg + C: "OP",79943632,79053424, "Lcl Scaling" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",79413296,79059792 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",79290032,79059792 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",79944000,79059792, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_back_lowerleg + C: "OP",79944368,79059792, "Lcl Scaling" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",79064304,79062048 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",79461104,79062048 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",79290032,79062048 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",79946288,79062048, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_upperleg + C: "OP",79947392,79062048, "Lcl Scaling" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",79464880,79064304 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",79290032,79064304 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",79946656,79064304, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_lowerleg + C: "OP",79948128,79064304, "Lcl Scaling" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",79271248,79264288 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",79486480,79264288 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",79290032,79264288 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",79947760,79264288, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg2 + C: "OP",79944816,79264288, "Lcl Scaling" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",79494368,79271248 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",79290032,79271248 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",79945184,79271248, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_lowerleg + C: "OP",79945552,79271248, "Lcl Scaling" + + ;Texture::Map #1, Material::01 - Default + C: "OP",79091504,79290032, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",79092256,79290032, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",79093008,79091504 + + ;Video::Map #2, Texture::Map #2 + C: "OO",79093648,79092256 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",79094288,78641872 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79741264,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79905440,79094288 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",79905808,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79914384,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79931152,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79931520,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79931888,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79932256,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79613840,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79614208,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79942896,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79943264,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79943632,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79944000,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79944368,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79946288,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79947392,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79946656,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79948128,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79947760,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79944816,79094288 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79945184,79094288 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79945552,79094288 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",79271248,78863872 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",79264288,78863872 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",79064304,78863872 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",79062048,78863872 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",79059792,78863872 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",79053424,78863872 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",79051168,78863872 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",79048912,78863872 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",79013872,78863872 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",79011616,78863872 + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79500304,79741264, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79523360,79741264, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79524720,79741264, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79526080,79905440, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79535648,79905440, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79537168,79905440, "d|Z" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79538688,79905808, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79540208,79905808, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79607280,79905808, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79608800,79914384, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79610320,79914384, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79611840,79914384, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79613360,79931152, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",78967680,79931152, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79625168,79931152, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79642048,79931520, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79650736,79931520, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79657808,79931520, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79657168,79931888, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79655248,79931888, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79655888,79931888, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79655568,79932256, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79658768,79932256, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79656208,79932256, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79658448,79613840, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79658128,79613840, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79656528,79613840, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79656848,79614208, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79657488,79614208, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79674608,79614208, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79671408,79942896, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79668848,79942896, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79670128,79942896, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79668528,79943264, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79672368,79943264, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79669808,79943264, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79672688,79943632, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79673648,79943632, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79674928,79943632, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79669168,79944000, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79667568,79944000, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79671728,79944000, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79670768,79944368, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79670448,79944368, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79669488,79944368, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79674288,79946288, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79673008,79946288, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79671088,79946288, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79667888,79947392, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79675248,79947392, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79668208,79947392, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79673328,79946656, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79672048,79946656, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79673968,79946656, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79857520,79948128, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79862320,79948128, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79862640,79948128, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79860080,79947760, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79855280,79947760, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79858800,79947760, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79859760,79944816, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79862960,79944816, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79857200,79944816, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79857840,79945184, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79855920,79945184, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79858160,79945184, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79860400,79945552, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79856240,79945552, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79856560,79945552, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX.meta new file mode 100644 index 0000000..4e8929b --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@left.FBX.meta @@ -0,0 +1,145 @@ +fileFormatVersion: 2 +guid: b667956babf1f0446a76fa8b99404ab8 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: minebot_left_lowerleg + 100002: minebot_front_lowerleg + 100004: minebot_front_upperleg 1 + 100006: minebot_back_lowerleg + 100008: minebot_left_upperleg + 100010: minebot_right_lowerleg + 100012: minebot_head + 100014: minebot_front_upperleg + 100016: //RootNode + 100018: minebot_right_upperleg + 100020: minebot_main + 400000: minebot_left_lowerleg + 400002: minebot_front_lowerleg + 400004: minebot_front_upperleg 1 + 400006: minebot_back_lowerleg + 400008: minebot_left_upperleg + 400010: minebot_right_lowerleg + 400012: minebot_head + 400014: minebot_front_upperleg + 400016: //RootNode + 400018: minebot_right_upperleg + 400020: minebot_main + 2300000: minebot_left_lowerleg + 2300002: minebot_front_lowerleg + 2300004: minebot_front_upperleg 1 + 2300006: minebot_back_lowerleg + 2300008: minebot_left_upperleg + 2300010: minebot_right_lowerleg + 2300012: minebot_head + 2300014: minebot_front_upperleg + 2300016: minebot_right_upperleg + 2300018: minebot_main + 3300000: minebot_left_lowerleg + 3300002: minebot_front_lowerleg + 3300004: minebot_front_upperleg 1 + 3300006: minebot_back_lowerleg + 3300008: minebot_left_upperleg + 3300010: minebot_right_lowerleg + 3300012: minebot_head + 3300014: minebot_front_upperleg + 3300016: minebot_right_upperleg + 3300018: minebot_main + 4300000: minebot_main + 4300002: minebot_right_upperleg + 4300004: minebot_right_lowerleg + 4300006: minebot_head + 4300008: minebot_front_upperleg + 4300010: minebot_back_lowerleg + 4300012: minebot_left_upperleg + 4300014: minebot_left_lowerleg + 4300016: minebot_front_upperleg + 4300018: minebot_front_lowerleg + 7400000: Take 001 + 9500000: //RootNode + 11100000: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: 84be6514d56e743dd9b8f1a1fca98f50, type: 2} + materials: + importMaterials: 1 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 2 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX new file mode 100644 index 0000000..07678e7 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX @@ -0,0 +1,3783 @@ +; FBX 7.3.0 project file +; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors. +; All rights reserved. +; ---------------------------------------------------- + +FBXHeaderExtension: { + FBXHeaderVersion: 1003 + FBXVersion: 7300 + CreationTimeStamp: { + Version: 1000 + Year: 2020 + Month: 5 + Day: 4 + Hour: 13 + Minute: 15 + Second: 13 + Millisecond: 691 + } + Creator: "FBX SDK/FBX Plugins version 2013.3" + SceneInfo: "SceneInfo::GlobalInfo", "UserData" { + Type: "UserData" + Version: 100 + MetaData: { + Version: 100 + Title: "" + Subject: "" + Author: "" + Keywords: "" + Revision: "" + Comment: "" + } + Properties70: { + P: "DocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@right.FBX" + P: "SrcDocumentUrl", "KString", "Url", "", "C:\Users\arong\a-pathfinding-project\Assets\AstarPathfindingProject\ExampleScenes\Prefabs\MineBot\FBX 2013\mine_bot@right.FBX" + P: "Original", "Compound", "", "" + P: "Original|ApplicationVendor", "KString", "", "", "Autodesk" + P: "Original|ApplicationName", "KString", "", "", "3ds Max" + P: "Original|ApplicationVersion", "KString", "", "", "2011.1" + P: "Original|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:08:21.707" + P: "Original|FileName", "KString", "", "", "C:\Users\bret.church\Documents\3-5_RobotSwarm\Assets\Objects\Enemies\mine_bot@right.FBX" + P: "LastSaved", "Compound", "", "" + P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk" + P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max" + P: "LastSaved|ApplicationVersion", "KString", "", "", "2011.1" + P: "LastSaved|DateTime_GMT", "DateTime", "", "", "27/02/2011 00:08:21.707" + } + } +} +GlobalSettings: { + Version: 1000 + Properties70: { + P: "UpAxis", "int", "Integer", "",2 + P: "UpAxisSign", "int", "Integer", "",1 + P: "FrontAxis", "int", "Integer", "",1 + P: "FrontAxisSign", "int", "Integer", "",-1 + P: "CoordAxis", "int", "Integer", "",0 + P: "CoordAxisSign", "int", "Integer", "",1 + P: "OriginalUpAxis", "int", "Integer", "",2 + P: "OriginalUpAxisSign", "int", "Integer", "",1 + P: "UnitScaleFactor", "double", "Number", "",1 + P: "OriginalUnitScaleFactor", "double", "Number", "",1 + P: "AmbientColor", "ColorRGB", "Color", "",0,0,0 + P: "DefaultCamera", "KString", "", "", "Producer Perspective" + P: "TimeMode", "enum", "", "",6 + P: "TimeSpanStart", "KTime", "Time", "",0 + P: "TimeSpanStop", "KTime", "Time", "",18474463200 + P: "CustomFrameRate", "double", "Number", "",-1 + } +} + +; Documents Description +;------------------------------------------------------------------ + +Documents: { + Count: 1 + Document: 51509152, "", "Scene" { + Properties70: { + P: "SourceObject", "object", "", "" + P: "ActiveAnimStackName", "KString", "", "", "" + } + RootNode: 0 + } +} + +; Document References +;------------------------------------------------------------------ + +References: { +} + +; Object definitions +;------------------------------------------------------------------ + +Definitions: { + Version: 100 + Count: 123 + ObjectType: "GlobalSettings" { + Count: 1 + } + ObjectType: "NodeAttribute" { + Count: 1 + PropertyTemplate: "FbxNull" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Size", "double", "Number", "",100 + P: "Look", "enum", "", "",1 + } + } + } + ObjectType: "Model" { + Count: 11 + PropertyTemplate: "FbxNode" { + Properties70: { + P: "QuaternionInterpolate", "enum", "", "",0 + P: "RotationOffset", "Vector3D", "Vector", "",0,0,0 + P: "RotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0 + P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "TranslationActive", "bool", "", "",0 + P: "TranslationMin", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMax", "Vector3D", "Vector", "",0,0,0 + P: "TranslationMinX", "bool", "", "",0 + P: "TranslationMinY", "bool", "", "",0 + P: "TranslationMinZ", "bool", "", "",0 + P: "TranslationMaxX", "bool", "", "",0 + P: "TranslationMaxY", "bool", "", "",0 + P: "TranslationMaxZ", "bool", "", "",0 + P: "RotationOrder", "enum", "", "",0 + P: "RotationSpaceForLimitOnly", "bool", "", "",0 + P: "RotationStiffnessX", "double", "Number", "",0 + P: "RotationStiffnessY", "double", "Number", "",0 + P: "RotationStiffnessZ", "double", "Number", "",0 + P: "AxisLen", "double", "Number", "",10 + P: "PreRotation", "Vector3D", "Vector", "",0,0,0 + P: "PostRotation", "Vector3D", "Vector", "",0,0,0 + P: "RotationActive", "bool", "", "",0 + P: "RotationMin", "Vector3D", "Vector", "",0,0,0 + P: "RotationMax", "Vector3D", "Vector", "",0,0,0 + P: "RotationMinX", "bool", "", "",0 + P: "RotationMinY", "bool", "", "",0 + P: "RotationMinZ", "bool", "", "",0 + P: "RotationMaxX", "bool", "", "",0 + P: "RotationMaxY", "bool", "", "",0 + P: "RotationMaxZ", "bool", "", "",0 + P: "InheritType", "enum", "", "",0 + P: "ScalingActive", "bool", "", "",0 + P: "ScalingMin", "Vector3D", "Vector", "",0,0,0 + P: "ScalingMax", "Vector3D", "Vector", "",1,1,1 + P: "ScalingMinX", "bool", "", "",0 + P: "ScalingMinY", "bool", "", "",0 + P: "ScalingMinZ", "bool", "", "",0 + P: "ScalingMaxX", "bool", "", "",0 + P: "ScalingMaxY", "bool", "", "",0 + P: "ScalingMaxZ", "bool", "", "",0 + P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0 + P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1 + P: "MinDampRangeX", "double", "Number", "",0 + P: "MinDampRangeY", "double", "Number", "",0 + P: "MinDampRangeZ", "double", "Number", "",0 + P: "MaxDampRangeX", "double", "Number", "",0 + P: "MaxDampRangeY", "double", "Number", "",0 + P: "MaxDampRangeZ", "double", "Number", "",0 + P: "MinDampStrengthX", "double", "Number", "",0 + P: "MinDampStrengthY", "double", "Number", "",0 + P: "MinDampStrengthZ", "double", "Number", "",0 + P: "MaxDampStrengthX", "double", "Number", "",0 + P: "MaxDampStrengthY", "double", "Number", "",0 + P: "MaxDampStrengthZ", "double", "Number", "",0 + P: "PreferedAngleX", "double", "Number", "",0 + P: "PreferedAngleY", "double", "Number", "",0 + P: "PreferedAngleZ", "double", "Number", "",0 + P: "LookAtProperty", "object", "", "" + P: "UpVectorProperty", "object", "", "" + P: "Show", "bool", "", "",1 + P: "NegativePercentShapeSupport", "bool", "", "",1 + P: "DefaultAttributeIndex", "int", "Integer", "",-1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0 + P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0 + P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1 + P: "Visibility", "Visibility", "", "A",1 + P: "Visibility Inheritance", "Visibility Inheritance", "", "",1 + } + } + } + ObjectType: "Material" { + Count: 1 + PropertyTemplate: "FbxSurfacePhong" { + Properties70: { + P: "ShadingModel", "KString", "", "", "Phong" + P: "MultiLayer", "bool", "", "",0 + P: "EmissiveColor", "Color", "", "A",0,0,0 + P: "EmissiveFactor", "Number", "", "A",1 + P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2 + P: "AmbientFactor", "Number", "", "A",1 + P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8 + P: "DiffuseFactor", "Number", "", "A",1 + P: "Bump", "Vector3D", "Vector", "",0,0,0 + P: "NormalMap", "Vector3D", "Vector", "",0,0,0 + P: "BumpFactor", "double", "Number", "",1 + P: "TransparentColor", "Color", "", "A",0,0,0 + P: "TransparencyFactor", "Number", "", "A",0 + P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "DisplacementFactor", "double", "Number", "",1 + P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0 + P: "VectorDisplacementFactor", "double", "Number", "",1 + P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2 + P: "SpecularFactor", "Number", "", "A",1 + P: "ShininessExponent", "Number", "", "A",20 + P: "ReflectionColor", "Color", "", "A",0,0,0 + P: "ReflectionFactor", "Number", "", "A",1 + } + } + } + ObjectType: "Texture" { + Count: 2 + PropertyTemplate: "FbxFileTexture" { + Properties70: { + P: "TextureTypeUse", "enum", "", "",0 + P: "Texture alpha", "Number", "", "A",1 + P: "CurrentMappingType", "enum", "", "",0 + P: "WrapModeU", "enum", "", "",0 + P: "WrapModeV", "enum", "", "",0 + P: "UVSwap", "bool", "", "",0 + P: "PremultiplyAlpha", "bool", "", "",1 + P: "Translation", "Vector", "", "A",0,0,0 + P: "Rotation", "Vector", "", "A",0,0,0 + P: "Scaling", "Vector", "", "A",1,1,1 + P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0 + P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0 + P: "CurrentTextureBlendMode", "enum", "", "",1 + P: "UVSet", "KString", "", "", "default" + P: "UseMaterial", "bool", "", "",0 + P: "UseMipMap", "bool", "", "",0 + } + } + } + ObjectType: "Video" { + Count: 2 + PropertyTemplate: "FbxVideo" { + Properties70: { + P: "ImageSequence", "bool", "", "",0 + P: "ImageSequenceOffset", "int", "Integer", "",0 + P: "FrameRate", "double", "Number", "",0 + P: "LastFrame", "int", "Integer", "",0 + P: "Width", "int", "Integer", "",0 + P: "Height", "int", "Integer", "",0 + P: "Path", "KString", "XRefUrl", "", "" + P: "StartFrame", "int", "Integer", "",0 + P: "StopFrame", "int", "Integer", "",0 + P: "PlaySpeed", "double", "Number", "",0 + P: "Offset", "KTime", "Time", "",0 + P: "InterlaceMode", "enum", "", "",0 + P: "FreeRunning", "bool", "", "",0 + P: "Loop", "bool", "", "",0 + P: "AccessMode", "enum", "", "",0 + } + } + } + ObjectType: "AnimationStack" { + Count: 1 + PropertyTemplate: "FbxAnimStack" { + Properties70: { + P: "Description", "KString", "", "", "" + P: "LocalStart", "KTime", "Time", "",0 + P: "LocalStop", "KTime", "Time", "",0 + P: "ReferenceStart", "KTime", "Time", "",0 + P: "ReferenceStop", "KTime", "Time", "",0 + } + } + } + ObjectType: "AnimationLayer" { + Count: 1 + PropertyTemplate: "FbxAnimLayer" { + Properties70: { + P: "Weight", "Number", "", "A",100 + P: "Mute", "bool", "", "",0 + P: "Solo", "bool", "", "",0 + P: "Lock", "bool", "", "",0 + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BlendMode", "enum", "", "",0 + P: "RotationAccumulationMode", "enum", "", "",0 + P: "ScaleAccumulationMode", "enum", "", "",0 + P: "BlendModeBypass", "ULongLong", "", "",0 + } + } + } + ObjectType: "Geometry" { + Count: 10 + PropertyTemplate: "FbxMesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "BBoxMin", "Vector3D", "Vector", "",0,0,0 + P: "BBoxMax", "Vector3D", "Vector", "",0,0,0 + P: "Primary Visibility", "bool", "", "",1 + P: "Casts Shadows", "bool", "", "",1 + P: "Receive Shadows", "bool", "", "",1 + } + } + } + ObjectType: "CollectionExclusive" { + Count: 1 + PropertyTemplate: "FbxDisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8 + P: "Show", "bool", "", "",1 + P: "Freeze", "bool", "", "",0 + P: "LODBox", "bool", "", "",0 + } + } + } + ObjectType: "AnimationCurve" { + Count: 69 + } + ObjectType: "AnimationCurveNode" { + Count: 23 + PropertyTemplate: "FbxAnimCurveNode" { + Properties70: { + P: "d", "Compound", "", "" + } + } + } +} + +; Object properties +;------------------------------------------------------------------ + +Objects: { + NodeAttribute: 79188640, "NodeAttribute::", "Null" { + Properties70: { + P: "Look", "enum", "", "",0 + } + TypeFlags: "Null" + } + Geometry: 51964896, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *480 { + a: -12.4304065704346,-29.9597072601318,-21.1175994873047,-17.2964401245117,-29.9582748413086,-6.91423797607422,-17.2957763671875,-29.9571266174316,4.9024829864502,-18.784008026123,-28.4702091217041,-6.91993713378906,-18.7836952209473,-28.4697322845459,1.51968765258789,-12.4040145874023,-26.4017734527588,-25.5209121704102,-13.9182891845703,-28.4721145629883,-21.1218719482422,-13.8918981552124,-24.9141826629639,-25.5237655639648,-9.09450340270996,-18.7805480957031,1.51883316040039,-9.09450149536133,-18.7805480957031,-6.92079544067383,-6.66060733795166,-21.2144393920898,-21.1221580505371,-8.42637538909912,-19.4486656188965,-25.5237655639648,-29.95969581604,12.4303960800171,-21.1175994873047,-29.9582633972168,17.2964286804199,-6.91423797607422,-28.4701976776123,18.7839965820313,-6.91993713378906,-28.4697208404541,18.7836837768555,1.51968765258789,-26.401762008667,12.4040040969849,-25.5209121704102,-28.4721031188965,13.9182786941528,-21.1218719482422,-24.9141712188721,13.8918876647949,-25.5237655639648,-18.7805366516113,9.09449291229248,1.51883316040039,-18.7805366516113,9.09449100494385,-6.92079544067383,-21.214427947998,6.66059637069702,-21.1221580505371,-19.4486541748047,8.42636489868164,-25.5237655639648,-28.6946487426758,-16.5668678283691,6.47702598571777,-29.9571208953857,-17.2957763671875,4.9024829864502,-28.4697284698486,-18.7836971282959,1.51968812942505,-29.9596996307373,-12.4304075241089,-21.1175975799561,-28.4721088409424,-13.9182901382446,-21.1218719482422,-24.914176940918,-13.8919010162354,-25.5237636566162,-26.4017658233643,-12.404016494751,-25.5209121704102,-28.4702053070068,-18.7840099334717,-6.9199390411377,-18.7805404663086,-9.09450626373291,-6.92079448699951,-21.2144298553467,-6.66061115264893,-21.1221580505371,-19.448657989502,-8.4263801574707,-25.5237636566162,-18.7805404663086,-9.09450817108154,1.51883292198181,16.5668792724609,-28.6946468353271,6.47702598571777,17.2957706451416,-29.9571304321289,4.9024829864502,18.7836894989014,-28.4697360992432,1.51968812942505,17.2964344024658,-29.9582786560059,-6.91423845291138, +12.4303998947144,-29.9597091674805,-21.1175975799561,13.9182834625244,-28.4721183776855,-21.1218719482422,13.8918933868408,-24.9141864776611,-25.5237636566162,12.4040088653564,-26.4017753601074,-25.5209121704102,18.7840023040771,-28.4702129364014,-6.9199390411377,9.09449768066406,-18.7805500030518,-6.92079448699951,6.66060304641724,-21.2144412994385,-21.1221580505371,8.42637157440186,-19.4486675262451,-25.5237636566162,9.0944995880127,-18.7805500030518,1.51883292198181,-29.9571151733398,17.2957649230957,4.9024829864502,12.4304056167603,29.9596843719482,-21.1175994873047,17.2964401245117,29.958251953125,-6.91423797607422,17.2957763671875,29.957103729248,4.9024829864502,18.784008026123,28.4701862335205,-6.91993713378906,18.7836952209473,28.4697093963623,1.51968765258789,12.404013633728,26.4017505645752,-25.5209121704102,13.918288230896,28.4720916748047,-21.1218719482422,13.8918972015381,24.9141597747803,-25.5237655639648,9.09450244903564,18.7805252075195,1.51883316040039,9.09450054168701,18.7805252075195,-6.92079544067383,6.6606068611145,21.2144165039063,-21.1221580505371,8.4263744354248,19.4486427307129,-25.5237655639648,29.95969581604,-12.4304180145264,-21.1175994873047,29.9582633972168,-17.2964515686035,-6.91423797607422,28.6946449279785,-16.5668716430664,6.47702598571777,28.4701976776123,-18.7840194702148,-6.91993713378906,28.4697208404541,-18.7837066650391,1.51968765258789,26.401762008667,-12.4040260314941,-25.5209121704102,28.4721031188965,-13.9183006286621,-21.1218719482422,24.9141712188721,-13.8919095993042,-25.5237655639648,18.7805366516113,-9.09451484680176,1.51883316040039,18.7805366516113,-9.09451293945313,-6.92079544067383,21.214427947998,-6.66061878204346,-21.1221580505371,19.4486541748047,-8.42638683319092,-25.5237655639648,29.9571208953857,17.2957534790039,4.9024829864502,28.4697284698486,18.7836742401123,1.51968812942505,29.9582691192627,17.2964172363281,-6.91423845291138,29.9596996307373,12.4303855895996,-21.1175975799561,28.4721088409424,13.9182682037354,-21.1218719482422,24.914176940918,13.8918790817261,-25.5237636566162, +26.4017658233643,12.4039945602417,-25.5209121704102,28.4702053070068,18.7839870452881,-6.9199390411377,18.7805404663086,9.09448432922363,-6.92079448699951,21.2144298553467,6.66058874130249,-21.1221580505371,19.448657989502,8.42635822296143,-25.5237636566162,18.7805404663086,9.09448623657227,1.51883292198181,-16.566858291626,28.6946258544922,6.47702503204346,-17.2957706451416,29.9571075439453,4.9024829864502,-18.7836894989014,28.4697132110596,1.51968812942505,-12.4304008483887,29.9596862792969,-21.1175975799561,-13.9182844161987,28.472095489502,-21.1218719482422,-13.8918943405151,24.9141635894775,-25.5237636566162,-12.4040098190308,26.4017524719238,-25.5209121704102,-18.7840023040771,28.4701900482178,-6.9199390411377,-9.09449863433838,18.7805271148682,-6.92079448699951,-6.66060352325439,21.2144184112549,-21.1221580505371,-8.42637252807617,19.4486446380615,-25.5237636566162,-9.09450054168701,18.7805271148682,1.51883292198181,29.9571151733398,-17.2957878112793,4.9024829864502,-31.6633014678955,-6.95487546920776,-2.78791809082031,-32.6585998535156,-7.32734966278076,-1.06401634216309,-34.6491928100586,-8.07229614257813,-1.06401634216309,-35.6444931030273,-8.44477081298828,-2.78791809082031,-34.6491928100586,-8.07229614257813,-4.51181983947754,-32.6585998535156,-7.32734966278076,-4.51181983947754,-31.6633033752441,6.95481824874878,-2.78791809082031,-32.6585998535156,7.32729053497314,-1.06401634216309,-34.6491928100586,8.07223510742188,-1.06401634216309,-35.6444892883301,8.4447078704834,-2.78791809082031,-34.6491928100586,8.07223510742188,-4.51181983947754,-32.6585998535156,7.32729053497314,-4.51181983947754,-29.9582633972168,-7.98788070678711,-2.78791809082031,-29.9582633972168,-8.9633617401123,-1.06401634216309,-29.9582614898682,-10.9143218994141,-1.06401634216309,-29.9582614898682,-11.8898029327393,-2.78791809082031,-29.9582614898682,-10.9143218994141,-4.51181983947754,-29.9582633972168,-8.9633617401123,-4.51181983947754,-29.9582672119141,7.98782300949097,-2.78791809082031,-29.9582672119141,8.96330261230469,-1.06401634216309, +-29.9582691192627,10.9142627716064,-1.06401634216309,-29.9582672119141,11.8897457122803,-2.78791856765747,-29.9582691192627,10.9142627716064,-4.51181983947754,-29.9582672119141,8.96330261230469,-4.5118203163147,-17.2964344024658,29.9582557678223,-6.91423845291138,-29.9582691192627,-17.2964401245117,-6.91423845291138,-28.6946315765381,16.5668640136719,6.47702598571777,-16.5668830871582,-28.6946449279785,6.47702598571777,16.5668601989746,28.6946239471436,6.47702598571777,28.6946334838867,16.566858291626,6.47702598571777,-16.5668392181396,28.6946258544922,12.2806358337402,-28.6946277618408,16.5668563842773,12.2806358337402,-28.694652557373,-16.5668525695801,12.2806358337402,-16.5668869018555,-28.6946468353271,12.2806358337402,16.566837310791,28.6946277618408,12.2806358337402,28.6946258544922,16.5668563842773,12.2806358337402,28.694652557373,-16.5668544769287,12.2806358337402,16.5668869018555,-28.6946468353271,12.2806358337402,31.6621513366699,6.95481538772583,-2.78791809082031,31.6621475219727,-6.95487451553345,-2.78791809082031,32.6574478149414,-7.3273458480835,-1.06401634216309,32.6574478149414,7.32728862762451,-1.06401634216309,34.6480369567871,-8.07228851318359,-1.06401634216309,34.6480445861816,8.07223510742188,-1.06401634216309,35.6433372497559,-8.44476318359375,-2.78791809082031,35.6433410644531,8.4447078704834,-2.78791809082031,34.6480369567871,-8.07228851318359,-4.51181983947754,34.6480445861816,8.07223510742188,-4.51181983947754,32.6574478149414,-7.3273458480835,-4.51181983947754,32.6574478149414,7.32728862762451,-4.51181983947754,29.9571113586426,-7.98787927627563,-2.78791809082031,29.9571113586426,-8.96335601806641,-1.06401634216309,29.9571151733398,-10.9143161773682,-1.06401634216309,29.9571113586426,-11.889799118042,-2.78791856765747,29.9571151733398,-10.9143161773682,-4.51181983947754,29.9571113586426,-8.96335601806641,-4.5118203163147,29.9571113586426,7.98781967163086,-2.78791809082031,29.9571113586426,8.96330070495605,-1.06401634216309,29.9571113586426,10.9142589569092,-1.06401634216309,29.9571113586426,11.889741897583,-2.78791809082031, +29.9571113586426,10.9142589569092,-4.51181983947754,29.9571113586426,8.96330070495605,-4.51181983947754 + } + PolygonVertexIndex: *568 { + a: 2,4,3,-2,3,6,0,-2,6,7,5,-1,8,9,3,-5,9,10,6,-4,25,34,8,-5,6,10,11,-8,11,46,41,-8,11,33,22,95,60,83,72,-47,10,9,31,-33,9,8,34,-32,48,15,14,-14,12,16,29,-27,14,17,12,-14,17,18,16,-13,24,23,124,-49,16,18,28,-30,19,20,14,-16,20,21,17,-15,17,21,22,-19,24,2,125,-24,24,123,30,-26,30,123,26,-28,27,26,29,-29,34,25,30,-32,31,30,27,-33,24,25,4,-3,27,28,33,-33,33,28,18,-23,33,11,10,-33,37,47,69,-66,36,38,43,-38,39,0,5,-43,43,38,39,-41,40,39,42,-42,36,35,125,-3,42,5,7,-42,47,37,43,-45,44,43,40,-46,40,41,46,-46,19,15,87,-97,22,21,94,-96,21,20,93,-95,20,19,96,-94,45,46,72,-72,44,45,71,-71,47,44,70,-70,24,48,13,-124,2,1,38,-37,51,53,52,-51,52,55,49,-51,55,56,54,-50,57,58,52,-54,58,59,55,-53,74,84,57,-54,55,59,60,-57,60,95,90,-57,59,58,81,-83,58,57,84,-82,61,76,75,-63,97,65,64,-63,61,66,79,-77,64,67,61,-63,67,68,66,-62,73,127,63,-98,66,68,78,-80,69,70,64,-66,70,71,67,-65,67,71,72,-69,73,51,126,-128,73,75,80,-75,80,75,76,-78,77,76,79,-79,84,74,80,-82,81,80,77,-83,73,74,53,-52,77,78,83,-83,83,78,68,-73,83,60,59,-83,86,87,15,-49,86,122,92,-88,88,49,54,-92,92,122,88,-90,89,88,91,-91,86,85,126,-52,91,54,56,-91,96,87,92,-94,93,92,89,-95,89,90,95,-95,97,63,35,-37,65,97,36,-38,85,86,48,-125,75,73,97,-63,86,51,50,-123,98,104,105,-100,99,105,106,-101,100,106,107,-102,101,107,108,-103,102,108,109,-104,103,109,104,-99,104,116,117,-106,105,117,118,-107,106,118,119,-108,107,119,120,-109,108,120,121,-110,109,121,116,-105,110,98,99,-112,111,99,100,-113,112,100,101,-114,113,101,102,-115,114,102,103,-116,115,103,98,-111,50,49,88,-123,1,0,39,-39,13,12,26,-124,128,132,126,-86,129,128,85,-125,130,129,124,-24,131,130,23,-126,135,131,125,-36,132,133,127,-127,133,134,63,-128,134,135,35,-64,136,137,138,-140,139,138,140,-142,141,140,142,-144,143,142,144,-146,145,144,146,-148,147,146,137,-137,137,148,149,-139,138,149,150,-141,140,150,151,-143,142,151,152,-145,144,152,153,-147,146,153,148,-138,154,136,139,-156,155,139,141,-157,156,141,143,-158,157,143,145,-159,158,145,147,-160,159,147,136,-155 + } + Edges: *300 { + a: 0,1,2,3,4,5,6,8,9,10,12,13,15,16,17,20,21,23,25,26,28,29,30,32,33,34,35,36,37,38,41,42,43,46,48,49,50,51,52,53,54,55,56,57,58,60,61,64,65,66,67,69,70,72,73,75,76,77,81,82,84,85,86,88,89,90,91,93,94,95,99,102,106,113,114,124,125,126,127,128,129,130,131,132,134,135,137,138,139,142,143,144,145,147,154,155,158,159,162,165,166,167,169,170,173,174,178,182,183,186,187,190,194,197,200,201,202,203,204,205,206,208,209,210,212,213,215,216,217,220,221,223,225,226,229,230,233,234,235,238,240,241,242,243,244,245,246,247,248,249,250,252,253,256,257,260,261,262,263,265,266,269,273,278,280,281,282,284,285,286,287,290,291,295,298,302,309,310,320,323,324,325,326,328,330,331,333,334,335,338,339,340,341,343,350,354,361,363,371,378,380,381,382,383,385,386,387,389,390,391,393,394,395,397,398,399,401,403,404,405,406,409,410,413,414,417,418,421,422,425,428,430,431,434,435,438,439,442,443,446,447,451,464,465,467,468,471,472,475,476,479,480,483,484,485,488,489,492,496,497,498,499,501,502,503,505,506,507,509,510,511,513,514,515,517,519,520,521,522,525,526,529,530,533,534,537,538,541,544,546,547,550,551,554,555,558,559,562,563,567 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *1704 { + a: -0.707123994827271,-0.707089483737946,0.000103243539342657,-0.70713347196579,-0.707080066204071,9.95033406070434e-005,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.702731847763062,-0.703023076057434,-0.10920824855566,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.701263785362244,-0.701615929603577,-0.126348882913589,-0.653819799423218,-0.654875755310059,-0.379021674394608,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.611995041370392,-0.613310813903809,-0.499311476945877,-0.659583270549774,-0.660594582557678,-0.358559221029282,-0.707109451293945,0.707104027271271,-6.94348727847682e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.702885627746582,0.702872514724731,-0.109187453985214,-0.70710951089859,0.707104086875916,-6.94348864271888e-006,-0.702121317386627,0.702107608318329,-0.118619218468666,-0.700276255607605,0.700270712375641,0.138687700033188,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.702885627746582,0.702872514724731,-0.109187453985214,-4.41197516920511e-005,-4.41074298578314e-005,-0.999999940395355,-4.41197516920511e-005,-4.41074334958103e-005,-1,-4.41197553300299e-005,-4.41074334958103e-005,-1,-4.41197516920511e-005,-4.41074371337891e-005,-1,-0.70640367269516,0.706393837928772,0.0447411499917507,-0.700276255607605,0.700270712375641,0.138687700033188,-0.615021049976349,0.61503267288208,0.493440747261047,-0.615021109580994,0.61503279209137,0.493440836668015,8.54613162459827e-008,-7.45604224655682e-015,-1,8.54613162459827e-008,-7.45604224655682e-015,-1,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,1.21332109563809e-017,1.32348898008484e-023,-1,-7.44391188771919e-015,-4.27306758865598e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1, +7.46817768759213e-015,4.27306758865598e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,1.21332109563809e-017,1.32348898008484e-023,-1,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.99813584345065e-007,-0.707106828689575,-0.707106649875641,-1.99813584345065e-007,-0.70710688829422,-0.707106649875641,-1.9981359855592e-007,-0.70710688829422,-0.707106649875641,-1.567361493926e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.707106947898865,-0.707106709480286,-1.56736163603455e-007,-0.70710700750351,-0.707106649875641,-1.56736163603455e-007,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.777819335460663,9.49671417060927e-008,-0.628487944602966,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-0.703023016452789,0.702731907367706,-0.109208226203918,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.701615929603577,0.701263785362244,-0.126348853111267,-0.654875755310059,0.653819799423218,-0.379021644592285,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.660594582557678,0.659583270549774,-0.358559191226959,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.689711689949036,0.262842237949371,0.674693882465363,-0.674928069114685,0.293463945388794,0.677016198635101,-0.328477740287781,0.32658714056015,-0.886252284049988,-0.413984954357147,0.412187337875366,-0.811614394187927,-0.413985520601273,-0.412187308073044,-0.811614274978638,-0.328477829694748,-0.326586753129959,-0.886252403259277,0.707104027271271,0.707109451293945,-6.95173412168515e-006,0.702107608318329,0.702121317386627,-0.118619203567505, +0.702872514724731,0.702885627746582,-0.109187431633472,0.707104027271271,0.707109451293945,-6.9517345764325e-006,0.702107608318329,0.702121317386627,-0.118619203567505,0.700270712375641,0.700276255607605,0.138687714934349,0.706393778324127,0.706403613090515,0.0447411984205246,0.702872514724731,0.702885627746582,-0.109187431633472,0.706393778324127,0.706403613090515,0.0447411984205246,0.700270712375641,0.700276255607605,0.138687714934349,0.61503279209137,0.615021049976349,0.493440836668015,0.615032851696014,0.615021049976349,0.493440836668015,-0.674928545951843,-0.293465465307236,0.677015066146851,-0.293464094400406,-0.674928605556488,0.677015602588654,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.689713001251221,-0.262841612100601,0.674692690372467,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.703023850917816,-0.702731013298035,-0.109208233654499,-0.701616883277893,-0.701262950897217,-0.126348778605461,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.654876351356506,-0.653819143772125,-0.379021733999252,-0.660595297813416,-0.659582614898682,-0.358559101819992,-0.328477829694748,-0.326586753129959,-0.886252403259277,-0.413985520601273,-0.412187308073044,-0.811614274978638,0.707103908061981,-0.707109689712524,-6.94348727847682e-006,0.707103908061981,-0.707109749317169,-6.94348773322417e-006,0.702872335910797,-0.702885866165161,-0.109187468886375,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702107429504395,-0.702121615409851,-0.118619211018085,0.702872335910797,-0.702885866165161,-0.109187468886375,0.706393480300903,-0.706403851509094,0.0447412021458149,0.700270414352417,-0.700276494026184,0.138687774538994,-0.707090020179749,-0.707123577594757,0.000103242549812421,-0.707080721855164,-0.707132816314697,9.95018053799868e-005,-0.70713347196579,-0.707080066204071,9.95033406070434e-005, +-0.707123994827271,-0.707089483737946,0.000103243539342657,0.706393480300903,-0.706403851509094,0.0447412021458149,0.615032434463501,-0.615021228790283,0.493441015481949,0.615032434463501,-0.615021288394928,0.493440985679626,0.700270414352417,-0.700276494026184,0.138687774538994,-7.44391188771919e-015,-4.27306758865598e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-1.48999532872431e-014,-8.54613304568375e-008,-1,-7.44391104068624e-015,-4.27306652284187e-008,-1,-0.707106828689575,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.707106709480286,-6.94860091243754e-007,-0.70710688829422,-0.70710676908493,-6.94860091243754e-007,-0.707106828689575,-0.707106649875641,-6.94860091243754e-007,4.41074407717679e-005,-4.41197516920511e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197553300299e-005,-1,4.41074371337891e-005,-4.41197516920511e-005,-1,0.707123935222626,-0.70708954334259,0.000102967052953318,0.701263666152954,-0.701616227626801,-0.126348838210106,0.702731728553772,-0.703023254871368,-0.109208278357983,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,8.47020853456115e-009,-0.344974130392075,-0.938612222671509,8.47021563998851e-009,-0.34497407078743,-0.938612222671509,0.702731728553772,-0.703023254871368,-0.109208278357983,0.701263666152954,-0.701616227626801,-0.126348838210106,0.659582734107971,-0.660595118999481,-0.358559250831604,0.65381920337677,-0.654876232147217,-0.379021823406219,0.65381920337677,-0.654876232147217,-0.379021823406219,0.659582734107971,-0.660595118999481,-0.358559250831604,0.611994326114655,-0.613311231136322,-0.499311685562134,0.611994385719299,-0.613311290740967,-0.499311715364456,0.29346364736557,-0.674928605556488,0.677015900611877,0.262843132019043,-0.689711332321167,0.674693763256073,-0.26284322142601,-0.689711570739746,0.674693465232849,-0.293464094400406,-0.674928605556488,0.677015602588654,8.47021563998851e-009,-0.34497407078743,-0.938612222671509, +8.47020853456115e-009,-0.344974130392075,-0.938612222671509,6.07625167958759e-008,-0.000958684890065342,-0.999999523162842,6.07625310067306e-008,-0.000958684540819377,-0.999999523162842,0.70710951089859,0.707103967666626,-6.95173321219045e-006,0.707109570503235,0.707104027271271,-6.9517336669378e-006,0.702885746955872,0.702872455120087,-0.109187468886375,0.702121496200562,0.702107489109039,-0.118619203567505,0.702121496200562,0.702107489109039,-0.118619203567505,0.702885746955872,0.702872455120087,-0.109187468886375,0.706403732299805,0.706393659114838,0.0447412133216858,0.70027631521225,0.700270473957062,0.138687789440155,0.706403732299805,0.706393659114838,0.0447412133216858,0.615021049976349,0.615032494068146,0.493441015481949,0.615021109580994,0.615032494068146,0.493440985679626,0.70027631521225,0.700270473957062,0.138687789440155,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-4.41074407717679e-005,4.41197516920511e-005,-1,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.707106649875641,0.70710676908493,-8.26644111384667e-007,-0.707106709480286,0.707106828689575,-8.26644111384667e-007,-0.70710676908493,0.70710688829422,-8.26644168228086e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710676908493,-1.80224063228707e-007,-0.707106709480286,0.707106828689575,-1.80224063228707e-007,-0.707106709480286,0.70710688829422,-1.64985479500501e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985493711356e-007,-0.70710676908493,0.70710688829422,-1.64985479500501e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.6258501141856e-007,0.707106709480286,-0.707106709480286,-8.6258501141856e-007,0.70710676908493,-0.70710676908493,-8.62585125105397e-007,0.707106709480286,-0.707106828689575,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007, +0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.707106709480286,-0.70710688829422,-1.52798648400676e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,0.707106709480286,-0.70710688829422,-1.56736192025164e-007,0.70710676908493,-0.70710688829422,-1.56736206236019e-007,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.65413609920506e-007,9.71694098552689e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-1,1.63205086778362e-007,9.87643797998317e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-1.04083596852433e-007,-1,9.87643579719588e-005,-1.10274960718471e-007,-0.999999940395355,9.71694025793113e-005,0.707123994827271,0.707089483737946,0.000103243539342657,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.702731847763062,0.703023016452789,-0.109208256006241,0.701263844966888,0.701615989208221,-0.126348927617073,0.702731847763062,0.703023016452789,-0.109208256006241,0.653819799423218,0.654875755310059,-0.379021674394608,0.659583210945129,0.660594582557678,-0.358559250831604,0.701263844966888,0.701615989208221,-0.126348927617073,0.653819799423218,0.654875755310059,-0.379021674394608,0.412187337875366,0.413984954357147,-0.811614394187927,0.32658714056015,0.328477740287781,-0.886252284049988,0.659583210945129,0.660594582557678,-0.358559250831604,0.707109391689301,-0.70710414648056,-6.94348682372947e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.702885568141937,-0.702872633934021,-0.109187439084053,0.707109451293945,-0.707104206085205,-6.94348818797152e-006,0.702121317386627,-0.702107667922974,-0.118619218468666,0.700276136398315,-0.700270712375641,0.138687670230865,0.706403613090515,-0.706393778324127,0.0447411462664604,0.702885568141937,-0.702872633934021,-0.109187439084053,4.41197516920511e-005,4.41074298578314e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-1,4.41197516920511e-005,4.41074334958103e-005,-0.999999940395355,4.41197516920511e-005,4.41074371337891e-005,-1, +0.706403613090515,-0.706393778324127,0.0447411462664604,0.700276136398315,-0.700270712375641,0.138687670230865,0.615020990371704,-0.61503267288208,0.493440717458725,0.615021049976349,-0.615032732486725,0.49344077706337,-4.27306616757051e-008,3.72802112327841e-015,-1,-4.27306616757051e-008,3.72802112327841e-015,-1,-8.54613162459827e-008,7.45604139952387e-015,-1,-8.54613162459827e-008,7.45604224655682e-015,-1,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106649875641,-2.07649435424173e-007,0.707106828689575,0.707106709480286,-2.07649435424173e-007,0.70710688829422,0.707106709480286,-2.07649449635028e-007,0.707106828689575,0.707106828689575,-1.48486876128118e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.70710676908493,0.70710676908493,-1.48486861917263e-007,0.707106828689575,0.70710676908493,-1.48486876128118e-007,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.63204603609302e-007,9.8764372523874e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.703023016452789,-0.702731847763062,-0.10920824855566,0.701615929603577,-0.701263785362244,-0.126348882913589,0.953657388687134,-1.38703882157643e-007,-0.300894469022751,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.777819335460663,-9.49671417060927e-008,-0.628487944602966,0.953657448291779,-1.38703882157643e-007,-0.300894439220428,0.703023016452789,-0.702731847763062,-0.10920824855566,0.654875755310059,-0.653819799423218,-0.379021674394608,0.660594582557678,-0.659583270549774,-0.358559191226959,0.701615929603577,-0.701263785362244,-0.126348882913589,0.654875755310059,-0.653819799423218,-0.379021674394608,0.413984954357147,-0.412187337875366,-0.811614394187927,0.328477740287781,-0.32658714056015,-0.886252284049988,0.660594582557678,-0.659583270549774,-0.358559191226959,0.674928367137909,0.293463230133057,0.677016258239746, +0.689711391925812,0.262842565774918,0.674694001674652,0.689712822437286,-0.262841045856476,0.674692988395691,0.674927830696106,-0.293466091156006,0.677015483379364,0.328477740287781,-0.32658714056015,-0.886252284049988,0.413984954357147,-0.412187337875366,-0.811614394187927,0.413985520601273,0.412187308073044,-0.811614274978638,0.328477829694748,0.326586753129959,-0.886252403259277,-0.707104027271271,-0.707109451293945,-6.9517345764325e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.707104086875916,-0.70710951089859,-6.9517354859272e-006,-0.702107608318329,-0.702121317386627,-0.118619203567505,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.702872514724731,-0.702885627746582,-0.109187431633472,-0.706393778324127,-0.706403613090515,0.0447411984205246,-0.700270712375641,-0.700276255607605,0.13868772983551,-0.615032732486725,-0.615021049976349,0.493440806865692,-0.615032732486725,-0.615021049976349,0.49344077706337,0.674928367137909,0.293463230133057,0.677016258239746,0.293465197086334,0.674927115440369,0.677016735076904,0.262840926647186,0.689711809158325,0.674694180488586,0.689711391925812,0.262842565774918,0.674694001674652,0.707090020179749,0.707123577594757,0.000103242549812421,0.701616823673248,0.701262950897217,-0.126348733901978,0.703023850917816,0.702731013298035,-0.109208203852177,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.703023850917816,0.702731013298035,-0.109208203852177,0.701616823673248,0.701262950897217,-0.126348733901978,0.660595297813416,0.659582614898682,-0.35855907201767,0.654876351356506,0.653819143772125,-0.379021674394608,0.654876351356506,0.653819143772125,-0.379021674394608,0.660595297813416,0.659582614898682,-0.35855907201767,0.328477829694748,0.326586753129959,-0.886252403259277,0.413985520601273,0.412187308073044,-0.811614274978638,-0.707103848457336,0.707109749317169,-6.95173412168515e-006,-0.707103848457336,0.707109749317169,-6.95173412168515e-006, +-0.702872276306152,0.702885866165161,-0.109187461435795,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.70210736989975,0.702121675014496,-0.118619211018085,-0.702872276306152,0.702885866165161,-0.109187461435795,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.700270414352417,0.700276494026184,0.138687774538994,0.707090020179749,0.707123577594757,0.000103242549812421,0.707080721855164,0.707132816314697,9.95018053799868e-005,0.70713347196579,0.707080066204071,9.95033406070434e-005,0.707123994827271,0.707089483737946,0.000103243539342657,-0.706393539905548,0.706403851509094,0.0447412021458149,-0.615032494068146,0.615021228790283,0.493441015481949,-0.615032494068146,0.615021228790283,0.493440985679626,-0.700270414352417,0.700276494026184,0.138687774538994,7.46817768759213e-015,4.27306758865598e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,1.4924219087116e-014,8.54613304568375e-008,-1,7.46817684055918e-015,4.27306652284187e-008,-1,0.707106828689575,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.707106709480286,-6.70899396482127e-007,0.70710688829422,0.70710676908493,-6.70899396482127e-007,0.707106828689575,0.707106649875641,-6.70899396482127e-007,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.707133412361145,0.707080125808716,9.93261783150956e-005,-0.707080125808716,0.70713347196579,9.93246503639966e-005,-0.70708954334259,0.707123994827271,0.000102989106380846,-0.707123935222626,0.70708954334259,0.000102990103187039,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.707133412361145,0.707080125808716,9.93261783150956e-005,7.25847399962731e-008,0.953657388687134,-0.300894409418106,7.25847399962731e-008,0.953657448291779,-0.300894439220428,3.47647493015302e-008,0.777819335460663,-0.628487944602966,3.47647493015302e-008,0.777819395065308,-0.628487944602966,-0.702731609344482,0.703023254871368,-0.10920824855566,-0.701263666152954,0.701616287231445,-0.126348793506622,-0.659582674503326,0.660595118999481,-0.358559221029282, +-0.65381920337677,0.654876232147217,-0.379021793603897,-0.65381920337677,0.654876232147217,-0.379021793603897,-0.659582674503326,0.660595118999481,-0.358559221029282,-0.326586693525314,0.328477829694748,-0.886252462863922,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.293464690446854,0.674927294254303,0.677016735076904,-0.262841045856476,0.68971174955368,0.674694299697876,0.262840926647186,0.689711809158325,0.674694180488586,0.293465197086334,0.674927115440369,0.677016735076904,-0.326586693525314,0.328477829694748,-0.886252462863922,0.32658714056015,0.328477740287781,-0.886252284049988,0.412187337875366,0.413984954357147,-0.811614394187927,-0.412187188863754,0.41398549079895,-0.811614215373993,-0.707109570503235,-0.707103908061981,-6.95173412168515e-006,-0.70710963010788,-0.707103967666626,-6.9517345764325e-006,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702121555805206,-0.702107489109039,-0.118619211018085,-0.702885806560516,-0.702872335910797,-0.109187468886375,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.700276374816895,-0.700270473957062,0.138687804341316,-0.706403791904449,-0.706393599510193,0.044741228222847,-0.615021049976349,-0.615032494068146,0.493441015481949,-0.615021109580994,-0.615032494068146,0.493440985679626,-0.700276374816895,-0.700270473957062,0.138687804341316,0.674927830696106,-0.293466091156006,0.677015483379364,0.689712822437286,-0.262841045856476,0.674692988395691,0.262843132019043,-0.689711332321167,0.674693763256073,0.29346364736557,-0.674928605556488,0.677015900611877,0.707080125808716,-0.70713347196579,9.93085413938388e-005,0.70708954334259,-0.707123994827271,0.00010296607069904,0.707123935222626,-0.70708954334259,0.000102967052953318,0.707133412361145,-0.707080125808716,9.93100693449378e-005,-0.262841045856476,0.68971174955368,0.674694299697876,-0.293464690446854,0.674927294254303,0.677016735076904,-0.674928069114685,0.293463945388794,0.677016198635101,-0.689711689949036,0.262842237949371,0.674693882465363, +1,-1.63204617820156e-007,9.87643797998317e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.65413609920506e-007,9.71694098552689e-005,1,-1.63204603609302e-007,9.8764372523874e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.10274960718471e-007,0.999999940395355,9.71694025793113e-005,1.04083596852433e-007,1,9.8764372523874e-005,1.04083611063288e-007,1,9.87643797998317e-005,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456271886826,0.165541529655457,0.936723470687866,0.308456271886826,0.165541529655457,0.936723470687866,0.308456540107727,-0.165541589260101,0.936723351478577,-0.507036685943604,0.308346420526505,0.804882705211639,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.507036685943604,0.308346420526505,0.804882705211639,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.507036685943604,0.308346390724182,-0.804882705211639,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456242084503,0.165541514754295,-0.936723411083221,0.308456510305405,-0.165541559457779,-0.936723351478577,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.208569690585136,-0.344256490468979,0.91541588306427,0.308456540107727,-0.165541589260101,0.936723351478577,0.308456540107727,-0.165541589260101,0.936723351478577,0.208569690585136,-0.344256490468979,0.91541588306427, +-0.347303032875061,0.573242723941803,0.74214106798172,-0.507036685943604,0.308346420526505,0.804882705211639,-0.507036685943604,0.308346420526505,0.804882705211639,-0.347303032875061,0.573242723941803,0.74214106798172,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.881126642227173,0.472880274057388,-1.06908892094967e-017,-0.518174350261688,0.85527503490448,-2.52211034279526e-008,-0.347303092479706,0.573242723941803,-0.742141127586365,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.507036685943604,0.308346390724182,-0.804882705211639,-0.347303092479706,0.573242723941803,-0.742141127586365,0.208569571375847,-0.344256401062012,-0.91541588306427,0.308456510305405,-0.165541559457779,-0.936723351478577,0.308456510305405,-0.165541559457779,-0.936723351478577,0.208569571375847,-0.344256401062012,-0.91541588306427,0.518173396587372,-0.855275571346283,5.4311520614192e-008,0.85441118478775,-0.519597470760345,2.11524824322851e-008,0.518172979354858,0.855275869369507,6.28711321793331e-018,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.308456271886826,0.165541529655457,0.936723470687866,0.208569303154945,0.344256222248077,0.915416061878204,0.208569303154945,0.344256222248077,0.915416061878204,0.308456271886826,0.165541529655457,0.936723470687866,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.347302168607712,-0.573242902755737,0.742141425609589,-0.50703638792038,-0.308346599340439,0.804882884025574,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.518173217773438,-0.855275690555573,-6.28711611306546e-018,-0.881126582622528,-0.472880482673645,-1.06909007900253e-017,-0.50703638792038,-0.308346599340439,-0.804882884025574,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.347302168607712,-0.573242902755737,-0.742141425609589,-0.50703638792038,-0.308346599340439,-0.804882884025574,0.308456242084503,0.165541514754295,-0.936723411083221, +0.208569303154945,0.344256222248077,-0.915416061878204,0.208569303154945,0.344256222248077,-0.915416061878204,0.308456242084503,0.165541514754295,-0.936723411083221,0.854411125183105,0.519597589969635,1.03667568321066e-017,0.518172979354858,0.855275869369507,6.28711321793331e-018,1.04083596852433e-007,1,9.8764372523874e-005,7.25847399962731e-008,0.953657448291779,-0.300894439220428,7.25847399962731e-008,0.953657388687134,-0.300894409418106,1.04083611063288e-007,1,9.87643797998317e-005,-1.04083611063288e-007,-1,9.87643579719588e-005,-7.25847399962731e-008,-0.953657448291779,-0.300894469022751,-7.25847328908458e-008,-0.953657388687134,-0.300894409418106,-1.04083596852433e-007,-1,9.87643579719588e-005,-1,1.63205086778362e-007,9.8764372523874e-005,-0.953657388687134,1.3870450743525e-007,-0.300894469022751,-0.953657448291779,1.38704521646105e-007,-0.300894439220428,-1,1.63205086778362e-007,9.87643797998317e-005,-0.3826824426651,0.92387992143631,8.17681211628951e-007,0.382682353258133,0.92387992143631,7.55459041101858e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.3826824426651,0.92387992143631,8.17681211628951e-007,-0.382683783769608,0.923879444599152,8.17685474885366e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879384994507,0.38268381357193,9.95545974546985e-007,-0.923879206180573,0.382684260606766,9.95547111415362e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.923880100250244,-0.382682174444199,1.8666449363991e-007,-0.923879504203796,-0.382683336734772,1.86665062074098e-007,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,-0.382683962583542,-0.923879325389862,9.77334124740992e-008,-0.382683724164963,-0.923879384994507,9.77332490492699e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008, +0.382682353258133,0.92387992143631,7.55459041101858e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.382684081792831,0.923879206180573,7.55464043322718e-007,0.923879265785217,0.382683962583542,9.33324713514594e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,0.923879325389862,0.382683873176575,9.33324542984337e-007,0.923880100250244,-0.382682055234909,6.22211686618357e-008,0.382684022188187,-0.923879265785217,-2.67099053985476e-008,0.382683485746384,-0.923879504203796,-2.67101167850115e-008,0.923879444599152,-0.382683515548706,6.22213960355111e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.30845633149147,0.165541440248489,0.936723470687866,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.30845633149147,0.165541440248489,0.936723470687866,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,0.308346658945084,0.804882764816284,0.507036447525024,-0.308346420526505,0.804882943630219,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036507129669,0.308346658945084,-0.804882824420929,0.507036447525024,-0.308346390724182,-0.804882943630219,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017, +-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.208569765090942,0.344257116317749,0.915415644645691,-0.30845633149147,0.165541440248489,0.936723470687866,-0.30845633149147,0.165541440248489,0.936723470687866,-0.208569765090942,0.344257116317749,0.915415644645691,0.347302734851837,-0.573242545127869,0.742141425609589,0.507036447525024,-0.308346420526505,0.804882943630219,0.507036447525024,-0.308346420526505,0.804882943630219,0.347302734851837,-0.573242545127869,0.742141425609589,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.881126642227173,-0.472880303859711,-4.42976819670093e-008,0.518174111843109,-0.85527515411377,-1.00884484766084e-007,0.347302734851837,-0.573242425918579,-0.742141425609589,0.507036447525024,-0.308346390724182,-0.804882943630219,0.507036447525024,-0.308346390724182,-0.804882943630219,0.347302734851837,-0.573242425918579,-0.742141425609589,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.308456301689148,0.165541425347328,-0.936723470687866,-0.208569675683975,0.344257056713104,-0.915415644645691,-0.518172800540924,0.855275869369507,3.6207683962175e-008,-0.854410707950592,0.519598305225372,1.05762403279641e-008,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.308456212282181,-0.165541589260101,0.936723411083221,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.208569332957268,-0.344256550073624,0.915415942668915,-0.308456212282181,-0.165541589260101,0.936723411083221,0.507036447525024,0.308346658945084,0.804882764816284,0.347302109003067,0.573242843151093,0.742141485214233,0.347302109003067,0.573242843151093,0.742141485214233,0.507036447525024,0.308346658945084,0.804882764816284,0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.518173217773438,0.855275750160217,6.28711611306546e-018,0.518173217773438,0.855275750160217,6.28711611306546e-018, +0.881126523017883,0.472880512475967,-1.47658942850626e-008,0.507036507129669,0.308346658945084,-0.804882824420929,0.347302109003067,0.573242843151093,-0.742141485214233,0.347302109003067,0.573242843151093,-0.742141485214233,0.507036507129669,0.308346658945084,-0.804882824420929,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.208569332957268,-0.344256550073624,-0.915415942668915,-0.308456242084503,-0.165541604161263,-0.936723411083221,-0.854411005973816,-0.519597828388214,-1.0366756004926e-017,-0.518172681331635,-0.855275988578796,-6.28710949562056e-018 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *672 { + a: 0.181927412748337,0.0357094891369343,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.0317741632461548,0.0357094891369343,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.0319335907697678,0.00151777500286698,0.181767970323563,0.00151777500286698,0.17524565756321,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.773370802402496,0.455723255872726,0.740224480628967,0.651659071445465,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455723255872726,0.70146632194519,0.035709235817194,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.701625943183899,0.00151757942512631,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.851459681987762,0.00151757942512631,0.567602515220642,0.807189166545868,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.851619243621826,0.035709235817194,0.236896008253098,0.868498086929321,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.612014770507813,0.670783579349518,0.740226209163666,0.594575583934784,0.760182201862335,0.432476252317429,0.535832226276398,0.670781433582306,0.773370802402496,0.455721974372864,0.66467010974884,0.455721974372864,0.677859425544739,0.432476252317429,0.881004929542542,0.192864060401917,0.876602649688721,0.205053240060806,0.555933892726898,0.99530166387558,0.676482856273651,0.205053240060806,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.535833537578583,0.594572842121124,0.256889790296555,0.888492047786713,0.451021611690521,0.905739009380341,0.672080457210541, +0.192864060401917,0.672077000141144,0.1214939057827,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.155251741409302,0.888491988182068,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.755192518234253,0.575295805931091,0.134924247860909,0.828176558017731,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.211312532424927,0.192864060401917,0.20691043138504,0.20505353808403,0.436712741851807,0.985683619976044,0.00679089315235615,0.20505353808403,0.436710596084595,0.905777633190155,0.451021611690521,0.905739009380341,0.535832226276398,0.670781433582306,0.451022326946259,0.962808787822723,0.413300931453705,0.80721789598465,0.00238875858485699,0.192864060401917,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.558500826358795,0.985683619976044,0.13492426276207,0.766526162624359,0.535833537578583,0.594572842121124,0.612018287181854,0.594574868679047,0.612014770507813,0.670783579349518,0.488895505666733,0.670781433582306,0.66467010974884,0.455721288919449,0.175245776772499,0.726204574108124,0.677859425544739,0.432475358247757,0.760182201862335,0.432475358247757,0.773370802402496,0.455721288919449,0.236896127462387,0.726204633712769,0.277217537164688,0.766526281833649,0.881009042263031,0.1214939057827,0.277217507362366,0.828176617622375,0.109488591551781,0.751975357532501,0.114930436015129,0.746532440185547,0.114930421113968,0.848170459270477,0.109488561749458,0.842727482318878,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.251446843147278,0.893933892250061,0.407624900341034,0.651650965213776,0.160694643855095,0.893933892250061,0.407624036073685,0.594567000865936,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.612018287181854,0.594574868679047,0.658956706523895,0.594574868679047,0.155251979827881,0.706210672855377, +0.256890058517456,0.706210672855377,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.302653163671494,0.842727482318878,0.658951878547668,0.670786678791046,0.297211319208145,0.848170459270477,0.612014770507813,0.670783579349518,0.768371284008026,0.637563288211823,0.535832226276398,0.670781433582306,0.682847797870636,0.530722379684448,0.755192518234253,0.530722379684448,0.682848989963531,0.575294494628906,0.755192518234253,0.575294494628906,0.773370802402496,0.455722630023956,0.755192518234253,0.530724167823792,0.682847797870636,0.530724167823792,0.66467010974884,0.455722630023956,0.755192518234253,0.575295805931091,0.682847797870636,0.575295805931091,0.677859425544739,0.432477027177811,0.760182201862335,0.432477027177811,0.755192518234253,0.530723035335541,0.682847797870636,0.530723035335541,0.755192518234253,0.575294494628906,0.682847797870636,0.575294494628906,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.379478514194489,0.594567358493805,0.658956706523895,0.594574868679047,0.658951878547668,0.670786678791046,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.627575695514679,0.0357094593346119,0.558500826358795,0.985683619976044,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.477423101663589,0.0357094593346119,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.436712741851807,0.985683619976044,0.477582544088364,0.00151770422235131,0.627416491508484,0.00151770422235131,0.297211319208145,0.746532440185547,0.740226209163666,0.594575583934784,0.740224480628967,0.651659071445465,0.535832226276398,0.670781433582306,0.535833537578583,0.594572842121124,0.768371522426605,0.594575583934784,0.768371284008026,0.637563288211823,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776, +0.407624036073685,0.594567000865936,0.255208075046539,0.035709235817194,0.54419070482254,0.962808787822723,0.544191837310791,0.905739009380341,0.405361592769623,0.035709235817194,0.558503150939941,0.905777633190155,0.567602515220642,0.807189166545868,0.434751033782959,0.121494144201279,0.581912636756897,0.80721789598465,0.550617814064026,0.775570333003998,0.564928293228149,0.775589406490326,0.555933892726898,0.99530166387558,0.225818872451782,0.121494144201279,0.302653163671494,0.751975357532501,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.535833537578583,0.594572842121124,0.488895505666733,0.670781433582306,0.488894432783127,0.594569623470306,0.407624900341034,0.651650965213776,0.407624036073685,0.594567000865936,0.379478514194489,0.63755589723587,0.379478514194489,0.594567358493805,0.532771825790405,0.865401268005371,0.255367815494537,0.00151777500286698,0.405201613903046,0.00151777500286698,0.555933892726898,0.99530166387558,0.434747040271759,0.192864060401917,0.439278841018677,0.99530166387558,0.436710596084595,0.905777633190155,0.521459341049194,0.863284826278687,0.43034440279007,0.205053240060806,0.451021611690521,0.905739009380341,0.230225056409836,0.205053240060806,0.225822478532791,0.192864060401917,0.451022326946259,0.962808787822723,0.413300454616547,0.80721789598465,0.427610754966736,0.807189166545868,0.160694941878319,0.700768828392029,0.510146141052246,0.859050750732422,0.498832941055298,0.856934070587158,0.487520694732666,0.859050750732422,0.476207494735718,0.863284826278687,0.464894741773605,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.510146141052246,0.95080304145813,0.498832941055298,0.952919721603394,0.656961441040039,0.192864060401917,0.652559041976929,0.20505353808403,0.436712741851807,0.985683619976044,0.452439457178116,0.205053240060806,0.451022326946259,0.962808787822723,0.436710596084595,0.905777633190155,0.487520694732666,0.95080304145813,0.476207494735718,0.946569204330444,0.451021611690521,0.905739009380341,0.448037356138229, +0.192864060401917,0.413300931453705,0.80721789598465,0.427610754966736,0.807189166545868,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.251447081565857,0.700768828392029,0.464894741773605,0.944452524185181,0.00238469056785107,0.121494144201279,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.430285811424255,0.775589406490326,0.444595873355865,0.775570333003998,0.439278841018677,0.99530166387558,0.954580128192902,0.411598563194275,0.954580128192902,0.613326966762543,0.439278841018677,0.99530166387558,0.555933892726898,0.99530166387558,0.919245660305023,0.613326966762543,0.919245660305023,0.411598563194275,0.954580128192902,0.307176768779755,0.919246137142181,0.307176768779755,0.954580128192902,0.105448730289936,0.919246137142181,0.105448730289936,0.44803312420845,0.121494084596634,0.656965613365173,0.121494084596634,0.211316883563995,0.121494144201279,0.954580128192902,0.00102699035778642,0.919245779514313,0.00102699035778642,0.999231994152069,0.411835879087448,0.96389764547348,0.411835879087448,0.999231994152069,0.105685085058212,0.96389764547348,0.105685085058212,0.999231994152069,0.307413786649704,0.96389764547348,0.307413786649704,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.491867572069168,0.806918323040009,0.495608597993851,0.817802608013153,0.491868048906326,0.82868617773056,0.48438623547554,0.838169038295746,0.480645209550858,0.84905332326889,0.516472518444061,0.78711074590683,0.5127312541008,0.797995030879974,0.505249917507172,0.807478129863739,0.501509130001068,0.818362414836884,0.505249917507172,0.829246699810028,0.5127312541008,0.838729560375214,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.46931603550911,0.849054276943207,0.466442614793777,0.797435462474823,0.460697442293167,0.80691784620285,0.457824736833572,0.817802608013153,0.460697442293167,0.828686416149139,0.466442853212357,0.838169991970062,0.527801930904388,0.787110269069672,0.527801930904388,0.849613904953003,0.530675113201141,0.797995030879974, +0.536420524120331,0.807478129863739,0.539292752742767,0.818362414836884,0.536419808864594,0.829246699810028,0.530674636363983,0.838729560375214,0.999231994152069,0.00126275070942938,0.963897526264191,0.00126275070942938,0.9992316365242,0.613565325737,0.963897287845612,0.613565325737,0.532771825790405,0.865401268005371,0.532771825790405,0.944452524185181,0.521459341049194,0.946569204330444,0.521459341049194,0.863284826278687,0.510146141052246,0.95080304145813,0.510146141052246,0.859050750732422,0.498832941055298,0.952919721603394,0.498832941055298,0.856934070587158,0.487520694732666,0.95080304145813,0.487520694732666,0.859050750732422,0.476207494735718,0.946569204330444,0.476207494735718,0.863284826278687,0.464894741773605,0.944452524185181,0.464894741773605,0.865401268005371,0.516472518444061,0.78711074590683,0.527801930904388,0.787110269069672,0.530675113201141,0.797995030879974,0.5127312541008,0.797995030879974,0.536420524120331,0.807478129863739,0.505249917507172,0.807478129863739,0.539292752742767,0.818362414836884,0.501509130001068,0.818362414836884,0.536419808864594,0.829246699810028,0.505249917507172,0.829246699810028,0.530674636363983,0.838729560375214,0.5127312541008,0.838729560375214,0.527801930904388,0.849613904953003,0.516472518444061,0.849613904953003,0.469315558671951,0.786551177501678,0.480645209550858,0.786551177501678,0.484385997056961,0.797435939311981,0.466442614793777,0.797435462474823,0.491867572069168,0.806918323040009,0.460697442293167,0.80691784620285,0.495608597993851,0.817802608013153,0.457824736833572,0.817802608013153,0.491868048906326,0.82868617773056,0.460697442293167,0.828686416149139,0.48438623547554,0.838169038295746,0.466442853212357,0.838169991970062,0.480645209550858,0.84905332326889,0.46931603550911,0.849054276943207 + } + UVIndex: *568 { + a: 1,2,3,4,3,5,7,4,5,8,9,7,14,15,16,17,15,18,20,16,43,53,14,17,20,18,62,63,13,36,54,61,13,67,85,91,95,96,98,36,19,21,22,23,21,66,68,22,25,26,28,29,24,27,30,35,28,31,32,29,31,33,34,32,47,48,50,56,99,100,101,102,37,38,39,40,38,41,103,39,103,41,104,121,10,1,49,51,10,52,55,58,55,52,59,60,60,59,236,237,53,43,64,65,65,64,106,108,10,58,2,1,106,139,140,108,67,101,100,85,69,70,19,23,77,86,87,88,73,75,76,78,0,6,11,12,76,75,79,81,81,79,82,83,71,72,74,80,105,107,61,54,86,77,89,109,109,89,110,115,110,116,141,115,37,40,122,187,42,44,45,46,44,135,136,45,135,137,138,136,90,92,93,94,123,90,94,124,125,123,124,126,47,56,57,97,80,235,253,71,149,150,151,152,151,153,155,152,153,156,157,155,111,112,118,120,112,162,163,118,164,165,111,120,163,162,166,167,95,91,113,114,127,128,129,130,128,131,132,129,172,175,178,183,84,173,174,176,172,195,196,175,174,177,179,176,177,180,181,179,198,202,204,205,117,119,161,184,87,142,143,88,142,144,145,143,145,144,146,147,158,149,197,199,158,200,203,206,203,200,207,208,208,207,238,239,165,164,168,169,169,168,170,171,158,206,150,149,170,185,186,171,96,161,119,98,133,134,127,130,221,223,26,25,221,224,227,223,148,154,159,160,227,224,229,230,230,229,231,232,219,220,222,228,209,233,114,113,187,122,188,189,189,188,190,191,190,192,193,191,84,182,240,73,173,84,73,78,243,221,25,244,178,198,205,183,219,228,251,252,194,215,216,201,201,216,217,210,210,217,218,211,211,218,225,212,212,225,226,213,213,226,234,214,269,283,285,270,270,285,286,271,271,286,287,272,272,287,288,273,273,288,289,274,274,289,284,275,276,262,263,278,278,263,264,279,279,264,265,280,280,265,266,281,281,266,267,282,282,267,268,277,251,154,148,252,235,6,0,253,57,24,35,97,241,242,245,246,247,241,246,248,249,247,248,250,254,249,250,255,256,292,293,257,290,258,259,291,258,260,261,259,260,256,257,261,294,295,296,297,297,296,298,299,299,298,300,301,301,300,302,303,303,302,304,305,305,304,306,307,308,309,310,311,311,310,312,313,313,312,314,315,315,314,316,317,317,316,318,319,319,318,320,321,322,323,324,325,325,324,326,327,327,326,328,329, +329,328,330,331,331,330,332,333,333,332,334,335 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *141 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79292512, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79289824, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79312608, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *168 { + a: 17.2972240447998,-29.9597110748291,34.0730781555176,29.9596920013428,-17.2972621917725,34.0730781555176,29.9597187042236,17.2972145080566,34.0730781555176,17.297269821167,29.9596843719482,34.0730781555176,15.2430515289307,-26.4017734527588,38.4763946533203,26.4017581939697,-15.2430839538574,38.4763946533203,26.4017791748047,15.2430438995361,38.4763946533203,15.2430934906006,26.4017505645752,38.4763946533203,-17.2972240447998,-29.9597110748291,34.0730781555176,-29.9596920013428,-17.2972621917725,34.0730781555176,-29.9597187042236,17.2972145080566,34.0730781555176,-17.297269821167,29.9596843719482,34.0730781555176,-15.2430515289307,-26.4017734527588,38.4763946533203,-26.4017581939697,-15.2430839538574,38.4763946533203,-26.4017791748047,15.2430438995361,38.4763946533203,-15.2430934906006,26.4017505645752,38.4763946533203,17.2957344055176,-29.9571304321289,8.05157279968262,29.9571094512939,-17.2957725524902,8.05157279968262,17.2957801818848,29.957103729248,8.05157279968262,-17.2957344055176,-29.9571304321289,8.05157279968262,-29.9571361541748,17.2957248687744,8.05157279968262,-17.2957801818848,29.957103729248,8.05157279968262,16.5668411254883,-28.6946487426758,6.47703075408936,28.6946258544922,-16.5668792724609,6.47703075408936,28.694652557373,16.5668296813965,6.47703075408936,16.5668849945068,28.6946220397949,6.47703075408936,-16.5668411254883,-28.6946487426758,6.47703075408936,-28.6946258544922,-16.5668792724609,6.47703075408936,-28.694652557373,16.5668296813965,6.47703075408936,-16.5668849945068,28.6946220397949,6.47703075408936,-11.3108310699463,-16.9085426330566,37.387393951416,11.3108310699463,-16.9085426330566,37.387393951416,16.9085292816162,-11.3108520507813,37.387393951416,16.9085445404053,11.310827255249,37.387393951416,11.310863494873,16.908519744873,37.387393951416,-11.310863494873,16.908519744873,37.387393951416,-16.9085445404053,11.310827255249,37.387393951416,-16.9085292816162,-11.3108520507813,37.387393951416,-12.1057062149048,-18.827543258667,38.4763946533203,12.1057062149048,-18.827543258667,38.4763946533203, +18.8275451660156,12.1057014465332,38.4763946533203,12.1057405471802,18.8275203704834,38.4763946533203,-12.1057405471802,18.8275203704834,38.4763946533203,-18.8275279998779,-12.1057291030884,38.4763946533203,14.9895296096802,-10.5159749984741,38.4763946533203,14.9895439147949,10.5159530639648,38.4763946533203,10.5159864425659,14.989520072937,38.4763946533203,-10.5159864425659,14.989520072937,38.4763946533203,-14.9895439147949,10.5159530639648,38.4763946533203,-14.9895296096802,-10.5159749984741,38.4763946533203,-10.5159559249878,-14.9895429611206,38.4763946533203,10.5159559249878,-14.9895429611206,38.4763946533203,29.9571361541748,17.2957248687744,8.05157279968262,-29.9571094512939,-17.2957725524902,8.05157279968262,18.8275279998779,-12.1057291030884,38.4763946533203,-18.8275451660156,12.1057014465332,38.4763946533203 + } + PolygonVertexIndex: *200 { + a: 17,1,0,-17,18,3,2,-53,4,12,8,-1,0,1,5,-5,2,3,7,-7,3,11,15,-8,53,19,8,-10,21,20,10,-12,8,12,13,-10,10,14,15,-12,16,19,26,-23,17,16,22,-24,52,17,23,-25,18,52,24,-26,21,18,25,-30,19,53,27,-27,53,20,28,-28,20,21,29,-29,51,44,45,46,47,48,49,-51,15,14,55,-43,4,5,54,-40,51,31,32,-45,44,32,33,-46,45,33,34,-47,46,34,35,-48,47,35,36,-49,48,36,37,-50,49,37,30,-51,50,30,31,-52,39,31,30,-39,54,32,31,-40,40,33,32,-55,41,34,33,-41,42,35,34,-42,55,36,35,-43,43,37,36,-56,38,30,37,-44,6,40,54,-6,13,43,55,-15,10,20,53,-10,0,8,19,-17,11,3,18,-22,14,10,9,-14,39,38,12,-5,38,43,13,-13,42,41,7,-16,41,40,6,-8,1,17,52,-3,5,1,2,-7 + } + Edges: *104 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,36,37,40,41,42,43,46,47,48,50,51,54,55,56,58,59,61,62,64,65,66,70,72,73,74,75,76,77,78,79,81,82,83,85,86,87,88,89,90,93,94,97,98,101,102,105,106,109,110,113,114,117,120,122,123,124,128,131,132,135,136,139,140,144,147,151,152,155,156,159,163,177,185,195 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *600 { + a: 0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.382686465978622,-0.923878252506256,-0.000113545997010078,0.38267970085144,-0.923881053924561,-0.000113545887870714,0.382680475711823,0.923880815505981,-0.00011354593152646,0.382687211036682,0.923877954483032,-0.000113546026113909,0.923878371715546,0.382686018943787,-0.000113585643703118,0.923881232738495,0.382679313421249,-0.000113585556391627,0.170372173190117,-0.447276502847672,0.878018736839294,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.292463034391403,-0.672519505023956,0.679840385913849,0.672519147396088,-0.29246386885643,0.679840385913849,0.447276443243027,-0.170372650027275,0.878018796443939,0.170372173190117,-0.447276502847672,0.878018736839294,0.672519683837891,0.292462736368179,0.679840266704559,0.292463630437851,0.672519385814667,0.679840266704559,0.170372545719147,0.447276681661606,0.878018736839294,0.447276651859283,0.170372024178505,0.878018736839294,0.292463630437851,0.672519385814667,0.679840266704559,-0.292463630437851,0.672519385814667,0.679840266704559,-0.170372545719147,0.447276681661606,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.382679730653763,-0.923881053924561,-0.000113545887870714,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.923877835273743,-0.382687449455261,-0.000113585680082906,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.382687270641327,0.923877894878387,-0.000113546026113909,-0.292463034391403,-0.672519505023956,0.679840385913849,-0.170372173190117,-0.447276502847672,0.878018736839294,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.672519147396088,-0.29246386885643,0.679840385913849, +-0.672519683837891,0.292462736368179,0.679840266704559,-0.447276711463928,0.170372024178505,0.87801867723465,-0.170372545719147,0.447276681661606,0.878018736839294,-0.292463630437851,0.672519385814667,0.679840266704559,0.293463885784149,-0.674928843975067,-0.677015483379364,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.262842923402786,-0.689711809158325,-0.674693405628204,0.262842923402786,-0.689711809158325,-0.674693405628204,0.674928426742554,-0.29346439242363,-0.677015781402588,0.293463885784149,-0.674928843975067,-0.677015483379364,0.262842923402786,-0.689711809158325,-0.674693405628204,0.689711213111877,-0.262843757867813,-0.674693763256073,0.674928545951843,0.293463528156281,-0.677016019821167,0.674928426742554,-0.29346439242363,-0.677015781402588,0.689711213111877,-0.262843757867813,-0.674693763256073,0.689711689949036,0.262842267751694,-0.674693882465363,0.293464362621307,0.674928367137909,-0.677015841007233,0.674928545951843,0.293463528156281,-0.677016019821167,0.689711689949036,0.262842267751694,-0.674693882465363,0.262843251228333,0.689711451530457,-0.674693763256073,-0.293464362621307,0.674928367137909,-0.677015841007233,0.293464362621307,0.674928367137909,-0.677015841007233,0.262843251228333,0.689711451530457,-0.674693763256073,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.293463885784149,-0.674928843975067,-0.677015483379364,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.262842923402786,-0.689711809158325,-0.674693405628204,-0.674928367137909,-0.293464362621307,-0.677015781402588,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.689711630344391,0.262842237949371,-0.674693882465363,-0.689711213111877,-0.262843757867813,-0.674693822860718,-0.674928545951843,0.293463528156281,-0.677016019821167,-0.293464362621307,0.674928367137909,-0.677015841007233,-0.262843251228333,0.689711451530457,-0.674693763256073,-0.689711630344391,0.262842237949371,-0.674693882465363,0.112370640039444,-0.271287024021149,0.955916464328766, +0.271286875009537,-0.112370930612087,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.170372545719147,0.447276681661606,0.878018736839294,-0.447276711463928,0.170372024178505,0.87801867723465,0.167554423213005,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.170372173190117,-0.447276502847672,0.878018736839294,0.447276443243027,-0.170372650027275,0.878018796443939,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.069403238594532,0.167554393410683,0.98341691493988,0.112370640039444,-0.271287024021149,0.955916464328766,0.177694469690323,-0.428992807865143,0.885657846927643,0.428992509841919,-0.177694872021675,0.885657846927643,0.271286875009537,-0.112370930612087,0.955916464328766,0.271286875009537,-0.112370930612087,0.955916464328766,0.428992509841919,-0.177694872021675,0.885657846927643,0.428992837667465,0.177694216370583,0.885657966136932,0.271287053823471,0.112370483577251,0.955916464328766,0.271287053823471,0.112370483577251,0.955916464328766,0.428992837667465,0.177694216370583,0.885657966136932,0.177694797515869,0.428992480039597,0.885657906532288,0.112370908260345,0.271286964416504,0.955916464328766,0.112370908260345,0.271286964416504,0.955916464328766,0.177694797515869,0.428992480039597,0.885657906532288,-0.177694797515869,0.428992539644241,0.885657906532288,-0.112370893359184,0.271286964416504,0.955916464328766,-0.112370893359184,0.271286964416504,0.955916464328766,-0.177694797515869,0.428992539644241,0.885657906532288,-0.42899289727211,0.177694246172905,0.885657966136932,-0.271287053823471,0.112370498478413,0.955916464328766,-0.271287053823471,0.112370498478413,0.955916464328766,-0.42899289727211,0.177694246172905,0.885657966136932,-0.428992539644241,-0.177694886922836,0.885657846927643, +-0.271286875009537,-0.112370945513248,0.955916464328766,-0.271286875009537,-0.112370945513248,0.955916464328766,-0.428992539644241,-0.177694886922836,0.885657846927643,-0.177694469690323,-0.428992837667465,0.885657846927643,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.112370640039444,-0.271287024021149,0.955916464328766,-0.177694469690323,-0.428992837667465,0.885657846927643,0.177694469690323,-0.428992807865143,0.885657846927643,0.112370640039444,-0.271287024021149,0.955916464328766,-0.069403238594532,0.167554393410683,0.98341691493988,-0.177694454789162,0.428992718458176,0.885657906532288,0.177694454789162,0.428992718458176,0.885657906532288,0.069403238594532,0.167554393410683,0.98341691493988,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.428992599248886,0.177694857120514,0.885657906532288,-0.177694454789162,0.428992718458176,0.885657906532288,-0.069403238594532,0.167554393410683,0.98341691493988,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.428992599248886,0.177694857120514,0.885657906532288,-0.167554318904877,0.0694034025073051,0.98341691493988,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.428992837667465,-0.17769418656826,0.885657846927643,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.0694033205509186,-0.167554184794426,0.983416974544525,0.177694767713547,-0.428992420434952,0.885658025741577,-0.177694767713547,-0.428992420434952,0.885658025741577,-0.0694033056497574,-0.167554154992104,0.983416855335236,0.167554423213005,-0.0694031417369843,0.983416855335236,0.428992867469788,-0.177694201469421,0.885657966136932,0.177694767713547,-0.428992420434952,0.885658025741577,0.0694033205509186,-0.167554184794426,0.983416974544525,0.167554318904877,0.0694034025073051,0.98341691493988,0.428992599248886,0.177694872021675,0.885657966136932,0.428992867469788,-0.177694201469421,0.885657966136932,0.167554423213005,-0.0694031417369843,0.983416855335236, +0.069403238594532,0.167554393410683,0.98341691493988,0.177694454789162,0.428992718458176,0.885657906532288,0.428992599248886,0.177694872021675,0.885657966136932,0.167554318904877,0.0694034025073051,0.98341691493988,0.447276651859283,0.170372024178505,0.878018736839294,-0.167554438114166,-0.0694031417369843,0.983416855335236,-0.167554318904877,0.0694034025073051,0.98341691493988,0.447276443243027,-0.170372650027275,0.878018796443939,-0.447276443243027,-0.170372650027275,0.878018796443939,0.167554318904877,0.0694034025073051,0.98341691493988,0.167554423213005,-0.0694031417369843,0.983416855335236,-0.447276711463928,0.170372024178505,0.87801867723465,-0.923878371715546,0.382685989141464,-0.000113585643703118,-0.923881232738495,0.382679283618927,-0.000113585556391627,-0.923880636692047,-0.382680714130402,-0.000113585563667584,-0.923877835273743,-0.382687449455261,-0.000113585680082906,0.382686465978622,-0.923878252506256,-0.000113545997010078,-0.382686495780945,-0.923878252506256,-0.000113546011561994,-0.382679730653763,-0.923881053924561,-0.000113545887870714,0.38267970085144,-0.923881053924561,-0.000113545887870714,-0.382687270641327,0.923877894878387,-0.000113546026113909,0.382687211036682,0.923877954483032,-0.000113546026113909,0.382680475711823,0.923880815505981,-0.00011354593152646,-0.382680535316467,0.923880815505981,-0.00011354593152646,-0.447276711463928,0.170372024178505,0.87801867723465,-0.672519683837891,0.292462736368179,0.679840266704559,-0.672519147396088,-0.29246386885643,0.679840385913849,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.069403238594532,0.167554393410683,0.98341691493988,0.069403238594532,0.167554393410683,0.98341691493988,-0.170372173190117,-0.447276502847672,0.878018736839294,0.170372173190117,-0.447276502847672,0.878018736839294,0.069403238594532,0.167554393410683,0.98341691493988,0.167554318904877,0.0694034025073051,0.98341691493988,-0.447276443243027,-0.170372650027275,0.878018796443939,-0.170372173190117,-0.447276502847672,0.878018736839294,0.0694033205509186,-0.167554184794426,0.983416974544525, +-0.0694033056497574,-0.167554154992104,0.983416855335236,0.170372545719147,0.447276681661606,0.878018736839294,-0.170372545719147,0.447276681661606,0.878018736839294,-0.0694033056497574,-0.167554154992104,0.983416855335236,-0.167554438114166,-0.0694031417369843,0.983416855335236,0.447276651859283,0.170372024178505,0.878018736839294,0.170372545719147,0.447276681661606,0.878018736839294,0.923877835273743,-0.382687449455261,-0.000113585658255033,0.923880636692047,-0.382680743932724,-0.000113585563667584,0.923881232738495,0.382679313421249,-0.000113585556391627,0.923878371715546,0.382686018943787,-0.000113585643703118,0.447276443243027,-0.170372650027275,0.878018796443939,0.672519147396088,-0.29246386885643,0.679840385913849,0.672519683837891,0.292462736368179,0.679840266704559,0.447276651859283,0.170372024178505,0.878018736839294 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *156 { + a: 0.329880654811859,0.229877427220345,0.329880654811859,0.393413245677948,0.218197494745255,0.393413245677948,0.218197494745255,0.229877427220345,0.0037561864592135,0.418763935565948,0.0037561864592135,0.58231258392334,0.544882357120514,0.393413245677948,0.544882357120514,0.229877427220345,0.545054078102112,0.418763935565948,0.0035864869132638,0.229877427220345,0.0035864869132638,0.393413245677948,0.545054078102112,0.58231258392334,0.038227092474699,0.699823021888733,0.0382291451096535,0.893849194049835,0.00506999483332038,0.911163985729218,0.00506824580952525,0.682508766651154,0.0912318527698517,0.596344709396362,0.108546234667301,0.629503607749939,0.218443244695663,0.418763935565948,0.330058693885803,0.418763935565948,0.330058693885803,0.58231258392334,0.218443244695663,0.58231258392334,0.319886982440948,0.596344172954559,0.406051188707352,0.682507336139679,0.0035864869132638,0.216881185770035,0.218197494745255,0.216881185770035,0.329880654811859,0.216881185770035,0.544882357120514,0.216881185770035,0.0037561864592135,0.405763983726501,0.218443244695663,0.405763983726501,0.545054078102112,0.405763983726501,0.330058693885803,0.405763983726501,0.372892320156097,0.699821770191193,0.302572518587112,0.62950336933136,0.406052738428116,0.911163330078125,0.372893899679184,0.893848955631256,0.108548708260059,0.964168190956116,0.0912341997027397,0.997327327728271,0.319889277219772,0.997327327728271,0.302574872970581,0.964168190956116,0.282927274703979,0.916846334934235,0.325571656227112,0.874201774597168,0.12819367647171,0.676825225353241,0.0855491608381271,0.719470083713531,0.0990209355950356,0.725051939487457,0.0990224927663803,0.868619620800018,0.0855504646897316,0.874202013015747,0.133775666356087,0.690297245979309,0.28292590379715,0.676825225353241,0.277343958616257,0.69029712677002,0.325570732355118,0.719469428062439,0.312098979949951,0.725051462650299,0.312100440263748,0.868619918823242,0.277345448732376,0.90337473154068,0.128195613622665,0.916846096515656,0.133777350187302,0.903374493122101,0.856013298034668, +0.224569663405418,0.882237672805786,0.250793755054474,0.882237672805786,0.374553680419922,0.856013894081116,0.400777637958527,0.732253670692444,0.400777637958527,0.706029534339905,0.374553680419922,0.706029534339905,0.250793755054474,0.732253909111023,0.224569663405418,0.861246585845947,0.211935117840767,0.894872188568115,0.24556040763855,0.894872188568115,0.379787147045136,0.861247181892395,0.41341245174408,0.727019965648651,0.413412272930145,0.693395256996155,0.379787147045136,0.693395256996155,0.245560467243195,0.727019965648651,0.211935117840767,0.656109929084778,0.229877427220345,0.656109929084778,0.393413245677948,0.656109929084778,0.216881185770035,0.65635472536087,0.418763935565948,0.65635472536087,0.58231258392334,0.65635472536087,0.405763983726501 + } + UVIndex: *200 { + a: 0,1,2,3,72,73,6,7,12,13,14,15,15,16,17,12,22,23,32,33,23,34,35,32,8,75,76,11,18,19,20,21,14,13,36,37,38,39,35,34,3,9,24,25,0,3,25,26,7,0,26,27,72,7,27,74,18,4,28,29,75,8,30,77,8,19,31,30,19,18,29,31,56,57,58,59,60,61,62,63,35,39,40,41,12,17,42,43,56,64,65,57,57,65,66,58,58,66,67,59,59,67,68,60,60,68,69,61,61,69,70,62,62,70,71,63,63,71,64,56,43,44,45,46,42,47,44,43,48,49,47,42,50,51,49,48,41,52,51,50,40,53,52,41,54,55,53,40,46,45,55,54,33,48,42,17,36,54,40,39,20,19,8,11,2,10,9,3,21,5,4,18,39,38,37,36,43,46,13,12,46,54,36,13,41,50,32,35,50,48,33,32,1,0,7,6,17,16,22,33 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *49 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79354576, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79348352, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79396176, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79400336, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79421600, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *153 { + a: 5.5000114440918,7.6575870513916,0,-5.75391721725464,0.709403991699219,-4.71097183227539,-5.75644969940186,-12.7612571716309,32.0256576538086,5.75609397888184,-12.7612457275391,32.0256462097168,5.75395727157593,-5.94838714599609,31.8751029968262,-5.75387859344482,-5.94838714599609,31.8751029968262,5.7556004524231,-11.008602142334,34.1719436645508,5.75447463989258,-7.44818878173828,34.0932693481445,-5.75448703765869,-7.44819641113281,34.0932731628418,-5.75582075119019,-11.0086097717285,34.1719589233398,2.3395824432373,-5.94838714599609,31.8751029968262,-2.33950304985046,-5.94838333129883,31.8751068115234,2.33976578712463,-7.44819259643555,34.0932693481445,-2.33977770805359,-7.44819259643555,34.0932693481445,-2.34038281440735,-11.0086097717285,34.1719551086426,2.34016036987305,-11.008602142334,34.171947479248,-2.33919024467468,-6.05490875244141,20.9186382293701,-5.75647115707397,-5.43608474731445,17.3549728393555,5.75607442855835,-5.43607711791992,17.3549785614014,5.75393915176392,-1.56026077270508,19.2641906738281,-5.75389957427979,-1.56026077270508,19.2641906738281,-2.33975458145142,-1.56040191650391,19.2494773864746,2.33979201316834,-1.56040191650391,19.2494773864746,2.33927202224731,-6.05490875244141,20.9186401367188,-5.75646829605103,-12.8700103759766,20.8405380249023,5.75607681274414,-12.8700065612793,20.8405418395996,5.75394153594971,-6.05456924438477,20.9539756774902,-5.75389671325684,-6.05456924438477,20.9539756774902,-8.88472461700439,-7.01129531860352,-4.76837158203125e-006,5.75391721725464,0.709400177001953,-4.71097087860107,-5.49988460540771,7.6575927734375,-6.67572021484375e-006,8.88457584381104,-7.01129531860352,-1.04904174804688e-005,2.34032154083252,-12.7612533569336,32.0256538391113,-2.34067797660828,-12.7612571716309,32.0256576538086,-2.33926796913147,-12.8703498840332,20.8052082061768,-2.33982992172241,-5.43622207641602,17.3402614593506,2.3398597240448,-5.43621826171875,17.3402614593506,2.33934211730957,-12.8703498840332,20.8052062988281,8.81730556488037,-6.84539413452148,-0.101239204406738, +-2.40829277038574,7.66194915771484,-0.0143547058105469,-2.29864072799683,4.62325286865234,6.33297348022461,2.2987380027771,4.62325477600098,6.33297348022461,2.40839171409607,7.66195106506348,-0.0143527984619141,2.50204634666443,2.88285827636719,-3.24216556549072,-2.50199437141418,2.88286018371582,-3.24216461181641,-2.40829133987427,15.9753112792969,-0.0143585205078125,-2.35098505020142,15.1976680755615,2.64157962799072,2.35108709335327,15.1976699829102,2.64158153533936,2.40839385986328,15.9753112792969,-0.0143585205078125,2.50205063819885,14.1875782012939,-3.24216508865356,-2.5019896030426,14.1875801086426,-3.24216747283936 + } + PolygonVertexIndex: *188 { + a: 31,18,36,35,17,-29,45,46,47,-49,0,38,-30,20,30,28,-18,8,9,14,-14,6,7,12,-16,5,8,13,-12,7,4,10,-13,3,6,15,-33,9,2,33,-15,2,24,34,-34,37,25,3,-33,4,26,23,-11,27,5,11,-17,19,26,25,-19,24,27,20,-18,17,35,34,-25,37,36,18,-26,19,22,23,-27,16,21,20,-28,4,7,6,3,25,-27,2,9,8,5,27,-25,48,49,50,-46,28,1,29,38,-32,22,21,35,-37,10,23,37,-33,16,11,33,-35,21,16,34,-36,23,22,36,-38,11,13,14,-34,12,10,32,-16,30,1,-29,0,19,18,31,-39,30,20,21,40,-40,21,22,41,-41,22,19,0,42,-42,0,29,43,-43,29,1,44,-44,1,30,39,-45,39,40,46,-46,40,41,47,-47,41,42,48,-48,42,43,49,-49,43,44,50,-50,44,39,45,-51 + } + Edges: *94 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,33,35,36,37,38,39,41,42,43,45,46,48,49,50,51,53,55,56,57,58,59,60,61,62,64,66,69,73,74,77,78,93,94,95,97,98,100,102,103,105,107,109,111,113,130,133,140,141,142,144,145,149,150,153,154,157,158,162,165,167,169,173,177,181 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *564 { + a: 4.44710757108169e-008,-0.909219145774841,-0.416317969560623,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,2.58501586358761e-007,-0.995902836322784,0.0904304906725883,2.58501586358761e-007,-0.99590277671814,0.0904304906725883,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,2.74791496224225e-008,0.99321049451828,-0.116331242024899,-3.23627176612717e-007,0.727757394313812,0.68583470582962,-3.23627148191008e-007,0.727757453918457,0.685834646224976,2.74781406517377e-008,0.993210554122925,-0.116329796612263,0.981909334659576,0.187957853078842,-0.0229327920824289,0.982997357845306,0.177996918559074,0.0450910553336143,0.938536465167999,0.21654962003231,-0.268803894519806,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.982990562915802,0.183441579341888,0.00886562094092369,-0.995148360729218,0.081681527197361,0.0548443235456944,1.00857654672382e-007,0.478616148233414,0.878024220466614,8.14175280083873e-007,-0.41873824596405,0.908106982707977,8.14291126971511e-007,-0.418614625930786,0.908163964748383,1.00537725700178e-007,0.478743195533752,0.877954959869385,1.37581753278937e-006,-0.418724179267883,0.908113479614258,4.66176857116807e-008,0.478629797697067,0.878016829490662,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.37565484692459e-006,-0.418630361557007,0.908156752586365,-1.08653375718859e-006,0.95754611492157,0.288280010223389,1.00857654672382e-007,0.478616148233414,0.878024220466614,1.00537725700178e-007,0.478743195533752,0.877954959869385,-1.0865470585486e-006,0.957556307315826,0.288246423006058,4.66176857116807e-008,0.478629797697067,0.878016829490662,6.7395426128769e-008,0.957547247409821,0.288276493549347,6.74466420491626e-008,0.957555592060089,0.288248807191849,4.64939162725386e-008,0.478728741407394,0.877962827682495,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.37581753278937e-006,-0.418724179267883,0.908113479614258, +1.37565484692459e-006,-0.418630361557007,0.908156752586365,1.59860996973293e-006,-0.940313279628754,0.340310156345367,8.14175280083873e-007,-0.41873824596405,0.908106982707977,5.00284102145088e-007,-0.940321147441864,0.340288281440735,5.00276144066447e-007,-0.940313160419464,0.340310275554657,8.14291126971511e-007,-0.418614625930786,0.908163964748383,5.00284102145088e-007,-0.940321147441864,0.340288281440735,-0.00394238950684667,-0.847836792469025,-0.530242502689362,-0.00397934997454286,-0.844639360904694,-0.535321116447449,5.00276144066447e-007,-0.940313160419464,0.340310275554657,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00394507823511958,-0.847837686538696,-0.530241191387177,1.5985884829206e-006,-0.940319061279297,0.340294152498245,1.59860996973293e-006,-0.940313279628754,0.340310156345367,6.7395426128769e-008,0.957547247409821,0.288276493549347,5.91617947520717e-007,0.999952733516693,-0.00972198694944382,5.91618004364136e-007,0.999952793121338,-0.00972198788076639,6.74466420491626e-008,0.957555592060089,0.288248807191849,-1.14892100100406e-006,0.999952673912048,-0.00972215924412012,-1.08653375718859e-006,0.95754611492157,0.288280010223389,-1.0865470585486e-006,0.957556307315826,0.288246423006058,-1.14892111469089e-006,0.999952793121338,-0.00972215924412012,0.991193056106567,0.110595740377903,0.0728347525000572,0.999999940395355,0.000291181000648066,0.000403401500079781,1,0.000305500696413219,0.000140330230351537,0.995189428329468,0.0817648619413376,0.05396793410182,-1,0.000367543805623427,0.000172826199559495,-0.99999988079071,0.000350344431353733,0.000488451041746885,-0.991123676300049,0.110461831092834,0.0739734470844269,-0.995148360729218,0.081681527197361,0.0548443235456944,-0.00666291266679764,-0.423480898141861,-0.905880510807037,-0.00666291266679764,-0.423480868339539,-0.905880510807037,-0.00397934997454286,-0.844639360904694,-0.535321116447449,-0.00394238950684667,-0.847836792469025,-0.530242502689362,0.00398201635107398,-0.844642579555511,-0.535315811634064,0.00666577974334359,-0.42348051071167,-0.905880749225616, +0.0066657792776823,-0.42348051071167,-0.905880689620972,0.00394507823511958,-0.847837686538696,-0.530241191387177,-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.00688986293971539,0.350031852722168,0.936712503433228,-0.0068898624740541,0.350031852722168,0.936712443828583,0.00689009018242359,0.350031703710556,0.936712443828583,0.00292409467510879,0.767534494400024,0.641001045703888,0.00444498751312494,0.673383235931396,0.73928028345108,0.00689009018242359,0.350031733512878,0.936712503433228,1,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03629075360368e-006,0.999999940395355,0.000313522235956043,-7.03628984410898e-006,1,0.000313522235956043,-7.03628984410898e-006,1,0.000305500696413219,0.000140330230351537,0.999999940395355,0.000291181000648066,0.000403401500079781,-0.999999940395355,0.000377178512280807,-3.98013116864604e-006,-1,0.000377178541384637,-3.98013162339339e-006,-0.99999988079071,0.000377178483176976,-3.98013116864604e-006,-0.999999940395355,0.000377178483176976,-3.98013116864604e-006,-0.99999988079071,0.000350344431353733,0.000488451041746885,-1,0.000367543805623427,0.000172826199559495,2.74781406517377e-008,0.993210554122925,-0.116329796612263,2.89497421590568e-007,0.874788641929626,-0.484504669904709,2.89497450012277e-007,0.874788641929626,-0.484504729509354,2.74791496224225e-008,0.99321049451828,-0.116331242024899,4.44745893446452e-008,-0.909222424030304,-0.41631081700325,-2.10690288326987e-007,-0.520867049694061,-0.853637933731079,-2.10690245694423e-007,-0.520866990089417,-0.853637754917145,-2.10690274116132e-007,-0.520867049694061,-0.853637933731079,4.44710757108169e-008,-0.909219145774841,-0.416317969560623,1.76881684410546e-007,-0.441892832517624,0.897067904472351,1.76881684410546e-007,-0.441892832517624,0.897067844867706,1.76881684410546e-007,-0.441892802715302,0.897067844867706,1.76881698621401e-007,-0.441892832517624,0.897067904472351,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-1.04934470073204e-005,-8.07480464573018e-005, +-1,-4.17995288444217e-005,8.87675560079515e-006,-1,-7.75585795054212e-005,4.13079469581135e-005,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-0.00012170282570878,5.09969067934435e-005,1,-0.00012107447400922,5.15745559823699e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848571269773e-005,-0.000175496694282629,1,-2.15647105505923e-005,-8.25632669148035e-005,1,-6.66302512399852e-005,2.09754107345361e-005,1,1.88848553079879e-005,-0.000175496694282629,-1,-1.04934470073204e-005,-8.07480464573018e-005,-0.999999940395355,1.76060439116554e-005,-0.000161192860105075,-1,1.76060475496342e-005,-0.00016119287465699,-1,-4.17995288444217e-005,8.87675560079515e-006,1,-0.00012170282570878,5.09969067934435e-005,1,-0.000171482024597935,5.23620974490768e-006,1,-0.000171482024597935,5.23620974490768e-006,1,-0.00012107447400922,5.15745559823699e-005,-0.999999940395355,-0.000109036707726773,1.13971454993589e-005,-1,-7.7951030107215e-005,4.09350395784713e-005,-1,-7.75585795054212e-005,4.13079469581135e-005,-1,-0.000109036707726773,1.13971464088536e-005,-0.981881737709045,0.188048273324966,-0.023366117849946,-0.938532829284668,0.216566041111946,-0.26880344748497,-0.982990562915802,0.183441579341888,0.00886562094092369,0.981909334659576,0.187957853078842,-0.0229327920824289,0.991193056106567,0.110595740377903,0.0728347525000572,0.995189428329468,0.0817648619413376,0.05396793410182,0.979672253131866,0.167647048830986,0.110167257487774,0.982997357845306,0.177996918559074,0.0450910553336143,0.00132380367722362,0.902004957199097,0.431723564863205,0.00444498751312494,0.673383235931396,0.73928028345108,0.00292409467510879,0.767534494400024,0.641001045703888,0.000698961492162198,0.804160416126251,0.594411849975586,0.00132380367722362,0.902005076408386,0.431723594665527,0.00292409467510879,0.767534494400024,0.641001045703888,-0.00292389816604555,0.767535150051117,0.641000270843506,-0.000698878196999431,0.804160177707672,0.594412207603455,0.000698961492162198,0.804160416126251,0.594411849975586,-0.00292389816604555,0.767535150051117,0.641000270843506, +-0.0044444901868701,0.67338353395462,0.739280045032501,-0.00132311077322811,0.902004957199097,0.431723594665527,-0.00132311077322811,0.902005076408386,0.431723594665527,-0.000698878196999431,0.804160177707672,0.594412207603455,0.0026144296862185,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,0.00125286937691271,0.56026417016983,-0.828312933444977,0.00261442922055721,0.5606330037117,-0.828060269355774,0.00146254617720842,0.560321092605591,-0.828274190425873,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00125175062566996,0.560264050960541,-0.828313112258911,0.00125286937691271,0.56026417016983,-0.828312933444977,-0.0014613086823374,0.560320913791656,-0.828274369239807,-0.00261251977644861,0.560632586479187,-0.828060448169708,-0.00261252000927925,0.560632586479187,-0.828060567378998,-0.00125175062566996,0.560264050960541,-0.828313112258911,-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999820351600647,0.000929871632251889,0.0189350247383118,-0.999820291996002,0.000929871632251889,0.0189350228756666,-0.999723613262177,0.000508760975208133,0.023502541705966,0.000698961492162198,0.804160416126251,0.594411849975586,-0.000698878196999431,0.804160177707672,0.594412207603455,-3.23627148191008e-007,0.727757453918457,0.685834646224976,-3.23627176612717e-007,0.727757394313812,0.68583470582962,0.999820232391357,0.000929440720938146,0.0189350731670856,0.999698400497437,0.000410573615226895,0.024554206058383,0.999723792076111,0.000508232857100666,0.0234966650605202,0.999820291996002,0.000929440779145807,0.0189350750297308,0.999698400497437,0.000410573615226895,0.024554206058383,0.999579310417175,-3.20250990171189e-007,0.0290033705532551,0.999579250812531,-3.2025096174948e-007,0.0290033705532551,0.999723792076111,0.000508232857100666,0.0234966650605202,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,1.4293560468559e-007,-1.0545096529313e-007,-1,-0.999579012393951,3.25778501064633e-007,0.0290164034813643, +-0.999698221683502,0.000411124463425949,0.0245614536106586,-0.999723613262177,0.000508760975208133,0.023502541705966,-0.999578952789307,3.25778472642924e-007,0.029016399756074 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *232 { + a: 0.718026459217072,0.77487576007843,0.620723366737366,0.757407307624817,0.596680104732513,0.738339424133301,0.596680581569672,0.712196469306946,0.620804965496063,0.738332629203796,0.620804965496063,0.712202906608582,0.739280164241791,0.83125376701355,0.719395160675049,0.831258416175842,0.739281117916107,0.812187194824219,0.71939605474472,0.812187790870667,0.739280581474304,0.782818078994751,0.838054597377777,0.951547503471375,0.739281535148621,0.801884651184082,0.754231631755829,0.83125102519989,0.754231631755829,0.812186241149902,0.897790968418121,0.951700747013092,0.754231989383698,0.782820224761963,0.754231989383698,0.801884889602661,0.719395577907562,0.782814621925354,0.719396471977234,0.80188524723053,0.703923761844635,0.782812595367432,0.70392382144928,0.80188512802124,0.703923344612122,0.831261396408081,0.703923344612122,0.812188863754272,0.815214335918427,0.782819628715515,0.815412402153015,0.801885843276978,0.815214157104492,0.831251382827759,0.815411984920502,0.812184929847717,0.477487474679947,0.694524645805359,0.596754252910614,0.693118572235107,0.62241119146347,0.921994090080261,0.706267833709717,0.870061635971069,0.706582188606262,0.846180737018585,0.516720473766327,0.712422013282776,0.477449089288712,0.711787581443787,0.741542220115662,0.899407804012299,0.725823402404785,0.864745438098907,0.797700226306915,0.871967494487762,0.804308772087097,0.857978463172913,0.795360147953033,0.84022045135498,0.780576944351196,0.837988197803497,0.620723247528076,0.693125605583191,0.516720473766327,0.738112807273865,0.744551301002502,0.936707198619843,0.744992017745972,0.912827551364899,0.828948795795441,0.861124336719513,0.725418031215668,0.91799008846283,0.70999151468277,0.883196711540222,0.67041951417923,0.944260239601135,0.655656754970551,0.941896498203278,0.646866798400879,0.924059629440308,0.653600335121155,0.910129368305206,0.596754014492035,0.75741708278656,0.477487474679947,0.756010413169861,0.477449089288712,0.738747954368591,0.430597931146622,0.757376313209534,0.445260912179947,0.739231944084167, +0.430597931146622,0.69315779209137,0.898675858974457,0.988852143287659,0.445260912179947,0.711302757263184,0.641465961933136,0.831261038780212,0.837500035762787,0.988695561885834,0.897790968418121,0.951700747013092,0.838054597377777,0.951547503471375,0.837500035762787,0.988695561885834,0.898675858974457,0.988852143287659,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.906716048717499,0.927132546901703,0.917275965213776,0.948188126087189,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.82602071762085,0.959810853004456,0.825730443000793,0.979224443435669,0.64126980304718,0.812180638313293,0.641270160675049,0.801890969276428,0.829830408096313,0.861753284931183,0.641466617584229,0.78281307220459,0.736806809902191,0.958201229572296,0.751931846141815,0.958514451980591,0.75193178653717,0.984212756156921,0.736806809902191,0.984525918960571,0.716640710830688,0.985037744045258,0.716640710830688,0.957689106464386,0.593630135059357,0.967060565948486,0.576833307743073,0.932457089424133,0.813144505023956,0.983926892280579,0.593630373477936,0.967059254646301,0.567607462406158,0.984849274158478,0.65485680103302,0.957688987255096,0.587353765964508,0.845670938491821,0.578437149524689,0.891691327095032,0.872810304164886,0.891484797000885,0.863814532756805,0.937489688396454,0.595621585845947,0.83153247833252,0.595474302768707,0.812455534934998,0.595474541187286,0.801614880561829,0.595622301101685,0.782540321350098,0.842023074626923,0.782634735107422,0.842182636260986,0.801697611808777,0.842182099819183,0.81237268447876,0.842023015022278,0.831435561180115,0.718025743961334,0.675657987594604,0.768527030944824,0.693138957023621,0.768527567386627,0.757394671440125,0.719111800193787,0.774500250816345,0.813144564628601,0.958800733089447,0.576834440231323,0.932455122470856,0.65485680103302,0.985037624835968,0.567607700824738,0.984851658344269,0.639064133167267,0.966812372207642,0.634734570980072,0.952316701412201,0.63473516702652,0.952316701412201,0.639064133167267,0.966812372207642,0.629389941692352, +0.984513282775879,0.629390180110931,0.984513521194458 + } + UVIndex: *188 { + a: 0,1,4,5,41,102,78,79,80,81,93,76,92,32,90,30,31,6,7,9,8,18,10,12,19,13,6,8,14,10,16,17,12,20,18,19,21,7,22,23,9,22,60,74,23,75,77,20,21,16,24,25,17,26,13,14,27,43,46,47,44,35,36,32,31,94,95,74,60,75,96,97,77,98,99,25,24,27,100,101,26,48,49,50,51,47,46,37,38,39,40,36,35,81,82,83,78,102,103,104,105,0,2,3,5,4,11,15,58,61,62,63,64,65,66,62,65,67,15,68,69,58,63,70,71,64,72,11,61,73,90,91,30,93,43,44,45,76,28,29,3,33,34,3,2,42,33,2,52,53,54,42,53,55,56,54,55,57,59,56,57,28,34,59,84,85,111,110,106,86,80,79,107,87,113,112,87,88,114,113,108,89,83,82,109,84,110,115 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *45 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Geometry: 79429488, "Geometry::", "Mesh" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0,0,0 + } + Vertices: *78 { + a: 2.19355082511902,-3.46841621398926,1.41854381561279,-2.1934597492218,-3.46842384338379,1.41855144500732,2.1944055557251,3.34444046020508,1.26800346374512,-2.19440031051636,3.34444046020508,1.26800346374512,-5.79921913146973,3.49526977539063,-13.3516530990601,5.79886341094971,3.49526977539063,-13.3516492843628,5.71111631393433,-3.55295944213867,-10.0958890914917,-5.87265682220459,9.94716644287109,-35.5147666931152,5.87142896652222,9.94712829589844,-35.5146369934082,1.18374192714691,0.320854187011719,-45.6312294006348,-1.18253231048584,0.320827484130859,-45.6311187744141,1.35103595256805,4.6059684753418,-52.0008010864258,-1.35107696056366,4.60597229003906,-52.0008201599121,2.19440460205078,-3.55268478393555,-10.0947523117065,-2.19440126419067,-3.55268478393555,-10.0947523117065,2.19525980949402,3.4949836730957,-13.3527822494507,-2.19534111022949,3.49499893188477,-13.3527956008911,2.19375205039978,-1.8631420135498,3.63425731658936,2.19420409202576,1.73915863037109,3.55465221405029,-2.19417858123779,1.73915863037109,3.55465221405029,-2.19368124008179,-1.8631420135498,3.63425731658936,-8.89849472045898,2.05113983154297,-30.593433380127,8.89828205108643,2.05117034912109,-30.5935478210449,-9.30727291107178,-4.64540481567383,-30.6022491455078,9.304762840271,-4.64543914794922,-30.6021308898926,-5.71118211746216,-3.55296325683594,-10.0958852767944 + } + PolygonVertexIndex: *90 { + a: 11,12,7,-9,18,19,20,-18,16,3,2,-16,0,1,14,-14,7,12,-11,9,10,12,-12,17,0,13,15,2,-19,19,3,16,14,1,-21,14,16,4,-26,15,13,6,-6,2,3,19,-19,1,0,17,-21,9,11,-9,10,23,21,-8,23,24,6,13,14,-26,5,6,24,-23,22,24,9,-9,10,9,24,-24,8,7,21,-23,21,23,25,-5,22,21,4,16,15,-6 + } + Edges: *45 { + a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,23,25,27,29,31,33,36,37,38,40,41,42,53,54,55,56,58,59,63,66,67,69,71,78,83 + } + GeometryVersion: 124 + LayerElementNormal: 0 { + Version: 101 + Name: "" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "Direct" + Normals: *270 { + a: 5.93501590628875e-006,0.951318740844727,-0.308208674192429,5.93501590628875e-006,0.951318800449371,-0.308208674192429,5.9350154515414e-006,0.951318740844727,-0.308208644390106,5.93501590628875e-006,0.951318860054016,-0.308208703994751,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,0,0.0220930092036724,0.999755918979645,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,9.01636610706191e-007,0.951974272727966,0.306178033351898,9.01632802197128e-007,0.951973915100098,0.306179255247116,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.09704194528604e-006,-0.950128376483917,0.311859160661697,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-0.943988382816315,-0.284816920757294,-0.166629120707512,-0.945601105690002,-0.166950970888138,-0.279223829507828,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-6.33586159892729e-006,-0.82971602678299,-0.558185815811157,-6.33586159892729e-006,-0.82971602678299,-0.558185756206512,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438318759203,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,1,-0.000109438333311118,5.76263264520094e-005,1,-0.000109438326035161,5.76263264520094e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324373710901,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,-1,-0.000120324366434943,6.35063406662084e-005,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000045036373e-007,0.419482976198196,0.907763183116913,7.59000101879792e-007,0.419483006000519,0.907763242721558,7.59000101879792e-007,0.419483006000519,0.907763123512268, +-1.89759475688334e-007,0.419482380151749,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763481140137,-1.89759489899188e-007,0.419482409954071,0.907763481140137,-1.89759461477479e-007,0.419482380151749,0.907763421535492,9.01632802197128e-007,0.951973915100098,0.306179255247116,9.01636610706191e-007,0.951974272727966,0.306178033351898,0,0.818452954292297,0.574573516845703,0,0.818452954292297,0.574573516845703,1.09704194528604e-006,-0.950128376483917,0.311859160661697,1.09704171791236e-006,-0.950128436088562,0.311858773231506,1.21404855235596e-006,-0.809803426265717,0.586701214313507,1.21404855235596e-006,-0.809803485870361,0.586701214313507,0.945631086826324,-0.166806280612946,-0.279208689928055,0.944055140018463,-0.28458034992218,-0.16665555536747,0.915561258792877,-0.0233527943491936,-0.401499927043915,-0.945601105690002,-0.166950970888138,-0.279223829507828,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.915535926818848,-0.0233727525919676,-0.401556611061096,-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547,-1.21686173315538e-006,-0.998583674430847,0.0532044656574726,-5.19457557857095e-007,-0.99928092956543,0.0379169918596745,-5.19481034189084e-007,-0.99928092956543,0.037917498499155,-1.21686150578171e-006,-0.998583614826202,0.053204458206892,0.983405351638794,0.0629978999495506,0.17013281583786,0.983405351638794,0.0629978999495506,0.170132830739021,0.990401387214661,0.0618207827210426,-0.123625583946705,0.973206758499146,0.0601941086351871,-0.221912324428558,0.973206758499146,0.0601941086351871,-0.221912324428558,0.990401387214661,0.0618207827210426,-0.123625583946705,0.945631086826324,-0.166806280612946,-0.279208689928055,0.915561258792877,-0.0233527943491936,-0.401499927043915,-2.92998902295949e-006,-0.905350744724274,-0.424664556980133,-2.9301343147381e-006,-0.905348062515259,-0.424670368432999,-7.96398637703533e-007,-0.993929028511047,-0.110022887587547, +-7.96416486537055e-007,-0.993929862976074,-0.110016219317913,-3.01873456010071e-007,0.528933107852936,0.848663449287415,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933167457581,0.848663508892059,-3.01873484431781e-007,0.528933107852936,0.848663449287415,-0.973194420337677,0.0602872632443905,-0.221941411495209,-0.990393936634064,0.0619309470057487,-0.123630680143833,-0.983387589454651,0.0631496086716652,0.170179396867752,-0.983387529850006,0.0631496012210846,0.170179381966591,-1.34919184802129e-006,0.996511220932007,-0.0834584534168243,-1.34919184802129e-006,0.996511161327362,-0.0834584534168243,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049,-3.25644009535608e-007,0.998633801937103,-0.0522555969655514,-3.25638751519364e-007,0.998633742332459,-0.0522554330527782,-1.34919196170813e-006,0.996511280536652,-0.0834584608674049 + } + } + LayerElementUV: 0 { + Version: 101 + Name: "UVChannel_1" + MappingInformationType: "ByPolygonVertex" + ReferenceInformationType: "IndexToDirect" + UV: *120 { + a: 0.900907397270203,0.51922208070755,0.900910019874573,0.538964569568634,0.900911092758179,0.554273664951324,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.968482136726379,0.643178880214691,0.928401708602905,0.644879758358002,0.912504732608795,0.863914310932159,0.931023716926575,0.960283517837524,0.959636151790619,0.929436683654785,0.810051441192627,0.647458672523499,0.809129953384399,0.689522385597229,0.967708349227905,0.625024497509003,0.927610993385315,0.626275658607483,0.927610993385315,0.626275658607483,0.967708349227905,0.625024497509003,0.876864552497864,0.538964569568634,0.876863718032837,0.554273664951324,0.876867055892944,0.51922208070755,0.876858592033386,0.634389698505402,0.912504732608795,0.863914310932159,0.867547750473022,0.560738444328308,0.995323896408081,0.696268200874329,0.993189573287964,0.710242807865143,0.976453185081482,0.718396544456482,0.96367084980011,0.711688816547394,0.96367084980011,0.711688816547394,0.976453185081482,0.718396544456482,0.993189573287964,0.710242807865143,0.995323896408081,0.696268200874329,0.896290719509125,0.875123560428619,0.881484925746918,0.875123560428619,0.856709659099579,0.780168116092682,0.921059310436249,0.780168116092682,0.9009108543396,0.441142708063126,0.900906324386597,0.504229485988617,0.876868486404419,0.504229485988617,0.876863241195679,0.441142708063126,0.95849609375,0.836354374885559,0.765566110610962,0.560722947120667,0.785273790359497,0.448206067085266,0.804542541503906,0.44820249080658,0.828590154647827,0.448206067085266,0.847859382629395,0.448215126991272,0.937644243240356,0.729188024997711,0.840129971504211,0.729188024997711,0.955485343933105,0.740087985992432,0.958487033843994,0.836354076862335,0.955477714538574,0.740089356899261,0.823935508728027,0.689524054527283,0.931023716926575,0.960283517837524,0.90091609954834,0.634389698505402,0.920661449432373,0.634383499622345,0.857111811637878,0.634383499622345,0.823017358779907,0.647459626197815,0.959636151790619,0.929436683654785,0.995174646377563,0.838666796684265, +0.995174646377563,0.838666796684265,0.995033740997314,0.724431157112122,0.995033740997314,0.724431157112122 + } + UVIndex: *90 { + a: 30,31,32,33,1,16,18,0,19,17,2,51,35,36,37,34,7,8,9,10,54,49,11,28,29,5,4,26,27,24,25,6,3,22,23,3,6,13,15,4,5,12,14,2,17,16,1,36,35,0,18,55,50,20,9,56,38,7,21,39,40,41,42,43,46,58,57,47,47,57,55,20,54,10,39,21,33,32,45,44,38,56,59,48,44,45,53,19,51,52 + } + } + LayerElementSmoothing: 0 { + Version: 102 + Name: "" + MappingInformationType: "ByPolygon" + ReferenceInformationType: "Direct" + Smoothing: *21 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + } + } + LayerElementMaterial: 0 { + Version: 101 + Name: "" + MappingInformationType: "AllSame" + ReferenceInformationType: "IndexToDirect" + Materials: *1 { + a: 0 + } + } + Layer: 0 { + Version: 100 + LayerElement: { + Type: "LayerElementNormal" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementMaterial" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementSmoothing" + TypedIndex: 0 + } + LayerElement: { + Type: "LayerElementUV" + TypedIndex: 0 + } + } + } + Model: 79188976, "Model::minebot_main_root", "Null" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "MaxHandle", "int", "Integer", "U",1 + } + Shading: T + Culling: "CullingOff" + } + Model: 79191568, "Model::minebot_main", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",-7.62939453125e-006,12.2019929885864,-7.62939453125e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-90.0000076293945,45.0000038146973,0 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.0479697621843e-013,-1.67714188137325e-006,27.6431045532227 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",90.0000093346676,-0,90.0000025044781 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1,1.00000000000001,1.00000000000001 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",2 + } + Shading: T + Culling: "CullingOff" + } + Model: 79193824, "Model::minebot_right_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-28.1494159698486,-7.95376777648926,1.03961992863333e-005 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",82.0096532674376,-68.3643294576019,-160.718977068916 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999944551808,0.999999975086417,0.999999835660333 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",3 + } + Shading: T + Culling: "CullingOff" + } + Model: 51912496, "Model::minebot_right_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",2.86102294921875e-006,-9.2928352355957,30.6071090698242 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-59.1663493576604,-0.00737703025992823,-0.00303271034883198 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000012889885,0.99999988469374,1.00000000833843 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",4 + } + Shading: T + Culling: "CullingOff" + } + Model: 51914752, "Model::minebot_head", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "GeometricTranslation", "Vector3D", "Vector", "",9.5367449830519e-006,-22.4767112731934,9.44089515542146e-006 + P: "GeometricRotation", "Vector3D", "Vector", "",-89.9999923706055,-135,-9.6593457783456e-006 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",-6.85378563503036e-006,34.6787033081055,-4.38112283518421e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",5.00895531675326e-006,-1.53927082568325e-014,8.6514230232721e-006 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000000001,1.00000000000002,1 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",5 + } + Shading: T + Culling: "CullingOff" + } + Model: 51917008, "Model::minebot_front_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",7.15255782779423e-006,-7.95376968383789,-28.1494216918945 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",89.8903301536315,1.44502444287648,177.411486234467 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",0.999999985360327,1.00000001105386,0.999999991944424 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",6 + } + Shading: T + Culling: "CullingOff" + } + Model: 51923712, "Model::minebot_back_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.54972076416016e-006,-9.2928352355957,30.6071224212646 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-20.1643841293739,-0.000409597905636104,0.00428621550303173 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000282371,1.0000000493532,0.999999945956098 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",7 + } + Shading: T + Culling: "CullingOff" + } + Model: 51925968, "Model::minebot_left_upperleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",28.1494274139404,-7.95376968383789,4.15622707805596e-006 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-111.176604193097,75.4647543247746,-45.8507041698204 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000018789441,0.999999971904261,0.99999982594033 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",8 + } + Shading: T + Culling: "CullingOff" + } + Model: 51928224, "Model::minebot_left_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209289550781e-006,-9.29284477233887,30.6071281433105 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-60.9589713709113,-0.0131148151475245,-0.00448017666549555 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000014846328,1.00000017954381,1.00000016658699 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",9 + } + Shading: T + Culling: "CullingOff" + } + Model: 79210080, "Model::minebot_front_upperleg2", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.19209280455834e-005,-7.95376968383789,28.1494255065918 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-79.5683705148092,-0.934014525338177,1.66241290159821 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000003851856,1.00000004307514,1.00000003888092 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",10 + } + Shading: T + Culling: "CullingOff" + } + Model: 79219360, "Model::minebot_front_lowerleg", "Mesh" { + Version: 232 + Properties70: { + P: "InheritType", "enum", "", "",1 + P: "ScalingMin", "Vector3D", "Vector", "",1,1,1 + P: "DefaultAttributeIndex", "int", "Integer", "",0 + P: "Lcl Translation", "Lcl Translation", "", "A+",1.07288360595703e-006,-9.29283905029297,30.6071319580078 + P: "Lcl Rotation", "Lcl Rotation", "", "A+",-38.3639965927795,0.00272609925006606,-0.000928772324908157 + P: "Lcl Scaling", "Lcl Scaling", "", "A+",1.00000000126328,1.00000057127777,1.00000039505944 + P: "UDP3DSMAX", "KString", "", "U", "MapChannel:1 = UVChannel_1&cr;&lf;" + P: "MaxHandle", "int", "Integer", "U",11 + } + Shading: T + Culling: "CullingOff" + } + Material: 79228864, "Material::01 - Default", "" { + Version: 102 + ShadingModel: "phong" + MultiLayer: 0 + Properties70: { + P: "ShadingModel", "KString", "", "", "phong" + P: "EmissiveFactor", "Number", "", "A",0 + P: "AmbientColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "DiffuseColor", "Color", "", "A",0.588235318660736,0.588235318660736,0.588235318660736 + P: "BumpFactor", "double", "Number", "",0.300000011920929 + P: "TransparentColor", "Color", "", "A",1,1,1 + P: "SpecularColor", "Color", "", "A",0.899999976158142,0.899999976158142,0.899999976158142 + P: "SpecularFactor", "Number", "", "A",0 + P: "ShininessExponent", "Number", "", "A",1.99999991737042 + P: "Emissive", "Vector3D", "Vector", "",0,0,0 + P: "Ambient", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Diffuse", "Vector3D", "Vector", "",0.588235318660736,0.588235318660736,0.588235318660736 + P: "Specular", "Vector3D", "Vector", "",0,0,0 + P: "Shininess", "double", "Number", "",1.99999991737042 + P: "Opacity", "double", "Number", "",1 + P: "Reflectivity", "double", "Number", "",0 + } + } + Video: 79247408, "Video::Map #1", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + } + Video: 51963824, "Video::Map #2", "Clip" { + Type: "Clip" + Properties70: { + P: "Path", "KString", "XRefUrl", "", "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + UseMipMap: 0 + Filename: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + } + Texture: 79245904, "Texture::Map #1", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #1" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #1" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_diffuse.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + Texture: 79246656, "Texture::Map #2", "" { + Type: "TextureVideoClip" + Version: 202 + TextureName: "Texture::Map #2" + Properties70: { + P: "UVSet", "KString", "", "", "UVChannel_1" + P: "UseMaterial", "bool", "", "",1 + } + Media: "Video::Map #2" + FileName: "C:\Users\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + RelativeFilename: "..\..\..\..\..\..\..\..\bret.church\Desktop\SIDE_JOB\Minibot\Users\Roald\Desktop\minebot_normals.TIF" + ModelUVTranslation: 0,0 + ModelUVScaling: 1,1 + Texture_Alpha_Source: "Alpha_Black" + Cropping: 0,0,0,0 + } + AnimationStack: 51509968, "AnimStack::Take 001", "" { + Properties70: { + P: "LocalStop", "KTime", "Time", "",18474463200 + P: "ReferenceStop", "KTime", "Time", "",18474463200 + } + } + AnimationLayer: 51964464, "AnimLayer::BaseLayer", "" { + } + AnimationCurveNode: 79677584, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0 + P: "d|Y", "Number", "", "A+",0 + P: "d|Z", "Number", "", "A+",0 + } + } + AnimationCurveNode: 79841760, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 79842128, "AnimCurveNode::T", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.0479697621843e-013 + P: "d|Y", "Number", "", "A+",-1.67714188137325e-006 + P: "d|Z", "Number", "", "A+",27.6431045532227 + } + } + AnimationCurveNode: 79850704, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",90.0000093346676 + P: "d|Y", "Number", "", "A+",-0 + P: "d|Z", "Number", "", "A+",90.0000025044781 + } + } + AnimationCurveNode: 79867472, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1 + P: "d|Y", "Number", "", "A+",1.00000000000001 + P: "d|Z", "Number", "", "A+",1.00000000000001 + } + } + AnimationCurveNode: 79867840, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",82.0096532674376 + P: "d|Y", "Number", "", "A+",-68.3643294576019 + P: "d|Z", "Number", "", "A+",-160.718977068916 + } + } + AnimationCurveNode: 79868208, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999944551808 + P: "d|Y", "Number", "", "A+",0.999999975086417 + P: "d|Z", "Number", "", "A+",0.999999835660333 + } + } + AnimationCurveNode: 79868576, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-59.1663493576604 + P: "d|Y", "Number", "", "A+",-0.00737703025992823 + P: "d|Z", "Number", "", "A+",-0.00303271034883198 + } + } + AnimationCurveNode: 79871008, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000012889885 + P: "d|Y", "Number", "", "A+",0.99999988469374 + P: "d|Z", "Number", "", "A+",1.00000000833843 + } + } + AnimationCurveNode: 79871376, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",5.00895531675326e-006 + P: "d|Y", "Number", "", "A+",-1.53927082568325e-014 + P: "d|Z", "Number", "", "A+",8.6514230232721e-006 + } + } + AnimationCurveNode: 79549120, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000000001 + P: "d|Y", "Number", "", "A+",1.00000000000002 + P: "d|Z", "Number", "", "A+",1 + } + } + AnimationCurveNode: 79549488, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",89.8903301536315 + P: "d|Y", "Number", "", "A+",1.44502444287648 + P: "d|Z", "Number", "", "A+",177.411486234467 + } + } + AnimationCurveNode: 79879952, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",0.999999985360327 + P: "d|Y", "Number", "", "A+",1.00000001105386 + P: "d|Z", "Number", "", "A+",0.999999991944424 + } + } + AnimationCurveNode: 79880320, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-20.1643841293739 + P: "d|Y", "Number", "", "A+",-0.000409597905636104 + P: "d|Z", "Number", "", "A+",0.00428621550303173 + } + } + AnimationCurveNode: 79880688, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000282371 + P: "d|Y", "Number", "", "A+",1.0000000493532 + P: "d|Z", "Number", "", "A+",0.999999945956098 + } + } + AnimationCurveNode: 79882608, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-111.176604193097 + P: "d|Y", "Number", "", "A+",75.4647543247746 + P: "d|Z", "Number", "", "A+",-45.8507041698204 + } + } + AnimationCurveNode: 79881872, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000018789441 + P: "d|Y", "Number", "", "A+",0.999999971904261 + P: "d|Z", "Number", "", "A+",0.99999982594033 + } + } + AnimationCurveNode: 79881504, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-60.9589713709113 + P: "d|Y", "Number", "", "A+",-0.0131148151475245 + P: "d|Z", "Number", "", "A+",-0.00448017666549555 + } + } + AnimationCurveNode: 79883712, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000014846328 + P: "d|Y", "Number", "", "A+",1.00000017954381 + P: "d|Z", "Number", "", "A+",1.00000016658699 + } + } + AnimationCurveNode: 79884080, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-79.5683705148092 + P: "d|Y", "Number", "", "A+",-0.934014525338177 + P: "d|Z", "Number", "", "A+",1.66241290159821 + } + } + AnimationCurveNode: 79882976, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000003851856 + P: "d|Y", "Number", "", "A+",1.00000004307514 + P: "d|Z", "Number", "", "A+",1.00000003888092 + } + } + AnimationCurveNode: 79881136, "AnimCurveNode::R", "" { + Properties70: { + P: "d|X", "Number", "", "A+",-38.3639965927795 + P: "d|Y", "Number", "", "A+",0.00272609925006606 + P: "d|Z", "Number", "", "A+",-0.000928772324908157 + } + } + AnimationCurveNode: 79882240, "AnimCurveNode::S", "" { + Properties70: { + P: "d|X", "Number", "", "A+",1.00000000126328 + P: "d|Y", "Number", "", "A+",1.00000057127777 + P: "d|Z", "Number", "", "A+",1.00000039505944 + } + } + AnimationCurve: 79435424, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79458480, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79459840, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79461200, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79470928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79472448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79473968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 1.04797e-013,1.399809e-007,2.423723e-007,2.821296e-007,2.423723e-007,1.399809e-007,8.720974e-014,-1.399808e-007,-2.423723e-007,-2.821297e-007,-2.423724e-007,-1.399809e-007,1.04797e-013 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79475488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -1.677142e-006,-0.9270529,-1.605161,-1.868461,-1.605161,-0.9270527,-1.560667e-006,0.9270499,1.605158,1.868459,1.605158,0.9270505,-1.677142e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79542560, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431,28.52762,30.16898,31.0535,30.16898,28.52762,27.6431 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79544080, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001,90.00001 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79545600, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79547120, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 90,90,90,90,90,90,90,90,90,90,90,90,90 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79548640, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 51930480, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79560448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79561968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: -97.99035,-84.33215,-87.91937,-90.78319,-85.22437,-111.2572,-98.79451,-89.0004,-79.71492,-89.64744,-96.75277,-98.00054 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79587056, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: -111.6357,-118.4925,-111.891,-103.5089,-94.617,-85.16973,-76.38832,-68.61349,-62.82083,-69.44857,-82.33072,-111.637 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79591568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *12 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,18474463200 + } + KeyValueFloat: *12 { + a: 19.28102,26.12456,28.79167,28.9818,20.09357,44.05887,32.988,28.53473,24.88227,16.39835,6.723833,19.27281 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 12 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79593168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79594128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79591888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79594448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -59.16635,-69.86609,-65.00977,-60.55575,-57.8361,-57.66212,-60.87313,-67.47459,-74.84191,-63.44199,-54.7941,-53.58344,-59.1622 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79592208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.007376604,0.006666264,0.0001910981,-0.005600755,-0.00904317,-0.009261737,-0.005190944,0.003469736,0.01343496,-0.001857811,-0.01281343,-0.01428876,-0.007376604 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79592528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.003032604,0.001366038,-0.0003278491,-0.002322264,-0.003770265,-0.003852227,-0.00215834,0.0005737359,0.002433435,-0.0009835473,-0.005600755,-0.006338416,-0.003005283 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79593808, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79592848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79593488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79595088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006,5.008955e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79594768, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0,0,0,0,0,0,0,0,0,0,0,0,0 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79606768, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006,8.651423e-006 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79603888, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79607088, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79609008, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79608048, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 89.89033,89.89033,91.39751,125.6636,149.1206,136.6866,124.9989,117.393,112.458,107.5284,98.58601,89.5349,89.89033 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79604528, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 1.445024,1.445024,1.384353,1.946134,1.346213,0.4394405,-0.8056618,-2.140199,-2.989874,-3.015474,-2.498674,-1.561053,1.445024 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79608368, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 177.4115,177.4115,176.3118,178.2029,179.6821,181.1405,182.4323,182.7628,181.6779,179.935,178.6936,178.3814,177.4115 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79605488, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *2 { + a: 0,18474463200 + } + KeyValueFloat: *2 { + a: 1,1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218434820,0 + } + KeyAttrRefCount: *2 { + a: 1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79609328, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *2 { + a: 0,18474463200 + } + KeyValueFloat: *2 { + a: 1,1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218434820,0 + } + KeyAttrRefCount: *2 { + a: 1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79610608, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *2 { + a: 0,18474463200 + } + KeyValueFloat: *2 { + a: 1,1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight|WeightedNextLeft, Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *2 { + a: 50332680,16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333233, RightVelocity:0, NextLeftVelocity:0; RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *8 { + a: 0,0,218369284,0,0,0,218434820,0 + } + KeyAttrRefCount: *2 { + a: 1,1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79609648, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -20.16438,-42.41545,-66.44132,-93.35708,-120.4898,-99.90707,-81.03268,-66.20753,-53.58475,-41.57741,-28.22619,-14.64395,-20.16438 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79609968, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.0004098114,0.007048755,-0.001775849,-0.07332891,-0.03349525,-0.047784,0.0001912453,-0.003387774,-0.00469917,-0.007622491,-0.001967095,-0.01393359,-0.0004098114 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79610288, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.00428626,0.01150873,-0.0004644529,-0.0001639245,0.01475321,0.003786189,0.0004812329,-2.732076e-005,-0.002896,-0.008332831,-0.0001912453,-0.08157978,0.004262038 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79606128, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79608688, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79610928, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79611568, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -111.1766,-91.87025,-77.8123,-82.18466,-69.2126,-135.8142,-106.479,-86.99049,-84.69875,-75.91305,-41.93613,34.33531,68.8234 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79604848, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 75.46475,68.45091,62.7412,69.36249,81.5661,100.1534,112.3703,118.6063,111.8918,103.8708,97.11324,97.83731,104.5353 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79605168, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -45.8507,-31.65241,-22.62872,-8.340508,20.63089,-47.26519,-28.28018,-28.98058,-25.17086,-13.60057,23.40258,101.2955,134.1493 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79611248, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79605808, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79604208, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 0.9999999 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79606448, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -60.95897,-67.43255,-74.56351,-63.28452,-54.80978,-53.51486,-59.02816,-69.71036,-64.81544,-60.44059,-57.79889,-57.68953,-60.95897 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79607408, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.01311396,0.008032302,0.03271676,-0.005628076,-0.03232045,-0.03625464,-0.01926113,0.01562747,-0.0006010567,-0.01475321,-0.02311336,-0.02289479,-0.01311396 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79607728, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.004480604,0.002240302,0.007342628,-0.00180317,-0.01305932,-0.01510838,-0.006884831,0.004043472,-0.0002185661,-0.005136302,-0.008633359,-0.008360151,-0.004480604 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79792560, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79791600, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79796400, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79791920, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -79.56837,-70.41018,-60.03428,-50.41713,-42.00826,-33.93328,-58.81615,-85.4716,-104.1026,-103.9721,-87.15209,-84.35964,-79.5684 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79792240, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.9340147,-0.4365584,0.07073344,0.6125269,0.8777744,0.7455343,0.2258046,-1.074717,-2.123888,-2.468704,-2.404582,-1.542311,-0.9336323 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79793200, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 1.662413,3.495847,3.971285,3.065094,1.349555,-0.5930517,-2.51381,-4.19207,-4.264224,-2.742485,-1.98835,-0.5658129,1.66173 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79796720, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79794160, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79793520, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79794480, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -38.364,-52.13636,-67.28345,-83.4026,-100.6214,-118.3458,-91.97923,-66.65737,-42.58653,-22.99072,-18.07738,-26.91767,-38.36397 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79796080, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: 0.002726258,0.01703487,0.00673834,0.001586948,-0.03415095,-0.00286868,-0.007895699,-0.01147472,0.0001912453,0.006007426,0.004359752,0.004161824,0.001794941 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79797040, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *13 { + a: 0,1539538600,3079077200,4618615800,6158154400,7697693000,9237231600,10776770200,12316308800,13855847400,15395386000,16934924599,18474463200 + } + KeyValueFloat: *13 { + a: -0.0009289057,0.01245826,0.001158247,-0.001967095,0.001967095,-0.001857811,-0.002977963,-0.008551397,-0.00396151,0.008114265,7.310176e-006,0.001290503,-0.00286868 + } + ;KeyAttrFlags: Linear + KeyAttrFlags: *1 { + a: 8452 + } + ;KeyAttrDataFloat: RightAuto:0, NextLeftAuto:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434821,0 + } + KeyAttrRefCount: *1 { + a: 13 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79793840, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79792880, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + AnimationCurve: 79798320, "AnimCurve::", "" { + Default: 0 + KeyVer: 4008 + KeyTime: *1 { + a: 0 + } + KeyValueFloat: *1 { + a: 1 + } + ;KeyAttrFlags: Cubic|TangeantUser|WeightedRight + KeyAttrFlags: *1 { + a: 16778248 + } + ;KeyAttrDataFloat: RightSlope:0, NextLeftSlope:0, RightWeight:0.333233, NextLeftWeight:0.333333, RightVelocity:0, NextLeftVelocity:0 + KeyAttrDataFloat: *4 { + a: 0,0,218434820,0 + } + KeyAttrRefCount: *1 { + a: 1 + } + Post-Extrapolation: { + Type: C + Repetition: 1 + } + } + CollectionExclusive: 51731968, "DisplayLayer::lores", "DisplayLayer" { + Properties70: { + P: "Color", "ColorRGB", "Color", "",0.882352941176471,0.345098039215686,0.780392156862745 + } + } +} + +; Object connections +;------------------------------------------------------------------ + +Connections: { + + ;Model::minebot_main_root, Model::RootNode + C: "OO",79188976,0 + + ;Model::minebot_main, Model::minebot_main_root + C: "OO",79191568,79188976 + + ;NodeAttribute::, Model::minebot_main_root + C: "OO",79188640,79188976 + + ;AnimCurveNode::R, Model::minebot_main_root + C: "OP",79677584,79188976, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main_root + C: "OP",79841760,79188976, "Lcl Scaling" + + ;Model::minebot_right_upperleg, Model::minebot_main + C: "OO",79193824,79191568 + + ;Model::minebot_head, Model::minebot_main + C: "OO",51914752,79191568 + + ;Model::minebot_front_upperleg, Model::minebot_main + C: "OO",51917008,79191568 + + ;Model::minebot_left_upperleg, Model::minebot_main + C: "OO",51925968,79191568 + + ;Model::minebot_front_upperleg2, Model::minebot_main + C: "OO",79210080,79191568 + + ;Geometry::, Model::minebot_main + C: "OO",51964896,79191568 + + ;Material::01 - Default, Model::minebot_main + C: "OO",79228864,79191568 + + ;AnimCurveNode::T, Model::minebot_main + C: "OP",79842128,79191568, "Lcl Translation" + + ;AnimCurveNode::R, Model::minebot_main + C: "OP",79850704,79191568, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_main + C: "OP",79867472,79191568, "Lcl Scaling" + + ;Model::minebot_right_lowerleg, Model::minebot_right_upperleg + C: "OO",51912496,79193824 + + ;Geometry::, Model::minebot_right_upperleg + C: "OO",79292512,79193824 + + ;Material::01 - Default, Model::minebot_right_upperleg + C: "OO",79228864,79193824 + + ;AnimCurveNode::R, Model::minebot_right_upperleg + C: "OP",79867840,79193824, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_upperleg + C: "OP",79868208,79193824, "Lcl Scaling" + + ;Geometry::, Model::minebot_right_lowerleg + C: "OO",79289824,51912496 + + ;Material::01 - Default, Model::minebot_right_lowerleg + C: "OO",79228864,51912496 + + ;AnimCurveNode::R, Model::minebot_right_lowerleg + C: "OP",79868576,51912496, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_right_lowerleg + C: "OP",79871008,51912496, "Lcl Scaling" + + ;Geometry::, Model::minebot_head + C: "OO",79312608,51914752 + + ;Material::01 - Default, Model::minebot_head + C: "OO",79228864,51914752 + + ;AnimCurveNode::R, Model::minebot_head + C: "OP",79871376,51914752, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_head + C: "OP",79549120,51914752, "Lcl Scaling" + + ;Model::minebot_back_lowerleg, Model::minebot_front_upperleg + C: "OO",51923712,51917008 + + ;Geometry::, Model::minebot_front_upperleg + C: "OO",79354576,51917008 + + ;Material::01 - Default, Model::minebot_front_upperleg + C: "OO",79228864,51917008 + + ;AnimCurveNode::R, Model::minebot_front_upperleg + C: "OP",79549488,51917008, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg + C: "OP",79879952,51917008, "Lcl Scaling" + + ;Geometry::, Model::minebot_back_lowerleg + C: "OO",79348352,51923712 + + ;Material::01 - Default, Model::minebot_back_lowerleg + C: "OO",79228864,51923712 + + ;AnimCurveNode::R, Model::minebot_back_lowerleg + C: "OP",79880320,51923712, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_back_lowerleg + C: "OP",79880688,51923712, "Lcl Scaling" + + ;Model::minebot_left_lowerleg, Model::minebot_left_upperleg + C: "OO",51928224,51925968 + + ;Geometry::, Model::minebot_left_upperleg + C: "OO",79396176,51925968 + + ;Material::01 - Default, Model::minebot_left_upperleg + C: "OO",79228864,51925968 + + ;AnimCurveNode::R, Model::minebot_left_upperleg + C: "OP",79882608,51925968, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_upperleg + C: "OP",79881872,51925968, "Lcl Scaling" + + ;Geometry::, Model::minebot_left_lowerleg + C: "OO",79400336,51928224 + + ;Material::01 - Default, Model::minebot_left_lowerleg + C: "OO",79228864,51928224 + + ;AnimCurveNode::R, Model::minebot_left_lowerleg + C: "OP",79881504,51928224, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_left_lowerleg + C: "OP",79883712,51928224, "Lcl Scaling" + + ;Model::minebot_front_lowerleg, Model::minebot_front_upperleg2 + C: "OO",79219360,79210080 + + ;Geometry::, Model::minebot_front_upperleg2 + C: "OO",79421600,79210080 + + ;Material::01 - Default, Model::minebot_front_upperleg2 + C: "OO",79228864,79210080 + + ;AnimCurveNode::R, Model::minebot_front_upperleg2 + C: "OP",79884080,79210080, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_upperleg2 + C: "OP",79882976,79210080, "Lcl Scaling" + + ;Geometry::, Model::minebot_front_lowerleg + C: "OO",79429488,79219360 + + ;Material::01 - Default, Model::minebot_front_lowerleg + C: "OO",79228864,79219360 + + ;AnimCurveNode::R, Model::minebot_front_lowerleg + C: "OP",79881136,79219360, "Lcl Rotation" + + ;AnimCurveNode::S, Model::minebot_front_lowerleg + C: "OP",79882240,79219360, "Lcl Scaling" + + ;Texture::Map #1, Material::01 - Default + C: "OP",79245904,79228864, "DiffuseColor" + + ;Texture::Map #2, Material::01 - Default + C: "OP",79246656,79228864, "Bump" + + ;Video::Map #1, Texture::Map #1 + C: "OO",79247408,79245904 + + ;Video::Map #2, Texture::Map #2 + C: "OO",51963824,79246656 + + ;AnimLayer::BaseLayer, AnimStack::Take 001 + C: "OO",51964464,51509968 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79677584,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79841760,51964464 + + ;AnimCurveNode::T, AnimLayer::BaseLayer + C: "OO",79842128,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79850704,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79867472,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79867840,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79868208,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79868576,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79871008,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79871376,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79549120,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79549488,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79879952,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79880320,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79880688,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79882608,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79881872,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79881504,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79883712,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79884080,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79882976,51964464 + + ;AnimCurveNode::R, AnimLayer::BaseLayer + C: "OO",79881136,51964464 + + ;AnimCurveNode::S, AnimLayer::BaseLayer + C: "OO",79882240,51964464 + + ;Model::minebot_front_lowerleg, DisplayLayer::lores + C: "OO",79219360,51731968 + + ;Model::minebot_front_upperleg, DisplayLayer::lores + C: "OO",79210080,51731968 + + ;Model::minebot_left_lowerleg, DisplayLayer::lores + C: "OO",51928224,51731968 + + ;Model::minebot_left_upperleg, DisplayLayer::lores + C: "OO",51925968,51731968 + + ;Model::minebot_back_lowerleg, DisplayLayer::lores + C: "OO",51923712,51731968 + + ;Model::minebot_front_upperleg2, DisplayLayer::lores + C: "OO",51917008,51731968 + + ;Model::minebot_head, DisplayLayer::lores + C: "OO",51914752,51731968 + + ;Model::minebot_right_lowerleg, DisplayLayer::lores + C: "OO",51912496,51731968 + + ;Model::minebot_right_upperleg, DisplayLayer::lores + C: "OO",79193824,51731968 + + ;Model::minebot_main, DisplayLayer::lores + C: "OO",79191568,51731968 + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79435424,79677584, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79458480,79677584, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79459840,79677584, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79461200,79841760, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79470928,79841760, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79472448,79841760, "d|Z" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79473968,79842128, "d|X" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79475488,79842128, "d|Y" + + ;AnimCurve::, AnimCurveNode::T + C: "OP",79542560,79842128, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79544080,79850704, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79545600,79850704, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79547120,79850704, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79548640,79867472, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",51930480,79867472, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79560448,79867472, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79561968,79867840, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79587056,79867840, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79591568,79867840, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79593168,79868208, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79594128,79868208, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79591888,79868208, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79594448,79868576, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79592208,79868576, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79592528,79868576, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79593808,79871008, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79592848,79871008, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79593488,79871008, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79595088,79871376, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79594768,79871376, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79606768,79871376, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79603888,79549120, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79607088,79549120, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79609008,79549120, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79608048,79549488, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79604528,79549488, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79608368,79549488, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79605488,79879952, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79609328,79879952, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79610608,79879952, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79609648,79880320, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79609968,79880320, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79610288,79880320, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79606128,79880688, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79608688,79880688, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79610928,79880688, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79611568,79882608, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79604848,79882608, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79605168,79882608, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79611248,79881872, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79605808,79881872, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79604208,79881872, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79606448,79881504, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79607408,79881504, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79607728,79881504, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79792560,79883712, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79791600,79883712, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79796400,79883712, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79791920,79884080, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79792240,79884080, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79793200,79884080, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79796720,79882976, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79794160,79882976, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79793520,79882976, "d|Z" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79794480,79881136, "d|X" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79796080,79881136, "d|Y" + + ;AnimCurve::, AnimCurveNode::R + C: "OP",79797040,79881136, "d|Z" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79793840,79882240, "d|X" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79792880,79882240, "d|Y" + + ;AnimCurve::, AnimCurveNode::S + C: "OP",79798320,79882240, "d|Z" +} +;Takes section +;---------------------------------------------------- + +Takes: { + Current: "" + Take: "Take 001" { + FileName: "Take_001.tak" + LocalTime: 0,18474463200 + ReferenceTime: 0,18474463200 + } +} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX.meta new file mode 100644 index 0000000..d60a319 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot@right.FBX.meta @@ -0,0 +1,145 @@ +fileFormatVersion: 2 +guid: f8136785e54fd1d459d2a3a0849fe770 +ModelImporter: + serializedVersion: 22 + fileIDToRecycleName: + 100000: minebot_front_lowerleg + 100002: minebot_back_lowerleg + 100004: minebot_front_upperleg 1 + 100006: minebot_left_lowerleg + 100008: minebot_front_upperleg + 100010: minebot_left_upperleg + 100012: minebot_main + 100014: minebot_head + 100016: minebot_right_lowerleg + 100018: //RootNode + 100020: minebot_right_upperleg + 400000: minebot_front_lowerleg + 400002: minebot_back_lowerleg + 400004: minebot_front_upperleg 1 + 400006: minebot_left_lowerleg + 400008: minebot_front_upperleg + 400010: minebot_left_upperleg + 400012: minebot_main + 400014: minebot_head + 400016: minebot_right_lowerleg + 400018: //RootNode + 400020: minebot_right_upperleg + 2300000: minebot_front_lowerleg + 2300002: minebot_back_lowerleg + 2300004: minebot_front_upperleg 1 + 2300006: minebot_left_lowerleg + 2300008: minebot_front_upperleg + 2300010: minebot_left_upperleg + 2300012: minebot_main + 2300014: minebot_head + 2300016: minebot_right_lowerleg + 2300018: minebot_right_upperleg + 3300000: minebot_front_lowerleg + 3300002: minebot_back_lowerleg + 3300004: minebot_front_upperleg 1 + 3300006: minebot_left_lowerleg + 3300008: minebot_front_upperleg + 3300010: minebot_left_upperleg + 3300012: minebot_main + 3300014: minebot_head + 3300016: minebot_right_lowerleg + 3300018: minebot_right_upperleg + 4300000: minebot_main + 4300002: minebot_right_upperleg + 4300004: minebot_right_lowerleg + 4300006: minebot_head + 4300008: minebot_front_upperleg + 4300010: minebot_back_lowerleg + 4300012: minebot_left_upperleg + 4300014: minebot_left_lowerleg + 4300016: minebot_front_upperleg + 4300018: minebot_front_lowerleg + 7400000: Take 001 + 9500000: //RootNode + 11100000: //RootNode + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: 01 - Default + second: {fileID: 2100000, guid: a0410f0ca50c248fbaad373ecfcf872b, type: 2} + materials: + importMaterials: 1 + materialName: 3 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 3 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 2 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 0.01 + meshCompression: 0 + addColliders: 0 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + swapUVChannels: 1 + generateSecondaryUV: 0 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 0 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab new file mode 100644 index 0000000..e5d2cd0 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab @@ -0,0 +1,224 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2402233671515935459 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 100014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Name + value: mine_bot + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -89.018814 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -0.09249538 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.094121106 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -87.26784 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0.3909565 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.39041674 + objectReference: {fileID: 0} + - target: {fileID: 400006, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -42.21637 + objectReference: {fileID: 0} + - target: {fileID: 400006, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -89.95327 + objectReference: {fileID: 0} + - target: {fileID: 400006, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.041947864 + objectReference: {fileID: 0} + - target: {fileID: 400008, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -84.357185 + objectReference: {fileID: 0} + - target: {fileID: 400008, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 179.89392 + objectReference: {fileID: 0} + - target: {fileID: 400008, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -179.93588 + objectReference: {fileID: 0} + - target: {fileID: 400010, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0.000005008955 + objectReference: {fileID: 0} + - target: {fileID: 400010, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -7.5633125e-13 + objectReference: {fileID: 0} + - target: {fileID: 400010, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.000008651423 + objectReference: {fileID: 0} + - target: {fileID: 400012, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -49.72826 + objectReference: {fileID: 0} + - target: {fileID: 400012, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -179.9931 + objectReference: {fileID: 0} + - target: {fileID: 400012, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.0051459568 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400016, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -44.931927 + objectReference: {fileID: 0} + - target: {fileID: 400016, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 90.01636 + objectReference: {fileID: 0} + - target: {fileID: 400016, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.010472784 + objectReference: {fileID: 0} + - target: {fileID: 400018, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0.00002390566 + objectReference: {fileID: 0} + - target: {fileID: 400018, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 400018, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -89.99999 + objectReference: {fileID: 0} + - target: {fileID: 400020, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -79.56809 + objectReference: {fileID: 0} + - target: {fileID: 400020, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 179.87704 + objectReference: {fileID: 0} + - target: {fileID: 400020, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -179.99728 + objectReference: {fileID: 0} + - target: {fileID: 2300000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300004, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300006, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300008, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300010, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300012, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300014, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300016, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 2300018, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + - target: {fileID: 9500000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} + propertyPath: m_Controller + value: + objectReference: {fileID: 9100000, guid: 75b096e6c847f4e22be41113329a0693, type: 2} + - target: {fileID: 7621389643486796682, guid: caeffedc34d9f4161b7694ad0d84bbd3, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0f239eb41e29343e28970d1c5e9adede, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: caeffedc34d9f4161b7694ad0d84bbd3, type: 3} diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab.meta new file mode 100644 index 0000000..b9c4369 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Prefabs/MineBot/mine_bot_render.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0b9c68ddd67ee5b9e8aeca86ac0fbc03 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |