commit 2ece6770f3dca78f3a60300a877796cdbc43f1e8 Author: marcgauch <34353267+marcgauch@users.noreply.github.com> Date: Thu Nov 16 19:32:56 2023 +0100 initial from pc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58cbc82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,72 @@ +# This .gitignore file should be placed at the root of your Unity project directory +# +# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore +# +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data +/[Mm]emoryCaptures/ + +# Recordings can get excessive in size +/[Rr]ecordings/ + +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# Autogenerated Jetbrains Rider plugin +/[Aa]ssets/Plugins/Editor/JetBrains* + +# Visual Studio cache directory +.vs/ + +# Gradle cache directory +.gradle/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Unity3D generated file on crash reports +sysinfo.txt + +# Builds +*.apk +*.aab +*.unitypackage +*.app + +# Crashlytics generated file +crashlytics-build.properties + +# Packed Addressables +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* + +# Temporary auto-generated Android Assets +/[Aa]ssets/[Ss]treamingAssets/aa.meta +/[Aa]ssets/[Ss]treamingAssets/aa/* diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..ddb6ff8 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "visualstudiotoolsforunity.vstuc" + ] +} diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..da60e25 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Unity", + "type": "vstuc", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5b584ae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,60 @@ +{ + "files.exclude": { + "**/.DS_Store": true, + "**/.git": true, + "**/.vs": true, + "**/.gitmodules": true, + "**/.vsconfig": true, + "**/*.booproj": true, + "**/*.pidb": true, + "**/*.suo": true, + "**/*.user": true, + "**/*.userprefs": true, + "**/*.unityproj": true, + "**/*.dll": true, + "**/*.exe": true, + "**/*.pdf": true, + "**/*.mid": true, + "**/*.midi": true, + "**/*.wav": true, + "**/*.gif": true, + "**/*.ico": true, + "**/*.jpg": true, + "**/*.jpeg": true, + "**/*.png": true, + "**/*.psd": true, + "**/*.tga": true, + "**/*.tif": true, + "**/*.tiff": true, + "**/*.3ds": true, + "**/*.3DS": true, + "**/*.fbx": true, + "**/*.FBX": true, + "**/*.lxo": true, + "**/*.LXO": true, + "**/*.ma": true, + "**/*.MA": true, + "**/*.obj": true, + "**/*.OBJ": true, + "**/*.asset": true, + "**/*.cubemap": true, + "**/*.flare": true, + "**/*.mat": true, + "**/*.meta": true, + "**/*.prefab": true, + "**/*.unity": true, + "build/": true, + "Build/": true, + "Library/": true, + "library/": true, + "obj/": true, + "Obj/": true, + "Logs/": true, + "logs/": true, + "ProjectSettings/": true, + "UserSettings/": true, + "temp/": true, + "Temp/": true + }, + "dotnet.defaultSolution": "VR.sln" +} \ No newline at end of file diff --git a/Assets/Cube.prefab b/Assets/Cube.prefab new file mode 100644 index 0000000..1c6a8fe --- /dev/null +++ b/Assets/Cube.prefab @@ -0,0 +1,197 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3078792058705529905 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7601405052768654441} + - component: {fileID: 7379768580758205140} + - component: {fileID: 2970849338285349673} + - component: {fileID: 1607030970734258920} + - component: {fileID: 3778607142242988057} + - component: {fileID: 8576268972094394066} + - component: {fileID: 6727038245069712238} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7601405052768654441 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.1, y: 0.1, z: 0.548} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7379768580758205140 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &2970849338285349673 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &1607030970734258920 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &3778607142242988057 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + serializedVersion: 4 + m_Mass: 1 + m_Drag: 0.8 + m_AngularDrag: 0.05 + m_CenterOfMass: {x: 0, y: 0, z: 0} + m_InertiaTensor: {x: 1, y: 1, z: 1} + m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ImplicitCom: 1 + m_ImplicitTensor: 1 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 1 +--- !u!114 &8576268972094394066 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 43f86b14a27b52f4f9298c33015b5c26, type: 3} + m_Name: + m_EditorClassIdentifier: + _transferOnSecondSelection: 1 + _addNewPointsToFront: 0 + _forwardElement: {fileID: 0} + _oneGrabTransformer: {fileID: 0} + _twoGrabTransformer: {fileID: 0} + _targetTransform: {fileID: 0} + _maxGrabPoints: -1 +--- !u!114 &6727038245069712238 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3078792058705529905} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e9a7676b01585ce43908639a27765dfc, type: 3} + m_Name: + m_EditorClassIdentifier: + _interactorFilters: [] + _maxInteractors: -1 + _maxSelectingInteractors: -1 + _data: {fileID: 0} + _pointableElement: {fileID: 8576268972094394066} + _rigidbody: {fileID: 3778607142242988057} + _physicsGrabbable: {fileID: 0} + _resetGrabOnGrabsUpdated: 1 + _scoringModifier: + _positionRotationWeight: 0.8 + _slippiness: 0 + _supportedGrabTypes: 3 + _pinchGrabRules: + _thumbRequirement: 1 + _indexRequirement: 1 + _middleRequirement: 1 + _ringRequirement: 0 + _pinkyRequirement: 0 + _unselectMode: 0 + _palmGrabRules: + _thumbRequirement: 1 + _indexRequirement: 2 + _middleRequirement: 2 + _ringRequirement: 2 + _pinkyRequirement: 1 + _unselectMode: 0 + _movementProvider: {fileID: 0} + _handAligment: 1 + _handGrabPoses: [] diff --git a/Assets/Cube.prefab.meta b/Assets/Cube.prefab.meta new file mode 100644 index 0000000..00d43d0 --- /dev/null +++ b/Assets/Cube.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2e0c303eba3dd9ff98017eff31e6159f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GuardianScript.cs b/Assets/GuardianScript.cs new file mode 100644 index 0000000..af029b2 --- /dev/null +++ b/Assets/GuardianScript.cs @@ -0,0 +1,57 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using static OVRBoundary; + +public class GuardianScript : MonoBehaviour +{ + + private Vector3[] boundaryPoints; + private bool createdWall = false; + + + private int boardDistance = 8; + public GameObject wallBoard; + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + if (!createdWall) + { + CreateWall(); + } + } + + + private void CreateWall() + { + bool configured = OVRManager.boundary.GetConfigured(); + + if (configured) + { + boundaryPoints = OVRManager.boundary.GetGeometry(OVRBoundary.BoundaryType.OuterBoundary); + + for (int i = 0; i < boundaryPoints.Length; i++) + { + if (i % boardDistance == 0) + { + var newBoard = Instantiate(wallBoard, boundaryPoints[i], Quaternion.identity); + + Vector3 forward = Vector3.zero; + if (i < boundaryPoints.Length - 1) + { + forward = boundaryPoints[i] - boundaryPoints[i + 1]; + } + newBoard.transform.forward = forward; + } + } + createdWall = true; + } + + } +} diff --git a/Assets/GuardianScript.cs.meta b/Assets/GuardianScript.cs.meta new file mode 100644 index 0000000..170dcf6 --- /dev/null +++ b/Assets/GuardianScript.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 05dcf1d00625cb90a96f3b0f9a874600 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Oculus.meta b/Assets/Oculus.meta new file mode 100644 index 0000000..7f30f49 --- /dev/null +++ b/Assets/Oculus.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d666f44dfdf85a34a9c9901f95da201 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Oculus/OculusProjectConfig.asset b/Assets/Oculus/OculusProjectConfig.asset new file mode 100644 index 0000000..fcfb89a --- /dev/null +++ b/Assets/Oculus/OculusProjectConfig.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 05d394ae2a81edd4cbc3c51917e766e3, type: 3} + m_Name: OculusProjectConfig + m_EditorClassIdentifier: + targetDeviceTypes: 04000000 + allowOptional3DofHeadTracking: 0 + handTrackingSupport: 1 + handTrackingFrequency: 1 + handTrackingVersion: 2 + multimodalHandsControllersSupport: 0 + anchorSupport: 1 + sharedAnchorSupport: 0 + renderModelSupport: 0 + trackedKeyboardSupport: 0 + bodyTrackingSupport: 0 + faceTrackingSupport: 0 + eyeTrackingSupport: 0 + virtualKeyboardSupport: 0 + sceneSupport: 1 + disableBackups: 1 + enableNSCConfig: 1 + securityXmlPath: + skipUnneededShaders: 0 + focusAware: 1 + requiresSystemKeyboard: 0 + experimentalFeaturesEnabled: 0 + insightPassthroughEnabled: 0 + _insightPassthroughSupport: 1 + _processorFavor: 0 + systemSplashScreen: {fileID: 0} + systemSplashScreenType: 0 + ovrPluginMd5Win64: 897c3d4605d184297e3f72942fbf7ccc + ovrPluginMd5Android: 5c3c19ff588169bcbd70fcc0a658aa01 diff --git a/Assets/Oculus/OculusProjectConfig.asset.meta b/Assets/Oculus/OculusProjectConfig.asset.meta new file mode 100644 index 0000000..c74110d --- /dev/null +++ b/Assets/Oculus/OculusProjectConfig.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cc0c3679601492cf8297969fc7f93c8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins.meta b/Assets/Plugins.meta new file mode 100644 index 0000000..f6bfc02 --- /dev/null +++ b/Assets/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b41b126372dbd56a98b3f3084531cef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Android.meta b/Assets/Plugins/Android.meta new file mode 100644 index 0000000..a6d23c2 --- /dev/null +++ b/Assets/Plugins/Android.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa815c44e02163ffa905d91645241069 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Android/AndroidManifest.xml b/Assets/Plugins/Android/AndroidManifest.xml new file mode 100644 index 0000000..7ebab35 --- /dev/null +++ b/Assets/Plugins/Android/AndroidManifest.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Plugins/Android/AndroidManifest.xml.meta b/Assets/Plugins/Android/AndroidManifest.xml.meta new file mode 100644 index 0000000..2fa5f75 --- /dev/null +++ b/Assets/Plugins/Android/AndroidManifest.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b503d6afa7be485b092601e34649f92a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 0000000..aaf94e1 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a9a60b63bb5567bca7198208e53154c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/MetaXRAudioSettings.asset b/Assets/Resources/MetaXRAudioSettings.asset new file mode 100644 index 0000000..8cf8c83 --- /dev/null +++ b/Assets/Resources/MetaXRAudioSettings.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f3fe6e38ac2d4c22b04340d6eda2a47e, type: 3} + m_Name: MetaXRAudioSettings + m_EditorClassIdentifier: + voiceLimit: 64 diff --git a/Assets/Resources/MetaXRAudioSettings.asset.meta b/Assets/Resources/MetaXRAudioSettings.asset.meta new file mode 100644 index 0000000..fa485de --- /dev/null +++ b/Assets/Resources/MetaXRAudioSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e4612b1c05b94cd99a672ee21e26dc21 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/OVRBuildConfig.asset b/Assets/Resources/OVRBuildConfig.asset new file mode 100644 index 0000000..aa9329a --- /dev/null +++ b/Assets/Resources/OVRBuildConfig.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 20553fac56ec59645857c0732b787431, type: 3} + m_Name: OVRBuildConfig + m_EditorClassIdentifier: diff --git a/Assets/Resources/OVRBuildConfig.asset.meta b/Assets/Resources/OVRBuildConfig.asset.meta new file mode 100644 index 0000000..b81508a --- /dev/null +++ b/Assets/Resources/OVRBuildConfig.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 251698b7020f7260f80520962022752f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/OVRPlatformToolSettings.asset b/Assets/Resources/OVRPlatformToolSettings.asset new file mode 100644 index 0000000..0ac2533 --- /dev/null +++ b/Assets/Resources/OVRPlatformToolSettings.asset @@ -0,0 +1,22 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cd7bb81df5b74b34dadbf531f381a26b, type: 3} + m_Name: OVRPlatformToolSettings + m_EditorClassIdentifier: + riftRedistPackages: [] + languagePackDirectory: + assetConfigs: + - configList: [] + - configList: [] + - configList: [] + targetPlatform: 3 + runOvrLint: 1 diff --git a/Assets/Resources/OVRPlatformToolSettings.asset.meta b/Assets/Resources/OVRPlatformToolSettings.asset.meta new file mode 100644 index 0000000..48723c1 --- /dev/null +++ b/Assets/Resources/OVRPlatformToolSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7fbc9665a6ff11103a220b6d5652c56a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/OculusPlatformSettings.asset b/Assets/Resources/OculusPlatformSettings.asset new file mode 100644 index 0000000..5f7f34f --- /dev/null +++ b/Assets/Resources/OculusPlatformSettings.asset @@ -0,0 +1,17 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3d881e962d099f4a8eb492ef7e9a8c0, type: 3} + m_Name: OculusPlatformSettings + m_EditorClassIdentifier: + ovrAppID: + ovrMobileAppID: + ovrUseStandalonePlatform: 1 diff --git a/Assets/Resources/OculusPlatformSettings.asset.meta b/Assets/Resources/OculusPlatformSettings.asset.meta new file mode 100644 index 0000000..1099bd1 --- /dev/null +++ b/Assets/Resources/OculusPlatformSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a1b6d25780501fbeac7dbd53dab0cb6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/OculusRuntimeSettings.asset b/Assets/Resources/OculusRuntimeSettings.asset new file mode 100644 index 0000000..dbedbfd --- /dev/null +++ b/Assets/Resources/OculusRuntimeSettings.asset @@ -0,0 +1,18 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3863570e7e6387a40ae4f323d83291e5, type: 3} + m_Name: OculusRuntimeSettings + m_EditorClassIdentifier: + colorSpace: 7 + hasSentConsentEvent: 1 + hasSetTelemetryEnabled: 1 + telemetryEnabled: 0 diff --git a/Assets/Resources/OculusRuntimeSettings.asset.meta b/Assets/Resources/OculusRuntimeSettings.asset.meta new file mode 100644 index 0000000..7eb3ed8 --- /dev/null +++ b/Assets/Resources/OculusRuntimeSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 29d72bf9f28086693968cedbdc8f08cd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes.meta b/Assets/Scenes.meta new file mode 100644 index 0000000..f0d22ea --- /dev/null +++ b/Assets/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: be24a663a14d82276994c7fb4e7513c5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity new file mode 100644 index 0000000..e580761 --- /dev/null +++ b/Assets/Scenes/SampleScene.unity @@ -0,0 +1,2765 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.18029127, g: 0.22572401, b: 0.3069303, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &34815324 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1368183235} + m_Modifications: + - target: {fileID: 1870938896605422, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Name + value: OVRHandPrefab + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114252240061623322, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114567484643301796, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: _enablePhysicsCapsules + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114925265787909616, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 137619227449585070, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 835e735ca71bf78459fb2cababd74112, type: 3} +--- !u!4 &34815325 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + m_PrefabInstance: {fileID: 34815324} + m_PrefabAsset: {fileID: 0} +--- !u!4 &40919615 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4593680705043960, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &70274897 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalScale.x + value: 0.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalScale.y + value: 0.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalScale.z + value: 0.02 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalPosition.x + value: 0.421 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalPosition.y + value: 0.191 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalPosition.z + value: 0.207 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9881749 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalRotation.x + value: 0.15333077 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 17.64 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 919132149155446097, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + propertyPath: m_Name + value: test + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + insertIndex: -1 + addedObject: {fileID: 70274899} + - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + insertIndex: -1 + addedObject: {fileID: 70274901} + m_SourcePrefab: {fileID: 100100000, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} +--- !u!1 &70274898 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 6a6a33a3b30432a559a1d862779484b7, type: 3} + m_PrefabInstance: {fileID: 70274897} + m_PrefabAsset: {fileID: 0} +--- !u!114 &70274899 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70274898} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 43f86b14a27b52f4f9298c33015b5c26, type: 3} + m_Name: + m_EditorClassIdentifier: + _transferOnSecondSelection: 0 + _addNewPointsToFront: 0 + _forwardElement: {fileID: 0} + _oneGrabTransformer: {fileID: 0} + _twoGrabTransformer: {fileID: 0} + _targetTransform: {fileID: 0} + _maxGrabPoints: -1 +--- !u!64 &70274901 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70274898} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 0} +--- !u!1001 &128595451 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 40919615} + m_Modifications: + - target: {fileID: 112276, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_Name + value: OVRControllerPrefab + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 11479374, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_controller + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} +--- !u!4 &128595452 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + m_PrefabInstance: {fileID: 128595451} + m_PrefabAsset: {fileID: 0} +--- !u!1 &223974226 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 223974229} + - component: {fileID: 223974228} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &223974227 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4484591312116288, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!108 &223974228 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 223974226} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &223974229 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 223974226} + serializedVersion: 2 + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1001 &239334101 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube (2) + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.6727618 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.84300005 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.551 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!1001 &290829581 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1607030970734258920, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_ProvidesContacts + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2970849338285349673, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 802210142a7e36bc5885ca5f7c695b8d, type: 2} + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: tischplatte + objectReference: {fileID: 0} + - target: {fileID: 3778607142242988057, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_UseGravity + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3778607142242988057, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_IsKinematic + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3778607142242988057, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_CollisionDetection + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6727038245069712238, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: _rigidbody + value: + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalScale.y + value: 0.05 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.47464073 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.757 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.74298483 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!114 &372604145 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3744647067011934911, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + m_PrefabInstance: {fileID: 1723140601} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1a379f34d4f4f2e408d34f14bfb753ce, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &376302093 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 376302094} + m_Layer: 0 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &376302094 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 376302093} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.40417302, y: 0.96445274, z: 0.6922016} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &394481014 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube (3) + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.702 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.8560592 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.7236636 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!1 &400155160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 400155161} + m_Layer: 0 + m_Name: RightHandOnControllerAnchor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &400155161 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 400155160} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 552350707} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &453573863 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube + objectReference: {fileID: 0} + - target: {fileID: 3778607142242988057, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Drag + value: 0.8 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.4668783 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.84300005 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.586 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!4 &468731066 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5545149144574972019, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + m_PrefabInstance: {fileID: 1723140601} + m_PrefabAsset: {fileID: 0} +--- !u!1 &493291594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 493291595} + m_Layer: 0 + m_Name: LeftHandOnControllerAnchor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &493291595 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 493291594} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 763350378} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &494951894 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9048238750646488156, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + m_PrefabInstance: {fileID: 1723140601} + m_PrefabAsset: {fileID: 0} +--- !u!1 &552350706 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 552350707} + m_Layer: 0 + m_Name: RightControllerInHandAnchor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &552350707 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 552350706} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 400155161} + m_Father: {fileID: 1368183234} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &557231599 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1368183237} + m_Modifications: + - target: {fileID: 3730632290436700508, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: _ovrCameraRig + value: + objectReference: {fileID: 1368183236} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678269571562373685, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + propertyPath: m_Name + value: OVRInteraction + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: + - targetCorrespondingSourceObject: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + insertIndex: -1 + addedObject: {fileID: 1723140602} + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} +--- !u!4 &557231600 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6357171400049970933, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + m_PrefabInstance: {fileID: 557231599} + m_PrefabAsset: {fileID: 0} +--- !u!114 &557231601 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8937797799668855672, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + m_PrefabInstance: {fileID: 557231599} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 998a5646185efb9488265f3a2f35a99a, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &557231602 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3730632290436700508, guid: 2f94427b8dd14ea498fd92aee3ec9f0f, type: 3} + m_PrefabInstance: {fileID: 557231599} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a7b47e36715521d4e8a30d2c5b6e83e2, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &666936733 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube (1) + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.524 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.84300005 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.71700007 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!1001 &681042490 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 223974227} + m_Modifications: + - target: {fileID: 112276, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_Name + value: OVRControllerPrefab + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 11479374, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + propertyPath: m_controller + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} +--- !u!4 &681042491 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 488160, guid: d9809c5e8418bb047bf2c8ba1d1a2cec, type: 3} + m_PrefabInstance: {fileID: 681042490} + m_PrefabAsset: {fileID: 0} +--- !u!1 &763350377 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 763350378} + m_Layer: 0 + m_Name: LeftControllerInHandAnchor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &763350378 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 763350377} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 493291595} + m_Father: {fileID: 1368183235} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &823398993 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4350422998566360405, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Name + value: marc_floor + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 4ddb30289dc6d6a47a05448ca7275e5c, type: 2} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 24f9d6cb47dfc2c92a1f98009afeb0ea, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} +--- !u!114 &823398994 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 102490448831091297, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + m_PrefabInstance: {fileID: 823398993} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ab3ec25e32ce0c4380714d75e39cb05, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &937320154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 937320155} + - component: {fileID: 937320158} + - component: {fileID: 937320157} + - component: {fileID: 937320156} + m_Layer: 0 + m_Name: WallBoard + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &937320155 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937320154} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.01, y: 2.31, z: 0.6} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1905111718} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!65 &937320156 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937320154} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &937320157 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937320154} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 802210142a7e36bc5885ca5f7c695b8d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &937320158 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937320154} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!1001 &1095568620 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube (5) + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.4814967 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.84300005 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 1.004267 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!1 &1124067628 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1124067629} + m_Layer: 0 + m_Name: RightHandAnchorDetached + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1124067629 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1124067628} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1368183233} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1268737761 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1268737762} + m_Layer: 0 + m_Name: LeftHandAnchorDetached + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1268737762 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268737761} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1368183233} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1274392525 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 1054376643923719174, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + m_PrefabInstance: {fileID: 1723140601} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1a379f34d4f4f2e408d34f14bfb753ce, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &1304416134 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 494951894} + m_Modifications: + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771837, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_Name + value: HandGrabInteractor + objectReference: {fileID: 0} + - target: {fileID: 8646129326984794350, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: _hand + value: + objectReference: {fileID: 1274392525} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} +--- !u!4 &1304416135 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + m_PrefabInstance: {fileID: 1304416134} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1304416136 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8553364197529364881, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + m_PrefabInstance: {fileID: 1304416134} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9067480af55f5874d8f613b16812f968, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &1309333584 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1368183234} + m_Modifications: + - target: {fileID: 1870938896605422, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Name + value: OVRHandPrefab + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114252240061623322, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114392993255165844, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114428879332287356, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: HandType + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114567484643301796, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: _skeletonType + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114567484643301796, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: _enablePhysicsCapsules + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114925265787909616, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: _meshType + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114925265787909616, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 137619227449585070, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 835e735ca71bf78459fb2cababd74112, type: 3} +--- !u!4 &1309333585 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4453513310108136, guid: 835e735ca71bf78459fb2cababd74112, type: 3} + m_PrefabInstance: {fileID: 1309333584} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1368183232 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 100004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_Name + value: OVRCameraRig + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2037080, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_ClearFlags + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 2037080, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_BackGroundColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2037080, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_BackGroundColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2037080, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: m_BackGroundColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 11400000, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: _trackingOriginType + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 11400000, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + propertyPath: isInsightPassthroughEnabled + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: + - targetCorrespondingSourceObject: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 557231600} + - targetCorrespondingSourceObject: {fileID: 459718, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 1268737762} + - targetCorrespondingSourceObject: {fileID: 459718, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 1124067629} + - targetCorrespondingSourceObject: {fileID: 482130, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 763350378} + - targetCorrespondingSourceObject: {fileID: 482130, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 34815325} + - targetCorrespondingSourceObject: {fileID: 4593680705043960, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 128595452} + - targetCorrespondingSourceObject: {fileID: 487254, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 552350707} + - targetCorrespondingSourceObject: {fileID: 487254, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 1309333585} + - targetCorrespondingSourceObject: {fileID: 4484591312116288, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + insertIndex: -1 + addedObject: {fileID: 681042491} + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} +--- !u!4 &1368183233 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 459718, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1368183234 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 487254, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1368183235 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 482130, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1368183236 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 11400010, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: df9f338034892c44ebb62d97894772f1, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!4 &1368183237 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 400004, guid: 126d619cf4daa52469682f85c1378b4a, type: 3} + m_PrefabInstance: {fileID: 1368183232} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1400762667 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3078792058705529905, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_Name + value: Cube (4) + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.x + value: -0.555707 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.y + value: 0.84300005 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalPosition.z + value: 0.86167914 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7601405052768654441, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e0c303eba3dd9ff98017eff31e6159f, type: 3} +--- !u!1 &1467388721 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1467388725} + - component: {fileID: 1467388724} + - component: {fileID: 1467388723} + - component: {fileID: 1467388722} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &1467388722 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467388721} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 5 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &1467388723 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467388721} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1467388724 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467388721} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1467388725 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467388721} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1503720117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PlanePrefab + value: + objectReference: {fileID: 1516198105} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: VolumePrefab + value: + objectReference: {fileID: 8013016026686888416, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: ActiveRoomsOnly + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.size + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[0].Prefab + value: + objectReference: {fileID: 1956653015} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[1].Prefab + value: + objectReference: {fileID: 823398994} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[2].Prefab + value: + objectReference: {fileID: 1636906988} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[3].Prefab + value: + objectReference: {fileID: 2006783835} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[4].Prefab + value: + objectReference: {fileID: 2006783835} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[0].ClassificationLabel + value: CEILING + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[1].ClassificationLabel + value: FLOOR + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[2].ClassificationLabel + value: WALL_FACE + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[3].ClassificationLabel + value: PLANT + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[4].ClassificationLabel + value: PLANT + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[0]._editorClassificationIndex + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[1]._editorClassificationIndex + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[2]._editorClassificationIndex + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[3]._editorClassificationIndex + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477012, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: PrefabOverrides.Array.data[4]._editorClassificationIndex + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477014, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_Name + value: OVRSceneManager + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 747806495401477035, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c813208e672e3074bbe118e1a9ee94fd, type: 3} +--- !u!1001 &1516198104 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4350422998566360405, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Name + value: marcs plane mesh + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 24f9d6cb47dfc2c92a1f98009afeb0ea, type: 2} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 24f9d6cb47dfc2c92a1f98009afeb0ea, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} +--- !u!114 &1516198105 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 102490448831091297, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + m_PrefabInstance: {fileID: 1516198104} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ab3ec25e32ce0c4380714d75e39cb05, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &1636906987 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4350422998566360405, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Name + value: marc_wall + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: a384b583426023d4da68d3f25e868451, type: 2} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 24f9d6cb47dfc2c92a1f98009afeb0ea, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} +--- !u!114 &1636906988 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 102490448831091297, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + m_PrefabInstance: {fileID: 1636906987} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ab3ec25e32ce0c4380714d75e39cb05, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &1723140601 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 557231600} + m_Modifications: + - target: {fileID: 65207973030035947, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_Name + value: OVRHands + objectReference: {fileID: 0} + - target: {fileID: 4392756070075192809, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _interactors.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4392756070075192809, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _interactors.Array.data[0] + value: + objectReference: {fileID: 1974199065} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6339505922184086532, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _cameraRigRef + value: + objectReference: {fileID: 557231602} + - target: {fileID: 6339505922184086532, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _trackingToWorldTransformer + value: + objectReference: {fileID: 557231601} + - target: {fileID: 7048434468649777690, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _interactors.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7048434468649777690, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _interactors.Array.data[0] + value: + objectReference: {fileID: 1304416136} + - target: {fileID: 7312179887322021490, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _cameraRigRef + value: + objectReference: {fileID: 557231602} + - target: {fileID: 7312179887322021490, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + propertyPath: _trackingToWorldTransformer + value: + objectReference: {fileID: 557231601} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: + - targetCorrespondingSourceObject: {fileID: 5545149144574972019, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + insertIndex: -1 + addedObject: {fileID: 1974199064} + - targetCorrespondingSourceObject: {fileID: 9048238750646488156, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + insertIndex: -1 + addedObject: {fileID: 1304416135} + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} +--- !u!4 &1723140602 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4869577802921675287, guid: ea16c3c8c1688234fa81a4f39339bf1b, type: 3} + m_PrefabInstance: {fileID: 1723140601} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1828601335 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1828601337} + - component: {fileID: 1828601336} + m_Layer: 0 + m_Name: Passthrough + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1828601336 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828601335} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 555725d48e9051a4bb6b8d45178c2fdd, type: 3} + m_Name: + m_EditorClassIdentifier: + projectionSurfaceType: 0 + overlayType: 1 + compositionDepth: 0 + hidden: 0 + overridePerLayerColorScaleAndOffset: 0 + colorScale: {x: 1, y: 1, z: 1, w: 1} + colorOffset: {x: 0, y: 0, z: 0, w: 0} + colorMapEditorType_: 0 + colorMapEditorGradient: + serializedVersion: 2 + key0: {r: 0, g: 0, b: 0, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: -1 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + colorMapEditorContrast: 0 + colorMapEditorBrightness: 0 + colorMapEditorPosterize: 0 + colorMapEditorSaturation: 0 + _colorLutSourceTexture: {fileID: 0} + _colorLutTargetTexture: {fileID: 0} + _lutWeight: 1 + _flipLutY: 1 + serializedSurfaceGeometry: [] + textureOpacity_: 1 + edgeRenderingEnabled_: 0 + edgeColor_: {r: 1, g: 1, b: 1, a: 1} + colorMapType: 0 +--- !u!4 &1828601337 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828601335} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.552367, y: -0.16972089, z: 0.6813631} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1868646219 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1868646221} + - component: {fileID: 1868646220} + m_Layer: 0 + m_Name: GuardianScripts + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1868646220 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1868646219} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 05dcf1d00625cb90a96f3b0f9a874600, type: 3} + m_Name: + m_EditorClassIdentifier: + wallBoard: {fileID: 1905111717} +--- !u!4 &1868646221 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1868646219} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.3468039, y: 0.54489756, z: 2.0131185} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1905111717 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1905111718} + m_Layer: 0 + m_Name: Wallboard + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1905111718 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1905111717} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.30867004, y: -2.3, z: 1.8310928} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 937320155} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1956653014 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 670190173264333139, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4350422998566360405, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Name + value: marc_ceiling + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.size + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: a29dc5e705e2f4a429ca2000cb221c43, type: 2} + - target: {fileID: 5899543314854920822, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 24f9d6cb47dfc2c92a1f98009afeb0ea, type: 2} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} +--- !u!114 &1956653015 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 102490448831091297, guid: 3ecf103c2a191704eb3046d6765665ed, type: 3} + m_PrefabInstance: {fileID: 1956653014} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ab3ec25e32ce0c4380714d75e39cb05, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &1974199063 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 468731066} + m_Modifications: + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3282029263655771837, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: m_Name + value: HandGrabInteractor + objectReference: {fileID: 0} + - target: {fileID: 8646129326984794350, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + propertyPath: _hand + value: + objectReference: {fileID: 372604145} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} +--- !u!4 &1974199064 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3282029263655771826, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + m_PrefabInstance: {fileID: 1974199063} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1974199065 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8553364197529364881, guid: 885ecae56b16f13428a67de5ae482a72, type: 3} + m_PrefabInstance: {fileID: 1974199063} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9067480af55f5874d8f613b16812f968, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &2006783834 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 502283750161808342, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 891cb734b1022d246a31907346236591, type: 2} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalPosition.y + value: -1.98 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1132682185376712905, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8999845180316542267, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + propertyPath: m_Name + value: marc_flower + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 891349029806e4144812ff2d304d9cf9, type: 3} +--- !u!114 &2006783835 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8013016026686888416, guid: 891349029806e4144812ff2d304d9cf9, type: 3} + m_PrefabInstance: {fileID: 2006783834} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8ab3ec25e32ce0c4380714d75e39cb05, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 1368183232} + - {fileID: 70274897} + - {fileID: 223974229} + - {fileID: 1828601337} + - {fileID: 1503720117} + - {fileID: 1905111718} + - {fileID: 1868646221} + - {fileID: 290829581} + - {fileID: 453573863} + - {fileID: 666936733} + - {fileID: 239334101} + - {fileID: 394481014} + - {fileID: 1400762667} + - {fileID: 1095568620} + - {fileID: 376302094} + - {fileID: 1467388725} + - {fileID: 1516198104} + - {fileID: 1956653014} + - {fileID: 1636906987} + - {fileID: 823398993} + - {fileID: 2006783834} diff --git a/Assets/Scenes/SampleScene.unity.meta b/Assets/Scenes/SampleScene.unity.meta new file mode 100644 index 0000000..952bd1e --- /dev/null +++ b/Assets/Scenes/SampleScene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fc0d4010bbf28b4594072e72b8655ab +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures.meta b/Assets/Stylized Wood Textures.meta new file mode 100644 index 0000000..e8c2b9d --- /dev/null +++ b/Assets/Stylized Wood Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9505acfcc5f320f2bb64fb26461aa169 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Demo.meta b/Assets/Stylized Wood Textures/Demo.meta new file mode 100644 index 0000000..be2c904 --- /dev/null +++ b/Assets/Stylized Wood Textures/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e364459cc44829140a50fa5d3df21724 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Demo/Demo.unity b/Assets/Stylized Wood Textures/Demo/Demo.unity new file mode 100644 index 0000000..fb059a2 --- /dev/null +++ b/Assets/Stylized Wood Textures/Demo/Demo.unity @@ -0,0 +1,885 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &415260912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 415260916} + - component: {fileID: 415260915} + - component: {fileID: 415260914} + - component: {fileID: 415260913} + m_Layer: 0 + m_Name: Panels + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &415260913 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 415260912} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &415260914 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 415260912} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a29dc5e705e2f4a429ca2000cb221c43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &415260915 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 415260912} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &415260916 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 415260912} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1, y: 0, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &526117309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 526117313} + - component: {fileID: 526117312} + - component: {fileID: 526117311} + - component: {fileID: 526117310} + m_Layer: 0 + m_Name: Herringbone + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &526117310 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 526117309} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &526117311 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 526117309} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0576b3490a5948442aace3fadba823bb, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &526117312 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 526117309} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &526117313 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 526117309} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &740645855 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 740645859} + - component: {fileID: 740645858} + - component: {fileID: 740645857} + - component: {fileID: 740645856} + m_Layer: 0 + m_Name: Chevron + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &740645856 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 740645855} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &740645857 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 740645855} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0141bc0de40b03c47a7d54dba3567d7e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &740645858 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 740645855} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &740645859 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 740645855} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &983078137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 983078140} + - component: {fileID: 983078139} + - component: {fileID: 983078138} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &983078138 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 983078137} + m_Enabled: 1 +--- !u!20 &983078139 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 983078137} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &983078140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 983078137} + m_LocalRotation: {x: -0.049453743, y: -0.93539095, z: 0.15228717, w: -0.31528825} + m_LocalPosition: {x: -1.9911394, y: 1.4526644, z: 3.1564598} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1156637230 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1156637232} + - component: {fileID: 1156637231} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1156637231 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1156637230} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1156637232 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1156637230} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1642743013 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1642743017} + - component: {fileID: 1642743016} + - component: {fileID: 1642743015} + - component: {fileID: 1642743014} + m_Layer: 0 + m_Name: Square + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1642743014 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1642743013} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1642743015 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1642743013} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 4ddb30289dc6d6a47a05448ca7275e5c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1642743016 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1642743013} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1642743017 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1642743013} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1881516714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1881516718} + - component: {fileID: 1881516717} + - component: {fileID: 1881516716} + - component: {fileID: 1881516715} + m_Layer: 0 + m_Name: Planks + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1881516715 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1881516714} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1881516716 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1881516714} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a384b583426023d4da68d3f25e868451, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1881516717 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1881516714} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1881516718 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1881516714} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1936629331 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1936629335} + - component: {fileID: 1936629334} + - component: {fileID: 1936629333} + - component: {fileID: 1936629332} + m_Layer: 0 + m_Name: Triangle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1936629332 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1936629331} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1936629333 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1936629331} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5e85b5e82c1a1a84186c3baf89e174c7, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1936629334 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1936629331} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1936629335 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1936629331} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1, y: 0, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Stylized Wood Textures/Demo/Demo.unity.meta b/Assets/Stylized Wood Textures/Demo/Demo.unity.meta new file mode 100644 index 0000000..25301bd --- /dev/null +++ b/Assets/Stylized Wood Textures/Demo/Demo.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ab0d50abf92937d42ac6997e0ff3f5c9 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials.meta b/Assets/Stylized Wood Textures/Materials.meta new file mode 100644 index 0000000..d72b614 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2d16f73abf114443b1d40e128bc7e22 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Chevron.meta b/Assets/Stylized Wood Textures/Materials/Chevron.meta new file mode 100644 index 0000000..7b06373 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Chevron.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7cda40ec6fe89b14395dcc18e05c4075 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat b/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat new file mode 100644 index 0000000..75fe1e6 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Chevron + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 2ea7b72f85db9b14090108a266c32dc2, type: 3} + 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: 2800000, guid: dc701068260463c47ac417c3dd942fda, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 57d94ae7b197caf49b442cd728891118, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 8dd9c2bc57ce783439889e0202d79d61, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: 2b25acc30a6cf214f8c4635ebb5fbba1, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat.meta b/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat.meta new file mode 100644 index 0000000..a4c9755 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Chevron/Chevron.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0141bc0de40b03c47a7d54dba3567d7e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Herringbone.meta b/Assets/Stylized Wood Textures/Materials/Herringbone.meta new file mode 100644 index 0000000..57c1eee --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Herringbone.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0c116c6331b74314ba28eb5e18753938 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat b/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat new file mode 100644 index 0000000..0024d80 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Herringbone + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 4911c6fe3949b1e48a31009db1beb0da, type: 3} + 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: 2800000, guid: 186c2936e047bca4e819220fe891ed91, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 0bc8ebed75a684c4ab2e9bdf336fb3e9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 15af74a8c7f695440b3c413547a7fac3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: 9a3539e3543e8b64e90c260236fa0bcb, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat.meta b/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat.meta new file mode 100644 index 0000000..639b722 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Herringbone/Herringbone.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0576b3490a5948442aace3fadba823bb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Panels.meta b/Assets/Stylized Wood Textures/Materials/Panels.meta new file mode 100644 index 0000000..5b9adb3 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Panels.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67a6107b76225b64a80d6082b33ac95e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat b/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat new file mode 100644 index 0000000..d418264 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Panels + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 2b1250a67455c994d8c3354e49f4e779, type: 3} + 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: 2800000, guid: 8265db1be23ddd34da9ab7c02440424d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 59a6a3fd41f33ae4fa79c2a39578769f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: e948acac20ae579469b3f8722339568d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: 9a8ce3a7b28a38648943493cf5d223a2, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat.meta b/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat.meta new file mode 100644 index 0000000..9b8c87b --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Panels/Panels.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a29dc5e705e2f4a429ca2000cb221c43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Planks.meta b/Assets/Stylized Wood Textures/Materials/Planks.meta new file mode 100644 index 0000000..54c831a --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Planks.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 743609d7bf717f945b97686cdda0774a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat b/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat new file mode 100644 index 0000000..3746926 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Planks + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 741c8af1a7ae1f34dae1e370d8b60933, type: 3} + 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: 2800000, guid: 1d5b21d07413d8f4f8b54302e0dc545b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 7fed49ec704c7ae489e477e9e6dde3aa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 85a567c972364f747b395624dd04d027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: 3623063cbfe883141939161b36eca79c, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat.meta b/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat.meta new file mode 100644 index 0000000..7001a4b --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Planks/Planks.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a384b583426023d4da68d3f25e868451 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Square.meta b/Assets/Stylized Wood Textures/Materials/Square.meta new file mode 100644 index 0000000..5f844d2 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Square.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a75ad70d2f7855645b65b1c546b539fe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Square/Square.mat b/Assets/Stylized Wood Textures/Materials/Square/Square.mat new file mode 100644 index 0000000..4cdabec --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Square/Square.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Square + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: f34c12c780596734b9cbab8fca414acc, type: 3} + 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: 2800000, guid: dc71b8e9c1c2dfc44a3078207aa60d5f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: afb727857a3537445b102d9e816bd11d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: e1e643f0d6c45aa468e85ba5c885d7ff, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: b6fcad0043a441d4ebd9dc3b582b9741, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Square/Square.mat.meta b/Assets/Stylized Wood Textures/Materials/Square/Square.mat.meta new file mode 100644 index 0000000..03d32d1 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Square/Square.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ddb30289dc6d6a47a05448ca7275e5c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Triangle.meta b/Assets/Stylized Wood Textures/Materials/Triangle.meta new file mode 100644 index 0000000..3350869 --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Triangle.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df917eae16e1f62458b5ccf44dc8d329 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat b/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat new file mode 100644 index 0000000..d7f196c --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Triangle + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP _PARALLAXMAP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 91a69e9cef94a8041931a28ad5867a1e, type: 3} + 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: 2800000, guid: e3537fc042bbba94ea33ce0d9abe3592, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 2800000, guid: 6ba61bef9f683ed4580109c5afbf3b55, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 2800000, guid: 7817cf35fe435504b89e659ead31711f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 2800000, guid: cff2f85e0a34f84418366fd235a87a80, type: 3} + 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 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat.meta b/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat.meta new file mode 100644 index 0000000..829e64d --- /dev/null +++ b/Assets/Stylized Wood Textures/Materials/Triangle/Triangle.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5e85b5e82c1a1a84186c3baf89e174c7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures.meta b/Assets/Stylized Wood Textures/Textures.meta new file mode 100644 index 0000000..b18215d --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1936428fe564a324f849422d248400de +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron.meta b/Assets/Stylized Wood Textures/Textures/Chevron.meta new file mode 100644 index 0000000..ea3cac5 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 49c277aab562bdc4292f057c334a86a4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png new file mode 100644 index 0000000..2be32cb Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png.meta new file mode 100644 index 0000000..bcd7e01 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_ambientocclusion.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 8dd9c2bc57ce783439889e0202d79d61 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png new file mode 100644 index 0000000..59e0986 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png.meta new file mode 100644 index 0000000..d164e42 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_basecolor.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: dc701068260463c47ac417c3dd942fda +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png new file mode 100644 index 0000000..041ba67 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png.meta b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png.meta new file mode 100644 index 0000000..a6a4da8 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_height.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 2b25acc30a6cf214f8c4635ebb5fbba1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png new file mode 100644 index 0000000..98a98c0 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png.meta new file mode 100644 index 0000000..49d439b --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_metallic.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 57d94ae7b197caf49b442cd728891118 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png new file mode 100644 index 0000000..7ed39f1 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png.meta new file mode 100644 index 0000000..19d352f --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Chevron/Wood_Chevron_normal.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 2ea7b72f85db9b14090108a266c32dc2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone.meta b/Assets/Stylized Wood Textures/Textures/Herringbone.meta new file mode 100644 index 0000000..ef6ecd9 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6d0dcc5ea6070a543a6c71ad3299cd90 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png new file mode 100644 index 0000000..c27450f Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png.meta new file mode 100644 index 0000000..c1ff9d3 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_ambientocclusion.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 15af74a8c7f695440b3c413547a7fac3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png new file mode 100644 index 0000000..558745f Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png.meta new file mode 100644 index 0000000..fdbcf6e --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_basecolor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 186c2936e047bca4e819220fe891ed91 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png new file mode 100644 index 0000000..db02771 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png.meta b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png.meta new file mode 100644 index 0000000..99b1630 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_height.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 9a3539e3543e8b64e90c260236fa0bcb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png new file mode 100644 index 0000000..974d439 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png.meta new file mode 100644 index 0000000..259594e --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_metallic.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 0bc8ebed75a684c4ab2e9bdf336fb3e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png new file mode 100644 index 0000000..4d46184 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png.meta new file mode 100644 index 0000000..7ba40cb --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Herringbone/Wood_Herringbone_normal.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 4911c6fe3949b1e48a31009db1beb0da +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels.meta b/Assets/Stylized Wood Textures/Textures/Panels.meta new file mode 100644 index 0000000..f8d5346 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5cb3153f08f5bd4c80372fdef2494a6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png new file mode 100644 index 0000000..beef2c2 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png.meta new file mode 100644 index 0000000..166ccad --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_ambientocclusion.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: e948acac20ae579469b3f8722339568d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png new file mode 100644 index 0000000..f933fd7 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png.meta new file mode 100644 index 0000000..ac5e40c --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_basecolor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 8265db1be23ddd34da9ab7c02440424d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png new file mode 100644 index 0000000..12c765a Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png.meta b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png.meta new file mode 100644 index 0000000..c55a950 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_height.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 9a8ce3a7b28a38648943493cf5d223a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png new file mode 100644 index 0000000..b2fc29f Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png.meta new file mode 100644 index 0000000..6e98863 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_metallic.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 59a6a3fd41f33ae4fa79c2a39578769f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png new file mode 100644 index 0000000..70bae75 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png.meta new file mode 100644 index 0000000..9a60073 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Panels/Wood_Panels_normal.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 2b1250a67455c994d8c3354e49f4e779 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks.meta b/Assets/Stylized Wood Textures/Textures/Planks.meta new file mode 100644 index 0000000..b07b36f --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8848719f26cec34b8ce87026931f7ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png new file mode 100644 index 0000000..cd2617e Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png.meta new file mode 100644 index 0000000..dede63a --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_ambientocclusion.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 85a567c972364f747b395624dd04d027 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png new file mode 100644 index 0000000..f1a8cef Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png.meta new file mode 100644 index 0000000..f9565cd --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_basecolor.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 1d5b21d07413d8f4f8b54302e0dc545b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png new file mode 100644 index 0000000..4c99ab7 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png.meta b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png.meta new file mode 100644 index 0000000..f9b1476 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_height.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 3623063cbfe883141939161b36eca79c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png new file mode 100644 index 0000000..486688b Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png.meta new file mode 100644 index 0000000..c049f6a --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_metallic.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 7fed49ec704c7ae489e477e9e6dde3aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png new file mode 100644 index 0000000..9648904 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png.meta new file mode 100644 index 0000000..d27cf5c --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Planks/Wood_Planks_normal.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 741c8af1a7ae1f34dae1e370d8b60933 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square.meta b/Assets/Stylized Wood Textures/Textures/Square.meta new file mode 100644 index 0000000..3415951 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1921100782edf7c4fbffb93f88cbe417 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png new file mode 100644 index 0000000..b5f9bd2 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png.meta new file mode 100644 index 0000000..ee3b885 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_ambientocclusion.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: e1e643f0d6c45aa468e85ba5c885d7ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png new file mode 100644 index 0000000..c442520 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png.meta new file mode 100644 index 0000000..d2cc373 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_basecolor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: dc71b8e9c1c2dfc44a3078207aa60d5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png new file mode 100644 index 0000000..dfe9ac1 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png.meta b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png.meta new file mode 100644 index 0000000..49283ad --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_height.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: b6fcad0043a441d4ebd9dc3b582b9741 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png new file mode 100644 index 0000000..a3175ce Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png.meta new file mode 100644 index 0000000..9ee3308 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_metallic.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: afb727857a3537445b102d9e816bd11d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png new file mode 100644 index 0000000..b1b511c Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png.meta new file mode 100644 index 0000000..8e5c50d --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Square/Wood_Square_normal.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: f34c12c780596734b9cbab8fca414acc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle.meta b/Assets/Stylized Wood Textures/Textures/Triangle.meta new file mode 100644 index 0000000..ecded01 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 08c71626c6e309d4aa224056422a97dc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png new file mode 100644 index 0000000..f2ec0f7 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png.meta b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png.meta new file mode 100644 index 0000000..6dce22c --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_ambientocclusion.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 7817cf35fe435504b89e659ead31711f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png new file mode 100644 index 0000000..c633cb0 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png.meta b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png.meta new file mode 100644 index 0000000..3f09e3b --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_basecolor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: e3537fc042bbba94ea33ce0d9abe3592 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png new file mode 100644 index 0000000..52533af Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png.meta b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png.meta new file mode 100644 index 0000000..c6317e5 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_height.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: cff2f85e0a34f84418366fd235a87a80 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png new file mode 100644 index 0000000..5491979 Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png.meta b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png.meta new file mode 100644 index 0000000..d200ab3 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_metallic.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 6ba61bef9f683ed4580109c5afbf3b55 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png new file mode 100644 index 0000000..c88023f Binary files /dev/null and b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png differ diff --git a/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png.meta b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png.meta new file mode 100644 index 0000000..c1deb06 --- /dev/null +++ b/Assets/Stylized Wood Textures/Textures/Triangle/Wood_Triangle_normal.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: 91a69e9cef94a8041931a28ad5867a1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + 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: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Wood.mat b/Assets/Wood.mat new file mode 100644 index 0000000..bef45ef --- /dev/null +++ b/Assets/Wood.mat @@ -0,0 +1,83 @@ +%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: Wood + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + 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_Ints: [] + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _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.4125303, g: 0.33323687, b: 0.15832081, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Wood.mat.meta b/Assets/Wood.mat.meta new file mode 100644 index 0000000..274dba2 --- /dev/null +++ b/Assets/Wood.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 802210142a7e36bc5885ca5f7c695b8d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR.meta b/Assets/XR.meta new file mode 100644 index 0000000..c8e799d --- /dev/null +++ b/Assets/XR.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6718dd3331493213c954575eececaa82 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders.meta b/Assets/XR/Loaders.meta new file mode 100644 index 0000000..a506554 --- /dev/null +++ b/Assets/XR/Loaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8fb1f45bab6e7c817b5f0b954ad58c62 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders/OculusLoader.asset b/Assets/XR/Loaders/OculusLoader.asset new file mode 100644 index 0000000..9ff33a5 --- /dev/null +++ b/Assets/XR/Loaders/OculusLoader.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 03bc68f14d65e7747a59d5ff74bd199b, type: 3} + m_Name: OculusLoader + m_EditorClassIdentifier: diff --git a/Assets/XR/Loaders/OculusLoader.asset.meta b/Assets/XR/Loaders/OculusLoader.asset.meta new file mode 100644 index 0000000..bd48962 --- /dev/null +++ b/Assets/XR/Loaders/OculusLoader.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5bb209617c9f85141ba5e95fdf1911dc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Loaders/OpenXRLoader.asset b/Assets/XR/Loaders/OpenXRLoader.asset new file mode 100644 index 0000000..861fe35 --- /dev/null +++ b/Assets/XR/Loaders/OpenXRLoader.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d3552e428dc7646a88de3ed3650f87da, type: 3} + m_Name: OpenXRLoader + m_EditorClassIdentifier: diff --git a/Assets/XR/Loaders/OpenXRLoader.asset.meta b/Assets/XR/Loaders/OpenXRLoader.asset.meta new file mode 100644 index 0000000..35493ce --- /dev/null +++ b/Assets/XR/Loaders/OpenXRLoader.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 58b61f4225d72fc09a99cd7eba39e37b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings.meta b/Assets/XR/Settings.meta new file mode 100644 index 0000000..f3de384 --- /dev/null +++ b/Assets/XR/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f07ca46e8b694c9699841663fb32eef4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings/OculusSettings.asset b/Assets/XR/Settings/OculusSettings.asset new file mode 100644 index 0000000..8e781b3 --- /dev/null +++ b/Assets/XR/Settings/OculusSettings.asset @@ -0,0 +1,33 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c353a8f1e58cf884584123914fe63cd5, type: 3} + m_Name: OculusSettings + m_EditorClassIdentifier: + m_StereoRenderingModeDesktop: 1 + m_StereoRenderingModeAndroid: 2 + SharedDepthBuffer: 1 + DepthSubmission: 0 + DashSupport: 1 + LowOverheadMode: 0 + OptimizeBufferDiscards: 1 + PhaseSync: 0 + SymmetricProjection: 1 + SubsampledLayout: 0 + FoveatedRenderingMethod: 0 + LateLatching: 0 + LateLatchingDebug: 0 + EnableTrackingOriginStageMode: 0 + SpaceWarp: 0 + TargetQuest2: 0 + TargetQuestPro: 0 + TargetQuest3: 1 + SystemSplashScreen: {fileID: 0} diff --git a/Assets/XR/Settings/OculusSettings.asset.meta b/Assets/XR/Settings/OculusSettings.asset.meta new file mode 100644 index 0000000..e25a4db --- /dev/null +++ b/Assets/XR/Settings/OculusSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 541751c4fa90967d68ef779a22ee43f3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings/OpenXR Editor Settings.asset b/Assets/XR/Settings/OpenXR Editor Settings.asset new file mode 100644 index 0000000..50df567 --- /dev/null +++ b/Assets/XR/Settings/OpenXR Editor Settings.asset @@ -0,0 +1,20 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 975057b4fdcfb8142b3080d19a5cc712, type: 3} + m_Name: OpenXR Editor Settings + m_EditorClassIdentifier: + Keys: 0100000007000000 + Values: + - featureSets: + - com.meta.openxr.featureset.metaxr + - featureSets: + - com.meta.openxr.featureset.metaxr diff --git a/Assets/XR/Settings/OpenXR Editor Settings.asset.meta b/Assets/XR/Settings/OpenXR Editor Settings.asset.meta new file mode 100644 index 0000000..b5b6442 --- /dev/null +++ b/Assets/XR/Settings/OpenXR Editor Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 21087aa46d1a1f68da9d81da4c7c95ee +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/Settings/OpenXR Package Settings.asset b/Assets/XR/Settings/OpenXR Package Settings.asset new file mode 100644 index 0000000..05e8d9d --- /dev/null +++ b/Assets/XR/Settings/OpenXR Package Settings.asset @@ -0,0 +1,898 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8842978699430203685 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f028123e2efe1d443875bc7609b4a98b, type: 3} + m_Name: PalmPoseInteraction Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Palm Pose + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.palmpose + openxrExtensionStrings: XR_EXT_palm_pose + company: Unity + priority: 0 + required: 0 +--- !u!114 &-7797578181729297533 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7de993716e042c6499d0c18eed3a773c, type: 3} + m_Name: MockRuntime Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Mock Runtime + version: 0.0.2 + featureIdInternal: com.unity.openxr.feature.mockruntime + openxrExtensionStrings: XR_UNITY_null_gfx XR_UNITY_android_present + company: Unity + priority: 0 + required: 0 + ignoreValidationErrors: 0 +--- !u!114 &-7410716264333477660 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: feeef8d85de8db242bdda70cc7ff5acd, type: 3} + m_Name: OculusTouchControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Oculus Touch Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.oculustouch + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &-6170910565043666640 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a24be4b5ebfe5f4d8ed1de9b25cb7aa, type: 3} + m_Name: HandCommonPosesInteraction Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Hand Interaction Poses + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handinteractionposes + openxrExtensionStrings: XR_EXT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &-5987040966221225623 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b5a1f07dc5afe854f9f12a4194aca3fb, type: 3} + m_Name: Android + m_EditorClassIdentifier: + features: + - {fileID: 8855485403236843309} + - {fileID: -2761295129341205521} + - {fileID: -4171198302982782770} + - {fileID: -6170910565043666640} + - {fileID: -139096323662384272} + - {fileID: -205830694663270198} + - {fileID: 862832703021835726} + - {fileID: -2671964013329340636} + - {fileID: 735894486013179328} + - {fileID: -4789045610429794131} + - {fileID: -955955218545609765} + - {fileID: -849155006485358188} + - {fileID: 9052475095796937479} + - {fileID: 4352149734707708560} + - {fileID: 7556783271784687744} + - {fileID: -8842978699430203685} + - {fileID: -1985578631379092552} + m_renderMode: 1 + m_depthSubmissionMode: 0 + m_symmetricProjection: 0 +--- !u!114 &-5368613396602682533 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9c5b5af5107e35a43818d5411328bfc3, type: 3} + m_Name: DPadInteraction Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: D-Pad Binding + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.dpadinteraction + openxrExtensionStrings: XR_KHR_binding_modification XR_EXT_dpad_binding + company: Unity + priority: 0 + required: 0 + forceThresholdLeft: 0.5 + forceThresholdReleaseLeft: 0.4 + centerRegionLeft: 0.5 + wedgeAngleLeft: 1.5707964 + isStickyLeft: 0 + forceThresholdRight: 0.5 + forceThresholdReleaseRight: 0.4 + centerRegionRight: 0.5 + wedgeAngleRight: 1.5707964 + isStickyRight: 0 + extensionStrings: + - XR_KHR_binding_modification + - XR_EXT_dpad_binding +--- !u!114 &-4789045610429794131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1927c045052a06d49a9b21fdcaa26db6, type: 3} + m_Name: MetaXRFeature Android + m_EditorClassIdentifier: + m_enabled: 1 + nameUi: Meta XR Feature + version: 0.0.1 + featureIdInternal: com.meta.openxr.feature.metaxr + openxrExtensionStrings: 'XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces + XR_FB_display_refresh_rate XR_EXT_performance_settings XR_FB_composition_layer_image_layout + XR_KHR_android_surface_swapchain XR_FB_android_surface_swapchain_create XR_KHR_composition_layer_color_scale_bias + XR_FB_color_space XR_EXT_hand_tracking XR_FB_swapchain_update_state XR_FB_swapchain_update_state_opengl_es + XR_FB_swapchain_update_state_vulkan XR_FB_composition_layer_alpha_blend XR_KHR_composition_layer_depth + XR_KHR_composition_layer_cylinder XR_KHR_composition_layer_cube XR_KHR_composition_layer_equirect2 + XR_KHR_convert_timespec_time XR_KHR_visibility_mask XR_FB_render_model XR_FB_spatial_entity + XR_FB_spatial_entity_query XR_FB_spatial_entity_storage XR_META_performance_metrics + XR_FB_scene XR_FB_spatial_entity_container XR_FB_scene_capture XR_FB_face_tracking + XR_FB_eye_tracking XR_FB_keyboard_tracking XR_FB_passthrough XR_FB_triangle_mesh + XR_FB_passthrough_keyboard_hands XR_OCULUS_audio_device_guid XR_FB_common_events + XR_FB_space_warp XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim + XR_FB_touch_controller_pro XR_FB_touch_controller_proximity ' + company: Meta + priority: 0 + required: 0 +--- !u!114 &-4171198302982782770 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3cf79659a011bd419c7a2a30eb74e9a, type: 3} + m_Name: EyeGazeInteraction Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Eye Gaze Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.eyetracking + openxrExtensionStrings: XR_EXT_eye_gaze_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &-2761295129341205521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9c5b5af5107e35a43818d5411328bfc3, type: 3} + m_Name: DPadInteraction Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: D-Pad Binding + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.dpadinteraction + openxrExtensionStrings: XR_KHR_binding_modification XR_EXT_dpad_binding + company: Unity + priority: 0 + required: 0 + forceThresholdLeft: 0.5 + forceThresholdReleaseLeft: 0.4 + centerRegionLeft: 0.5 + wedgeAngleLeft: 1.5707964 + isStickyLeft: 0 + forceThresholdRight: 0.5 + forceThresholdReleaseRight: 0.4 + centerRegionRight: 0.5 + wedgeAngleRight: 1.5707964 + isStickyRight: 0 + extensionStrings: + - XR_KHR_binding_modification + - XR_EXT_dpad_binding +--- !u!114 &-2671964013329340636 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c4b862ee14fb479fbfe5fffe655d3ed3, type: 3} + m_Name: MetaQuestTouchProControllerProfile Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Meta Quest Touch Pro Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.metaquestpro + openxrExtensionStrings: XR_FB_touch_controller_pro + company: Unity + priority: 0 + required: 0 +--- !u!114 &-1985578631379092552 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 056125dd64c0ed540b40a4af74f7b495, type: 3} + m_Name: RuntimeDebuggerOpenXRFeature Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Runtime Debugger + version: 1 + featureIdInternal: com.unity.openxr.features.runtimedebugger + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 + cacheSize: 1048576 + perThreadCacheSize: 51200 +--- !u!114 &-1136389683072561409 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0d6ccd3d0ef0f1d458e69421dccbdae1, type: 3} + m_Name: ValveIndexControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Valve Index Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.valveindex + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &-1120853883863443442 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b5a1f07dc5afe854f9f12a4194aca3fb, type: 3} + m_Name: WebGL + m_EditorClassIdentifier: + features: [] + m_renderMode: 1 + m_depthSubmissionMode: 0 + m_symmetricProjection: 0 +--- !u!114 &-1043021573035098559 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 056125dd64c0ed540b40a4af74f7b495, type: 3} + m_Name: RuntimeDebuggerOpenXRFeature Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Runtime Debugger + version: 1 + featureIdInternal: com.unity.openxr.features.runtimedebugger + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 + cacheSize: 1048576 + perThreadCacheSize: 51200 +--- !u!114 &-955955218545609765 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3d28f705476c80d47acb3dfade3d3142, type: 3} + m_Name: MetaXRFoveationFeature Android + m_EditorClassIdentifier: + m_enabled: 1 + nameUi: Meta XR Foveation + version: 1.0.0 + featureIdInternal: com.meta.openxr.feature.foveation + openxrExtensionStrings: 'XR_FB_foveation XR_FB_foveation_configuration XR_FB_foveation_vulkan ' + company: Meta + priority: 0 + required: 0 +--- !u!114 &-849155006485358188 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f928d0d73a35f294fbe357ca17aa3547, type: 3} + m_Name: MicrosoftHandInteraction Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Microsoft Hand Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handtracking + openxrExtensionStrings: XR_MSFT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &-205830694663270198 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0f6bfdbcb316ed242b30a8798c9eb853, type: 3} + m_Name: KHRSimpleControllerProfile Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Khronos Simple Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.khrsimpleprofile + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &-139096323662384272 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5019471fb2174e5c852ecd4047163007, type: 3} + m_Name: HandInteractionProfile Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Hand Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handinteraction + openxrExtensionStrings: XR_EXT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9f0ebc320a151d3408ea1e9fce54d40e, type: 3} + m_Name: OpenXR Package Settings + m_EditorClassIdentifier: + Keys: 01000000070000000d000000 + Values: + - {fileID: 7677897911457795798} + - {fileID: -5987040966221225623} + - {fileID: -1120853883863443442} +--- !u!114 &422754247936211005 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e5315f812f023cf4ebf26f7e5d2d70f2, type: 3} + m_Name: HPReverbG2ControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: HP Reverb G2 Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.hpreverb + openxrExtensionStrings: XR_EXT_hp_mixed_reality_controller + company: Unity + priority: 0 + required: 0 +--- !u!114 &735894486013179328 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e573a2aed6698b047aff95224499b722, type: 3} + m_Name: MetaXREyeTrackedFoveationFeature Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Meta XR Eye Tracked Foveation + version: 0.0.1 + featureIdInternal: com.meta.openxr.feature.eyetrackedfoveation + openxrExtensionStrings: XR_META_foveation_eye_tracked XR_FB_eye_tracking_social + XR_META_vulkan_swapchain_create_info + company: Meta + priority: 0 + required: 0 +--- !u!114 &862832703021835726 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f647cc0545697264a9878224faada6d5, type: 3} + m_Name: MetaQuestFeature Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Meta Quest Support + version: 1.0.0 + featureIdInternal: com.unity.openxr.feature.metaquest + openxrExtensionStrings: XR_OCULUS_android_initialize_loader + company: Unity + priority: 0 + required: 0 + targetDevices: + - visibleName: Quest + manifestName: quest + enabled: 1 + - visibleName: Quest 2 + manifestName: quest2 + enabled: 1 + - visibleName: Quest Pro + manifestName: cambria + enabled: 1 + forceRemoveInternetPermission: 0 + symmetricProjection: 0 + systemSplashScreen: {fileID: 0} + lateLatchingMode: 0 + lateLatchingDebug: 0 +--- !u!114 &2053109201415888598 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f028123e2efe1d443875bc7609b4a98b, type: 3} + m_Name: PalmPoseInteraction Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Palm Pose + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.palmpose + openxrExtensionStrings: XR_EXT_palm_pose + company: Unity + priority: 0 + required: 0 +--- !u!114 &2332583096901847682 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 761fdd4502cb7a84e9ec7a2b24f33f37, type: 3} + m_Name: MicrosoftMotionControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Microsoft Motion Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.microsoftmotioncontroller + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &2781418949435449030 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a24be4b5ebfe5f4d8ed1de9b25cb7aa, type: 3} + m_Name: HandCommonPosesInteraction Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Hand Interaction Poses + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handinteractionposes + openxrExtensionStrings: XR_EXT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &3524136878983091654 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 274c02963f889a64e90bc2e596e21d13, type: 3} + m_Name: HTCViveControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: HTC Vive Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.htcvive + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &3632394352112413473 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0f6bfdbcb316ed242b30a8798c9eb853, type: 3} + m_Name: KHRSimpleControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Khronos Simple Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.khrsimpleprofile + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &3797605440259359474 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3cf79659a011bd419c7a2a30eb74e9a, type: 3} + m_Name: EyeGazeInteraction Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Eye Gaze Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.eyetracking + openxrExtensionStrings: XR_EXT_eye_gaze_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &4352149734707708560 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9ef793c31862a37448e907829482ef80, type: 3} + m_Name: OculusQuestFeature Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Oculus Quest Support + version: 1.0.0 + featureIdInternal: com.unity.openxr.feature.oculusquest + openxrExtensionStrings: XR_OCULUS_android_initialize_loader + company: Unity + priority: 0 + required: 0 + targetQuest: 1 + targetQuest2: 1 +--- !u!114 &5345933582143861607 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e573a2aed6698b047aff95224499b722, type: 3} + m_Name: MetaXREyeTrackedFoveationFeature Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Meta XR Eye Tracked Foveation + version: 0.0.1 + featureIdInternal: com.meta.openxr.feature.eyetrackedfoveation + openxrExtensionStrings: XR_META_foveation_eye_tracked XR_FB_eye_tracking_social + XR_META_vulkan_swapchain_create_info + company: Meta + priority: 0 + required: 0 +--- !u!114 &6776951994483116146 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c4b862ee14fb479fbfe5fffe655d3ed3, type: 3} + m_Name: MetaQuestTouchProControllerProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Meta Quest Touch Pro Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.metaquestpro + openxrExtensionStrings: XR_FB_touch_controller_pro + company: Unity + priority: 0 + required: 0 +--- !u!114 &7556783271784687744 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: feeef8d85de8db242bdda70cc7ff5acd, type: 3} + m_Name: OculusTouchControllerProfile Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Oculus Touch Controller Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.oculustouch + openxrExtensionStrings: + company: Unity + priority: 0 + required: 0 +--- !u!114 &7677897911457795798 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b5a1f07dc5afe854f9f12a4194aca3fb, type: 3} + m_Name: Standalone + m_EditorClassIdentifier: + features: + - {fileID: 8512642548376798757} + - {fileID: -5368613396602682533} + - {fileID: 3797605440259359474} + - {fileID: 2781418949435449030} + - {fileID: 8734876764521167447} + - {fileID: 422754247936211005} + - {fileID: 3524136878983091654} + - {fileID: 3632394352112413473} + - {fileID: 6776951994483116146} + - {fileID: 5345933582143861607} + - {fileID: 8033319563373889470} + - {fileID: 7762301161171543934} + - {fileID: 8884988024434390195} + - {fileID: 2332583096901847682} + - {fileID: -7797578181729297533} + - {fileID: -7410716264333477660} + - {fileID: 2053109201415888598} + - {fileID: -1043021573035098559} + - {fileID: -1136389683072561409} + m_renderMode: 1 + m_depthSubmissionMode: 0 + m_symmetricProjection: 0 +--- !u!114 &7762301161171543934 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3d28f705476c80d47acb3dfade3d3142, type: 3} + m_Name: MetaXRFoveationFeature Standalone + m_EditorClassIdentifier: + m_enabled: 1 + nameUi: Meta XR Foveation + version: 1.0.0 + featureIdInternal: com.meta.openxr.feature.foveation + openxrExtensionStrings: 'XR_FB_foveation XR_FB_foveation_configuration XR_FB_foveation_vulkan ' + company: Meta + priority: 0 + required: 0 +--- !u!114 &8033319563373889470 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1927c045052a06d49a9b21fdcaa26db6, type: 3} + m_Name: MetaXRFeature Standalone + m_EditorClassIdentifier: + m_enabled: 1 + nameUi: Meta XR Feature + version: 0.0.1 + featureIdInternal: com.meta.openxr.feature.metaxr + openxrExtensionStrings: 'XR_KHR_vulkan_enable XR_KHR_D3D11_enable XR_OCULUS_common_reference_spaces + XR_FB_display_refresh_rate XR_EXT_performance_settings XR_FB_composition_layer_image_layout + XR_KHR_android_surface_swapchain XR_FB_android_surface_swapchain_create XR_KHR_composition_layer_color_scale_bias + XR_FB_color_space XR_EXT_hand_tracking XR_FB_swapchain_update_state XR_FB_swapchain_update_state_opengl_es + XR_FB_swapchain_update_state_vulkan XR_FB_composition_layer_alpha_blend XR_KHR_composition_layer_depth + XR_KHR_composition_layer_cylinder XR_KHR_composition_layer_cube XR_KHR_composition_layer_equirect2 + XR_KHR_convert_timespec_time XR_KHR_visibility_mask XR_FB_render_model XR_FB_spatial_entity + XR_FB_spatial_entity_query XR_FB_spatial_entity_storage XR_META_performance_metrics + XR_FB_scene XR_FB_spatial_entity_container XR_FB_scene_capture XR_FB_face_tracking + XR_FB_eye_tracking XR_FB_keyboard_tracking XR_FB_passthrough XR_FB_triangle_mesh + XR_FB_passthrough_keyboard_hands XR_OCULUS_audio_device_guid XR_FB_common_events + XR_FB_space_warp XR_FB_hand_tracking_capsules XR_FB_hand_tracking_mesh XR_FB_hand_tracking_aim + XR_FB_touch_controller_pro XR_FB_touch_controller_proximity ' + company: Meta + priority: 0 + required: 0 +--- !u!114 &8512642548376798757 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 486b5e28864f9a94b979b9620ce5006d, type: 3} + m_Name: ConformanceAutomationFeature Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Conformance Automation + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.conformance + openxrExtensionStrings: XR_EXT_conformance_automation + company: Unity + priority: 0 + required: 0 +--- !u!114 &8734876764521167447 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5019471fb2174e5c852ecd4047163007, type: 3} + m_Name: HandInteractionProfile Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Hand Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handinteraction + openxrExtensionStrings: XR_EXT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &8855485403236843309 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 486b5e28864f9a94b979b9620ce5006d, type: 3} + m_Name: ConformanceAutomationFeature Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Conformance Automation + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.conformance + openxrExtensionStrings: XR_EXT_conformance_automation + company: Unity + priority: 0 + required: 0 +--- !u!114 &8884988024434390195 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f928d0d73a35f294fbe357ca17aa3547, type: 3} + m_Name: MicrosoftHandInteraction Standalone + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Microsoft Hand Interaction Profile + version: 0.0.1 + featureIdInternal: com.unity.openxr.feature.input.handtracking + openxrExtensionStrings: XR_MSFT_hand_interaction + company: Unity + priority: 0 + required: 0 +--- !u!114 &9052475095796937479 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7de993716e042c6499d0c18eed3a773c, type: 3} + m_Name: MockRuntime Android + m_EditorClassIdentifier: + m_enabled: 0 + nameUi: Mock Runtime + version: 0.0.2 + featureIdInternal: com.unity.openxr.feature.mockruntime + openxrExtensionStrings: XR_UNITY_null_gfx XR_UNITY_android_present + company: Unity + priority: 0 + required: 0 + ignoreValidationErrors: 0 diff --git a/Assets/XR/Settings/OpenXR Package Settings.asset.meta b/Assets/XR/Settings/OpenXR Package Settings.asset.meta new file mode 100644 index 0000000..c873458 --- /dev/null +++ b/Assets/XR/Settings/OpenXR Package Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 74688ab07eb2d61e4ab213569f39da23 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/XR/XRGeneralSettingsPerBuildTarget.asset b/Assets/XR/XRGeneralSettingsPerBuildTarget.asset new file mode 100644 index 0000000..395e2be --- /dev/null +++ b/Assets/XR/XRGeneralSettingsPerBuildTarget.asset @@ -0,0 +1,82 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3231243978301740689 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3} + m_Name: Standalone Settings + m_EditorClassIdentifier: + m_LoaderManagerInstance: {fileID: -1433081394970798467} + m_InitManagerOnStart: 1 +--- !u!114 &-3127938587913570544 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3} + m_Name: Android Settings + m_EditorClassIdentifier: + m_LoaderManagerInstance: {fileID: 3499334375694874946} + m_InitManagerOnStart: 1 +--- !u!114 &-1433081394970798467 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3} + m_Name: Standalone Providers + m_EditorClassIdentifier: + m_RequiresSettingsUpdate: 0 + m_AutomaticLoading: 0 + m_AutomaticRunning: 0 + m_Loaders: + - {fileID: 11400000, guid: 5bb209617c9f85141ba5e95fdf1911dc, type: 2} + - {fileID: 11400000, guid: 58b61f4225d72fc09a99cd7eba39e37b, type: 2} +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d2dc886499c26824283350fa532d087d, type: 3} + m_Name: XRGeneralSettingsPerBuildTarget + m_EditorClassIdentifier: + Keys: 0100000007000000 + Values: + - {fileID: -3231243978301740689} + - {fileID: -3127938587913570544} +--- !u!114 &3499334375694874946 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3} + m_Name: Android Providers + m_EditorClassIdentifier: + m_RequiresSettingsUpdate: 0 + m_AutomaticLoading: 0 + m_AutomaticRunning: 0 + m_Loaders: + - {fileID: 11400000, guid: 58b61f4225d72fc09a99cd7eba39e37b, type: 2} + - {fileID: 11400000, guid: 5bb209617c9f85141ba5e95fdf1911dc, type: 2} diff --git a/Assets/XR/XRGeneralSettingsPerBuildTarget.asset.meta b/Assets/XR/XRGeneralSettingsPerBuildTarget.asset.meta new file mode 100644 index 0000000..ac9af79 --- /dev/null +++ b/Assets/XR/XRGeneralSettingsPerBuildTarget.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8eb28e39ec717d0799039f01965f0533 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/marc.mat b/Assets/marc.mat new file mode 100644 index 0000000..02cced8 --- /dev/null +++ b/Assets/marc.mat @@ -0,0 +1,42 @@ +%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: marc + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 2100000, guid: a384b583426023d4da68d3f25e868451, type: 2} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _METALLICGLOSSMAP + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + 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} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: [] + m_Colors: [] + m_BuildTextureStacks: [] diff --git a/Assets/marc.mat.meta b/Assets/marc.mat.meta new file mode 100644 index 0000000..a9ea0d2 --- /dev/null +++ b/Assets/marc.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 24f9d6cb47dfc2c92a1f98009afeb0ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/test.obj b/Assets/test.obj new file mode 100644 index 0000000..854d5fb --- /dev/null +++ b/Assets/test.obj @@ -0,0 +1,19458 @@ +# Created by FreeCAD +v 0.601540 0.037102 -4.963544 +v 0.626666 -0.000000 -4.960574 +v 0.000000 -0.000000 -5.000000 +v 0.592422 0.110743 -4.963544 +v 0.574322 0.182705 -4.963544 +v 0.547517 0.251898 -4.963544 +v 1.187509 0.147045 -4.854709 +v 1.243449 -0.000000 -4.842916 +v 0.512412 0.317272 -4.963544 +v 1.160438 0.291862 -4.854709 +v 0.469539 0.377837 -4.963544 +v 1.115776 0.432254 -4.854709 +v 1.769662 0.109149 -4.675081 +v 1.840623 -0.000000 -4.648882 +v 0.419548 0.432674 -4.963544 +v 1.054200 0.566094 -4.854709 +v 1.742835 0.325792 -4.675081 +v 0.363198 0.480952 -4.963544 +v 0.976644 0.691352 -4.854709 +v 1.689590 0.537497 -4.675081 +v 0.301342 0.521939 -4.963544 +v 0.884282 0.806130 -4.854709 +v 1.610731 0.741054 -4.675081 +v 0.234917 0.555014 -4.963544 +v 2.306004 0.285545 -4.427280 +v 2.408768 -0.000000 -4.381534 +v 0.778516 0.908687 -4.854709 +v 1.507456 0.933377 -4.675081 +v 0.164932 0.579676 -4.963544 +v 2.253436 0.566762 -4.427280 +v 0.660948 0.997471 -4.854709 +v 1.381329 1.111551 -4.675081 +v 0.092447 0.595551 -4.963544 +v 2.166707 0.839387 -4.427280 +v 0.533361 1.071133 -4.854709 +v 2.834937 0.174853 -4.114919 +v 2.938926 -0.000000 -4.045085 +v 1.234262 1.272875 -4.675081 +v 0.018560 0.602398 -4.963544 +v 2.047134 1.099288 -4.427280 +v 0.397689 1.128558 -4.854709 +v 2.791962 0.521908 -4.114919 +v 1.068486 1.414904 -4.675081 +v -0.055609 0.600112 -4.963544 +v 1.896528 1.342524 -4.427280 +v 0.255988 1.168876 -4.854709 +v 2.706664 0.861052 -4.114919 +v 0.886512 1.535484 -4.675081 +v -0.128934 0.588730 -4.963544 +v 1.717173 1.565410 -4.427280 +v 0.110406 1.191474 -4.854709 +v 2.580335 1.187143 -4.114919 +v 0.691100 1.632788 -4.675081 +v -0.200305 0.568424 -4.963544 +v 3.290483 0.407450 -3.742554 +v 3.422735 -0.000000 -3.644843 +v 1.511787 1.764565 -4.427280 +v -0.036849 1.196011 -4.854709 +v 2.414892 1.495238 -4.114919 +v 0.485211 1.705340 -4.675081 +v -0.268639 0.539500 -4.963544 +v 3.215472 0.808724 -3.742554 +v 1.283484 1.936972 -4.427280 +v -0.183545 1.182417 -4.854709 +v 2.212841 1.780667 -4.114919 +v 0.271967 1.752042 -4.675081 +v -0.332901 0.502398 -4.963544 +v 3.091717 1.197738 -3.742554 +v 1.035725 2.080016 -4.427280 +v -0.327459 1.150900 -4.854709 +v 3.735455 0.230395 -3.315613 +v 3.852566 -0.000000 -3.187120 +v 1.977246 2.039102 -4.114919 +v 0.054600 1.772184 -4.675081 +v -0.392117 0.457681 -4.963544 +v 2.921096 1.568595 -3.742554 +v 0.772265 2.191529 -4.427280 +v -0.466409 1.101936 -4.854709 +v 3.678830 0.687692 -3.315613 +v 1.711677 2.266627 -4.114919 +v -0.163594 1.765461 -4.675081 +v -0.445388 0.406025 -4.963544 +v 2.706193 1.915675 -3.742554 +v 0.497098 2.269820 -4.427280 +v -0.598289 1.036267 -4.854709 +v 3.566437 1.134565 -3.315613 +v 1.420162 2.459793 -4.114919 +v -0.379309 1.731976 -4.675081 +v -0.491908 0.348215 -4.963544 +v 2.450268 2.233714 -3.742554 +v 0.214396 2.313704 -4.427280 +v -0.721100 0.954890 -4.854709 +v 3.399980 1.564239 -3.315613 +v 1.107118 2.615670 -4.114919 +v -0.589273 1.672236 -4.675081 +v -0.530971 0.285126 -4.963544 +v 4.083730 0.505675 -2.840324 +v 4.221640 -0.000000 -2.679134 +v 2.157199 2.517893 -3.742554 +v -0.071556 2.322514 -4.427280 +v -0.832979 0.859038 -4.854709 +v 3.181983 1.970201 -3.315613 +v 0.777291 2.731896 -4.114919 +v -0.790305 1.587146 -4.675081 +v -0.561986 0.217714 -4.963544 +v 3.990636 1.003685 -2.840324 +v 1.831429 2.763903 -3.742554 +v -0.356423 2.296117 -4.427280 +v -0.932231 0.750163 -4.854709 +v 2.915751 2.346296 -3.315613 +v 0.435682 2.806710 -4.114919 +v -0.979357 1.477997 -4.675081 +v -0.584481 0.147003 -4.963544 +v 3.837048 1.486480 -2.840324 +v 1.477896 2.968015 -3.742554 +v -0.635888 2.234913 -4.427280 +v -1.017351 0.629917 -4.854709 +v 4.418883 0.272547 -2.323616 +v 4.524135 -0.000000 -2.128896 +v 2.605319 2.686824 -3.315613 +v 0.087468 2.838977 -4.114919 +v -1.153562 1.346443 -4.675081 +v -0.598115 0.074063 -4.963544 +v 3.625294 1.946742 -2.840324 +v 1.101960 3.127135 -3.742554 +v -0.905713 2.139831 -4.427280 +v -1.087050 0.500122 -4.854709 +v 4.351897 0.813511 -2.323616 +v 2.255393 2.986622 -3.315613 +v -0.262072 2.828207 -4.114919 +v -1.310281 1.194479 -4.675081 +v -0.602683 -0.000000 -4.963544 +v 3.358584 2.377493 -2.840324 +v 0.709319 3.238851 -3.742554 +v -1.161808 2.012310 -4.427280 +v -1.140270 0.362746 -4.854709 +v 4.218941 1.342142 -2.323616 +v 1.871277 3.241147 -3.315613 +v -0.607639 2.774565 -4.114919 +v -1.447137 1.024407 -4.675081 +v -0.598115 -0.074063 -4.963544 +v 3.040962 2.772203 -2.840324 +v 0.305926 3.301470 -3.742554 +v -1.400291 1.854285 -4.427280 +v -1.176204 0.219871 -4.854709 +v 4.022030 1.850428 -2.323616 +v 1.458795 3.446538 -3.315613 +v -0.943995 2.678864 -4.114919 +v -1.562056 0.838806 -4.675081 +v -0.584481 -0.147003 -4.963544 +v 4.639647 0.574513 -1.773024 +v 4.755282 -0.000000 -1.545085 +v 2.677242 3.124890 -2.840324 +v -0.102105 3.314041 -3.742554 +v -1.617548 1.668151 -4.427280 +v -1.194309 0.073662 -4.854709 +v 3.764149 2.330663 -2.323616 +v 1.024198 3.599684 -3.315613 +v -1.266041 2.542553 -4.114919 +v -1.653296 0.640490 -4.675081 +v -0.561986 -0.217714 -4.963544 +v 4.533879 1.140316 -1.773024 +v 2.272937 3.430207 -2.840324 +v -0.508587 3.276375 -3.742554 +v -1.810284 1.456730 -4.427280 +v -1.194309 -0.073662 -4.854709 +v 3.449208 2.775567 -2.323616 +v 0.574077 3.698262 -3.315613 +v -1.568895 2.367701 -4.114919 +v -1.719474 0.432465 -4.675081 +v -0.530971 -0.285126 -4.963544 +v 4.359384 1.688834 -1.773024 +v 1.834177 3.683525 -2.840324 +v -0.907361 3.189042 -3.742554 +v -1.975578 1.223226 -4.427280 +v -1.176204 -0.219871 -4.854709 +v 4.845501 0.298860 -1.196578 +v 4.911436 -0.000000 -0.936907 +v 3.081980 3.178397 -2.323616 +v 0.115252 3.740779 -3.315613 +v -1.847967 2.156956 -4.114919 +v -1.759586 0.217884 -4.675081 +v -0.491908 -0.348215 -4.963544 +v 4.118804 2.211751 -1.773024 +v 1.367613 3.881004 -2.840324 +v -1.292379 3.053367 -3.742554 +v -2.110924 0.971179 -4.427280 +v -1.140270 -0.362746 -4.854709 +v 4.772048 0.892050 -1.196578 +v 2.668032 3.533046 -2.323616 +v -0.345319 3.726589 -3.315613 +v -2.099025 1.913514 -4.114919 +v -1.773024 -0.000000 -4.675081 +v -0.445388 -0.406025 -4.963544 +v 3.815787 2.701140 -1.773024 +v 0.880317 4.019652 -2.840324 +v -1.657807 2.871405 -3.742554 +v -2.214271 0.704410 -4.427280 +v -1.087050 -0.500122 -4.854709 +v 4.626256 1.471718 -1.196578 +v 2.213640 3.834137 -2.323616 +v -0.800656 3.655907 -3.315613 +v -2.318264 1.641065 -4.114919 +v -1.759586 -0.217884 -4.675081 +v -0.392117 -0.457681 -4.963544 +v 3.454927 3.149582 -1.773024 +v 0.379677 4.097366 -2.840324 +v -1.998103 2.645916 -3.742554 +v -2.284052 0.426963 -4.427280 +v -1.017351 -0.629917 -4.854709 +v 4.410335 2.029076 -1.196578 +v 1.725691 4.077106 -2.323616 +v -1.243856 3.529806 -3.315613 +v -2.502360 1.343739 -4.114919 +v -1.719474 -0.432465 -4.675081 +v 4.925923 0.609962 -0.602683 +v 4.990134 -0.000000 -0.313953 +v -0.332901 -0.502398 -4.963544 +v 3.041693 3.550280 -1.773024 +v -0.126719 4.112967 -2.840324 +v -2.308111 2.380318 -3.742554 +v -2.319209 0.143044 -4.427280 +v -0.932231 -0.750163 -4.854709 +v 4.127557 2.555675 -1.196578 +v 1.211583 4.258272 -2.323616 +v -1.668200 3.350197 -3.315613 +v -2.648523 1.026043 -4.114919 +v -1.653296 -0.640490 -4.675081 +v 4.813630 1.210677 -0.602683 +v -0.268639 -0.539500 -4.963544 +v 2.582351 3.897159 -1.773024 +v -0.631194 4.066221 -2.840324 +v -2.583130 2.078637 -3.742554 +v -2.319209 -0.143044 -4.427280 +v -0.832979 -0.859038 -4.854709 +v 3.782210 3.043533 -1.196578 +v 0.679108 4.374886 -2.323616 +v -2.067255 3.119802 -3.315613 +v -2.754537 0.692794 -4.114919 +v -1.562056 -0.838806 -4.675081 +v 4.628367 1.793039 -0.602683 +v -0.200305 -0.568424 -4.963544 +v 2.083863 4.184961 -1.773024 +v -1.126101 3.957835 -2.840324 +v -2.818991 1.745445 -3.742554 +v -2.284052 -0.426963 -4.427280 +v 4.990517 0.307805 -0.000000 +v 4.990134 -0.000000 0.313953 +v -0.721100 -0.954890 -4.854709 +v 3.379528 3.485254 -1.196578 +v 0.136338 4.425180 -2.323616 +v -2.434974 2.842114 -3.315613 +v -2.818795 0.349043 -4.114919 +v -1.447137 -1.024407 -4.675081 +v 4.372943 2.348221 -0.602683 +v -0.128934 -0.588730 -4.963544 +v 1.553786 4.409324 -1.773024 +v -1.603937 3.789452 -2.840324 +v -3.012120 1.385795 -3.742554 +v -2.214271 -0.704410 -4.427280 +v 4.914865 0.918748 -0.000000 +v -0.598289 -1.036267 -4.854709 +v 2.925616 3.874141 -1.196578 +v -0.408498 4.408394 -2.323616 +v -2.765781 2.521342 -3.315613 +v -2.840324 -0.000000 -4.114919 +v -1.310281 -1.194479 -4.675081 +v 4.051229 2.867806 -0.602683 +v -0.055609 -0.600112 -4.963544 +v 1.000154 4.566845 -1.773024 +v -2.057460 3.563625 -2.840324 +v -3.159587 1.005137 -3.742554 +v -2.110924 -0.971179 -4.427280 +v 4.764710 1.515763 -0.000000 +v -0.466409 -1.101936 -4.854709 +v 2.427355 4.204301 -1.196578 +v -0.947142 4.324781 -2.323616 +v -3.054661 2.162350 -3.315613 +v -2.818795 -0.349043 -4.114919 +v -1.153562 -1.346443 -4.675081 +v 3.668103 3.343918 -0.602683 +v 0.018560 -0.602398 -4.963544 +v 0.431362 4.655138 -1.773024 +v -2.479793 3.283777 -2.840324 +v -3.259159 0.609242 -3.742554 +v -1.975578 -1.223226 -4.427280 +v 4.542326 2.089802 -0.000000 +v -0.327459 -1.150900 -4.854709 +v 1.892297 4.470728 -1.196578 +v -1.471428 4.175609 -2.323616 +v -3.297235 1.770578 -3.315613 +v -2.754537 -0.692794 -4.114919 +v 4.925923 0.609962 0.602683 +v 4.911436 -0.000000 0.936907 +v -0.979357 -1.477997 -4.675081 +v 3.229373 3.769340 -0.602683 +v 0.092447 -0.595551 -4.963544 +v -0.143969 4.672864 -1.773024 +v -2.864535 2.954150 -2.840324 +v -3.309325 0.204112 -3.742554 +v -1.810284 -1.456730 -4.427280 +v 4.251086 2.632161 -0.000000 +v -0.183545 -1.182417 -4.854709 +v 1.328554 4.669384 -1.196578 +v -1.973409 3.963139 -2.323616 +v -3.489827 1.351966 -3.315613 +v -2.648523 -1.026043 -4.114919 +v 4.813630 1.210677 0.602683 +v -0.790305 -1.587146 -4.675081 +v 2.741688 4.137622 -0.602683 +v 0.164932 -0.579676 -4.963544 +v -0.717118 4.619754 -1.773024 +v -3.205854 2.579741 -2.840324 +v -3.309325 -0.204112 -3.742554 +v -1.617548 -1.668151 -4.427280 +v 3.895403 3.134619 -0.000000 +v -0.036849 -1.196011 -4.854709 +v 0.744672 4.797256 -1.196578 +v -2.445474 3.690591 -2.323616 +v -3.629517 0.912860 -3.315613 +v -2.502360 -1.343739 -4.114919 +v 4.628367 1.793039 0.602683 +v -0.589273 -1.672236 -4.675081 +v 2.212442 4.443183 -0.602683 +v 0.234917 -0.555014 -4.963544 +v -1.279397 4.496613 -1.773024 +v -3.498575 2.166226 -2.840324 +v -3.259159 -0.609242 -3.742554 +v -1.400291 -1.854285 -4.427280 +v 3.480670 3.589560 -0.000000 +v 0.110406 -1.191474 -4.854709 +v 0.149501 4.852407 -1.196578 +v -2.880470 3.362098 -2.323616 +v -3.714187 0.459916 -3.315613 +v -2.318264 -1.641065 -4.114919 +v 4.372943 2.348221 0.602683 +v -0.379309 -1.731976 -4.675081 +v 1.649658 4.681389 -0.602683 +v 0.301342 -0.521939 -4.963544 +v -1.822281 4.305308 -1.773024 +v -3.738261 1.719873 -2.840324 +v -3.159587 -1.005137 -3.742554 +v 4.772048 0.892050 1.196578 +v 4.755282 -0.000000 1.545085 +v -1.161808 -2.012310 -4.427280 +v 3.013173 3.990086 -0.000000 +v 0.255988 -1.168876 -4.854709 +v -0.447936 4.834000 -1.196578 +v -3.271800 2.982639 -2.323616 +v -3.742554 -0.000000 -3.315613 +v -2.099025 -1.913514 -4.114919 +v 4.051229 2.867806 0.602683 +v -0.163594 -1.765461 -4.675081 +v 1.061866 4.848630 -0.602683 +v 0.363198 -0.480952 -4.963544 +v -2.337541 4.048739 -1.773024 +v -3.921279 1.247449 -2.840324 +v -3.012120 -1.385795 -3.742554 +v 4.626256 1.471718 1.196578 +v -0.905713 -2.139831 -4.427280 +v 2.500000 4.330127 -0.000000 +v 0.397689 -1.128558 -4.854709 +v -1.038583 4.742314 -1.196578 +v -3.613532 2.557967 -2.323616 +v -3.714187 -0.459916 -3.315613 +v -1.847967 -2.156956 -4.114919 +v 3.668103 3.343918 0.602683 +v 0.054600 -1.772184 -4.675081 +v 0.457978 4.942371 -0.602683 +v 0.419548 -0.432674 -4.963544 +v -2.817366 3.730795 -1.773024 +v -4.044855 0.756114 -2.840324 +v -2.818991 -1.745445 -3.742554 +v 4.410335 2.029076 1.196578 +v -0.635888 -2.234913 -4.427280 +v 1.948929 4.604527 -0.000000 +v 0.533361 -1.071133 -4.854709 +v -1.613486 4.578741 -1.196578 +v -3.900488 2.094518 -2.323616 +v -3.629517 -0.912860 -3.315613 +v 4.639647 0.574513 1.773024 +v 4.524135 -0.000000 2.128896 +v -1.568895 -2.367701 -4.114919 +v 3.229373 3.769340 0.602683 +v 0.271967 -1.752042 -4.675081 +v -0.152853 4.961190 -0.602683 +v 0.469539 -0.377837 -4.963544 +v -3.254483 3.356297 -1.773024 +v -4.107115 0.253318 -2.840324 +v -2.583130 -2.078637 -3.742554 +v 4.127557 2.555675 1.196578 +v -0.356423 -2.296117 -4.427280 +v 1.368315 4.809128 -0.000000 +v 0.660948 -0.997471 -4.854709 +v -2.163930 4.345757 -1.196578 +v -4.128316 1.599318 -2.323616 +v -3.489827 -1.351966 -3.315613 +v 4.533879 1.140316 1.773024 +v -1.266041 -2.542553 -4.114919 +v 2.741688 4.137622 0.602683 +v 0.485211 -1.705340 -4.675081 +v -0.761366 4.904803 -0.602683 +v 0.512412 -0.317272 -4.963544 +v -3.642265 2.930920 -1.773024 +v -4.107115 -0.253318 -2.840324 +v -2.308111 -2.380318 -3.742554 +v 3.782210 3.043533 1.196578 +v -0.071556 -2.322514 -4.427280 +v 0.766958 4.940827 -0.000000 +v 0.778516 -0.908687 -4.854709 +v -2.681571 4.046897 -1.196578 +v -4.293563 1.079874 -2.323616 +v -3.297235 -1.770578 -3.315613 +v 4.359384 1.688834 1.773024 +v -0.943995 -2.678864 -4.114919 +v 2.212442 4.443183 0.602683 +v 0.691100 -1.632788 -4.675081 +v -1.358338 4.774064 -0.602683 +v 0.547517 -0.251898 -4.963544 +v -3.974834 2.461113 -1.773024 +v -4.044855 -0.756114 -2.840324 +v -1.998103 -2.645916 -3.742554 +v 3.379528 3.485254 1.196578 +v 0.214396 -2.313704 -4.427280 +v 0.153975 4.997629 -0.000000 +v 0.884282 -0.806130 -4.854709 +v -3.158563 3.686690 -1.196578 +v -4.393723 0.544061 -2.323616 +v -3.054661 -2.162350 -3.315613 +v 4.118804 2.211751 1.773024 +v -0.607639 -2.774565 -4.114919 +v 1.649658 4.681389 0.602683 +v 0.886512 -1.535484 -4.675081 +v -1.934719 4.570955 -0.602683 +v 0.574322 -0.182705 -4.963544 +v -4.247149 1.953999 -1.773024 +v -3.921279 -1.247449 -2.840324 +v 4.351897 0.813511 2.323616 +v 4.221640 -0.000000 2.679134 +v -1.657807 -2.871405 -3.742554 +v 2.925616 3.874141 1.196578 +v 0.497098 -2.269820 -4.427280 +v -0.461342 4.978671 -0.000000 +v 0.976644 -0.691352 -4.854709 +v -3.587673 3.270596 -1.196578 +v -4.427280 -0.000000 -2.323616 +v -2.765781 -2.521342 -3.315613 +v 3.815787 2.701140 1.773024 +v -0.262072 -2.828207 -4.114919 +v 1.061866 4.848630 0.602683 +v 1.068486 -1.414904 -4.675081 +v -2.481772 4.298555 -0.602683 +v 0.592422 -0.110743 -4.963544 +v -4.455081 1.417263 -1.773024 +v -3.738261 -1.719873 -2.840324 +v 4.218941 1.342142 2.323616 +v -1.292379 -3.053367 -3.742554 +v 2.427355 4.204301 1.196578 +v 0.772265 -2.191529 -4.427280 +v -1.069665 4.884242 -0.000000 +v 1.054200 -0.566094 -4.854709 +v -3.962399 2.804924 -1.196578 +v -4.393723 -0.544061 -2.323616 +v -2.434974 -2.842114 -3.315613 +v 3.454927 3.149582 1.773024 +v 0.087468 -2.838977 -4.114919 +v 0.457978 4.942371 0.602683 +v 1.234262 -1.272875 -4.675081 +v -2.991204 3.960994 -0.602683 +v 0.601540 -0.037102 -4.963544 +v -4.595479 0.859044 -1.773024 +v -3.498575 -2.166226 -2.840324 +v 4.022030 1.850428 2.323616 +v -0.907361 -3.189042 -3.742554 +v 1.892297 4.470728 1.196578 +v 1.035725 -2.080016 -4.427280 +v -1.661774 4.715772 -0.000000 +v 1.115776 -0.432254 -4.854709 +v -4.277058 2.296731 -1.196578 +v -4.293563 -1.079874 -2.323616 +v 4.083730 0.505675 2.840324 +v 3.852566 -0.000000 3.187120 +v -2.067255 -3.119802 -3.315613 +v 3.041693 3.550280 1.773024 +v 0.435682 -2.806710 -4.114919 +v -0.152853 4.961190 0.602683 +v 1.381329 -1.111551 -4.675081 +v -3.455292 3.563388 -0.602683 +v -4.666214 0.287802 -1.773024 +v -3.205854 -2.579741 -2.840324 +v 3.764149 2.330663 2.323616 +v -0.508587 -3.276375 -3.742554 +v 1.328554 4.669384 1.196578 +v 1.283484 -1.936972 -4.427280 +v -2.228692 4.475816 -0.000000 +v 1.160438 -0.291862 -4.854709 +v -4.526881 1.753723 -1.196578 +v -4.128316 -1.599318 -2.323616 +v 3.990636 1.003685 2.840324 +v -1.668200 -3.350197 -3.315613 +v 2.582351 3.897159 1.773024 +v 0.777291 -2.731896 -4.114919 +v -0.761366 4.904803 0.602683 +v 1.507456 -0.933377 -4.675081 +v -3.867001 3.111764 -0.602683 +v -4.666214 -0.287802 -1.773024 +v -2.864535 -2.954150 -2.840324 +v 3.449208 2.775567 2.323616 +v -0.102105 -3.314041 -3.742554 +v 0.744672 4.797256 1.196578 +v 1.511787 -1.764565 -4.427280 +v -2.761825 4.168012 -0.000000 +v 1.187509 -0.147045 -4.854709 +v -4.708082 1.184130 -1.196578 +v -3.900488 -2.094518 -2.323616 +v 3.837048 1.486480 2.840324 +v -1.243856 -3.529806 -3.315613 +v 2.083863 4.184961 1.773024 +v 1.107118 -2.615670 -4.114919 +v -1.358338 4.774064 0.602683 +v 1.610731 -0.741054 -4.675081 +v -4.220090 2.612969 -0.602683 +v -4.595479 -0.859044 -1.773024 +v -2.479793 -3.283777 -2.840324 +v 3.081980 3.178397 2.323616 +v 0.305926 -3.301470 -3.742554 +v 0.149501 4.852407 1.196578 +v 1.717173 -1.565410 -4.427280 +v -3.253092 3.797024 -0.000000 +v -4.817913 0.596587 -1.196578 +v -3.613532 -2.557967 -2.323616 +v 3.625294 1.946742 2.840324 +v -0.800656 -3.655907 -3.315613 +v 1.553786 4.409324 1.773024 +v 1.420162 -2.459793 -4.114919 +v -1.934719 4.570955 0.602683 +v 1.689590 -0.537497 -4.675081 +v -4.509208 2.074565 -0.602683 +v -4.455081 -1.417263 -1.773024 +v 3.678830 0.687692 3.315613 +v 3.422735 -0.000000 3.644843 +v -2.057460 -3.563625 -2.840324 +v 2.668032 3.533046 2.323616 +v 0.709319 -3.238851 -3.742554 +v -0.447936 4.834000 1.196578 +v 1.896528 -1.342524 -4.427280 +v -3.695045 3.368478 -0.000000 +v -4.854709 -0.000000 -1.196578 +v -3.271800 -2.982639 -2.323616 +v 3.358584 2.377493 2.840324 +v -0.345319 -3.726589 -3.315613 +v 1.000154 4.566845 1.773024 +v 1.711677 -2.266627 -4.114919 +v -2.481772 4.298555 0.602683 +v 1.742835 -0.325792 -4.675081 +v -4.729970 1.504712 -0.602683 +v -4.247149 -1.953999 -1.773024 +v 3.566437 1.134565 3.315613 +v -1.603937 -3.789452 -2.840324 +v 2.213640 3.834137 2.323616 +v 1.101960 -3.127135 -3.742554 +v -1.038583 4.742314 1.196578 +v 2.047134 -1.099288 -4.427280 +v -4.080985 2.888869 -0.000000 +v -4.817913 -0.596587 -1.196578 +v -2.880470 -3.362098 -2.323616 +v 3.040962 2.772203 2.840324 +v 0.115252 -3.740779 -3.315613 +v 0.431362 4.655138 1.773024 +v 1.977246 -2.039102 -4.114919 +v -2.991204 3.960994 0.602683 +v 1.769662 -0.109149 -4.675081 +v -4.879031 0.912049 -0.602683 +v -3.974834 -2.461113 -1.773024 +v 3.399980 1.564239 3.315613 +v -1.126101 -3.957835 -2.840324 +v 1.725691 4.077106 2.323616 +v 1.477896 -2.968015 -3.742554 +v -1.613486 4.578741 1.196578 +v 2.166707 -0.839387 -4.427280 +v -4.405061 2.365468 -0.000000 +v -4.708082 -1.184130 -1.196578 +v 3.290483 0.407450 3.742554 +v 2.938926 -0.000000 4.045085 +v -2.445474 -3.690591 -2.323616 +v 2.677242 3.124890 2.840324 +v 0.574077 -3.698262 -3.315613 +v -0.143969 4.672864 1.773024 +v 2.212841 -1.780667 -4.114919 +v -3.455292 3.563388 0.602683 +v -4.954130 0.305560 -0.602683 +v -3.642265 -2.930920 -1.773024 +v 3.181983 1.970201 3.315613 +v -0.631194 -4.066221 -2.840324 +v 1.211583 4.258272 2.323616 +v 1.831429 -2.763903 -3.742554 +v -2.163930 4.345757 1.196578 +v 2.253436 -0.566762 -4.427280 +v -4.662361 1.806208 -0.000000 +v -4.526881 -1.753723 -1.196578 +v 3.215472 0.808724 3.742554 +v -1.973409 -3.963139 -2.323616 +v 2.272937 3.430207 2.840324 +v 1.024198 -3.599684 -3.315613 +v -0.717118 4.619754 1.773024 +v 2.414892 -1.495238 -4.114919 +v -3.867001 3.111764 0.602683 +v -4.954130 -0.305560 -0.602683 +v -3.254483 -3.356297 -1.773024 +v 2.915751 2.346296 3.315613 +v -0.126719 -4.112967 -2.840324 +v 0.679108 4.374886 2.323616 +v 2.157199 -2.517893 -3.742554 +v -2.681571 4.046897 1.196578 +v 2.306004 -0.285545 -4.427280 +v -4.848985 1.219569 -0.000000 +v -4.277058 -2.296731 -1.196578 +v 3.091717 1.197738 3.742554 +v -1.471428 -4.175609 -2.323616 +v 1.834177 3.683525 2.840324 +v 1.458795 -3.446538 -3.315613 +v -1.279397 4.496613 1.773024 +v 2.580335 -1.187143 -4.114919 +v -4.220090 2.612969 0.602683 +v -4.879031 -0.912049 -0.602683 +v -2.817366 -3.730795 -1.773024 +v 2.605319 2.686824 3.315613 +v 0.379677 -4.097366 -2.840324 +v 0.136338 4.425180 2.323616 +v 2.450268 -2.233714 -3.742554 +v -3.158563 3.686690 1.196578 +v -4.962102 0.614441 -0.000000 +v -3.962399 -2.804924 -1.196578 +v 2.921096 1.568595 3.742554 +v -0.947142 -4.324781 -2.323616 +v 1.367613 3.881004 2.840324 +v 1.871277 -3.241147 -3.315613 +v -1.822281 4.305308 1.773024 +v 2.706664 -0.861052 -4.114919 +v -4.509208 2.074565 0.602683 +v -4.729970 -1.504712 -0.602683 +v 2.791962 0.521908 4.114919 +v 2.408768 -0.000000 4.381534 +v -2.337541 -4.048739 -1.773024 +v 2.255393 2.986622 3.315613 +v 0.880317 -4.019652 -2.840324 +v -0.408498 4.408394 2.323616 +v 2.706193 -1.915675 -3.742554 +v -3.587673 3.270596 1.196578 +v -5.000000 -0.000000 -0.000000 +v -3.587673 -3.270596 -1.196578 +v 2.706193 1.915675 3.742554 +v -0.408498 -4.408394 -2.323616 +v 0.880317 4.019652 2.840324 +v 2.255393 -2.986622 -3.315613 +v -2.337541 4.048739 1.773024 +v 2.791962 -0.521908 -4.114919 +v -4.729970 1.504712 0.602683 +v -4.509208 -2.074565 -0.602683 +v 2.706664 0.861052 4.114919 +v -1.822281 -4.305308 -1.773024 +v 1.871277 3.241147 3.315613 +v 1.367613 -3.881004 -2.840324 +v -0.947142 4.324781 2.323616 +v 2.921096 -1.568595 -3.742554 +v -3.962399 2.804924 1.196578 +v -4.962102 -0.614441 -0.000000 +v -3.158563 -3.686690 -1.196578 +v 2.450268 2.233714 3.742554 +v 0.136338 -4.425180 -2.323616 +v 0.379677 4.097366 2.840324 +v 2.605319 -2.686824 -3.315613 +v -2.817366 3.730795 1.773024 +v 2.834937 -0.174853 -4.114919 +v -4.879031 0.912049 0.602683 +v -4.220090 -2.612969 -0.602683 +v 2.580335 1.187143 4.114919 +v -1.279397 -4.496613 -1.773024 +v 1.458795 3.446538 3.315613 +v 1.834177 -3.683525 -2.840324 +v -1.471428 4.175609 2.323616 +v 3.091717 -1.197738 -3.742554 +v -4.277058 2.296731 1.196578 +v -4.848985 -1.219569 -0.000000 +v 2.306004 0.285545 4.427280 +v 1.840623 -0.000000 4.648882 +v -2.681571 -4.046897 -1.196578 +v 2.157199 2.517893 3.742554 +v 0.679108 -4.374886 -2.323616 +v -0.126719 4.112967 2.840324 +v 2.915751 -2.346296 -3.315613 +v -3.254483 3.356297 1.773024 +v -4.954130 0.305560 0.602683 +v -3.867001 -3.111764 -0.602683 +v 2.414892 1.495238 4.114919 +v -0.717118 -4.619754 -1.773024 +v 1.024198 3.599684 3.315613 +v 2.272937 -3.430207 -2.840324 +v -1.973409 3.963139 2.323616 +v 3.215472 -0.808724 -3.742554 +v -4.526881 1.753723 1.196578 +v -4.662361 -1.806208 -0.000000 +v 2.253436 0.566762 4.427280 +v -2.163930 -4.345757 -1.196578 +v 1.831429 2.763903 3.742554 +v 1.211583 -4.258272 -2.323616 +v -0.631194 4.066221 2.840324 +v 3.181983 -1.970201 -3.315613 +v -3.642265 2.930920 1.773024 +v -4.954130 -0.305560 0.602683 +v -3.455292 -3.563388 -0.602683 +v 2.212841 1.780667 4.114919 +v -0.143969 -4.672864 -1.773024 +v 0.574077 3.698262 3.315613 +v 2.677242 -3.124890 -2.840324 +v -2.445474 3.690591 2.323616 +v 3.290483 -0.407450 -3.742554 +v -4.708082 1.184130 1.196578 +v -4.405061 -2.365468 -0.000000 +v 2.166707 0.839387 4.427280 +v -1.613486 -4.578741 -1.196578 +v 1.477896 2.968015 3.742554 +v 1.725691 -4.077106 -2.323616 +v -1.126101 3.957835 2.840324 +v 3.399980 -1.564239 -3.315613 +v -3.974834 2.461113 1.773024 +v -4.879031 -0.912049 0.602683 +v -2.991204 -3.960994 -0.602683 +v 1.977246 2.039102 4.114919 +v 0.431362 -4.655138 -1.773024 +v 0.115252 3.740779 3.315613 +v 3.040962 -2.772203 -2.840324 +v -2.880470 3.362098 2.323616 +v -4.817913 0.596587 1.196578 +v -4.080985 -2.888869 -0.000000 +v 2.047134 1.099288 4.427280 +v -1.038583 -4.742314 -1.196578 +v 1.101960 3.127135 3.742554 +v 2.213640 -3.834137 -2.323616 +v -1.603937 3.789452 2.840324 +v 3.566437 -1.134565 -3.315613 +v -4.247149 1.953999 1.773024 +v -4.729970 -1.504712 0.602683 +v 1.742835 0.325792 4.675081 +v 1.243449 -0.000000 4.842916 +v -2.481772 -4.298555 -0.602683 +v 1.711677 2.266627 4.114919 +v 1.000154 -4.566845 -1.773024 +v -0.345319 3.726589 3.315613 +v 3.358584 -2.377493 -2.840324 +v -3.271800 2.982639 2.323616 +v -4.854709 -0.000000 1.196578 +v -3.695045 -3.368478 -0.000000 +v 1.896528 1.342524 4.427280 +v -0.447936 -4.834000 -1.196578 +v 0.709319 3.238851 3.742554 +v 2.668032 -3.533046 -2.323616 +v -2.057460 3.563625 2.840324 +v 3.678830 -0.687692 -3.315613 +v -4.455081 1.417263 1.773024 +v -4.509208 -2.074565 0.602683 +v 1.689590 0.537497 4.675081 +v -1.934719 -4.570955 -0.602683 +v 1.420162 2.459793 4.114919 +v 1.553786 -4.409324 -1.773024 +v -0.800656 3.655907 3.315613 +v 3.625294 -1.946742 -2.840324 +v -3.613532 2.557967 2.323616 +v -4.817913 -0.596587 1.196578 +v -3.253092 -3.797024 -0.000000 +v 1.717173 1.565410 4.427280 +v 0.149501 -4.852407 -1.196578 +v 0.305926 3.301470 3.742554 +v 3.081980 -3.178397 -2.323616 +v -2.479793 3.283777 2.840324 +v 3.735455 -0.230395 -3.315613 +v -4.595479 0.859044 1.773024 +v -4.220090 -2.612969 0.602683 +v 1.610731 0.741054 4.675081 +v -1.358338 -4.774064 -0.602683 +v 1.107118 2.615670 4.114919 +v 2.083863 -4.184961 -1.773024 +v -1.243856 3.529806 3.315613 +v 3.837048 -1.486480 -2.840324 +v -3.900488 2.094518 2.323616 +v -4.708082 -1.184130 1.196578 +v 1.187509 0.147045 4.854709 +v 0.626666 -0.000000 4.960574 +v -2.761825 -4.168012 -0.000000 +v 1.511787 1.764565 4.427280 +v 0.744672 -4.797256 -1.196578 +v -0.102105 3.314041 3.742554 +v 3.449208 -2.775567 -2.323616 +v -2.864535 2.954150 2.840324 +v -4.666214 0.287802 1.773024 +v -3.867001 -3.111764 0.602683 +v 1.507456 0.933377 4.675081 +v -0.761366 -4.904803 -0.602683 +v 0.777291 2.731896 4.114919 +v 2.582351 -3.897159 -1.773024 +v -1.668200 3.350197 3.315613 +v 3.990636 -1.003685 -2.840324 +v -4.128316 1.599318 2.323616 +v -4.526881 -1.753723 1.196578 +v 1.160438 0.291862 4.854709 +v -2.228692 -4.475816 -0.000000 +v 1.283484 1.936972 4.427280 +v 1.328554 -4.669384 -1.196578 +v -0.508587 3.276375 3.742554 +v 3.764149 -2.330663 -2.323616 +v -3.205854 2.579741 2.840324 +v -4.666214 -0.287802 1.773024 +v -3.455292 -3.563388 0.602683 +v 1.381329 1.111551 4.675081 +v -0.152853 -4.961190 -0.602683 +v 0.435682 2.806710 4.114919 +v 3.041693 -3.550280 -1.773024 +v -2.067255 3.119802 3.315613 +v 4.083730 -0.505675 -2.840324 +v -4.293563 1.079874 2.323616 +v -4.277058 -2.296731 1.196578 +v 1.115776 0.432254 4.854709 +v -1.661774 -4.715772 -0.000000 +v 1.035725 2.080016 4.427280 +v 1.892297 -4.470728 -1.196578 +v -0.907361 3.189042 3.742554 +v 4.022030 -1.850428 -2.323616 +v -3.498575 2.166226 2.840324 +v -4.595479 -0.859044 1.773024 +v 0.601540 0.037102 4.963544 +v 0.000000 -0.000000 5.000000 +v -2.991204 -3.960994 0.602683 +v 1.234262 1.272875 4.675081 +v 0.457978 -4.942371 -0.602683 +v 0.087468 2.838977 4.114919 +v 3.454927 -3.149582 -1.773024 +v -2.434974 2.842114 3.315613 +v -4.393723 0.544061 2.323616 +v -3.962399 -2.804924 1.196578 +v 1.054200 0.566094 4.854709 +v -1.069665 -4.884242 -0.000000 +v 0.772265 2.191529 4.427280 +v 2.427355 -4.204301 -1.196578 +v -1.292379 3.053367 3.742554 +v 4.218941 -1.342142 -2.323616 +v -3.738261 1.719873 2.840324 +v -4.455081 -1.417263 1.773024 +v 0.592422 0.110743 4.963544 +v -2.481772 -4.298555 0.602683 +v 1.068486 1.414904 4.675081 +v 1.061866 -4.848630 -0.602683 +v -0.262072 2.828207 4.114919 +v 3.815787 -2.701140 -1.773024 +v -2.765781 2.521342 3.315613 +v -4.427280 -0.000000 2.323616 +v -3.587673 -3.270596 1.196578 +v 0.976644 0.691352 4.854709 +v -0.461342 -4.978671 -0.000000 +v 0.497098 2.269820 4.427280 +v 2.925616 -3.874141 -1.196578 +v -1.657807 2.871405 3.742554 +v 4.351897 -0.813511 -2.323616 +v -3.921279 1.247449 2.840324 +v -4.247149 -1.953999 1.773024 +v 0.574322 0.182705 4.963544 +v -1.934719 -4.570955 0.602683 +v 0.886512 1.535484 4.675081 +v 1.649658 -4.681389 -0.602683 +v -0.607639 2.774565 4.114919 +v 4.118804 -2.211751 -1.773024 +v -3.054661 2.162350 3.315613 +v -4.393723 -0.544061 2.323616 +v -3.158563 -3.686690 1.196578 +v 0.884282 0.806130 4.854709 +v 0.153975 -4.997629 -0.000000 +v 0.214396 2.313704 4.427280 +v 3.379528 -3.485254 -1.196578 +v -1.998103 2.645916 3.742554 +v -4.044855 0.756114 2.840324 +v -3.974834 -2.461113 1.773024 +v 0.547517 0.251898 4.963544 +v -1.358338 -4.774064 0.602683 +v 0.691100 1.632788 4.675081 +v 2.212442 -4.443183 -0.602683 +v -0.943995 2.678864 4.114919 +v 4.359384 -1.688834 -1.773024 +v -3.297235 1.770578 3.315613 +v -4.293563 -1.079874 2.323616 +v -2.681571 -4.046897 1.196578 +v 0.778516 0.908687 4.854709 +v 0.766958 -4.940827 -0.000000 +v -0.071556 2.322514 4.427280 +v 3.782210 -3.043533 -1.196578 +v -2.308111 2.380318 3.742554 +v -4.107115 0.253318 2.840324 +v -3.642265 -2.930920 1.773024 +v 0.512412 0.317272 4.963544 +v -0.761366 -4.904803 0.602683 +v 0.485211 1.705340 4.675081 +v 2.741688 -4.137622 -0.602683 +v -1.266041 2.542553 4.114919 +v 4.533879 -1.140316 -1.773024 +v -3.489827 1.351966 3.315613 +v -4.128316 -1.599318 2.323616 +v -2.163930 -4.345757 1.196578 +v 0.660948 0.997471 4.854709 +v 1.368315 -4.809128 -0.000000 +v -0.356423 2.296117 4.427280 +v 4.127557 -2.555675 -1.196578 +v -2.583130 2.078637 3.742554 +v -4.107115 -0.253318 2.840324 +v -3.254483 -3.356297 1.773024 +v 0.469539 0.377837 4.963544 +v -0.152853 -4.961190 0.602683 +v 0.271967 1.752042 4.675081 +v 3.229373 -3.769340 -0.602683 +v -1.568895 2.367701 4.114919 +v 4.639647 -0.574513 -1.773024 +v -3.629517 0.912860 3.315613 +v -3.900488 -2.094518 2.323616 +v -1.613486 -4.578741 1.196578 +v 0.533361 1.071133 4.854709 +v 1.948929 -4.604527 -0.000000 +v -0.635888 2.234913 4.427280 +v 4.410335 -2.029076 -1.196578 +v -2.818991 1.745445 3.742554 +v -4.044855 -0.756114 2.840324 +v -2.817366 -3.730795 1.773024 +v 0.419548 0.432674 4.963544 +v 0.457978 -4.942371 0.602683 +v 0.054600 1.772184 4.675081 +v 3.668103 -3.343918 -0.602683 +v -1.847967 2.156956 4.114919 +v -3.714187 0.459916 3.315613 +v -3.613532 -2.557967 2.323616 +v -1.038583 -4.742314 1.196578 +v 0.397689 1.128558 4.854709 +v 2.500000 -4.330127 -0.000000 +v -0.905713 2.139831 4.427280 +v 4.626256 -1.471718 -1.196578 +v -3.012120 1.385795 3.742554 +v -3.921279 -1.247449 2.840324 +v -2.337541 -4.048739 1.773024 +v 0.363198 0.480952 4.963544 +v 1.061866 -4.848630 0.602683 +v -0.163594 1.765461 4.675081 +v 4.051229 -2.867806 -0.602683 +v -2.099025 1.913514 4.114919 +v -3.742554 -0.000000 3.315613 +v -3.271800 -2.982639 2.323616 +v -0.447936 -4.834000 1.196578 +v 0.255988 1.168876 4.854709 +v 3.013173 -3.990086 -0.000000 +v -1.161808 2.012310 4.427280 +v 4.772048 -0.892050 -1.196578 +v -3.159587 1.005137 3.742554 +v -3.738261 -1.719873 2.840324 +v -1.822281 -4.305308 1.773024 +v 0.301342 0.521939 4.963544 +v 1.649658 -4.681389 0.602683 +v -0.379309 1.731976 4.675081 +v 4.372943 -2.348221 -0.602683 +v -2.318264 1.641065 4.114919 +v -3.714187 -0.459916 3.315613 +v -2.880470 -3.362098 2.323616 +v 0.149501 -4.852407 1.196578 +v 0.110406 1.191474 4.854709 +v 3.480670 -3.589560 -0.000000 +v -1.400291 1.854285 4.427280 +v -3.259159 0.609242 3.742554 +v -3.498575 -2.166226 2.840324 +v -1.279397 -4.496613 1.773024 +v 0.234917 0.555014 4.963544 +v 2.212442 -4.443183 0.602683 +v -0.589273 1.672236 4.675081 +v 4.628367 -1.793039 -0.602683 +v -2.502360 1.343739 4.114919 +v -3.629517 -0.912860 3.315613 +v -2.445474 -3.690591 2.323616 +v 0.744672 -4.797256 1.196578 +v -0.036849 1.196011 4.854709 +v 3.895403 -3.134619 -0.000000 +v -1.617548 1.668151 4.427280 +v -3.309325 0.204112 3.742554 +v -3.205854 -2.579741 2.840324 +v -0.717118 -4.619754 1.773024 +v 0.164932 0.579676 4.963544 +v 2.741688 -4.137622 0.602683 +v -0.790305 1.587146 4.675081 +v 4.813630 -1.210677 -0.602683 +v -2.648523 1.026043 4.114919 +v -3.489827 -1.351966 3.315613 +v -1.973409 -3.963139 2.323616 +v 1.328554 -4.669384 1.196578 +v -0.183545 1.182417 4.854709 +v 4.251086 -2.632161 -0.000000 +v -1.810284 1.456730 4.427280 +v -3.309325 -0.204112 3.742554 +v -2.864535 -2.954150 2.840324 +v -0.143969 -4.672864 1.773024 +v 0.092447 0.595551 4.963544 +v 3.229373 -3.769340 0.602683 +v -0.979357 1.477997 4.675081 +v 4.925923 -0.609962 -0.602683 +v -2.754537 0.692794 4.114919 +v -3.297235 -1.770578 3.315613 +v -1.471428 -4.175609 2.323616 +v 1.892297 -4.470728 1.196578 +v -0.327459 1.150900 4.854709 +v 4.542326 -2.089802 -0.000000 +v -1.975578 1.223226 4.427280 +v -3.259159 -0.609242 3.742554 +v -2.479793 -3.283777 2.840324 +v 0.431362 -4.655138 1.773024 +v 0.018560 0.602398 4.963544 +v 3.668103 -3.343918 0.602683 +v -1.153562 1.346443 4.675081 +v -2.818795 0.349043 4.114919 +v -3.054661 -2.162350 3.315613 +v -0.947142 -4.324781 2.323616 +v 2.427355 -4.204301 1.196578 +v -0.466409 1.101936 4.854709 +v 4.764710 -1.515763 -0.000000 +v -2.110924 0.971179 4.427280 +v -3.159587 -1.005137 3.742554 +v -2.057460 -3.563625 2.840324 +v 1.000154 -4.566845 1.773024 +v -0.055609 0.600112 4.963544 +v 4.051229 -2.867806 0.602683 +v -1.310281 1.194479 4.675081 +v -2.840324 -0.000000 4.114919 +v -2.765781 -2.521342 3.315613 +v -0.408498 -4.408394 2.323616 +v 2.925616 -3.874141 1.196578 +v -0.598289 1.036267 4.854709 +v 4.914865 -0.918748 -0.000000 +v -2.214271 0.704410 4.427280 +v -3.012120 -1.385795 3.742554 +v -1.603937 -3.789452 2.840324 +v 1.553786 -4.409324 1.773024 +v -0.128934 0.588730 4.963544 +v 4.372943 -2.348221 0.602683 +v -1.447137 1.024407 4.675081 +v -2.818795 -0.349043 4.114919 +v -2.434974 -2.842114 3.315613 +v 0.136338 -4.425180 2.323616 +v 3.379528 -3.485254 1.196578 +v -0.721100 0.954890 4.854709 +v -2.284052 0.426963 4.427280 +v -2.818991 -1.745445 3.742554 +v -1.126101 -3.957835 2.840324 +v 2.083863 -4.184961 1.773024 +v -0.200305 0.568424 4.963544 +v 4.628367 -1.793039 0.602683 +v -1.562056 0.838806 4.675081 +v -2.754537 -0.692794 4.114919 +v -2.067255 -3.119802 3.315613 +v 0.679108 -4.374886 2.323616 +v 3.782210 -3.043533 1.196578 +v -0.832979 0.859038 4.854709 +v -2.319209 0.143044 4.427280 +v -2.583130 -2.078637 3.742554 +v -0.631194 -4.066221 2.840324 +v 2.582351 -3.897159 1.773024 +v -0.268639 0.539500 4.963544 +v 4.813630 -1.210677 0.602683 +v -1.653296 0.640490 4.675081 +v -2.648523 -1.026043 4.114919 +v -1.668200 -3.350197 3.315613 +v 1.211583 -4.258272 2.323616 +v 4.127557 -2.555675 1.196578 +v -0.932231 0.750163 4.854709 +v -2.319209 -0.143044 4.427280 +v -2.308111 -2.380318 3.742554 +v -0.126719 -4.112967 2.840324 +v 3.041693 -3.550280 1.773024 +v -0.332901 0.502398 4.963544 +v 4.925923 -0.609962 0.602683 +v -1.719474 0.432465 4.675081 +v -2.502360 -1.343739 4.114919 +v -1.243856 -3.529806 3.315613 +v 1.725691 -4.077106 2.323616 +v 4.410335 -2.029076 1.196578 +v -1.017351 0.629917 4.854709 +v -2.284052 -0.426963 4.427280 +v -1.998103 -2.645916 3.742554 +v 0.379677 -4.097366 2.840324 +v 3.454927 -3.149582 1.773024 +v -0.392117 0.457681 4.963544 +v -1.759586 0.217884 4.675081 +v -2.318264 -1.641065 4.114919 +v -0.800656 -3.655907 3.315613 +v 2.213640 -3.834137 2.323616 +v 4.626256 -1.471718 1.196578 +v -1.087050 0.500122 4.854709 +v -2.214271 -0.704410 4.427280 +v -1.657807 -2.871405 3.742554 +v 0.880317 -4.019652 2.840324 +v 3.815787 -2.701140 1.773024 +v -0.445388 0.406025 4.963544 +v -1.773024 -0.000000 4.675081 +v -2.099025 -1.913514 4.114919 +v -0.345319 -3.726589 3.315613 +v 2.668032 -3.533046 2.323616 +v 4.772048 -0.892050 1.196578 +v -1.140270 0.362746 4.854709 +v -2.110924 -0.971179 4.427280 +v -1.292379 -3.053367 3.742554 +v 1.367613 -3.881004 2.840324 +v 4.118804 -2.211751 1.773024 +v -0.491908 0.348215 4.963544 +v -1.759586 -0.217884 4.675081 +v -1.847967 -2.156956 4.114919 +v 0.115252 -3.740779 3.315613 +v 3.081980 -3.178397 2.323616 +v -1.176204 0.219871 4.854709 +v -1.975578 -1.223226 4.427280 +v -0.907361 -3.189042 3.742554 +v 1.834177 -3.683525 2.840324 +v 4.359384 -1.688834 1.773024 +v -0.530971 0.285126 4.963544 +v -1.719474 -0.432465 4.675081 +v -1.568895 -2.367701 4.114919 +v 0.574077 -3.698262 3.315613 +v 3.449208 -2.775567 2.323616 +v -1.194309 0.073662 4.854709 +v -1.810284 -1.456730 4.427280 +v -0.508587 -3.276375 3.742554 +v 2.272937 -3.430207 2.840324 +v 4.533879 -1.140316 1.773024 +v -0.561986 0.217714 4.963544 +v -1.653296 -0.640490 4.675081 +v -1.266041 -2.542553 4.114919 +v 1.024198 -3.599684 3.315613 +v 3.764149 -2.330663 2.323616 +v -1.194309 -0.073662 4.854709 +v -1.617548 -1.668151 4.427280 +v -0.102105 -3.314041 3.742554 +v 2.677242 -3.124890 2.840324 +v 4.639647 -0.574513 1.773024 +v -0.584481 0.147003 4.963544 +v -1.562056 -0.838806 4.675081 +v -0.943995 -2.678864 4.114919 +v 1.458795 -3.446538 3.315613 +v 4.022030 -1.850428 2.323616 +v -1.176204 -0.219871 4.854709 +v -1.400291 -1.854285 4.427280 +v 0.305926 -3.301470 3.742554 +v 3.040962 -2.772203 2.840324 +v -0.598115 0.074063 4.963544 +v -1.447137 -1.024407 4.675081 +v -0.607639 -2.774565 4.114919 +v 1.871277 -3.241147 3.315613 +v 4.218941 -1.342142 2.323616 +v -1.140270 -0.362746 4.854709 +v -1.161808 -2.012310 4.427280 +v 0.709319 -3.238851 3.742554 +v 3.358584 -2.377493 2.840324 +v -0.602683 -0.000000 4.963544 +v -1.310281 -1.194479 4.675081 +v -0.262072 -2.828207 4.114919 +v 2.255393 -2.986622 3.315613 +v 4.351897 -0.813511 2.323616 +v -1.087050 -0.500122 4.854709 +v -0.905713 -2.139831 4.427280 +v 1.101960 -3.127135 3.742554 +v 3.625294 -1.946742 2.840324 +v -0.598115 -0.074063 4.963544 +v -1.153562 -1.346443 4.675081 +v 0.087468 -2.838977 4.114919 +v 2.605319 -2.686824 3.315613 +v -1.017351 -0.629917 4.854709 +v -0.635888 -2.234913 4.427280 +v 1.477896 -2.968015 3.742554 +v 3.837048 -1.486480 2.840324 +v -0.584481 -0.147003 4.963544 +v -0.979357 -1.477997 4.675081 +v 0.435682 -2.806710 4.114919 +v 2.915751 -2.346296 3.315613 +v -0.932231 -0.750163 4.854709 +v -0.356423 -2.296117 4.427280 +v 1.831429 -2.763903 3.742554 +v 3.990636 -1.003685 2.840324 +v -0.561986 -0.217714 4.963544 +v -0.790305 -1.587146 4.675081 +v 0.777291 -2.731896 4.114919 +v 3.181983 -1.970201 3.315613 +v -0.832979 -0.859038 4.854709 +v -0.071556 -2.322514 4.427280 +v 2.157199 -2.517893 3.742554 +v 4.083730 -0.505675 2.840324 +v -0.530971 -0.285126 4.963544 +v -0.589273 -1.672236 4.675081 +v 1.107118 -2.615670 4.114919 +v 3.399980 -1.564239 3.315613 +v -0.721100 -0.954890 4.854709 +v 0.214396 -2.313704 4.427280 +v 2.450268 -2.233714 3.742554 +v -0.491908 -0.348215 4.963544 +v -0.379309 -1.731976 4.675081 +v 1.420162 -2.459793 4.114919 +v 3.566437 -1.134565 3.315613 +v -0.598289 -1.036267 4.854709 +v 0.497098 -2.269820 4.427280 +v 2.706193 -1.915675 3.742554 +v -0.445388 -0.406025 4.963544 +v -0.163594 -1.765461 4.675081 +v 1.711677 -2.266627 4.114919 +v 3.678830 -0.687692 3.315613 +v -0.466409 -1.101936 4.854709 +v 0.772265 -2.191529 4.427280 +v 2.921096 -1.568595 3.742554 +v -0.392117 -0.457681 4.963544 +v 0.054600 -1.772184 4.675081 +v 1.977246 -2.039102 4.114919 +v 3.735455 -0.230395 3.315613 +v -0.327459 -1.150900 4.854709 +v 1.035725 -2.080016 4.427280 +v 3.091717 -1.197738 3.742554 +v -0.332901 -0.502398 4.963544 +v 0.271967 -1.752042 4.675081 +v 2.212841 -1.780667 4.114919 +v -0.183545 -1.182417 4.854709 +v 1.283484 -1.936972 4.427280 +v 3.215472 -0.808724 3.742554 +v -0.268639 -0.539500 4.963544 +v 0.485211 -1.705340 4.675081 +v 2.414892 -1.495238 4.114919 +v -0.036849 -1.196011 4.854709 +v 1.511787 -1.764565 4.427280 +v 3.290483 -0.407450 3.742554 +v -0.200305 -0.568424 4.963544 +v 0.691100 -1.632788 4.675081 +v 2.580335 -1.187143 4.114919 +v 0.110406 -1.191474 4.854709 +v 1.717173 -1.565410 4.427280 +v -0.128934 -0.588730 4.963544 +v 0.886512 -1.535484 4.675081 +v 2.706664 -0.861052 4.114919 +v 0.255988 -1.168876 4.854709 +v 1.896528 -1.342524 4.427280 +v -0.055609 -0.600112 4.963544 +v 1.068486 -1.414904 4.675081 +v 2.791962 -0.521908 4.114919 +v 0.397689 -1.128558 4.854709 +v 2.047134 -1.099288 4.427280 +v 0.018560 -0.602398 4.963544 +v 1.234262 -1.272875 4.675081 +v 2.834937 -0.174853 4.114919 +v 0.533361 -1.071133 4.854709 +v 2.166707 -0.839387 4.427280 +v 0.092447 -0.595551 4.963544 +v 1.381329 -1.111551 4.675081 +v 0.660948 -0.997471 4.854709 +v 2.253436 -0.566762 4.427280 +v 0.164932 -0.579676 4.963544 +v 1.507456 -0.933377 4.675081 +v 0.778516 -0.908687 4.854709 +v 2.306004 -0.285545 4.427280 +v 0.234917 -0.555014 4.963544 +v 1.610731 -0.741054 4.675081 +v 0.884282 -0.806130 4.854709 +v 0.301342 -0.521939 4.963544 +v 1.689590 -0.537497 4.675081 +v 0.976644 -0.691352 4.854709 +v 0.363198 -0.480952 4.963544 +v 1.742835 -0.325792 4.675081 +v 1.054200 -0.566094 4.854709 +v 0.419548 -0.432674 4.963544 +v 1.769662 -0.109149 4.675081 +v 1.115776 -0.432254 4.854709 +v 0.469539 -0.377837 4.963544 +v 1.160438 -0.291862 4.854709 +v 0.512412 -0.317272 4.963544 +v 1.187509 -0.147045 4.854709 +v 0.547517 -0.251898 4.963544 +v 0.574322 -0.182705 4.963544 +v 0.592422 -0.110743 4.963544 +v 0.601540 -0.037102 4.963544 +v 10.601541 0.037102 -4.963544 +v 10.626666 -0.000000 -4.960574 +v 10.000000 -0.000000 -5.000000 +v 10.592422 0.110743 -4.963544 +v 10.574323 0.182705 -4.963544 +v 10.547517 0.251898 -4.963544 +v 11.187509 0.147045 -4.854709 +v 11.243449 -0.000000 -4.842916 +v 10.512412 0.317272 -4.963544 +v 11.160438 0.291862 -4.854709 +v 10.469539 0.377837 -4.963544 +v 11.115776 0.432254 -4.854709 +v 11.769662 0.109149 -4.675081 +v 11.840623 -0.000000 -4.648882 +v 10.419548 0.432674 -4.963544 +v 11.054200 0.566094 -4.854709 +v 11.742835 0.325792 -4.675081 +v 10.363198 0.480952 -4.963544 +v 10.976644 0.691352 -4.854709 +v 11.689590 0.537497 -4.675081 +v 10.301342 0.521939 -4.963544 +v 10.884282 0.806130 -4.854709 +v 11.610731 0.741054 -4.675081 +v 10.234918 0.555014 -4.963544 +v 12.306004 0.285545 -4.427280 +v 12.408769 -0.000000 -4.381534 +v 10.778516 0.908687 -4.854709 +v 11.507456 0.933377 -4.675081 +v 10.164932 0.579676 -4.963544 +v 12.253435 0.566762 -4.427280 +v 10.660948 0.997471 -4.854709 +v 11.381329 1.111551 -4.675081 +v 10.092446 0.595551 -4.963544 +v 12.166707 0.839387 -4.427280 +v 10.533360 1.071133 -4.854709 +v 12.834936 0.174853 -4.114919 +v 12.938927 -0.000000 -4.045085 +v 11.234262 1.272875 -4.675081 +v 10.018559 0.602398 -4.963544 +v 12.047134 1.099288 -4.427280 +v 10.397689 1.128558 -4.854709 +v 12.791962 0.521908 -4.114919 +v 11.068486 1.414904 -4.675081 +v 9.944391 0.600112 -4.963544 +v 11.896528 1.342524 -4.427280 +v 10.255988 1.168876 -4.854709 +v 12.706664 0.861052 -4.114919 +v 10.886512 1.535484 -4.675081 +v 9.871066 0.588730 -4.963544 +v 11.717173 1.565410 -4.427280 +v 10.110406 1.191474 -4.854709 +v 12.580336 1.187143 -4.114919 +v 10.691100 1.632788 -4.675081 +v 9.799695 0.568424 -4.963544 +v 13.290483 0.407450 -3.742554 +v 13.422735 -0.000000 -3.644843 +v 11.511787 1.764565 -4.427280 +v 9.963151 1.196011 -4.854709 +v 12.414892 1.495238 -4.114919 +v 10.485211 1.705340 -4.675081 +v 9.731360 0.539500 -4.963544 +v 13.215471 0.808724 -3.742554 +v 11.283484 1.936972 -4.427280 +v 9.816455 1.182417 -4.854709 +v 12.212841 1.780667 -4.114919 +v 10.271967 1.752042 -4.675081 +v 9.667099 0.502398 -4.963544 +v 13.091717 1.197738 -3.742554 +v 11.035725 2.080016 -4.427280 +v 9.672541 1.150900 -4.854709 +v 13.735456 0.230395 -3.315613 +v 13.852566 -0.000000 -3.187120 +v 11.977245 2.039102 -4.114919 +v 10.054601 1.772184 -4.675081 +v 9.607883 0.457681 -4.963544 +v 12.921096 1.568595 -3.742554 +v 10.772264 2.191529 -4.427280 +v 9.533590 1.101936 -4.854709 +v 13.678829 0.687692 -3.315613 +v 11.711678 2.266627 -4.114919 +v 9.836406 1.765461 -4.675081 +v 9.554611 0.406025 -4.963544 +v 12.706194 1.915675 -3.742554 +v 10.497098 2.269820 -4.427280 +v 9.401711 1.036267 -4.854709 +v 13.566437 1.134565 -3.315613 +v 11.420162 2.459793 -4.114919 +v 9.620691 1.731976 -4.675081 +v 9.508092 0.348215 -4.963544 +v 12.450268 2.233714 -3.742554 +v 10.214396 2.313704 -4.427280 +v 9.278900 0.954890 -4.854709 +v 13.399981 1.564239 -3.315613 +v 11.107118 2.615670 -4.114919 +v 9.410727 1.672236 -4.675081 +v 9.469028 0.285126 -4.963544 +v 14.083731 0.505675 -2.840324 +v 14.221640 -0.000000 -2.679134 +v 12.157199 2.517893 -3.742554 +v 9.928444 2.322514 -4.427280 +v 9.167021 0.859038 -4.854709 +v 13.181983 1.970201 -3.315613 +v 10.777291 2.731896 -4.114919 +v 9.209695 1.587146 -4.675081 +v 9.438014 0.217714 -4.963544 +v 13.990636 1.003685 -2.840324 +v 11.831429 2.763903 -3.742554 +v 9.643577 2.296117 -4.427280 +v 9.067769 0.750163 -4.854709 +v 12.915751 2.346296 -3.315613 +v 10.435682 2.806710 -4.114919 +v 9.020643 1.477997 -4.675081 +v 9.415520 0.147003 -4.963544 +v 13.837048 1.486480 -2.840324 +v 11.477896 2.968015 -3.742554 +v 9.364112 2.234913 -4.427280 +v 8.982649 0.629917 -4.854709 +v 14.418882 0.272547 -2.323616 +v 14.524136 -0.000000 -2.128896 +v 12.605319 2.686824 -3.315613 +v 10.087468 2.838977 -4.114919 +v 8.846437 1.346443 -4.675081 +v 9.401885 0.074063 -4.963544 +v 13.625294 1.946742 -2.840324 +v 11.101960 3.127135 -3.742554 +v 9.094287 2.139831 -4.427280 +v 8.912951 0.500122 -4.854709 +v 14.351897 0.813511 -2.323616 +v 12.255392 2.986622 -3.315613 +v 9.737928 2.828207 -4.114919 +v 8.689719 1.194479 -4.675081 +v 9.397317 -0.000000 -4.963544 +v 13.358584 2.377493 -2.840324 +v 10.709319 3.238851 -3.742554 +v 8.838192 2.012310 -4.427280 +v 8.859730 0.362746 -4.854709 +v 14.218941 1.342142 -2.323616 +v 11.871277 3.241147 -3.315613 +v 9.392361 2.774565 -4.114919 +v 8.552863 1.024407 -4.675081 +v 9.401885 -0.074063 -4.963544 +v 13.040962 2.772203 -2.840324 +v 10.305926 3.301470 -3.742554 +v 8.599709 1.854285 -4.427280 +v 8.823795 0.219871 -4.854709 +v 14.022030 1.850428 -2.323616 +v 11.458795 3.446538 -3.315613 +v 9.056005 2.678864 -4.114919 +v 8.437943 0.838806 -4.675081 +v 9.415520 -0.147003 -4.963544 +v 14.639647 0.574513 -1.773024 +v 14.755282 -0.000000 -1.545085 +v 12.677242 3.124890 -2.840324 +v 9.897896 3.314041 -3.742554 +v 8.382452 1.668151 -4.427280 +v 8.805691 0.073662 -4.854709 +v 13.764150 2.330663 -2.323616 +v 11.024199 3.599684 -3.315613 +v 8.733959 2.542553 -4.114919 +v 8.346704 0.640490 -4.675081 +v 9.438014 -0.217714 -4.963544 +v 14.533879 1.140316 -1.773024 +v 12.272938 3.430207 -2.840324 +v 9.491412 3.276375 -3.742554 +v 8.189716 1.456730 -4.427280 +v 8.805691 -0.073662 -4.854709 +v 13.449208 2.775567 -2.323616 +v 10.574077 3.698262 -3.315613 +v 8.431105 2.367701 -4.114919 +v 8.280526 0.432465 -4.675081 +v 9.469028 -0.285126 -4.963544 +v 14.359384 1.688834 -1.773024 +v 11.834177 3.683525 -2.840324 +v 9.092639 3.189042 -3.742554 +v 8.024422 1.223226 -4.427280 +v 8.823795 -0.219871 -4.854709 +v 14.845501 0.298860 -1.196578 +v 14.911436 -0.000000 -0.936907 +v 13.081980 3.178397 -2.323616 +v 10.115252 3.740779 -3.315613 +v 8.152034 2.156956 -4.114919 +v 8.240414 0.217884 -4.675081 +v 9.508092 -0.348215 -4.963544 +v 14.118803 2.211751 -1.773024 +v 11.367613 3.881004 -2.840324 +v 8.707621 3.053367 -3.742554 +v 7.889076 0.971179 -4.427280 +v 8.859730 -0.362746 -4.854709 +v 14.772049 0.892050 -1.196578 +v 12.668033 3.533046 -2.323616 +v 9.654680 3.726589 -3.315613 +v 7.900975 1.913514 -4.114919 +v 8.226975 -0.000000 -4.675081 +v 9.554611 -0.406025 -4.963544 +v 13.815786 2.701140 -1.773024 +v 10.880318 4.019652 -2.840324 +v 8.342194 2.871405 -3.742554 +v 7.785729 0.704410 -4.427280 +v 8.912951 -0.500122 -4.854709 +v 14.626256 1.471718 -1.196578 +v 12.213640 3.834137 -2.323616 +v 9.199344 3.655907 -3.315613 +v 7.681736 1.641065 -4.114919 +v 8.240414 -0.217884 -4.675081 +v 9.607883 -0.457681 -4.963544 +v 13.454926 3.149582 -1.773024 +v 10.379677 4.097366 -2.840324 +v 8.001897 2.645916 -3.742554 +v 7.715948 0.426963 -4.427280 +v 8.982649 -0.629917 -4.854709 +v 14.410335 2.029076 -1.196578 +v 11.725691 4.077106 -2.323616 +v 8.756145 3.529806 -3.315613 +v 7.497640 1.343739 -4.114919 +v 8.280526 -0.432465 -4.675081 +v 14.925923 0.609962 -0.602683 +v 14.990133 -0.000000 -0.313953 +v 9.667099 -0.502398 -4.963544 +v 13.041694 3.550280 -1.773024 +v 9.873281 4.112967 -2.840324 +v 7.691889 2.380318 -3.742554 +v 7.680791 0.143044 -4.427280 +v 9.067769 -0.750163 -4.854709 +v 14.127557 2.555675 -1.196578 +v 11.211582 4.258272 -2.323616 +v 8.331800 3.350197 -3.315613 +v 7.351477 1.026043 -4.114919 +v 8.346704 -0.640490 -4.675081 +v 14.813630 1.210677 -0.602683 +v 9.731360 -0.539500 -4.963544 +v 12.582352 3.897159 -1.773024 +v 9.368806 4.066221 -2.840324 +v 7.416870 2.078637 -3.742554 +v 7.680791 -0.143044 -4.427280 +v 9.167021 -0.859038 -4.854709 +v 13.782209 3.043533 -1.196578 +v 10.679108 4.374886 -2.323616 +v 7.932745 3.119802 -3.315613 +v 7.245462 0.692794 -4.114919 +v 8.437943 -0.838806 -4.675081 +v 14.628367 1.793039 -0.602683 +v 9.799695 -0.568424 -4.963544 +v 12.083863 4.184961 -1.773024 +v 8.873899 3.957835 -2.840324 +v 7.181009 1.745445 -3.742554 +v 7.715948 -0.426963 -4.427280 +v 14.990517 0.307805 -0.000000 +v 14.990133 -0.000000 0.313953 +v 9.278900 -0.954890 -4.854709 +v 13.379528 3.485254 -1.196578 +v 10.136338 4.425180 -2.323616 +v 7.565026 2.842114 -3.315613 +v 7.181205 0.349043 -4.114919 +v 8.552863 -1.024407 -4.675081 +v 14.372943 2.348221 -0.602683 +v 9.871066 -0.588730 -4.963544 +v 11.553785 4.409324 -1.773024 +v 8.396063 3.789452 -2.840324 +v 6.987881 1.385795 -3.742554 +v 7.785729 -0.704410 -4.427280 +v 14.914865 0.918748 -0.000000 +v 9.401711 -1.036267 -4.854709 +v 12.925615 3.874141 -1.196578 +v 9.591502 4.408394 -2.323616 +v 7.234220 2.521342 -3.315613 +v 7.159677 -0.000000 -4.114919 +v 8.689719 -1.194479 -4.675081 +v 14.051229 2.867806 -0.602683 +v 9.944391 -0.600112 -4.963544 +v 11.000154 4.566845 -1.773024 +v 7.942540 3.563625 -2.840324 +v 6.840413 1.005137 -3.742554 +v 7.889076 -0.971179 -4.427280 +v 14.764709 1.515763 -0.000000 +v 9.533590 -1.101936 -4.854709 +v 12.427355 4.204301 -1.196578 +v 9.052858 4.324781 -2.323616 +v 6.945339 2.162350 -3.315613 +v 7.181205 -0.349043 -4.114919 +v 8.846437 -1.346443 -4.675081 +v 13.668103 3.343918 -0.602683 +v 10.018559 -0.602398 -4.963544 +v 10.431362 4.655138 -1.773024 +v 7.520207 3.283777 -2.840324 +v 6.740841 0.609242 -3.742554 +v 8.024422 -1.223226 -4.427280 +v 14.542326 2.089802 -0.000000 +v 9.672541 -1.150900 -4.854709 +v 11.892297 4.470728 -1.196578 +v 8.528572 4.175609 -2.323616 +v 6.702765 1.770578 -3.315613 +v 7.245462 -0.692794 -4.114919 +v 14.925923 0.609962 0.602683 +v 14.911436 -0.000000 0.936907 +v 9.020643 -1.477997 -4.675081 +v 13.229373 3.769340 -0.602683 +v 10.092446 -0.595551 -4.963544 +v 9.856030 4.672864 -1.773024 +v 7.135465 2.954150 -2.840324 +v 6.690675 0.204112 -3.742554 +v 8.189716 -1.456730 -4.427280 +v 14.251085 2.632161 -0.000000 +v 9.816455 -1.182417 -4.854709 +v 11.328554 4.669384 -1.196578 +v 8.026591 3.963139 -2.323616 +v 6.510173 1.351966 -3.315613 +v 7.351477 -1.026043 -4.114919 +v 14.813630 1.210677 0.602683 +v 9.209695 -1.587146 -4.675081 +v 12.741688 4.137622 -0.602683 +v 10.164932 -0.579676 -4.963544 +v 9.282882 4.619754 -1.773024 +v 6.794147 2.579741 -2.840324 +v 6.690675 -0.204112 -3.742554 +v 8.382452 -1.668151 -4.427280 +v 13.895403 3.134619 -0.000000 +v 9.963151 -1.196011 -4.854709 +v 10.744672 4.797256 -1.196578 +v 7.554525 3.690591 -2.323616 +v 6.370483 0.912860 -3.315613 +v 7.497640 -1.343739 -4.114919 +v 14.628367 1.793039 0.602683 +v 9.410727 -1.672236 -4.675081 +v 12.212442 4.443183 -0.602683 +v 10.234918 -0.555014 -4.963544 +v 8.720603 4.496613 -1.773024 +v 6.501425 2.166226 -2.840324 +v 6.740841 -0.609242 -3.742554 +v 8.599709 -1.854285 -4.427280 +v 13.480670 3.589560 -0.000000 +v 10.110406 -1.191474 -4.854709 +v 10.149501 4.852407 -1.196578 +v 7.119531 3.362098 -2.323616 +v 6.285813 0.459916 -3.315613 +v 7.681736 -1.641065 -4.114919 +v 14.372943 2.348221 0.602683 +v 9.620691 -1.731976 -4.675081 +v 11.649658 4.681389 -0.602683 +v 10.301342 -0.521939 -4.963544 +v 8.177719 4.305308 -1.773024 +v 6.261739 1.719873 -2.840324 +v 6.840413 -1.005137 -3.742554 +v 14.772049 0.892050 1.196578 +v 14.755282 -0.000000 1.545085 +v 8.838192 -2.012310 -4.427280 +v 13.013173 3.990086 -0.000000 +v 10.255988 -1.168876 -4.854709 +v 9.552064 4.834000 -1.196578 +v 6.728200 2.982639 -2.323616 +v 6.257446 -0.000000 -3.315613 +v 7.900975 -1.913514 -4.114919 +v 14.051229 2.867806 0.602683 +v 9.836406 -1.765461 -4.675081 +v 11.061867 4.848630 -0.602683 +v 10.363198 -0.480952 -4.963544 +v 7.662459 4.048739 -1.773024 +v 6.078721 1.247449 -2.840324 +v 6.987881 -1.385795 -3.742554 +v 14.626256 1.471718 1.196578 +v 9.094287 -2.139831 -4.427280 +v 12.500000 4.330127 -0.000000 +v 10.397689 -1.128558 -4.854709 +v 8.961417 4.742314 -1.196578 +v 6.386468 2.557967 -2.323616 +v 6.285813 -0.459916 -3.315613 +v 8.152034 -2.156956 -4.114919 +v 13.668103 3.343918 0.602683 +v 10.054601 -1.772184 -4.675081 +v 10.457978 4.942371 -0.602683 +v 10.419548 -0.432674 -4.963544 +v 7.182634 3.730795 -1.773024 +v 5.955145 0.756114 -2.840324 +v 7.181009 -1.745445 -3.742554 +v 14.410335 2.029076 1.196578 +v 9.364112 -2.234913 -4.427280 +v 11.948929 4.604527 -0.000000 +v 10.533360 -1.071133 -4.854709 +v 8.386515 4.578741 -1.196578 +v 6.099512 2.094518 -2.323616 +v 6.370483 -0.912860 -3.315613 +v 14.639647 0.574513 1.773024 +v 14.524136 -0.000000 2.128896 +v 8.431105 -2.367701 -4.114919 +v 13.229373 3.769340 0.602683 +v 10.271967 -1.752042 -4.675081 +v 9.847147 4.961190 -0.602683 +v 10.469539 -0.377837 -4.963544 +v 6.745517 3.356297 -1.773024 +v 5.892885 0.253318 -2.840324 +v 7.416870 -2.078637 -3.742554 +v 14.127557 2.555675 1.196578 +v 9.643577 -2.296117 -4.427280 +v 11.368315 4.809128 -0.000000 +v 10.660948 -0.997471 -4.854709 +v 7.836070 4.345757 -1.196578 +v 5.871684 1.599318 -2.323616 +v 6.510173 -1.351966 -3.315613 +v 14.533879 1.140316 1.773024 +v 8.733959 -2.542553 -4.114919 +v 12.741688 4.137622 0.602683 +v 10.485211 -1.705340 -4.675081 +v 9.238634 4.904803 -0.602683 +v 10.512412 -0.317272 -4.963544 +v 6.357735 2.930920 -1.773024 +v 5.892885 -0.253318 -2.840324 +v 7.691889 -2.380318 -3.742554 +v 13.782209 3.043533 1.196578 +v 9.928444 -2.322514 -4.427280 +v 10.766958 4.940827 -0.000000 +v 10.778516 -0.908687 -4.854709 +v 7.318429 4.046897 -1.196578 +v 5.706437 1.079874 -2.323616 +v 6.702765 -1.770578 -3.315613 +v 14.359384 1.688834 1.773024 +v 9.056005 -2.678864 -4.114919 +v 12.212442 4.443183 0.602683 +v 10.691100 -1.632788 -4.675081 +v 8.641662 4.774064 -0.602683 +v 10.547517 -0.251898 -4.963544 +v 6.025166 2.461113 -1.773024 +v 5.955145 -0.756114 -2.840324 +v 8.001897 -2.645916 -3.742554 +v 13.379528 3.485254 1.196578 +v 10.214396 -2.313704 -4.427280 +v 10.153975 4.997629 -0.000000 +v 10.884282 -0.806130 -4.854709 +v 6.841437 3.686690 -1.196578 +v 5.606277 0.544061 -2.323616 +v 6.945339 -2.162350 -3.315613 +v 14.118803 2.211751 1.773024 +v 9.392361 -2.774565 -4.114919 +v 11.649658 4.681389 0.602683 +v 10.886512 -1.535484 -4.675081 +v 8.065281 4.570955 -0.602683 +v 10.574323 -0.182705 -4.963544 +v 5.752851 1.953999 -1.773024 +v 6.078721 -1.247449 -2.840324 +v 14.351897 0.813511 2.323616 +v 14.221640 -0.000000 2.679134 +v 8.342194 -2.871405 -3.742554 +v 12.925615 3.874141 1.196578 +v 10.497098 -2.269820 -4.427280 +v 9.538658 4.978671 -0.000000 +v 10.976644 -0.691352 -4.854709 +v 6.412327 3.270596 -1.196578 +v 5.572720 -0.000000 -2.323616 +v 7.234220 -2.521342 -3.315613 +v 13.815786 2.701140 1.773024 +v 9.737928 -2.828207 -4.114919 +v 11.061867 4.848630 0.602683 +v 11.068486 -1.414904 -4.675081 +v 7.518228 4.298555 -0.602683 +v 10.592422 -0.110743 -4.963544 +v 5.544919 1.417263 -1.773024 +v 6.261739 -1.719873 -2.840324 +v 14.218941 1.342142 2.323616 +v 8.707621 -3.053367 -3.742554 +v 12.427355 4.204301 1.196578 +v 10.772264 -2.191529 -4.427280 +v 8.930334 4.884242 -0.000000 +v 11.054200 -0.566094 -4.854709 +v 6.037601 2.804924 -1.196578 +v 5.606277 -0.544061 -2.323616 +v 7.565026 -2.842114 -3.315613 +v 13.454926 3.149582 1.773024 +v 10.087468 -2.838977 -4.114919 +v 10.457978 4.942371 0.602683 +v 11.234262 -1.272875 -4.675081 +v 7.008796 3.960994 -0.602683 +v 10.601541 -0.037102 -4.963544 +v 5.404521 0.859044 -1.773024 +v 6.501425 -2.166226 -2.840324 +v 14.022030 1.850428 2.323616 +v 9.092639 -3.189042 -3.742554 +v 11.892297 4.470728 1.196578 +v 11.035725 -2.080016 -4.427280 +v 8.338226 4.715772 -0.000000 +v 11.115776 -0.432254 -4.854709 +v 5.722942 2.296731 -1.196578 +v 5.706437 -1.079874 -2.323616 +v 14.083731 0.505675 2.840324 +v 13.852566 -0.000000 3.187120 +v 7.932745 -3.119802 -3.315613 +v 13.041694 3.550280 1.773024 +v 10.435682 -2.806710 -4.114919 +v 9.847147 4.961190 0.602683 +v 11.381329 -1.111551 -4.675081 +v 6.544708 3.563388 -0.602683 +v 5.333786 0.287802 -1.773024 +v 6.794147 -2.579741 -2.840324 +v 13.764150 2.330663 2.323616 +v 9.491412 -3.276375 -3.742554 +v 11.328554 4.669384 1.196578 +v 11.283484 -1.936972 -4.427280 +v 7.771308 4.475816 -0.000000 +v 11.160438 -0.291862 -4.854709 +v 5.473119 1.753723 -1.196578 +v 5.871684 -1.599318 -2.323616 +v 13.990636 1.003685 2.840324 +v 8.331800 -3.350197 -3.315613 +v 12.582352 3.897159 1.773024 +v 10.777291 -2.731896 -4.114919 +v 9.238634 4.904803 0.602683 +v 11.507456 -0.933377 -4.675081 +v 6.132999 3.111764 -0.602683 +v 5.333786 -0.287802 -1.773024 +v 7.135465 -2.954150 -2.840324 +v 13.449208 2.775567 2.323616 +v 9.897896 -3.314041 -3.742554 +v 10.744672 4.797256 1.196578 +v 11.511787 -1.764565 -4.427280 +v 7.238175 4.168012 -0.000000 +v 11.187509 -0.147045 -4.854709 +v 5.291918 1.184130 -1.196578 +v 6.099512 -2.094518 -2.323616 +v 13.837048 1.486480 2.840324 +v 8.756145 -3.529806 -3.315613 +v 12.083863 4.184961 1.773024 +v 11.107118 -2.615670 -4.114919 +v 8.641662 4.774064 0.602683 +v 11.610731 -0.741054 -4.675081 +v 5.779910 2.612969 -0.602683 +v 5.404521 -0.859044 -1.773024 +v 7.520207 -3.283777 -2.840324 +v 13.081980 3.178397 2.323616 +v 10.305926 -3.301470 -3.742554 +v 10.149501 4.852407 1.196578 +v 11.717173 -1.565410 -4.427280 +v 6.746908 3.797024 -0.000000 +v 5.182087 0.596587 -1.196578 +v 6.386468 -2.557967 -2.323616 +v 13.625294 1.946742 2.840324 +v 9.199344 -3.655907 -3.315613 +v 11.553785 4.409324 1.773024 +v 11.420162 -2.459793 -4.114919 +v 8.065281 4.570955 0.602683 +v 11.689590 -0.537497 -4.675081 +v 5.490792 2.074565 -0.602683 +v 5.544919 -1.417263 -1.773024 +v 13.678829 0.687692 3.315613 +v 13.422735 -0.000000 3.644843 +v 7.942540 -3.563625 -2.840324 +v 12.668033 3.533046 2.323616 +v 10.709319 -3.238851 -3.742554 +v 9.552064 4.834000 1.196578 +v 11.896528 -1.342524 -4.427280 +v 6.304955 3.368478 -0.000000 +v 5.145291 -0.000000 -1.196578 +v 6.728200 -2.982639 -2.323616 +v 13.358584 2.377493 2.840324 +v 9.654680 -3.726589 -3.315613 +v 11.000154 4.566845 1.773024 +v 11.711678 -2.266627 -4.114919 +v 7.518228 4.298555 0.602683 +v 11.742835 -0.325792 -4.675081 +v 5.270030 1.504712 -0.602683 +v 5.752851 -1.953999 -1.773024 +v 13.566437 1.134565 3.315613 +v 8.396063 -3.789452 -2.840324 +v 12.213640 3.834137 2.323616 +v 11.101960 -3.127135 -3.742554 +v 8.961417 4.742314 1.196578 +v 12.047134 -1.099288 -4.427280 +v 5.919015 2.888869 -0.000000 +v 5.182087 -0.596587 -1.196578 +v 7.119531 -3.362098 -2.323616 +v 13.040962 2.772203 2.840324 +v 10.115252 -3.740779 -3.315613 +v 10.431362 4.655138 1.773024 +v 11.977245 -2.039102 -4.114919 +v 7.008796 3.960994 0.602683 +v 11.769662 -0.109149 -4.675081 +v 5.120969 0.912049 -0.602683 +v 6.025166 -2.461113 -1.773024 +v 13.399981 1.564239 3.315613 +v 8.873899 -3.957835 -2.840324 +v 11.725691 4.077106 2.323616 +v 11.477896 -2.968015 -3.742554 +v 8.386515 4.578741 1.196578 +v 12.166707 -0.839387 -4.427280 +v 5.594939 2.365468 -0.000000 +v 5.291918 -1.184130 -1.196578 +v 13.290483 0.407450 3.742554 +v 12.938927 -0.000000 4.045085 +v 7.554525 -3.690591 -2.323616 +v 12.677242 3.124890 2.840324 +v 10.574077 -3.698262 -3.315613 +v 9.856030 4.672864 1.773024 +v 12.212841 -1.780667 -4.114919 +v 6.544708 3.563388 0.602683 +v 5.045870 0.305560 -0.602683 +v 6.357735 -2.930920 -1.773024 +v 13.181983 1.970201 3.315613 +v 9.368806 -4.066221 -2.840324 +v 11.211582 4.258272 2.323616 +v 11.831429 -2.763903 -3.742554 +v 7.836070 4.345757 1.196578 +v 12.253435 -0.566762 -4.427280 +v 5.337639 1.806208 -0.000000 +v 5.473119 -1.753723 -1.196578 +v 13.215471 0.808724 3.742554 +v 8.026591 -3.963139 -2.323616 +v 12.272938 3.430207 2.840324 +v 11.024199 -3.599684 -3.315613 +v 9.282882 4.619754 1.773024 +v 12.414892 -1.495238 -4.114919 +v 6.132999 3.111764 0.602683 +v 5.045870 -0.305560 -0.602683 +v 6.745517 -3.356297 -1.773024 +v 12.915751 2.346296 3.315613 +v 9.873281 -4.112967 -2.840324 +v 10.679108 4.374886 2.323616 +v 12.157199 -2.517893 -3.742554 +v 7.318429 4.046897 1.196578 +v 12.306004 -0.285545 -4.427280 +v 5.151015 1.219569 -0.000000 +v 5.722942 -2.296731 -1.196578 +v 13.091717 1.197738 3.742554 +v 8.528572 -4.175609 -2.323616 +v 11.834177 3.683525 2.840324 +v 11.458795 -3.446538 -3.315613 +v 8.720603 4.496613 1.773024 +v 12.580336 -1.187143 -4.114919 +v 5.779910 2.612969 0.602683 +v 5.120969 -0.912049 -0.602683 +v 7.182634 -3.730795 -1.773024 +v 12.605319 2.686824 3.315613 +v 10.379677 -4.097366 -2.840324 +v 10.136338 4.425180 2.323616 +v 12.450268 -2.233714 -3.742554 +v 6.841437 3.686690 1.196578 +v 5.037898 0.614441 -0.000000 +v 6.037601 -2.804924 -1.196578 +v 12.921096 1.568595 3.742554 +v 9.052858 -4.324781 -2.323616 +v 11.367613 3.881004 2.840324 +v 11.871277 -3.241147 -3.315613 +v 8.177719 4.305308 1.773024 +v 12.706664 -0.861052 -4.114919 +v 5.490792 2.074565 0.602683 +v 5.270030 -1.504712 -0.602683 +v 12.791962 0.521908 4.114919 +v 12.408769 -0.000000 4.381534 +v 7.662459 -4.048739 -1.773024 +v 12.255392 2.986622 3.315613 +v 10.880318 -4.019652 -2.840324 +v 9.591502 4.408394 2.323616 +v 12.706194 -1.915675 -3.742554 +v 6.412327 3.270596 1.196578 +v 5.000000 -0.000000 -0.000000 +v 6.412327 -3.270596 -1.196578 +v 12.706194 1.915675 3.742554 +v 9.591502 -4.408394 -2.323616 +v 10.880318 4.019652 2.840324 +v 12.255392 -2.986622 -3.315613 +v 7.662459 4.048739 1.773024 +v 12.791962 -0.521908 -4.114919 +v 5.270030 1.504712 0.602683 +v 5.490792 -2.074565 -0.602683 +v 12.706664 0.861052 4.114919 +v 8.177719 -4.305308 -1.773024 +v 11.871277 3.241147 3.315613 +v 11.367613 -3.881004 -2.840324 +v 9.052858 4.324781 2.323616 +v 12.921096 -1.568595 -3.742554 +v 6.037601 2.804924 1.196578 +v 5.037898 -0.614441 -0.000000 +v 6.841437 -3.686690 -1.196578 +v 12.450268 2.233714 3.742554 +v 10.136338 -4.425180 -2.323616 +v 10.379677 4.097366 2.840324 +v 12.605319 -2.686824 -3.315613 +v 7.182634 3.730795 1.773024 +v 12.834936 -0.174853 -4.114919 +v 5.120969 0.912049 0.602683 +v 5.779910 -2.612969 -0.602683 +v 12.580336 1.187143 4.114919 +v 8.720603 -4.496613 -1.773024 +v 11.458795 3.446538 3.315613 +v 11.834177 -3.683525 -2.840324 +v 8.528572 4.175609 2.323616 +v 13.091717 -1.197738 -3.742554 +v 5.722942 2.296731 1.196578 +v 5.151015 -1.219569 -0.000000 +v 12.306004 0.285545 4.427280 +v 11.840623 -0.000000 4.648882 +v 7.318429 -4.046897 -1.196578 +v 12.157199 2.517893 3.742554 +v 10.679108 -4.374886 -2.323616 +v 9.873281 4.112967 2.840324 +v 12.915751 -2.346296 -3.315613 +v 6.745517 3.356297 1.773024 +v 5.045870 0.305560 0.602683 +v 6.132999 -3.111764 -0.602683 +v 12.414892 1.495238 4.114919 +v 9.282882 -4.619754 -1.773024 +v 11.024199 3.599684 3.315613 +v 12.272938 -3.430207 -2.840324 +v 8.026591 3.963139 2.323616 +v 13.215471 -0.808724 -3.742554 +v 5.473119 1.753723 1.196578 +v 5.337639 -1.806208 -0.000000 +v 12.253435 0.566762 4.427280 +v 7.836070 -4.345757 -1.196578 +v 11.831429 2.763903 3.742554 +v 11.211582 -4.258272 -2.323616 +v 9.368806 4.066221 2.840324 +v 13.181983 -1.970201 -3.315613 +v 6.357735 2.930920 1.773024 +v 5.045870 -0.305560 0.602683 +v 6.544708 -3.563388 -0.602683 +v 12.212841 1.780667 4.114919 +v 9.856030 -4.672864 -1.773024 +v 10.574077 3.698262 3.315613 +v 12.677242 -3.124890 -2.840324 +v 7.554525 3.690591 2.323616 +v 13.290483 -0.407450 -3.742554 +v 5.291918 1.184130 1.196578 +v 5.594939 -2.365468 -0.000000 +v 12.166707 0.839387 4.427280 +v 8.386515 -4.578741 -1.196578 +v 11.477896 2.968015 3.742554 +v 11.725691 -4.077106 -2.323616 +v 8.873899 3.957835 2.840324 +v 13.399981 -1.564239 -3.315613 +v 6.025166 2.461113 1.773024 +v 5.120969 -0.912049 0.602683 +v 7.008796 -3.960994 -0.602683 +v 11.977245 2.039102 4.114919 +v 10.431362 -4.655138 -1.773024 +v 10.115252 3.740779 3.315613 +v 13.040962 -2.772203 -2.840324 +v 7.119531 3.362098 2.323616 +v 5.182087 0.596587 1.196578 +v 5.919015 -2.888869 -0.000000 +v 12.047134 1.099288 4.427280 +v 8.961417 -4.742314 -1.196578 +v 11.101960 3.127135 3.742554 +v 12.213640 -3.834137 -2.323616 +v 8.396063 3.789452 2.840324 +v 13.566437 -1.134565 -3.315613 +v 5.752851 1.953999 1.773024 +v 5.270030 -1.504712 0.602683 +v 11.742835 0.325792 4.675081 +v 11.243449 -0.000000 4.842916 +v 7.518228 -4.298555 -0.602683 +v 11.711678 2.266627 4.114919 +v 11.000154 -4.566845 -1.773024 +v 9.654680 3.726589 3.315613 +v 13.358584 -2.377493 -2.840324 +v 6.728200 2.982639 2.323616 +v 5.145291 -0.000000 1.196578 +v 6.304955 -3.368478 -0.000000 +v 11.896528 1.342524 4.427280 +v 9.552064 -4.834000 -1.196578 +v 10.709319 3.238851 3.742554 +v 12.668033 -3.533046 -2.323616 +v 7.942540 3.563625 2.840324 +v 13.678829 -0.687692 -3.315613 +v 5.544919 1.417263 1.773024 +v 5.490792 -2.074565 0.602683 +v 11.689590 0.537497 4.675081 +v 8.065281 -4.570955 -0.602683 +v 11.420162 2.459793 4.114919 +v 11.553785 -4.409324 -1.773024 +v 9.199344 3.655907 3.315613 +v 13.625294 -1.946742 -2.840324 +v 6.386468 2.557967 2.323616 +v 5.182087 -0.596587 1.196578 +v 6.746908 -3.797024 -0.000000 +v 11.717173 1.565410 4.427280 +v 10.149501 -4.852407 -1.196578 +v 10.305926 3.301470 3.742554 +v 13.081980 -3.178397 -2.323616 +v 7.520207 3.283777 2.840324 +v 13.735456 -0.230395 -3.315613 +v 5.404521 0.859044 1.773024 +v 5.779910 -2.612969 0.602683 +v 11.610731 0.741054 4.675081 +v 8.641662 -4.774064 -0.602683 +v 11.107118 2.615670 4.114919 +v 12.083863 -4.184961 -1.773024 +v 8.756145 3.529806 3.315613 +v 13.837048 -1.486480 -2.840324 +v 6.099512 2.094518 2.323616 +v 5.291918 -1.184130 1.196578 +v 11.187509 0.147045 4.854709 +v 10.626666 -0.000000 4.960574 +v 7.238175 -4.168012 -0.000000 +v 11.511787 1.764565 4.427280 +v 10.744672 -4.797256 -1.196578 +v 9.897896 3.314041 3.742554 +v 13.449208 -2.775567 -2.323616 +v 7.135465 2.954150 2.840324 +v 5.333786 0.287802 1.773024 +v 6.132999 -3.111764 0.602683 +v 11.507456 0.933377 4.675081 +v 9.238634 -4.904803 -0.602683 +v 10.777291 2.731896 4.114919 +v 12.582352 -3.897159 -1.773024 +v 8.331800 3.350197 3.315613 +v 13.990636 -1.003685 -2.840324 +v 5.871684 1.599318 2.323616 +v 5.473119 -1.753723 1.196578 +v 11.160438 0.291862 4.854709 +v 7.771308 -4.475816 -0.000000 +v 11.283484 1.936972 4.427280 +v 11.328554 -4.669384 -1.196578 +v 9.491412 3.276375 3.742554 +v 13.764150 -2.330663 -2.323616 +v 6.794147 2.579741 2.840324 +v 5.333786 -0.287802 1.773024 +v 6.544708 -3.563388 0.602683 +v 11.381329 1.111551 4.675081 +v 9.847147 -4.961190 -0.602683 +v 10.435682 2.806710 4.114919 +v 13.041694 -3.550280 -1.773024 +v 7.932745 3.119802 3.315613 +v 14.083731 -0.505675 -2.840324 +v 5.706437 1.079874 2.323616 +v 5.722942 -2.296731 1.196578 +v 11.115776 0.432254 4.854709 +v 8.338226 -4.715772 -0.000000 +v 11.035725 2.080016 4.427280 +v 11.892297 -4.470728 -1.196578 +v 9.092639 3.189042 3.742554 +v 14.022030 -1.850428 -2.323616 +v 6.501425 2.166226 2.840324 +v 5.404521 -0.859044 1.773024 +v 10.601541 0.037102 4.963544 +v 10.000000 -0.000000 5.000000 +v 7.008796 -3.960994 0.602683 +v 11.234262 1.272875 4.675081 +v 10.457978 -4.942371 -0.602683 +v 10.087468 2.838977 4.114919 +v 13.454926 -3.149582 -1.773024 +v 7.565026 2.842114 3.315613 +v 5.606277 0.544061 2.323616 +v 6.037601 -2.804924 1.196578 +v 11.054200 0.566094 4.854709 +v 8.930334 -4.884242 -0.000000 +v 10.772264 2.191529 4.427280 +v 12.427355 -4.204301 -1.196578 +v 8.707621 3.053367 3.742554 +v 14.218941 -1.342142 -2.323616 +v 6.261739 1.719873 2.840324 +v 5.544919 -1.417263 1.773024 +v 10.592422 0.110743 4.963544 +v 7.518228 -4.298555 0.602683 +v 11.068486 1.414904 4.675081 +v 11.061867 -4.848630 -0.602683 +v 9.737928 2.828207 4.114919 +v 13.815786 -2.701140 -1.773024 +v 7.234220 2.521342 3.315613 +v 5.572720 -0.000000 2.323616 +v 6.412327 -3.270596 1.196578 +v 10.976644 0.691352 4.854709 +v 9.538658 -4.978671 -0.000000 +v 10.497098 2.269820 4.427280 +v 12.925615 -3.874141 -1.196578 +v 8.342194 2.871405 3.742554 +v 14.351897 -0.813511 -2.323616 +v 6.078721 1.247449 2.840324 +v 5.752851 -1.953999 1.773024 +v 10.574323 0.182705 4.963544 +v 8.065281 -4.570955 0.602683 +v 10.886512 1.535484 4.675081 +v 11.649658 -4.681389 -0.602683 +v 9.392361 2.774565 4.114919 +v 14.118803 -2.211751 -1.773024 +v 6.945339 2.162350 3.315613 +v 5.606277 -0.544061 2.323616 +v 6.841437 -3.686690 1.196578 +v 10.884282 0.806130 4.854709 +v 10.153975 -4.997629 -0.000000 +v 10.214396 2.313704 4.427280 +v 13.379528 -3.485254 -1.196578 +v 8.001897 2.645916 3.742554 +v 5.955145 0.756114 2.840324 +v 6.025166 -2.461113 1.773024 +v 10.547517 0.251898 4.963544 +v 8.641662 -4.774064 0.602683 +v 10.691100 1.632788 4.675081 +v 12.212442 -4.443183 -0.602683 +v 9.056005 2.678864 4.114919 +v 14.359384 -1.688834 -1.773024 +v 6.702765 1.770578 3.315613 +v 5.706437 -1.079874 2.323616 +v 7.318429 -4.046897 1.196578 +v 10.778516 0.908687 4.854709 +v 10.766958 -4.940827 -0.000000 +v 9.928444 2.322514 4.427280 +v 13.782209 -3.043533 -1.196578 +v 7.691889 2.380318 3.742554 +v 5.892885 0.253318 2.840324 +v 6.357735 -2.930920 1.773024 +v 10.512412 0.317272 4.963544 +v 9.238634 -4.904803 0.602683 +v 10.485211 1.705340 4.675081 +v 12.741688 -4.137622 -0.602683 +v 8.733959 2.542553 4.114919 +v 14.533879 -1.140316 -1.773024 +v 6.510173 1.351966 3.315613 +v 5.871684 -1.599318 2.323616 +v 7.836070 -4.345757 1.196578 +v 10.660948 0.997471 4.854709 +v 11.368315 -4.809128 -0.000000 +v 9.643577 2.296117 4.427280 +v 14.127557 -2.555675 -1.196578 +v 7.416870 2.078637 3.742554 +v 5.892885 -0.253318 2.840324 +v 6.745517 -3.356297 1.773024 +v 10.469539 0.377837 4.963544 +v 9.847147 -4.961190 0.602683 +v 10.271967 1.752042 4.675081 +v 13.229373 -3.769340 -0.602683 +v 8.431105 2.367701 4.114919 +v 14.639647 -0.574513 -1.773024 +v 6.370483 0.912860 3.315613 +v 6.099512 -2.094518 2.323616 +v 8.386515 -4.578741 1.196578 +v 10.533360 1.071133 4.854709 +v 11.948929 -4.604527 -0.000000 +v 9.364112 2.234913 4.427280 +v 14.410335 -2.029076 -1.196578 +v 7.181009 1.745445 3.742554 +v 5.955145 -0.756114 2.840324 +v 7.182634 -3.730795 1.773024 +v 10.419548 0.432674 4.963544 +v 10.457978 -4.942371 0.602683 +v 10.054601 1.772184 4.675081 +v 13.668103 -3.343918 -0.602683 +v 8.152034 2.156956 4.114919 +v 6.285813 0.459916 3.315613 +v 6.386468 -2.557967 2.323616 +v 8.961417 -4.742314 1.196578 +v 10.397689 1.128558 4.854709 +v 12.500000 -4.330127 -0.000000 +v 9.094287 2.139831 4.427280 +v 14.626256 -1.471718 -1.196578 +v 6.987881 1.385795 3.742554 +v 6.078721 -1.247449 2.840324 +v 7.662459 -4.048739 1.773024 +v 10.363198 0.480952 4.963544 +v 11.061867 -4.848630 0.602683 +v 9.836406 1.765461 4.675081 +v 14.051229 -2.867806 -0.602683 +v 7.900975 1.913514 4.114919 +v 6.257446 -0.000000 3.315613 +v 6.728200 -2.982639 2.323616 +v 9.552064 -4.834000 1.196578 +v 10.255988 1.168876 4.854709 +v 13.013173 -3.990086 -0.000000 +v 8.838192 2.012310 4.427280 +v 14.772049 -0.892050 -1.196578 +v 6.840413 1.005137 3.742554 +v 6.261739 -1.719873 2.840324 +v 8.177719 -4.305308 1.773024 +v 10.301342 0.521939 4.963544 +v 11.649658 -4.681389 0.602683 +v 9.620691 1.731976 4.675081 +v 14.372943 -2.348221 -0.602683 +v 7.681736 1.641065 4.114919 +v 6.285813 -0.459916 3.315613 +v 7.119531 -3.362098 2.323616 +v 10.149501 -4.852407 1.196578 +v 10.110406 1.191474 4.854709 +v 13.480670 -3.589560 -0.000000 +v 8.599709 1.854285 4.427280 +v 6.740841 0.609242 3.742554 +v 6.501425 -2.166226 2.840324 +v 8.720603 -4.496613 1.773024 +v 10.234918 0.555014 4.963544 +v 12.212442 -4.443183 0.602683 +v 9.410727 1.672236 4.675081 +v 14.628367 -1.793039 -0.602683 +v 7.497640 1.343739 4.114919 +v 6.370483 -0.912860 3.315613 +v 7.554525 -3.690591 2.323616 +v 10.744672 -4.797256 1.196578 +v 9.963151 1.196011 4.854709 +v 13.895403 -3.134619 -0.000000 +v 8.382452 1.668151 4.427280 +v 6.690675 0.204112 3.742554 +v 6.794147 -2.579741 2.840324 +v 9.282882 -4.619754 1.773024 +v 10.164932 0.579676 4.963544 +v 12.741688 -4.137622 0.602683 +v 9.209695 1.587146 4.675081 +v 14.813630 -1.210677 -0.602683 +v 7.351477 1.026043 4.114919 +v 6.510173 -1.351966 3.315613 +v 8.026591 -3.963139 2.323616 +v 11.328554 -4.669384 1.196578 +v 9.816455 1.182417 4.854709 +v 14.251085 -2.632161 -0.000000 +v 8.189716 1.456730 4.427280 +v 6.690675 -0.204112 3.742554 +v 7.135465 -2.954150 2.840324 +v 9.856030 -4.672864 1.773024 +v 10.092446 0.595551 4.963544 +v 13.229373 -3.769340 0.602683 +v 9.020643 1.477997 4.675081 +v 14.925923 -0.609962 -0.602683 +v 7.245462 0.692794 4.114919 +v 6.702765 -1.770578 3.315613 +v 8.528572 -4.175609 2.323616 +v 11.892297 -4.470728 1.196578 +v 9.672541 1.150900 4.854709 +v 14.542326 -2.089802 -0.000000 +v 8.024422 1.223226 4.427280 +v 6.740841 -0.609242 3.742554 +v 7.520207 -3.283777 2.840324 +v 10.431362 -4.655138 1.773024 +v 10.018559 0.602398 4.963544 +v 13.668103 -3.343918 0.602683 +v 8.846437 1.346443 4.675081 +v 7.181205 0.349043 4.114919 +v 6.945339 -2.162350 3.315613 +v 9.052858 -4.324781 2.323616 +v 12.427355 -4.204301 1.196578 +v 9.533590 1.101936 4.854709 +v 14.764709 -1.515763 -0.000000 +v 7.889076 0.971179 4.427280 +v 6.840413 -1.005137 3.742554 +v 7.942540 -3.563625 2.840324 +v 11.000154 -4.566845 1.773024 +v 9.944391 0.600112 4.963544 +v 14.051229 -2.867806 0.602683 +v 8.689719 1.194479 4.675081 +v 7.159677 -0.000000 4.114919 +v 7.234220 -2.521342 3.315613 +v 9.591502 -4.408394 2.323616 +v 12.925615 -3.874141 1.196578 +v 9.401711 1.036267 4.854709 +v 14.914865 -0.918748 -0.000000 +v 7.785729 0.704410 4.427280 +v 6.987881 -1.385795 3.742554 +v 8.396063 -3.789452 2.840324 +v 11.553785 -4.409324 1.773024 +v 9.871066 0.588730 4.963544 +v 14.372943 -2.348221 0.602683 +v 8.552863 1.024407 4.675081 +v 7.181205 -0.349043 4.114919 +v 7.565026 -2.842114 3.315613 +v 10.136338 -4.425180 2.323616 +v 13.379528 -3.485254 1.196578 +v 9.278900 0.954890 4.854709 +v 7.715948 0.426963 4.427280 +v 7.181009 -1.745445 3.742554 +v 8.873899 -3.957835 2.840324 +v 12.083863 -4.184961 1.773024 +v 9.799695 0.568424 4.963544 +v 14.628367 -1.793039 0.602683 +v 8.437943 0.838806 4.675081 +v 7.245462 -0.692794 4.114919 +v 7.932745 -3.119802 3.315613 +v 10.679108 -4.374886 2.323616 +v 13.782209 -3.043533 1.196578 +v 9.167021 0.859038 4.854709 +v 7.680791 0.143044 4.427280 +v 7.416870 -2.078637 3.742554 +v 9.368806 -4.066221 2.840324 +v 12.582352 -3.897159 1.773024 +v 9.731360 0.539500 4.963544 +v 14.813630 -1.210677 0.602683 +v 8.346704 0.640490 4.675081 +v 7.351477 -1.026043 4.114919 +v 8.331800 -3.350197 3.315613 +v 11.211582 -4.258272 2.323616 +v 14.127557 -2.555675 1.196578 +v 9.067769 0.750163 4.854709 +v 7.680791 -0.143044 4.427280 +v 7.691889 -2.380318 3.742554 +v 9.873281 -4.112967 2.840324 +v 13.041694 -3.550280 1.773024 +v 9.667099 0.502398 4.963544 +v 14.925923 -0.609962 0.602683 +v 8.280526 0.432465 4.675081 +v 7.497640 -1.343739 4.114919 +v 8.756145 -3.529806 3.315613 +v 11.725691 -4.077106 2.323616 +v 14.410335 -2.029076 1.196578 +v 8.982649 0.629917 4.854709 +v 7.715948 -0.426963 4.427280 +v 8.001897 -2.645916 3.742554 +v 10.379677 -4.097366 2.840324 +v 13.454926 -3.149582 1.773024 +v 9.607883 0.457681 4.963544 +v 8.240414 0.217884 4.675081 +v 7.681736 -1.641065 4.114919 +v 9.199344 -3.655907 3.315613 +v 12.213640 -3.834137 2.323616 +v 14.626256 -1.471718 1.196578 +v 8.912951 0.500122 4.854709 +v 7.785729 -0.704410 4.427280 +v 8.342194 -2.871405 3.742554 +v 10.880318 -4.019652 2.840324 +v 13.815786 -2.701140 1.773024 +v 9.554611 0.406025 4.963544 +v 8.226975 -0.000000 4.675081 +v 7.900975 -1.913514 4.114919 +v 9.654680 -3.726589 3.315613 +v 12.668033 -3.533046 2.323616 +v 14.772049 -0.892050 1.196578 +v 8.859730 0.362746 4.854709 +v 7.889076 -0.971179 4.427280 +v 8.707621 -3.053367 3.742554 +v 11.367613 -3.881004 2.840324 +v 14.118803 -2.211751 1.773024 +v 9.508092 0.348215 4.963544 +v 8.240414 -0.217884 4.675081 +v 8.152034 -2.156956 4.114919 +v 10.115252 -3.740779 3.315613 +v 13.081980 -3.178397 2.323616 +v 8.823795 0.219871 4.854709 +v 8.024422 -1.223226 4.427280 +v 9.092639 -3.189042 3.742554 +v 11.834177 -3.683525 2.840324 +v 14.359384 -1.688834 1.773024 +v 9.469028 0.285126 4.963544 +v 8.280526 -0.432465 4.675081 +v 8.431105 -2.367701 4.114919 +v 10.574077 -3.698262 3.315613 +v 13.449208 -2.775567 2.323616 +v 8.805691 0.073662 4.854709 +v 8.189716 -1.456730 4.427280 +v 9.491412 -3.276375 3.742554 +v 12.272938 -3.430207 2.840324 +v 14.533879 -1.140316 1.773024 +v 9.438014 0.217714 4.963544 +v 8.346704 -0.640490 4.675081 +v 8.733959 -2.542553 4.114919 +v 11.024199 -3.599684 3.315613 +v 13.764150 -2.330663 2.323616 +v 8.805691 -0.073662 4.854709 +v 8.382452 -1.668151 4.427280 +v 9.897896 -3.314041 3.742554 +v 12.677242 -3.124890 2.840324 +v 14.639647 -0.574513 1.773024 +v 9.415520 0.147003 4.963544 +v 8.437943 -0.838806 4.675081 +v 9.056005 -2.678864 4.114919 +v 11.458795 -3.446538 3.315613 +v 14.022030 -1.850428 2.323616 +v 8.823795 -0.219871 4.854709 +v 8.599709 -1.854285 4.427280 +v 10.305926 -3.301470 3.742554 +v 13.040962 -2.772203 2.840324 +v 9.401885 0.074063 4.963544 +v 8.552863 -1.024407 4.675081 +v 9.392361 -2.774565 4.114919 +v 11.871277 -3.241147 3.315613 +v 14.218941 -1.342142 2.323616 +v 8.859730 -0.362746 4.854709 +v 8.838192 -2.012310 4.427280 +v 10.709319 -3.238851 3.742554 +v 13.358584 -2.377493 2.840324 +v 9.397317 -0.000000 4.963544 +v 8.689719 -1.194479 4.675081 +v 9.737928 -2.828207 4.114919 +v 12.255392 -2.986622 3.315613 +v 14.351897 -0.813511 2.323616 +v 8.912951 -0.500122 4.854709 +v 9.094287 -2.139831 4.427280 +v 11.101960 -3.127135 3.742554 +v 13.625294 -1.946742 2.840324 +v 9.401885 -0.074063 4.963544 +v 8.846437 -1.346443 4.675081 +v 10.087468 -2.838977 4.114919 +v 12.605319 -2.686824 3.315613 +v 8.982649 -0.629917 4.854709 +v 9.364112 -2.234913 4.427280 +v 11.477896 -2.968015 3.742554 +v 13.837048 -1.486480 2.840324 +v 9.415520 -0.147003 4.963544 +v 9.020643 -1.477997 4.675081 +v 10.435682 -2.806710 4.114919 +v 12.915751 -2.346296 3.315613 +v 9.067769 -0.750163 4.854709 +v 9.643577 -2.296117 4.427280 +v 11.831429 -2.763903 3.742554 +v 13.990636 -1.003685 2.840324 +v 9.438014 -0.217714 4.963544 +v 9.209695 -1.587146 4.675081 +v 10.777291 -2.731896 4.114919 +v 13.181983 -1.970201 3.315613 +v 9.167021 -0.859038 4.854709 +v 9.928444 -2.322514 4.427280 +v 12.157199 -2.517893 3.742554 +v 14.083731 -0.505675 2.840324 +v 9.469028 -0.285126 4.963544 +v 9.410727 -1.672236 4.675081 +v 11.107118 -2.615670 4.114919 +v 13.399981 -1.564239 3.315613 +v 9.278900 -0.954890 4.854709 +v 10.214396 -2.313704 4.427280 +v 12.450268 -2.233714 3.742554 +v 9.508092 -0.348215 4.963544 +v 9.620691 -1.731976 4.675081 +v 11.420162 -2.459793 4.114919 +v 13.566437 -1.134565 3.315613 +v 9.401711 -1.036267 4.854709 +v 10.497098 -2.269820 4.427280 +v 12.706194 -1.915675 3.742554 +v 9.554611 -0.406025 4.963544 +v 9.836406 -1.765461 4.675081 +v 11.711678 -2.266627 4.114919 +v 13.678829 -0.687692 3.315613 +v 9.533590 -1.101936 4.854709 +v 10.772264 -2.191529 4.427280 +v 12.921096 -1.568595 3.742554 +v 9.607883 -0.457681 4.963544 +v 10.054601 -1.772184 4.675081 +v 11.977245 -2.039102 4.114919 +v 13.735456 -0.230395 3.315613 +v 9.672541 -1.150900 4.854709 +v 11.035725 -2.080016 4.427280 +v 13.091717 -1.197738 3.742554 +v 9.667099 -0.502398 4.963544 +v 10.271967 -1.752042 4.675081 +v 12.212841 -1.780667 4.114919 +v 9.816455 -1.182417 4.854709 +v 11.283484 -1.936972 4.427280 +v 13.215471 -0.808724 3.742554 +v 9.731360 -0.539500 4.963544 +v 10.485211 -1.705340 4.675081 +v 12.414892 -1.495238 4.114919 +v 9.963151 -1.196011 4.854709 +v 11.511787 -1.764565 4.427280 +v 13.290483 -0.407450 3.742554 +v 9.799695 -0.568424 4.963544 +v 10.691100 -1.632788 4.675081 +v 12.580336 -1.187143 4.114919 +v 10.110406 -1.191474 4.854709 +v 11.717173 -1.565410 4.427280 +v 9.871066 -0.588730 4.963544 +v 10.886512 -1.535484 4.675081 +v 12.706664 -0.861052 4.114919 +v 10.255988 -1.168876 4.854709 +v 11.896528 -1.342524 4.427280 +v 9.944391 -0.600112 4.963544 +v 11.068486 -1.414904 4.675081 +v 12.791962 -0.521908 4.114919 +v 10.397689 -1.128558 4.854709 +v 12.047134 -1.099288 4.427280 +v 10.018559 -0.602398 4.963544 +v 11.234262 -1.272875 4.675081 +v 12.834936 -0.174853 4.114919 +v 10.533360 -1.071133 4.854709 +v 12.166707 -0.839387 4.427280 +v 10.092446 -0.595551 4.963544 +v 11.381329 -1.111551 4.675081 +v 10.660948 -0.997471 4.854709 +v 12.253435 -0.566762 4.427280 +v 10.164932 -0.579676 4.963544 +v 11.507456 -0.933377 4.675081 +v 10.778516 -0.908687 4.854709 +v 12.306004 -0.285545 4.427280 +v 10.234918 -0.555014 4.963544 +v 11.610731 -0.741054 4.675081 +v 10.884282 -0.806130 4.854709 +v 10.301342 -0.521939 4.963544 +v 11.689590 -0.537497 4.675081 +v 10.976644 -0.691352 4.854709 +v 10.363198 -0.480952 4.963544 +v 11.742835 -0.325792 4.675081 +v 11.054200 -0.566094 4.854709 +v 10.419548 -0.432674 4.963544 +v 11.769662 -0.109149 4.675081 +v 11.115776 -0.432254 4.854709 +v 10.469539 -0.377837 4.963544 +v 11.160438 -0.291862 4.854709 +v 10.512412 -0.317272 4.963544 +v 11.187509 -0.147045 4.854709 +v 10.547517 -0.251898 4.963544 +v 10.574323 -0.182705 4.963544 +v 10.592422 -0.110743 4.963544 +v 10.601541 -0.037102 4.963544 +v 7.000000 -0.000000 0.000000 +v 6.956295 0.415823 0.000000 +v 7.000000 -0.000000 25.000000 +v 6.956295 0.415823 25.000000 +v 6.827091 0.813473 0.000000 +v 6.827091 0.813473 25.000000 +v 6.618034 1.175570 25.000000 +v 6.618034 1.175570 0.000000 +v 6.338261 1.486290 0.000000 +v 6.338261 1.486290 25.000000 +v 6.000000 1.732051 25.000000 +v 6.000000 1.732051 0.000000 +v 5.618034 1.902113 25.000000 +v 5.618034 1.902113 0.000000 +v 5.209057 1.989044 0.000000 +v 5.209057 1.989044 25.000000 +v 4.790943 1.989044 25.000000 +v 4.790943 1.989044 0.000000 +v 4.381966 1.902113 0.000000 +v 4.381966 1.902113 25.000000 +v 4.000000 1.732051 25.000000 +v 4.000000 1.732051 0.000000 +v 3.661739 1.486290 0.000000 +v 3.661739 1.486290 25.000000 +v 3.381966 1.175570 0.000000 +v 3.381966 1.175570 25.000000 +v 3.172909 0.813473 0.000000 +v 3.172909 0.813473 25.000000 +v 3.043705 0.415823 0.000000 +v 3.043705 0.415823 25.000000 +v 3.000000 0.000000 25.000000 +v 3.000000 0.000000 0.000000 +v 3.043705 -0.415823 0.000000 +v 3.043705 -0.415823 25.000000 +v 3.172909 -0.813473 25.000000 +v 3.172909 -0.813473 0.000000 +v 3.381966 -1.175570 0.000000 +v 3.381966 -1.175570 25.000000 +v 3.661739 -1.486290 0.000000 +v 3.661739 -1.486290 25.000000 +v 4.000000 -1.732051 0.000000 +v 4.000000 -1.732051 25.000000 +v 4.381966 -1.902113 25.000000 +v 4.381966 -1.902113 0.000000 +v 4.790943 -1.989044 0.000000 +v 4.790943 -1.989044 25.000000 +v 5.209057 -1.989044 0.000000 +v 5.209057 -1.989044 25.000000 +v 5.618034 -1.902113 0.000000 +v 5.618034 -1.902113 25.000000 +v 6.000000 -1.732051 0.000000 +v 6.000000 -1.732051 25.000000 +v 6.338261 -1.486290 0.000000 +v 6.338261 -1.486290 25.000000 +v 6.618034 -1.175570 25.000000 +v 6.618034 -1.175570 0.000000 +v 6.827091 -0.813473 0.000000 +v 6.827091 -0.813473 25.000000 +v 6.956295 -0.415823 0.000000 +v 6.956295 -0.415823 25.000000 +v 5.481232 0.029681 19.029165 +v 5.501333 -0.000000 19.031542 +v 5.000000 -0.000000 19.000000 +v 5.473937 0.088594 19.029165 +v 5.459458 0.146164 19.029165 +v 5.438014 0.201518 19.029165 +v 5.950007 0.117636 19.116232 +v 5.994760 -0.000000 19.125668 +v 5.409929 0.253818 19.029165 +v 5.928350 0.233489 19.116232 +v 5.375631 0.302269 19.029165 +v 5.892621 0.345803 19.116232 +v 6.415730 0.087319 19.259935 +v 6.472498 -0.000000 19.280893 +v 5.335639 0.346139 19.029165 +v 5.843360 0.452875 19.116232 +v 6.394268 0.260634 19.259935 +v 5.290558 0.384761 19.029165 +v 5.781315 0.553081 19.116232 +v 6.351672 0.429998 19.259935 +v 5.241073 0.417551 19.029165 +v 5.707426 0.644904 19.116232 +v 6.288585 0.592843 19.259935 +v 5.187934 0.444012 19.029165 +v 6.844803 0.228436 19.458176 +v 6.927015 -0.000000 19.494774 +v 5.622813 0.726950 19.116232 +v 6.205965 0.746702 19.259935 +v 5.131946 0.463741 19.029165 +v 6.802749 0.453409 19.458176 +v 5.528759 0.797976 19.116232 +v 6.105063 0.889241 19.259935 +v 5.073957 0.476441 19.029165 +v 6.733366 0.671510 19.458176 +v 5.426689 0.856906 19.116232 +v 7.267949 0.139882 19.708065 +v 7.351141 -0.000000 19.763931 +v 5.987410 1.018300 19.259935 +v 5.014848 0.481918 19.029165 +v 6.637707 0.879430 19.458176 +v 5.318151 0.902847 19.116232 +v 7.233569 0.417526 19.708065 +v 5.854789 1.131923 19.259935 +v 4.955513 0.480090 19.029165 +v 6.517222 1.074020 19.458176 +v 5.204790 0.935100 19.116232 +v 7.165331 0.688841 19.708065 +v 5.709210 1.228387 19.259935 +v 4.896853 0.470984 19.029165 +v 6.373738 1.252328 19.458176 +v 5.088325 0.953179 19.116232 +v 7.064268 0.949714 19.708065 +v 5.552880 1.306230 19.259935 +v 4.839756 0.454739 19.029165 +v 7.632386 0.325960 20.005957 +v 7.738189 -0.000000 20.084126 +v 6.209430 1.411652 19.458176 +v 4.970521 0.956809 19.116232 +v 6.931913 1.196190 19.708065 +v 5.388169 1.364272 19.259935 +v 4.785089 0.431600 19.029165 +v 7.572377 0.646979 20.005957 +v 6.026787 1.549577 19.458176 +v 4.853164 0.945934 19.116232 +v 6.770273 1.424533 19.708065 +v 5.217574 1.401633 19.259935 +v 4.733679 0.401919 19.029165 +v 7.473374 0.958190 20.005957 +v 5.828580 1.664013 19.458176 +v 4.738033 0.920720 19.116232 +v 7.988364 0.184316 20.347509 +v 8.082053 -0.000000 20.450304 +v 6.581797 1.631282 19.708065 +v 5.043680 1.417747 19.259935 +v 4.686306 0.366145 19.029165 +v 7.336877 1.254876 20.005957 +v 5.617812 1.753223 19.458176 +v 4.626873 0.881548 19.116232 +v 7.943064 0.550154 20.347509 +v 6.369342 1.813302 19.708065 +v 4.869125 1.412369 19.259935 +v 4.643689 0.324820 19.029165 +v 7.164955 1.532540 20.005957 +v 5.397679 1.815856 19.458176 +v 4.521369 0.829014 19.116232 +v 7.853149 0.907652 20.347509 +v 6.136129 1.967834 19.708065 +v 4.696553 1.385581 19.259935 +v 4.606473 0.278572 19.029165 +v 6.960214 1.786971 20.005957 +v 5.171517 1.850963 19.458176 +v 4.423120 0.763912 19.116232 +v 7.719984 1.251391 20.347509 +v 5.885695 2.092536 19.708065 +v 4.528582 1.337789 19.259935 +v 4.575223 0.228101 19.029165 +v 8.266984 0.404540 20.727741 +v 8.377312 -0.000000 20.856693 +v 6.725759 2.014314 20.005957 +v 4.942755 1.858011 19.458176 +v 4.333617 0.687230 19.116232 +v 7.545587 1.576161 20.347509 +v 5.621833 2.185517 19.708065 +v 4.367756 1.269717 19.259935 +v 4.550412 0.174171 19.029165 +v 8.192509 0.802948 20.727741 +v 6.465143 2.211123 20.005957 +v 4.714861 1.836894 19.458176 +v 4.254215 0.600131 19.116232 +v 7.332601 1.877037 20.347509 +v 5.348546 2.245368 19.708065 +v 4.216515 1.182398 19.259935 +v 4.532415 0.117602 19.029165 +v 8.069638 1.189184 20.727741 +v 6.182317 2.374412 20.005957 +v 4.491290 1.787931 19.458176 +v 4.186119 0.503934 19.116232 +v 8.535107 0.218038 21.141108 +v 8.619308 -0.000000 21.296883 +v 7.084255 2.149459 20.347509 +v 5.069974 2.271181 19.708065 +v 4.077150 1.077155 19.259935 +v 4.521508 0.059250 19.029165 +v 7.900235 1.557393 20.727741 +v 5.881568 2.501708 20.005957 +v 4.275430 1.711865 19.458176 +v 4.130360 0.400098 19.116232 +v 8.481518 0.650808 21.141108 +v 6.804314 2.389298 20.347509 +v 4.790342 2.262566 19.708065 +v 3.951775 0.955583 19.259935 +v 4.517853 -0.000000 19.029165 +v 7.686868 1.901994 20.727741 +v 5.567455 2.591081 20.005957 +v 4.070554 1.609848 19.458176 +v 4.087784 0.290197 19.116232 +v 8.375153 1.073713 21.141108 +v 6.497022 2.592917 20.347509 +v 4.513889 2.219652 19.708065 +v 3.842290 0.819526 19.259935 +v 4.521508 -0.059250 19.029165 +v 7.432770 2.217762 20.727741 +v 5.244741 2.641176 20.005957 +v 3.879767 1.483428 19.458176 +v 4.059037 0.175897 19.116232 +v 8.217625 1.480342 21.141108 +v 6.167036 2.757231 20.347509 +v 4.244804 2.143091 19.708065 +v 3.750355 0.671045 19.259935 +v 4.532415 -0.117602 19.029165 +v 8.711718 0.459610 21.581581 +v 8.804226 -0.000000 21.763931 +v 7.141793 2.499912 20.727741 +v 4.918316 2.651233 20.005957 +v 3.705962 1.334521 19.458176 +v 4.044553 0.058930 19.116232 +v 8.011320 1.864530 21.141108 +v 5.819359 2.879747 20.347509 +v 3.987167 2.034043 19.708065 +v 3.677363 0.512392 19.259935 +v 4.550412 -0.174171 19.029165 +v 8.627104 0.912253 21.581581 +v 6.818350 2.744165 20.727741 +v 4.593130 2.621100 20.005957 +v 3.551773 1.165384 19.458176 +v 4.044553 -0.058930 19.116232 +v 7.759366 2.220454 21.141108 +v 5.459261 2.958610 20.347509 +v 3.744884 1.894161 19.708065 +v 3.624421 0.345972 19.259935 +v 4.575223 -0.228101 19.029165 +v 8.487507 1.351067 21.581581 +v 6.467342 2.946820 20.727741 +v 4.274112 2.551234 20.005957 +v 3.419538 0.978581 19.458176 +v 4.059037 -0.175897 19.116232 +v 8.876401 0.239088 22.042738 +v 8.929149 -0.000000 22.250475 +v 7.465584 2.542718 21.141108 +v 5.092202 2.992623 20.347509 +v 3.521627 1.725565 19.708065 +v 3.592331 0.174307 19.259935 +v 4.606473 -0.278572 19.029165 +v 8.295043 1.769401 21.581581 +v 6.094090 3.104804 20.727741 +v 3.966097 2.442693 20.005957 +v 3.311261 0.776943 19.458176 +v 4.087784 -0.290197 19.116232 +v 8.817638 0.713640 22.042738 +v 7.134426 2.826437 21.141108 +v 4.723744 2.981271 20.347509 +v 3.320780 1.530811 19.708065 +v 3.581580 -0.000000 19.259935 +v 4.643689 -0.324820 19.029165 +v 8.052629 2.160912 21.581581 +v 5.704254 3.215722 20.727741 +v 3.673755 2.297124 20.005957 +v 3.228583 0.563528 19.458176 +v 4.130360 -0.400098 19.116232 +v 8.701005 1.177374 22.042738 +v 6.770912 3.067310 21.141108 +v 4.359475 2.924726 20.347509 +v 3.145389 1.312852 19.708065 +v 3.592331 -0.174307 19.259935 +v 4.686306 -0.366145 19.029165 +v 7.763941 2.519665 21.581581 +v 5.303741 3.277893 20.727741 +v 3.401517 2.116733 20.005957 +v 3.172759 0.341571 19.458176 +v 4.186119 -0.503934 19.116232 +v 8.528268 1.623261 22.042738 +v 6.380553 3.261685 21.141108 +v 4.004915 2.823845 20.347509 +v 2.998112 1.074991 19.708065 +v 3.624421 -0.345972 19.259935 +v 8.940739 0.487969 22.517853 +v 8.992107 -0.000000 22.748838 +v 4.733679 -0.401919 19.029165 +v 7.433354 2.840224 21.581581 +v 4.898624 3.290374 20.727741 +v 3.153511 1.904255 20.005957 +v 3.144633 0.114435 19.458176 +v 4.254215 -0.600131 19.116232 +v 8.302046 2.044540 22.042738 +v 5.969266 3.406617 21.141108 +v 3.665440 2.680157 20.347509 +v 2.881181 0.820835 19.708065 +v 3.677363 -0.512392 19.259935 +v 8.850904 0.968541 22.517853 +v 4.785089 -0.431600 19.029165 +v 7.065881 3.117727 21.581581 +v 4.495045 3.252977 20.727741 +v 2.933496 1.662910 20.005957 +v 3.144633 -0.114435 19.458176 +v 4.333617 -0.687230 19.116232 +v 8.025767 2.434826 22.042738 +v 5.543286 3.499908 21.141108 +v 3.346196 2.495841 20.347509 +v 2.796370 0.554235 19.708065 +v 3.750355 -0.671045 19.259935 +v 8.702694 1.434431 22.517853 +v 4.839756 -0.454739 19.029165 +v 6.667090 3.347969 21.581581 +v 4.099119 3.166268 20.727741 +v 2.744807 1.396356 20.005957 +v 3.172759 -0.341571 19.458176 +v 8.992414 0.246244 23.000000 +v 8.992107 -0.000000 23.251162 +v 4.423120 -0.763912 19.116232 +v 7.703622 2.788203 22.042738 +v 5.109071 3.540144 21.141108 +v 3.052021 2.273691 20.347509 +v 2.744964 0.279234 19.708065 +v 3.842290 -0.819526 19.259935 +v 8.498354 1.878577 22.517853 +v 4.896853 -0.470984 19.029165 +v 6.243029 3.527459 21.581581 +v 3.716850 3.031562 20.727741 +v 2.590304 1.108636 20.005957 +v 3.228583 -0.563528 19.458176 +v 8.931892 0.734998 23.000000 +v 4.521369 -0.829014 19.116232 +v 7.340493 3.099313 22.042738 +v 4.673202 3.526715 21.141108 +v 2.787375 2.017074 20.347509 +v 2.727741 -0.000000 19.708065 +v 3.951775 -0.955583 19.259935 +v 8.240984 2.294245 22.517853 +v 4.955513 -0.480090 19.029165 +v 5.800124 3.653476 21.581581 +v 3.354032 2.850900 20.727741 +v 2.472330 0.804110 20.005957 +v 3.311261 -0.776943 19.458176 +v 8.811768 1.212611 23.000000 +v 4.626873 -0.881548 19.116232 +v 6.941884 3.363441 22.042738 +v 4.242287 3.459825 21.141108 +v 2.556271 1.729880 20.347509 +v 2.744964 -0.279234 19.708065 +v 4.077150 -1.077155 19.259935 +v 7.934483 2.675135 22.517853 +v 5.014848 -0.481918 19.029165 +v 5.345090 3.724111 21.581581 +v 3.016166 2.627021 20.727741 +v 2.392673 0.487394 20.005957 +v 3.419538 -0.978581 19.458176 +v 8.633862 1.671841 23.000000 +v 4.738033 -0.920720 19.116232 +v 6.513838 3.576583 22.042738 +v 3.822858 3.340487 21.141108 +v 2.362212 1.416462 20.347509 +v 2.796370 -0.554235 19.708065 +v 8.940739 0.487969 23.482147 +v 8.929149 -0.000000 23.749525 +v 4.216515 -1.182398 19.259935 +v 7.583498 3.015472 22.517853 +v 5.073957 -0.476441 19.029165 +v 4.884824 3.738291 21.581581 +v 2.708372 2.363320 20.727741 +v 2.352540 0.163290 20.005957 +v 3.551773 -1.165384 19.458176 +v 8.400868 2.105729 23.000000 +v 4.853164 -0.945934 19.116232 +v 6.062843 3.735507 22.042738 +v 3.421273 3.170511 21.141108 +v 2.208138 1.081573 20.347509 +v 2.881181 -0.820835 19.708065 +v 8.850904 0.968541 23.482147 +v 4.367756 -1.269717 19.259935 +v 7.193351 3.310098 22.517853 +v 5.131946 -0.463741 19.029165 +v 4.426305 3.695803 21.581581 +v 2.435317 2.063793 20.727741 +v 2.352540 -0.163290 20.005957 +v 3.705962 -1.334521 19.458176 +v 8.116323 2.507695 23.000000 +v 4.970521 -0.956809 19.116232 +v 5.595737 3.837805 22.042738 +v 3.043621 2.952473 21.141108 +v 2.096386 0.730288 20.347509 +v 2.998112 -1.074991 19.708065 +v 8.702694 1.434431 23.482147 +v 4.528582 -1.337789 19.259935 +v 6.769954 3.554546 22.517853 +v 5.187934 -0.444012 19.029165 +v 3.976483 3.597290 21.581581 +v 2.201140 1.732981 20.727741 +v 2.392673 -0.487394 20.005957 +v 3.879767 -1.483428 19.458176 +v 7.784536 2.871648 23.000000 +v 5.088325 -0.953179 19.116232 +v 5.119601 3.881925 22.042738 +v 2.695624 2.689679 21.141108 +v 2.028650 0.367933 20.347509 +v 3.145389 -1.312852 19.708065 +v 8.498354 1.878577 23.482147 +v 4.696553 -1.385581 19.259935 +v 6.319726 3.745111 22.517853 +v 5.241073 -0.417551 19.029165 +v 3.542176 3.444247 21.581581 +v 2.009391 1.375898 20.727741 +v 2.472330 -0.804110 20.005957 +v 8.817638 0.713640 23.957262 +v 8.804226 -0.000000 24.236069 +v 4.070554 -1.609848 19.458176 +v 7.410539 3.192069 23.000000 +v 5.204790 -0.935100 19.116232 +v 4.641651 3.867200 22.042738 +v 2.382560 2.386111 21.141108 +v 2.005957 -0.000000 20.347509 +v 3.320780 -1.530811 19.708065 +v 8.240984 2.294245 23.482147 +v 4.869125 -1.412369 19.259935 +v 5.849493 3.878904 22.517853 +v 5.290558 -0.384761 19.029165 +v 3.129968 3.238991 21.581581 +v 1.862977 0.997959 20.727741 +v 2.590304 -1.108636 20.005957 +v 8.701005 1.177374 23.957262 +v 4.275430 -1.711865 19.458176 +v 7.000000 3.464102 23.000000 +v 5.318151 -0.902847 19.116232 +v 4.169134 3.793852 22.042738 +v 2.109174 2.046373 21.141108 +v 2.028650 -0.367933 20.347509 +v 3.521627 -1.725565 19.708065 +v 7.934483 2.675135 23.482147 +v 5.043680 -1.417747 19.259935 +v 5.366383 3.953897 22.517853 +v 5.335639 -0.346139 19.029165 +v 2.746107 2.984636 21.581581 +v 1.764116 0.604892 20.727741 +v 2.744807 -1.396356 20.005957 +v 8.528268 1.623261 23.957262 +v 4.491290 -1.787931 19.458176 +v 6.559144 3.683622 23.000000 +v 5.426689 -0.856906 19.116232 +v 3.709211 3.662992 22.042738 +v 1.879610 1.675614 21.141108 +v 2.096386 -0.730288 20.347509 +v 8.711718 0.459610 24.418419 +v 8.619308 -0.000000 24.703117 +v 3.744884 -1.894161 19.708065 +v 7.583498 3.015472 23.482147 +v 5.217574 -1.401633 19.259935 +v 4.877718 3.968952 22.517853 +v 5.375631 -0.302269 19.029165 +v 2.396414 2.685037 21.581581 +v 1.714308 0.202655 20.727741 +v 2.933496 -1.662910 20.005957 +v 8.302046 2.044540 23.957262 +v 4.714861 -1.836894 19.458176 +v 6.094652 3.847303 23.000000 +v 5.528759 -0.797976 19.116232 +v 3.268856 3.476606 22.042738 +v 1.697347 1.279454 21.141108 +v 2.208138 -1.081573 20.347509 +v 8.627104 0.912253 24.418419 +v 3.987167 -2.034043 19.708065 +v 7.193351 3.310098 23.482147 +v 5.388169 -1.364272 19.259935 +v 4.390907 3.923842 22.517853 +v 5.409929 -0.253818 19.029165 +v 2.086188 2.344736 21.581581 +v 1.714308 -0.202655 20.727741 +v 3.153511 -1.904255 20.005957 +v 8.025767 2.434826 23.957262 +v 4.942755 -1.858011 19.458176 +v 5.613566 3.952662 23.000000 +v 5.622813 -0.726950 19.116232 +v 2.854743 3.237518 22.042738 +v 1.565150 0.863899 21.141108 +v 2.362212 -1.416462 20.347509 +v 8.487507 1.351067 24.418419 +v 4.244804 -2.143091 19.708065 +v 6.769954 3.554546 23.482147 +v 5.552880 -1.306230 19.259935 +v 3.913329 3.819251 22.517853 +v 5.438014 -0.201518 19.029165 +v 1.820133 1.968891 21.581581 +v 1.764116 -0.604892 20.727741 +v 3.401517 -2.116733 20.005957 +v 7.703622 2.788203 23.957262 +v 5.171517 -1.850963 19.458176 +v 5.123180 3.998103 23.000000 +v 5.707426 -0.644904 19.116232 +v 2.473150 2.949352 22.042738 +v 1.485021 0.435249 21.141108 +v 2.556271 -1.729880 20.347509 +v 8.295043 1.769401 24.418419 +v 4.513889 -2.219652 19.708065 +v 6.319726 3.745111 23.482147 +v 5.709210 -1.228387 19.259935 +v 3.452224 3.656764 22.517853 +v 5.459458 -0.146164 19.029165 +v 1.602281 1.563199 21.581581 +v 1.862977 -0.997959 20.727741 +v 8.481518 0.650808 24.858892 +v 8.377312 -0.000000 25.143307 +v 3.673755 -2.297124 20.005957 +v 7.340493 3.099313 23.957262 +v 5.397679 -1.815856 19.458176 +v 4.630927 3.982937 23.000000 +v 5.781315 -0.553081 19.116232 +v 2.129861 2.616477 22.042738 +v 1.458176 -0.000000 21.141108 +v 2.787375 -2.017074 20.347509 +v 8.052629 2.160912 24.418419 +v 4.790342 -2.262566 19.708065 +v 5.849493 3.878904 23.482147 +v 5.854789 -1.131923 19.259935 +v 3.014582 3.438844 22.517853 +v 5.473937 -0.088594 19.029165 +v 1.435935 1.133811 21.581581 +v 2.009391 -1.375898 20.727741 +v 8.375153 1.073713 24.858892 +v 3.966097 -2.442693 20.005957 +v 6.941884 3.363441 23.957262 +v 5.617812 -1.753223 19.458176 +v 4.144268 3.907393 23.000000 +v 5.843360 -0.452875 19.116232 +v 1.830081 2.243939 22.042738 +v 1.485021 -0.435249 21.141108 +v 3.052021 -2.273691 20.347509 +v 7.763941 2.519665 24.418419 +v 5.069974 -2.271181 19.708065 +v 5.366383 3.953897 23.482147 +v 5.987410 -1.018300 19.259935 +v 2.607037 3.168795 22.517853 +v 5.481232 -0.029681 19.029165 +v 1.323617 0.687235 21.581581 +v 2.201140 -1.732981 20.727741 +v 8.217625 1.480342 24.858892 +v 4.274112 -2.551234 20.005957 +v 6.513838 3.576583 23.957262 +v 5.828580 -1.664013 19.458176 +v 3.670581 3.772618 23.000000 +v 5.892621 -0.345803 19.116232 +v 1.578354 1.837385 22.042738 +v 1.565150 -0.863899 21.141108 +v 8.266984 0.404540 25.272259 +v 8.082053 -0.000000 25.549696 +v 3.346196 -2.495841 20.347509 +v 7.433354 2.840224 24.418419 +v 5.348546 -2.245368 19.708065 +v 4.877718 3.968952 23.482147 +v 6.105063 -0.889241 19.259935 +v 2.235767 2.850710 22.517853 +v 1.267029 0.230242 21.581581 +v 2.435317 -2.063793 20.727741 +v 8.011320 1.864530 24.858892 +v 4.593130 -2.621100 20.005957 +v 6.062843 3.735507 23.957262 +v 6.026787 -1.549577 19.458176 +v 3.217047 3.580653 23.000000 +v 5.928350 -0.233489 19.116232 +v 1.378495 1.402979 22.042738 +v 1.697347 -1.279454 21.141108 +v 8.192509 0.802948 25.272259 +v 3.665440 -2.680157 20.347509 +v 7.065881 3.117727 24.418419 +v 5.621833 -2.185517 19.708065 +v 4.390907 3.923842 23.482147 +v 6.205965 -0.746702 19.259935 +v 1.906399 2.489411 22.517853 +v 1.267029 -0.230242 21.581581 +v 2.708372 -2.363320 20.727741 +v 7.759366 2.220454 24.858892 +v 4.918316 -2.651233 20.005957 +v 5.595737 3.837805 23.957262 +v 6.209430 -1.411652 19.458176 +v 2.790540 3.334409 23.000000 +v 5.950007 -0.117636 19.116232 +v 1.233534 0.947304 22.042738 +v 1.879610 -1.675614 21.141108 +v 8.069638 1.189184 25.272259 +v 4.004915 -2.823845 20.347509 +v 6.667090 3.347969 24.418419 +v 5.885695 -2.092536 19.708065 +v 3.913329 3.819251 23.482147 +v 6.288585 -0.592843 19.259935 +v 1.623928 2.090375 22.517853 +v 1.323617 -0.687235 21.581581 +v 3.016166 -2.627021 20.727741 +v 7.465584 2.542718 24.858892 +v 5.244741 -2.641176 20.005957 +v 5.119601 3.881925 23.957262 +v 6.373738 -1.252328 19.458176 +v 2.397527 3.037620 23.000000 +v 1.145670 0.477270 22.042738 +v 2.109174 -2.046373 21.141108 +v 7.900235 1.557393 25.272259 +v 4.359475 -2.924726 20.347509 +v 6.243029 3.527459 24.418419 +v 6.136129 -1.967834 19.708065 +v 3.452224 3.656764 23.482147 +v 6.351672 -0.429998 19.259935 +v 1.392634 1.659652 22.517853 +v 1.435935 -1.133811 21.581581 +v 7.943064 0.550154 25.652491 +v 7.738189 -0.000000 25.915874 +v 3.354032 -2.850900 20.727741 +v 7.134426 2.826437 24.858892 +v 5.567455 -2.591081 20.005957 +v 4.641651 3.867200 23.957262 +v 6.517222 -1.074020 19.458176 +v 2.043964 2.694782 23.000000 +v 1.116233 -0.000000 22.042738 +v 2.382560 -2.386111 21.141108 +v 7.686868 1.901994 25.272259 +v 4.723744 -2.981271 20.347509 +v 5.800124 3.653476 24.418419 +v 6.369342 -1.813302 19.708065 +v 3.014582 3.438844 23.482147 +v 6.394268 -0.260634 19.259935 +v 1.216024 1.203769 22.517853 +v 1.602281 -1.563199 21.581581 +v 7.853149 0.907652 25.652491 +v 3.716850 -3.031562 20.727741 +v 6.770912 3.067310 24.858892 +v 5.881568 -2.501708 20.005957 +v 4.169134 3.793852 23.957262 +v 6.637707 -0.879430 19.458176 +v 1.735212 2.311095 23.000000 +v 1.145670 -0.477270 22.042738 +v 2.695624 -2.689679 21.141108 +v 7.432770 2.217762 25.272259 +v 5.092202 -2.992623 20.347509 +v 5.345090 3.724111 24.418419 +v 6.581797 -1.631282 19.708065 +v 2.607037 3.168795 23.482147 +v 6.415730 -0.087319 19.259935 +v 1.096776 0.729639 22.517853 +v 1.820133 -1.968891 21.581581 +v 7.719984 1.251391 25.652491 +v 4.099119 -3.166268 20.727741 +v 6.380553 3.261685 24.858892 +v 6.182317 -2.374412 20.005957 +v 3.709211 3.662992 23.957262 +v 6.733366 -0.671510 19.458176 +v 1.475951 1.892374 23.000000 +v 1.233534 -0.947304 22.042738 +v 7.632386 0.325960 25.994043 +v 7.351141 -0.000000 26.236069 +v 3.043621 -2.952473 21.141108 +v 7.141793 2.499912 25.272259 +v 5.459261 -2.958610 20.347509 +v 4.884824 3.738291 24.418419 +v 6.770273 -1.424533 19.708065 +v 2.235767 2.850710 23.482147 +v 1.036696 0.244448 22.517853 +v 2.086188 -2.344736 21.581581 +v 7.545587 1.576161 25.652491 +v 4.495045 -3.252977 20.727741 +v 5.969266 3.406617 24.858892 +v 6.465143 -2.211123 20.005957 +v 3.268856 3.476606 23.957262 +v 6.802749 -0.453409 19.458176 +v 1.270111 1.444967 23.000000 +v 1.378495 -1.402979 22.042738 +v 7.572377 0.646979 25.994043 +v 3.421273 -3.170511 21.141108 +v 6.818350 2.744165 25.272259 +v 5.819359 -2.879747 20.347509 +v 4.426305 3.695803 24.418419 +v 6.931913 -1.196190 19.708065 +v 1.906399 2.489411 23.482147 +v 1.036696 -0.244448 22.517853 +v 2.396414 -2.685037 21.581581 +v 7.332601 1.877037 25.652491 +v 4.898624 -3.290374 20.727741 +v 5.543286 3.499908 24.858892 +v 6.725759 -2.014314 20.005957 +v 2.854743 3.237518 23.957262 +v 6.844803 -0.228436 19.458176 +v 1.120812 0.975655 23.000000 +v 1.578354 -1.837385 22.042738 +v 7.473374 0.958190 25.994043 +v 3.822858 -3.340487 21.141108 +v 6.467342 2.946820 25.272259 +v 6.167036 -2.757231 20.347509 +v 3.976483 3.597290 24.418419 +v 7.064268 -0.949714 19.708065 +v 1.623928 2.090375 23.482147 +v 1.096776 -0.729639 22.517853 +v 2.746107 -2.984636 21.581581 +v 7.084255 2.149459 25.652491 +v 5.303741 -3.277893 20.727741 +v 5.109071 3.540144 24.858892 +v 6.960214 -1.786971 20.005957 +v 2.473150 2.949352 23.957262 +v 1.030318 0.491553 23.000000 +v 1.830081 -2.243939 22.042738 +v 7.336877 1.254876 25.994043 +v 4.242287 -3.459825 21.141108 +v 6.094090 3.104804 25.272259 +v 6.497022 -2.592917 20.347509 +v 3.542176 3.444247 24.418419 +v 7.165331 -0.688841 19.708065 +v 1.392634 1.659652 23.482147 +v 1.216024 -1.203769 22.517853 +v 7.233569 0.417526 26.291935 +v 6.927015 -0.000000 26.505226 +v 3.129968 -3.238991 21.581581 +v 6.804314 2.389298 25.652491 +v 5.704254 -3.215722 20.727741 +v 4.673202 3.526715 24.858892 +v 7.164955 -1.532540 20.005957 +v 2.129861 2.616477 23.957262 +v 1.000000 -0.000000 23.000000 +v 2.129861 -2.616477 22.042738 +v 7.164955 1.532540 25.994043 +v 4.673202 -3.526715 21.141108 +v 5.704254 3.215722 25.272259 +v 6.804314 -2.389298 20.347509 +v 3.129968 3.238991 24.418419 +v 7.233569 -0.417526 19.708065 +v 1.216024 1.203769 23.482147 +v 1.392634 -1.659652 22.517853 +v 7.165331 0.688841 26.291935 +v 3.542176 -3.444247 21.581581 +v 6.497022 2.592917 25.652491 +v 6.094090 -3.104804 20.727741 +v 4.242287 3.459825 24.858892 +v 7.336877 -1.254876 20.005957 +v 1.830081 2.243939 23.957262 +v 1.030318 -0.491553 23.000000 +v 2.473150 -2.949352 22.042738 +v 6.960214 1.786971 25.994043 +v 5.109071 -3.540144 21.141108 +v 5.303741 3.277893 25.272259 +v 7.084255 -2.149459 20.347509 +v 2.746107 2.984636 24.418419 +v 7.267949 -0.139882 19.708065 +v 1.096776 0.729639 23.482147 +v 1.623928 -2.090375 22.517853 +v 7.064268 0.949714 26.291935 +v 3.976483 -3.597290 21.581581 +v 6.167036 2.757231 25.652491 +v 6.467342 -2.946820 20.727741 +v 3.822858 3.340487 24.858892 +v 7.473374 -0.958190 20.005957 +v 1.578354 1.837385 23.957262 +v 1.120812 -0.975655 23.000000 +v 6.844803 0.228436 26.541824 +v 6.472498 -0.000000 26.719107 +v 2.854743 -3.237518 22.042738 +v 6.725759 2.014314 25.994043 +v 5.543286 -3.499908 21.141108 +v 4.898624 3.290374 25.272259 +v 7.332601 -1.877037 20.347509 +v 2.396414 2.685037 24.418419 +v 1.036696 0.244448 23.482147 +v 1.906399 -2.489411 22.517853 +v 6.931913 1.196190 26.291935 +v 4.426305 -3.695803 21.581581 +v 5.819359 2.879747 25.652491 +v 6.818350 -2.744165 20.727741 +v 3.421273 3.170511 24.858892 +v 7.572377 -0.646979 20.005957 +v 1.378495 1.402979 23.957262 +v 1.270111 -1.444967 23.000000 +v 6.802749 0.453409 26.541824 +v 3.268856 -3.476606 22.042738 +v 6.465143 2.211123 25.994043 +v 5.969266 -3.406617 21.141108 +v 4.495045 3.252977 25.272259 +v 7.545587 -1.576161 20.347509 +v 2.086188 2.344736 24.418419 +v 1.036696 -0.244448 23.482147 +v 2.235767 -2.850710 22.517853 +v 6.770273 1.424533 26.291935 +v 4.884824 -3.738291 21.581581 +v 5.459261 2.958610 25.652491 +v 7.141793 -2.499912 20.727741 +v 3.043621 2.952473 24.858892 +v 7.632386 -0.325960 20.005957 +v 1.233534 0.947304 23.957262 +v 1.475951 -1.892374 23.000000 +v 6.733366 0.671510 26.541824 +v 3.709211 -3.662992 22.042738 +v 6.182317 2.374412 25.994043 +v 6.380553 -3.261685 21.141108 +v 4.099119 3.166268 25.272259 +v 7.719984 -1.251391 20.347509 +v 1.820133 1.968891 24.418419 +v 1.096776 -0.729639 23.482147 +v 2.607037 -3.168795 22.517853 +v 6.581797 1.631282 26.291935 +v 5.345090 -3.724111 21.581581 +v 5.092202 2.992623 25.652491 +v 7.432770 -2.217762 20.727741 +v 2.695624 2.689679 24.858892 +v 1.145670 0.477270 23.957262 +v 1.735212 -2.311095 23.000000 +v 6.637707 0.879430 26.541824 +v 4.169134 -3.793852 22.042738 +v 5.881568 2.501708 25.994043 +v 6.770912 -3.067310 21.141108 +v 3.716850 3.031562 25.272259 +v 7.853149 -0.907652 20.347509 +v 1.602281 1.563199 24.418419 +v 1.216024 -1.203769 23.482147 +v 6.394268 0.260634 26.740065 +v 5.994760 -0.000000 26.874332 +v 3.014582 -3.438844 22.517853 +v 6.369342 1.813302 26.291935 +v 5.800124 -3.653476 21.581581 +v 4.723744 2.981271 25.652491 +v 7.686868 -1.901994 20.727741 +v 2.382560 2.386111 24.858892 +v 1.116233 -0.000000 23.957262 +v 2.043964 -2.694782 23.000000 +v 6.517222 1.074020 26.541824 +v 4.641651 -3.867200 22.042738 +v 5.567455 2.591081 25.994043 +v 7.134426 -2.826437 21.141108 +v 3.354032 2.850900 25.272259 +v 7.943064 -0.550154 20.347509 +v 1.435935 1.133811 24.418419 +v 1.392634 -1.659652 23.482147 +v 6.351672 0.429998 26.740065 +v 3.452224 -3.656764 22.517853 +v 6.136129 1.967834 26.291935 +v 6.243029 -3.527459 21.581581 +v 4.359475 2.924726 25.652491 +v 7.900235 -1.557393 20.727741 +v 2.109174 2.046373 24.858892 +v 1.145670 -0.477270 23.957262 +v 2.397527 -3.037620 23.000000 +v 6.373738 1.252328 26.541824 +v 5.119601 -3.881925 22.042738 +v 5.244741 2.641176 25.994043 +v 7.465584 -2.542718 21.141108 +v 3.016166 2.627021 25.272259 +v 7.988364 -0.184316 20.347509 +v 1.323617 0.687235 24.418419 +v 1.623928 -2.090375 23.482147 +v 6.288585 0.592843 26.740065 +v 3.913329 -3.819251 22.517853 +v 5.885695 2.092536 26.291935 +v 6.667090 -3.347969 21.581581 +v 4.004915 2.823845 25.652491 +v 8.069638 -1.189184 20.727741 +v 1.879610 1.675614 24.858892 +v 1.233534 -0.947304 23.957262 +v 5.950007 0.117636 26.883768 +v 5.501333 -0.000000 26.968458 +v 2.790540 -3.334409 23.000000 +v 6.209430 1.411652 26.541824 +v 5.595737 -3.837805 22.042738 +v 4.918316 2.651233 25.994043 +v 7.759366 -2.220454 21.141108 +v 2.708372 2.363320 25.272259 +v 1.267029 0.230242 24.418419 +v 1.906399 -2.489411 23.482147 +v 6.205965 0.746702 26.740065 +v 4.390907 -3.923842 22.517853 +v 5.621833 2.185517 26.291935 +v 7.065881 -3.117727 21.581581 +v 3.665440 2.680157 25.652491 +v 8.192509 -0.802948 20.727741 +v 1.697347 1.279454 24.858892 +v 1.378495 -1.402979 23.957262 +v 5.928350 0.233489 26.883768 +v 3.217047 -3.580653 23.000000 +v 6.026787 1.549577 26.541824 +v 6.062843 -3.735507 22.042738 +v 4.593130 2.621100 25.994043 +v 8.011320 -1.864530 21.141108 +v 2.435317 2.063793 25.272259 +v 1.267029 -0.230242 24.418419 +v 2.235767 -2.850710 23.482147 +v 6.105063 0.889241 26.740065 +v 4.877718 -3.968952 22.517853 +v 5.348546 2.245368 26.291935 +v 7.433354 -2.840224 21.581581 +v 3.346196 2.495841 25.652491 +v 8.266984 -0.404540 20.727741 +v 1.565150 0.863899 24.858892 +v 1.578354 -1.837385 23.957262 +v 5.892621 0.345803 26.883768 +v 3.670581 -3.772618 23.000000 +v 5.828580 1.664013 26.541824 +v 6.513838 -3.576583 22.042738 +v 4.274112 2.551234 25.994043 +v 8.217625 -1.480342 21.141108 +v 2.201140 1.732981 25.272259 +v 1.323617 -0.687235 24.418419 +v 5.481232 0.029681 26.970835 +v 5.000000 -0.000000 27.000000 +v 2.607037 -3.168795 23.482147 +v 5.987410 1.018300 26.740065 +v 5.366383 -3.953897 22.517853 +v 5.069974 2.271181 26.291935 +v 7.763941 -2.519665 21.581581 +v 3.052021 2.273691 25.652491 +v 1.485021 0.435249 24.858892 +v 1.830081 -2.243939 23.957262 +v 5.843360 0.452875 26.883768 +v 4.144268 -3.907393 23.000000 +v 5.617812 1.753223 26.541824 +v 6.941884 -3.363441 22.042738 +v 3.966097 2.442693 25.994043 +v 8.375153 -1.073713 21.141108 +v 2.009391 1.375898 25.272259 +v 1.435935 -1.133811 24.418419 +v 5.473937 0.088594 26.970835 +v 3.014582 -3.438844 23.482147 +v 5.854789 1.131923 26.740065 +v 5.849493 -3.878904 22.517853 +v 4.790342 2.262566 26.291935 +v 8.052629 -2.160912 21.581581 +v 2.787375 2.017074 25.652491 +v 1.458176 -0.000000 24.858892 +v 2.129861 -2.616477 23.957262 +v 5.781315 0.553081 26.883768 +v 4.630927 -3.982937 23.000000 +v 5.397679 1.815856 26.541824 +v 7.340493 -3.099313 22.042738 +v 3.673755 2.297124 25.994043 +v 8.481518 -0.650808 21.141108 +v 1.862977 0.997959 25.272259 +v 1.602281 -1.563199 24.418419 +v 5.459458 0.146164 26.970835 +v 3.452224 -3.656764 23.482147 +v 5.709210 1.228387 26.740065 +v 6.319726 -3.745111 22.517853 +v 4.513889 2.219652 26.291935 +v 8.295043 -1.769401 21.581581 +v 2.556271 1.729880 25.652491 +v 1.485021 -0.435249 24.858892 +v 2.473150 -2.949352 23.957262 +v 5.707426 0.644904 26.883768 +v 5.123180 -3.998103 23.000000 +v 5.171517 1.850963 26.541824 +v 7.703622 -2.788203 22.042738 +v 3.401517 2.116733 25.994043 +v 1.764116 0.604892 25.272259 +v 1.820133 -1.968891 24.418419 +v 5.438014 0.201518 26.970835 +v 3.913329 -3.819251 23.482147 +v 5.552880 1.306230 26.740065 +v 6.769954 -3.554546 22.517853 +v 4.244804 2.143091 26.291935 +v 8.487507 -1.351067 21.581581 +v 2.362212 1.416462 25.652491 +v 1.565150 -0.863899 24.858892 +v 2.854743 -3.237518 23.957262 +v 5.622813 0.726950 26.883768 +v 5.613566 -3.952662 23.000000 +v 4.942755 1.858011 26.541824 +v 8.025767 -2.434826 22.042738 +v 3.153511 1.904255 25.994043 +v 1.714308 0.202655 25.272259 +v 2.086188 -2.344736 24.418419 +v 5.409929 0.253818 26.970835 +v 4.390907 -3.923842 23.482147 +v 5.388169 1.364272 26.740065 +v 7.193351 -3.310098 22.517853 +v 3.987167 2.034043 26.291935 +v 8.627104 -0.912253 21.581581 +v 2.208138 1.081573 25.652491 +v 1.697347 -1.279454 24.858892 +v 3.268856 -3.476606 23.957262 +v 5.528759 0.797976 26.883768 +v 6.094652 -3.847303 23.000000 +v 4.714861 1.836894 26.541824 +v 8.302046 -2.044540 22.042738 +v 2.933496 1.662910 25.994043 +v 1.714308 -0.202655 25.272259 +v 2.396414 -2.685037 24.418419 +v 5.375631 0.302269 26.970835 +v 4.877718 -3.968952 23.482147 +v 5.217574 1.401633 26.740065 +v 7.583498 -3.015472 22.517853 +v 3.744884 1.894161 26.291935 +v 8.711718 -0.459610 21.581581 +v 2.096386 0.730288 25.652491 +v 1.879610 -1.675614 24.858892 +v 3.709211 -3.662992 23.957262 +v 5.426689 0.856906 26.883768 +v 6.559144 -3.683622 23.000000 +v 4.491290 1.787931 26.541824 +v 8.528268 -1.623261 22.042738 +v 2.744807 1.396356 25.994043 +v 1.764116 -0.604892 25.272259 +v 2.746107 -2.984636 24.418419 +v 5.335639 0.346139 26.970835 +v 5.366383 -3.953897 23.482147 +v 5.043680 1.417747 26.740065 +v 7.934483 -2.675135 22.517853 +v 3.521627 1.725565 26.291935 +v 2.028650 0.367933 25.652491 +v 2.109174 -2.046373 24.858892 +v 4.169134 -3.793852 23.957262 +v 5.318151 0.902847 26.883768 +v 7.000000 -3.464102 23.000000 +v 4.275430 1.711865 26.541824 +v 8.701005 -1.177374 22.042738 +v 2.590304 1.108636 25.994043 +v 1.862977 -0.997959 25.272259 +v 3.129968 -3.238991 24.418419 +v 5.290558 0.384761 26.970835 +v 5.849493 -3.878904 23.482147 +v 4.869125 1.412369 26.740065 +v 8.240984 -2.294245 22.517853 +v 3.320780 1.530811 26.291935 +v 2.005957 -0.000000 25.652491 +v 2.382560 -2.386111 24.858892 +v 4.641651 -3.867200 23.957262 +v 5.204790 0.935100 26.883768 +v 7.410539 -3.192069 23.000000 +v 4.070554 1.609848 26.541824 +v 8.817638 -0.713640 22.042738 +v 2.472330 0.804110 25.994043 +v 2.009391 -1.375898 25.272259 +v 3.542176 -3.444247 24.418419 +v 5.241073 0.417551 26.970835 +v 6.319726 -3.745111 23.482147 +v 4.696553 1.385581 26.740065 +v 8.498354 -1.878577 22.517853 +v 3.145389 1.312852 26.291935 +v 2.028650 -0.367933 25.652491 +v 2.695624 -2.689679 24.858892 +v 5.119601 -3.881925 23.957262 +v 5.088325 0.953179 26.883768 +v 7.784536 -2.871648 23.000000 +v 3.879767 1.483428 26.541824 +v 2.392673 0.487394 25.994043 +v 2.201140 -1.732981 25.272259 +v 3.976483 -3.597290 24.418419 +v 5.187934 0.444012 26.970835 +v 6.769954 -3.554546 23.482147 +v 4.528582 1.337789 26.740065 +v 8.702694 -1.434431 22.517853 +v 2.998112 1.074991 26.291935 +v 2.096386 -0.730288 25.652491 +v 3.043621 -2.952473 24.858892 +v 5.595737 -3.837805 23.957262 +v 4.970521 0.956809 26.883768 +v 8.116323 -2.507695 23.000000 +v 3.705962 1.334521 26.541824 +v 2.352540 0.163290 25.994043 +v 2.435317 -2.063793 25.272259 +v 4.426305 -3.695803 24.418419 +v 5.131946 0.463741 26.970835 +v 7.193351 -3.310098 23.482147 +v 4.367756 1.269717 26.740065 +v 8.850904 -0.968541 22.517853 +v 2.881181 0.820835 26.291935 +v 2.208138 -1.081573 25.652491 +v 3.421273 -3.170511 24.858892 +v 6.062843 -3.735507 23.957262 +v 4.853164 0.945934 26.883768 +v 8.400868 -2.105729 23.000000 +v 3.551773 1.165384 26.541824 +v 2.352540 -0.163290 25.994043 +v 2.708372 -2.363320 25.272259 +v 4.884824 -3.738291 24.418419 +v 5.073957 0.476441 26.970835 +v 7.583498 -3.015472 23.482147 +v 4.216515 1.182398 26.740065 +v 8.940739 -0.487969 22.517853 +v 2.796370 0.554235 26.291935 +v 2.362212 -1.416462 25.652491 +v 3.822858 -3.340487 24.858892 +v 6.513838 -3.576583 23.957262 +v 4.738033 0.920720 26.883768 +v 8.633862 -1.671841 23.000000 +v 3.419538 0.978581 26.541824 +v 2.392673 -0.487394 25.994043 +v 3.016166 -2.627021 25.272259 +v 5.345090 -3.724111 24.418419 +v 5.014848 0.481918 26.970835 +v 7.934483 -2.675135 23.482147 +v 4.077150 1.077155 26.740065 +v 2.744964 0.279234 26.291935 +v 2.556271 -1.729880 25.652491 +v 4.242287 -3.459825 24.858892 +v 6.941884 -3.363441 23.957262 +v 4.626873 0.881548 26.883768 +v 8.811768 -1.212611 23.000000 +v 3.311261 0.776943 26.541824 +v 2.472330 -0.804110 25.994043 +v 3.354032 -2.850900 25.272259 +v 5.800124 -3.653476 24.418419 +v 4.955513 0.480090 26.970835 +v 8.240984 -2.294245 23.482147 +v 3.951775 0.955583 26.740065 +v 2.727741 -0.000000 26.291935 +v 2.787375 -2.017074 25.652491 +v 4.673202 -3.526715 24.858892 +v 7.340493 -3.099313 23.957262 +v 4.521369 0.829014 26.883768 +v 8.931892 -0.734998 23.000000 +v 3.228583 0.563528 26.541824 +v 2.590304 -1.108636 25.994043 +v 3.716850 -3.031562 25.272259 +v 6.243029 -3.527459 24.418419 +v 4.896853 0.470984 26.970835 +v 8.498354 -1.878577 23.482147 +v 3.842290 0.819526 26.740065 +v 2.744964 -0.279234 26.291935 +v 3.052021 -2.273691 25.652491 +v 5.109071 -3.540144 24.858892 +v 7.703622 -2.788203 23.957262 +v 4.423120 0.763912 26.883768 +v 3.172759 0.341571 26.541824 +v 2.744807 -1.396356 25.994043 +v 4.099119 -3.166268 25.272259 +v 6.667090 -3.347969 24.418419 +v 4.839756 0.454739 26.970835 +v 8.702694 -1.434431 23.482147 +v 3.750355 0.671045 26.740065 +v 2.796370 -0.554235 26.291935 +v 3.346196 -2.495841 25.652491 +v 5.543286 -3.499908 24.858892 +v 8.025767 -2.434826 23.957262 +v 4.333617 0.687230 26.883768 +v 3.144633 0.114435 26.541824 +v 2.933496 -1.662910 25.994043 +v 4.495045 -3.252977 25.272259 +v 7.065881 -3.117727 24.418419 +v 4.785089 0.431600 26.970835 +v 8.850904 -0.968541 23.482147 +v 3.677363 0.512392 26.740065 +v 2.881181 -0.820835 26.291935 +v 3.665440 -2.680157 25.652491 +v 5.969266 -3.406617 24.858892 +v 8.302046 -2.044540 23.957262 +v 4.254215 0.600131 26.883768 +v 3.144633 -0.114435 26.541824 +v 3.153511 -1.904255 25.994043 +v 4.898624 -3.290374 25.272259 +v 7.433354 -2.840224 24.418419 +v 4.733679 0.401919 26.970835 +v 8.940739 -0.487969 23.482147 +v 3.624421 0.345972 26.740065 +v 2.998112 -1.074991 26.291935 +v 4.004915 -2.823845 25.652491 +v 6.380553 -3.261685 24.858892 +v 8.528268 -1.623261 23.957262 +v 4.186119 0.503934 26.883768 +v 3.172759 -0.341571 26.541824 +v 3.401517 -2.116733 25.994043 +v 5.303741 -3.277893 25.272259 +v 7.763941 -2.519665 24.418419 +v 4.686306 0.366145 26.970835 +v 3.592331 0.174307 26.740065 +v 3.145389 -1.312852 26.291935 +v 4.359475 -2.924726 25.652491 +v 6.770912 -3.067310 24.858892 +v 8.701005 -1.177374 23.957262 +v 4.130360 0.400098 26.883768 +v 3.228583 -0.563528 26.541824 +v 3.673755 -2.297124 25.994043 +v 5.704254 -3.215722 25.272259 +v 8.052629 -2.160912 24.418419 +v 4.643689 0.324820 26.970835 +v 3.581580 -0.000000 26.740065 +v 3.320780 -1.530811 26.291935 +v 4.723744 -2.981271 25.652491 +v 7.134426 -2.826437 24.858892 +v 8.817638 -0.713640 23.957262 +v 4.087784 0.290197 26.883768 +v 3.311261 -0.776943 26.541824 +v 3.966097 -2.442693 25.994043 +v 6.094090 -3.104804 25.272259 +v 8.295043 -1.769401 24.418419 +v 4.606473 0.278572 26.970835 +v 3.592331 -0.174307 26.740065 +v 3.521627 -1.725565 26.291935 +v 5.092202 -2.992623 25.652491 +v 7.465584 -2.542718 24.858892 +v 4.059037 0.175897 26.883768 +v 3.419538 -0.978581 26.541824 +v 4.274112 -2.551234 25.994043 +v 6.467342 -2.946820 25.272259 +v 8.487507 -1.351067 24.418419 +v 4.575223 0.228101 26.970835 +v 3.624421 -0.345972 26.740065 +v 3.744884 -1.894161 26.291935 +v 5.459261 -2.958610 25.652491 +v 7.759366 -2.220454 24.858892 +v 4.044553 0.058930 26.883768 +v 3.551773 -1.165384 26.541824 +v 4.593130 -2.621100 25.994043 +v 6.818350 -2.744165 25.272259 +v 8.627104 -0.912253 24.418419 +v 4.550412 0.174171 26.970835 +v 3.677363 -0.512392 26.740065 +v 3.987167 -2.034043 26.291935 +v 5.819359 -2.879747 25.652491 +v 8.011320 -1.864530 24.858892 +v 4.044553 -0.058930 26.883768 +v 3.705962 -1.334521 26.541824 +v 4.918316 -2.651233 25.994043 +v 7.141793 -2.499912 25.272259 +v 8.711718 -0.459610 24.418419 +v 4.532415 0.117602 26.970835 +v 3.750355 -0.671045 26.740065 +v 4.244804 -2.143091 26.291935 +v 6.167036 -2.757231 25.652491 +v 8.217625 -1.480342 24.858892 +v 4.059037 -0.175897 26.883768 +v 3.879767 -1.483428 26.541824 +v 5.244741 -2.641176 25.994043 +v 7.432770 -2.217762 25.272259 +v 4.521508 0.059250 26.970835 +v 3.842290 -0.819526 26.740065 +v 4.513889 -2.219652 26.291935 +v 6.497022 -2.592917 25.652491 +v 8.375153 -1.073713 24.858892 +v 4.087784 -0.290197 26.883768 +v 4.070554 -1.609848 26.541824 +v 5.567455 -2.591081 25.994043 +v 7.686868 -1.901994 25.272259 +v 4.517853 -0.000000 26.970835 +v 3.951775 -0.955583 26.740065 +v 4.790342 -2.262566 26.291935 +v 6.804314 -2.389298 25.652491 +v 8.481518 -0.650808 24.858892 +v 4.130360 -0.400098 26.883768 +v 4.275430 -1.711865 26.541824 +v 5.881568 -2.501708 25.994043 +v 7.900235 -1.557393 25.272259 +v 4.521508 -0.059250 26.970835 +v 4.077150 -1.077155 26.740065 +v 5.069974 -2.271181 26.291935 +v 7.084255 -2.149459 25.652491 +v 4.186119 -0.503934 26.883768 +v 4.491290 -1.787931 26.541824 +v 6.182317 -2.374412 25.994043 +v 8.069638 -1.189184 25.272259 +v 4.532415 -0.117602 26.970835 +v 4.216515 -1.182398 26.740065 +v 5.348546 -2.245368 26.291935 +v 7.332601 -1.877037 25.652491 +v 4.254215 -0.600131 26.883768 +v 4.714861 -1.836894 26.541824 +v 6.465143 -2.211123 25.994043 +v 8.192509 -0.802948 25.272259 +v 4.550412 -0.174171 26.970835 +v 4.367756 -1.269717 26.740065 +v 5.621833 -2.185517 26.291935 +v 7.545587 -1.576161 25.652491 +v 4.333617 -0.687230 26.883768 +v 4.942755 -1.858011 26.541824 +v 6.725759 -2.014314 25.994043 +v 8.266984 -0.404540 25.272259 +v 4.575223 -0.228101 26.970835 +v 4.528582 -1.337789 26.740065 +v 5.885695 -2.092536 26.291935 +v 7.719984 -1.251391 25.652491 +v 4.423120 -0.763912 26.883768 +v 5.171517 -1.850963 26.541824 +v 6.960214 -1.786971 25.994043 +v 4.606473 -0.278572 26.970835 +v 4.696553 -1.385581 26.740065 +v 6.136129 -1.967834 26.291935 +v 7.853149 -0.907652 25.652491 +v 4.521369 -0.829014 26.883768 +v 5.397679 -1.815856 26.541824 +v 7.164955 -1.532540 25.994043 +v 4.643689 -0.324820 26.970835 +v 4.869125 -1.412369 26.740065 +v 6.369342 -1.813302 26.291935 +v 7.943064 -0.550154 25.652491 +v 4.626873 -0.881548 26.883768 +v 5.617812 -1.753223 26.541824 +v 7.336877 -1.254876 25.994043 +v 4.686306 -0.366145 26.970835 +v 5.043680 -1.417747 26.740065 +v 6.581797 -1.631282 26.291935 +v 7.988364 -0.184316 25.652491 +v 4.738033 -0.920720 26.883768 +v 5.828580 -1.664013 26.541824 +v 7.473374 -0.958190 25.994043 +v 4.733679 -0.401919 26.970835 +v 5.217574 -1.401633 26.740065 +v 6.770273 -1.424533 26.291935 +v 4.853164 -0.945934 26.883768 +v 6.026787 -1.549577 26.541824 +v 7.572377 -0.646979 25.994043 +v 4.785089 -0.431600 26.970835 +v 5.388169 -1.364272 26.740065 +v 6.931913 -1.196190 26.291935 +v 4.970521 -0.956809 26.883768 +v 6.209430 -1.411652 26.541824 +v 7.632386 -0.325960 25.994043 +v 4.839756 -0.454739 26.970835 +v 5.552880 -1.306230 26.740065 +v 7.064268 -0.949714 26.291935 +v 5.088325 -0.953179 26.883768 +v 6.373738 -1.252328 26.541824 +v 4.896853 -0.470984 26.970835 +v 5.709210 -1.228387 26.740065 +v 7.165331 -0.688841 26.291935 +v 5.204790 -0.935100 26.883768 +v 6.517222 -1.074020 26.541824 +v 4.955513 -0.480090 26.970835 +v 5.854789 -1.131923 26.740065 +v 7.233569 -0.417526 26.291935 +v 5.318151 -0.902847 26.883768 +v 6.637707 -0.879430 26.541824 +v 5.014848 -0.481918 26.970835 +v 5.987410 -1.018300 26.740065 +v 7.267949 -0.139882 26.291935 +v 5.426689 -0.856906 26.883768 +v 6.733366 -0.671510 26.541824 +v 5.073957 -0.476441 26.970835 +v 6.105063 -0.889241 26.740065 +v 5.528759 -0.797976 26.883768 +v 6.802749 -0.453409 26.541824 +v 5.131946 -0.463741 26.970835 +v 6.205965 -0.746702 26.740065 +v 5.622813 -0.726950 26.883768 +v 6.844803 -0.228436 26.541824 +v 5.187934 -0.444012 26.970835 +v 6.288585 -0.592843 26.740065 +v 5.707426 -0.644904 26.883768 +v 5.241073 -0.417551 26.970835 +v 6.351672 -0.429998 26.740065 +v 5.781315 -0.553081 26.883768 +v 5.290558 -0.384761 26.970835 +v 6.394268 -0.260634 26.740065 +v 5.843360 -0.452875 26.883768 +v 5.335639 -0.346139 26.970835 +v 6.415730 -0.087319 26.740065 +v 5.892621 -0.345803 26.883768 +v 5.375631 -0.302269 26.970835 +v 5.928350 -0.233489 26.883768 +v 5.409929 -0.253818 26.970835 +v 5.950007 -0.117636 26.883768 +v 5.438014 -0.201518 26.970835 +v 5.459458 -0.146164 26.970835 +v 5.473937 -0.088594 26.970835 +v 5.481232 -0.029681 26.970835 +vn 0.062746 -0.037362 -0.997330 +vn 0.060034 0.007434 -0.998169 +vn 0.058666 0.014755 -0.998169 +vn 0.056408 0.021853 -0.998169 +vn 0.187376 -0.007494 -0.982260 +vn 0.175225 0.039900 -0.983719 +vn 0.178556 0.022110 -0.983681 +vn 0.053295 0.028619 -0.998169 +vn 0.177843 0.033245 -0.983497 +vn 0.174486 0.043885 -0.983681 +vn 0.049374 0.034951 -0.998169 +vn 0.167770 0.064995 -0.983681 +vn 0.172410 0.054847 -0.983497 +vn 0.308902 -0.027368 -0.950700 +vn 0.296808 0.036384 -0.954244 +vn 0.044705 0.040754 -0.998169 +vn 0.158512 0.085119 -0.983681 +vn 0.164363 0.075619 -0.983497 +vn 0.296826 0.036755 -0.954224 +vn 0.414401 0.051314 -0.908647 +vn 0.291392 0.054471 -0.955052 +vn 0.039358 0.045939 -0.998169 +vn 0.146850 0.103953 -0.983681 +vn 0.153825 0.095244 -0.983497 +vn 0.290060 0.072953 -0.954224 +vn 0.282489 0.089866 -0.955052 +vn 0.033414 0.050427 -0.998169 +vn 0.132962 0.121211 -0.983681 +vn 0.140954 0.113425 -0.983497 +vn 0.269305 0.123900 -0.955052 +vn 0.278896 0.108045 -0.954224 +vn 0.026964 0.054151 -0.998169 +vn 0.425764 0.008273 -0.904796 +vn 0.405164 0.048194 -0.912973 +vn 0.117059 0.136632 -0.983681 +vn 0.125947 0.129887 -0.983497 +vn 0.252038 0.156055 -0.955052 +vn 0.263505 0.141499 -0.954224 +vn 0.020105 0.057054 -0.998169 +vn 0.396005 0.099599 -0.912831 +vn 0.406126 0.075918 -0.910658 +vn 0.099381 0.149982 -0.983681 +vn 0.109031 0.144380 -0.983497 +vn 0.230950 0.185845 -0.955052 +vn 0.244119 0.172808 -0.954224 +vn 0.012941 0.059092 -0.998169 +vn 0.393719 0.125251 -0.910658 +vn 0.380764 0.147509 -0.912831 +vn 0.090462 0.156685 -0.983497 +vn 0.080197 0.161058 -0.983681 +vn 0.535735 -0.018541 -0.844183 +vn 0.206361 0.212817 -0.955052 +vn 0.221032 0.201498 -0.954224 +vn 0.005582 0.060235 -0.998169 +vn 0.359751 0.193182 -0.912831 +vn 0.375343 0.172685 -0.910658 +vn 0.059797 0.169692 -0.983681 +vn 0.070522 0.166614 -0.983497 +vn 0.522135 0.051525 -0.851305 +vn 0.644760 0.079838 -0.760205 +vn 0.505369 0.094470 -0.857717 +vn 0.510539 0.063218 -0.857528 +vn 0.178645 0.236564 -0.955052 +vn 0.194595 0.227133 -0.954224 +vn -0.001863 0.060464 -0.998169 +vn 0.333284 0.235927 -0.912831 +vn 0.351277 0.217501 -0.910658 +vn 0.038491 0.175754 -0.983681 +vn 0.049512 0.174017 -0.983497 +vn 0.505567 0.127155 -0.853366 +vn 0.489929 0.155858 -0.857717 +vn 0.148219 0.256724 -0.955052 +vn 0.165209 0.249325 -0.954224 +vn -0.009279 0.059777 -0.998169 +vn 0.321886 0.259021 -0.910658 +vn 0.301765 0.275096 -0.912831 +vn 0.027752 0.178783 -0.983497 +vn 0.016601 0.179152 -0.983681 +vn 0.467063 0.214883 -0.857717 +vn 0.486110 0.188320 -0.853366 +vn 0.115548 0.272992 -0.955052 +vn 0.133317 0.267737 -0.954224 +vn -0.016555 0.058184 -0.998169 +vn 0.637268 0.022117 -0.770325 +vn 0.606682 0.064822 -0.792297 +vn 0.265672 0.310094 -0.912831 +vn 0.287616 0.296613 -0.910658 +vn 0.005572 0.180838 -0.983497 +vn -0.005541 0.179835 -0.983681 +vn 0.437116 0.270651 -0.857717 +vn 0.459283 0.246630 -0.853366 +vn 0.099405 0.282091 -0.954224 +vn 0.081125 0.285123 -0.955052 +vn -0.023579 0.055708 -0.998169 +vn 0.611217 0.114256 -0.783173 +vn 0.593912 0.149375 -0.790542 +vn 0.248985 0.329710 -0.910658 +vn 0.225552 0.340392 -0.912831 +vn -0.027598 0.177791 -0.983681 +vn -0.016694 0.180152 -0.983497 +vn 0.425494 0.301201 -0.853366 +vn 0.400543 0.322316 -0.857717 +vn 0.045471 0.292931 -0.955052 +vn 0.063986 0.292169 -0.954224 +vn -0.030246 0.052388 -0.998169 +vn 0.571054 0.221228 -0.790542 +vn 0.592543 0.188501 -0.783173 +vn 0.206581 0.357808 -0.910658 +vn 0.182012 0.365529 -0.912831 +vn -0.049238 0.173052 -0.983681 +vn -0.038706 0.176735 -0.983497 +vn 0.728922 -0.011239 -0.684504 +vn 0.357898 0.369095 -0.857717 +vn 0.385255 0.351206 -0.853366 +vn 0.027597 0.297817 -0.954224 +vn 0.009129 0.296299 -0.955052 +vn -0.036455 0.048274 -0.998169 +vn 0.539539 0.289726 -0.790542 +vn 0.564887 0.259889 -0.783173 +vn 0.135713 0.385126 -0.912831 +vn 0.161044 0.380483 -0.910658 +vn -0.070130 0.165689 -0.983681 +vn -0.060131 0.170639 -0.983497 +vn 0.819070 0.101423 -0.564658 +vn 0.691768 0.085659 -0.717022 +vn 0.689967 0.128977 -0.712258 +vn 0.716240 0.065877 -0.694737 +vn 0.309828 0.410279 -0.857717 +vn 0.339176 0.395887 -0.853366 +vn -0.009211 0.298951 -0.954224 +vn -0.027352 0.295175 -0.955052 +vn -0.042111 0.043429 -0.998169 +vn 0.528668 0.327338 -0.783173 +vn 0.499846 0.353833 -0.790542 +vn 0.087357 0.398884 -0.912831 +vn 0.113067 0.397389 -0.910658 +vn -0.089960 0.155815 -0.983681 +vn -0.080645 0.161956 -0.983497 +vn 0.691474 0.173913 -0.701155 +vn 0.668887 0.212788 -0.712258 +vn 0.287955 0.434567 -0.853366 +vn 0.257062 0.445243 -0.857717 +vn -0.045878 0.295553 -0.954224 +vn -0.063418 0.289576 -0.955052 +vn -0.047129 0.037924 -0.998169 +vn 0.484435 0.389824 -0.783173 +vn 0.452575 0.412577 -0.790542 +vn 0.063376 0.408272 -0.910658 +vn 0.037677 0.406596 -0.912831 +vn -0.099936 0.150819 -0.983497 +vn -0.108426 0.143579 -0.983681 +vn 0.637669 0.293374 -0.712257 +vn 0.664861 0.257569 -0.701155 +vn 0.200398 0.473459 -0.857717 +vn 0.232369 0.466660 -0.853366 +vn -0.098523 0.279588 -0.955052 +vn -0.081851 0.287675 -0.954224 +vn -0.051432 0.031845 -0.998169 +vn 0.808569 0.033256 -0.587460 +vn 0.773435 0.077858 -0.629075 +vn 0.432859 0.446400 -0.783173 +vn 0.398444 0.465066 -0.790542 +vn 0.012723 0.412965 -0.910658 +vn -0.012575 0.408144 -0.912831 +vn -0.117712 0.137394 -0.983497 +vn -0.125248 0.129167 -0.983681 +vn 0.596783 0.369512 -0.712257 +vn 0.628170 0.337320 -0.701154 +vn 0.140696 0.494496 -0.857717 +vn 0.173261 0.491678 -0.853366 +vn -0.132134 0.265361 -0.955052 +vn -0.116582 0.275436 -0.954224 +vn -0.054956 0.025284 -0.998169 +vn 0.757881 0.190615 -0.623925 +vn 0.779957 0.145799 -0.608612 +vn 0.374721 0.496210 -0.783173 +vn 0.338273 0.510505 -0.790542 +vn -0.038122 0.411399 -0.910658 +vn -0.062636 0.403506 -0.912831 +vn -0.133704 0.121888 -0.983497 +vn -0.140172 0.112796 -0.983681 +vn 0.546851 0.440049 -0.712257 +vn 0.581956 0.411958 -0.701155 +vn 0.078862 0.508038 -0.857717 +vn 0.111526 0.509243 -0.853366 +vn -0.163743 0.247112 -0.955052 +vn -0.149547 0.259022 -0.954224 +vn -0.057646 0.018339 -0.998169 +vn 0.728712 0.282305 -0.623925 +vn 0.756129 0.240542 -0.608613 +vn 0.310902 0.538498 -0.783173 +vn 0.272974 0.548206 -0.790542 +vn -0.111747 0.392750 -0.912831 +vn -0.088389 0.403596 -0.910658 +vn -0.152971 0.094716 -0.983681 +vn -0.147669 0.104533 -0.983497 +vn 0.876292 -0.005773 -0.481746 +vn 0.488629 0.503916 -0.712257 +vn 0.526920 0.480351 -0.701155 +vn 0.015832 0.513879 -0.857717 +vn 0.048101 0.519089 -0.853366 +vn -0.180244 0.238681 -0.954224 +vn -0.192869 0.225117 -0.955052 +vn -0.059463 0.011116 -0.998169 +vn 0.720838 0.331638 -0.608613 +vn 0.688497 0.369715 -0.623925 +vn 0.242370 0.572623 -0.783173 +vn 0.203537 0.577596 -0.790542 +vn -0.137316 0.389675 -0.910658 +vn -0.159164 0.376041 -0.912831 +vn -0.163451 0.075199 -0.983681 +vn -0.159396 0.085594 -0.983497 +vn 0.865120 0.078004 -0.495462 +vn 0.932432 0.115460 -0.342402 +vn 0.834062 0.103279 -0.541917 +vn 0.835572 0.156195 -0.526710 +vn 0.463897 0.541463 -0.701155 +vn 0.423000 0.560143 -0.712257 +vn -0.016054 0.521065 -0.853366 +vn -0.047437 0.511930 -0.857717 +vn -0.208209 0.214723 -0.954224 +vn -0.219071 0.199710 -0.955052 +vn -0.060378 0.003724 -0.998169 +vn 0.674619 0.417707 -0.608613 +vn 0.637845 0.451521 -0.623925 +vn 0.131014 0.598230 -0.790542 +vn 0.170165 0.598067 -0.783173 +vn -0.204169 0.353631 -0.912831 +vn -0.184162 0.369847 -0.910658 +vn -0.168706 0.065357 -0.983497 +vn -0.171453 0.054543 -0.983681 +vn 0.810044 0.257693 -0.526710 +vn 0.835888 0.210234 -0.507042 +vn 0.393841 0.594366 -0.701155 +vn 0.350959 0.607879 -0.712257 +vn -0.109988 0.502220 -0.857717 +vn -0.079965 0.515143 -0.853366 +vn -0.233018 0.187509 -0.954224 +vn -0.241953 0.171275 -0.955052 +vn -0.060378 -0.003724 -0.998169 +vn 0.577524 0.526483 -0.623925 +vn 0.618175 0.497444 -0.608612 +vn 0.056506 0.609796 -0.790542 +vn 0.095380 0.614445 -0.783173 +vn -0.246079 0.325861 -0.912831 +vn -0.228216 0.344412 -0.910658 +vn -0.176856 0.033060 -0.983681 +vn -0.175459 0.044130 -0.983497 +vn 0.803718 0.311362 -0.507042 +vn 0.772237 0.355285 -0.526710 +vn 0.273598 0.646400 -0.712258 +vn 0.317816 0.638260 -0.701155 +vn -0.170871 0.484897 -0.857717 +vn -0.142664 0.501412 -0.853366 +vn -0.261166 0.140243 -0.955052 +vn -0.254294 0.157452 -0.954224 +vn -0.059463 -0.011116 -0.998169 +vn 0.928993 0.041053 -0.367814 +vn 0.897891 0.086802 -0.431576 +vn 0.508448 0.593463 -0.623925 +vn 0.552360 0.569640 -0.608613 +vn -0.018859 0.612118 -0.790542 +vn 0.019148 0.621509 -0.783173 +vn -0.268810 0.313757 -0.910658 +vn -0.284258 0.293151 -0.912831 +vn -0.179579 0.011076 -0.983681 +vn -0.179553 0.022233 -0.983497 +vn 0.759363 0.407769 -0.507042 +vn 0.722723 0.447491 -0.526710 +vn 0.192089 0.675123 -0.712257 +vn 0.236972 0.672478 -0.701155 +vn -0.229164 0.460224 -0.857717 +vn -0.203201 0.480080 -0.853366 +vn -0.271716 0.125009 -0.954224 +vn -0.276421 0.107086 -0.955052 +vn -0.057646 -0.018339 -0.998169 +vn 0.901727 0.168562 -0.398090 +vn 0.879269 0.221145 -0.421878 +vn 0.431664 0.651447 -0.623925 +vn 0.478171 0.633201 -0.608613 +vn -0.057373 0.619151 -0.783173 +vn -0.093938 0.605161 -0.790542 +vn -0.305330 0.278345 -0.910658 +vn -0.318128 0.255997 -0.912831 +vn -0.180924 0.000000 -0.983497 +vn -0.179579 -0.011076 -0.983681 +vn 0.703497 0.497995 -0.507042 +vn 0.662254 0.532914 -0.526710 +vn 0.152536 0.696502 -0.701155 +vn 0.107669 0.693612 -0.712257 +vn -0.260656 0.451470 -0.853366 +vn -0.283983 0.428574 -0.857717 +vn -0.287486 0.072306 -0.955052 +vn -0.285018 0.090671 -0.954224 +vn -0.054956 -0.025284 -0.998169 +vn 0.874178 0.278095 -0.398090 +vn 0.845428 0.327520 -0.421879 +vn 0.348338 0.699556 -0.623925 +vn 0.396734 0.687163 -0.608613 +vn -0.133024 0.607408 -0.783173 +vn -0.167593 0.589030 -0.790542 +vn -0.347176 0.214962 -0.912831 +vn -0.337221 0.238714 -0.910658 +vn -0.179553 -0.022233 -0.983497 +vn -0.176856 -0.033060 -0.983681 +vn 0.968580 -0.002391 -0.248689 +vn 0.636967 0.580673 -0.507042 +vn 0.591745 0.610257 -0.526710 +vn 0.021615 0.701586 -0.712257 +vn 0.065788 0.709968 -0.701155 +vn -0.314161 0.416016 -0.853366 +vn -0.334498 0.390427 -0.857717 +vn -0.294192 0.036429 -0.955052 +vn -0.294000 0.054958 -0.954224 +vn -0.051432 -0.031845 -0.998169 +vn 0.833377 0.383415 -0.398090 +vn 0.798772 0.428932 -0.421878 +vn 0.259730 0.737060 -0.623925 +vn 0.309282 0.730709 -0.608613 +vn -0.238708 0.563970 -0.790542 +vn -0.206659 0.586457 -0.783173 +vn -0.370961 0.170669 -0.912831 +vn -0.364000 0.195464 -0.910658 +vn -0.171453 -0.054543 -0.983681 +vn -0.175459 -0.044130 -0.983497 +vn 0.959465 0.086728 -0.268151 +vn 0.934291 0.174650 -0.310801 +vn 0.986410 0.122144 -0.109887 +vn 0.933072 0.115539 -0.340628 +vn 0.512267 0.678351 -0.526710 +vn 0.560782 0.654547 -0.507042 +vn -0.064765 0.698924 -0.712257 +vn -0.021957 0.712671 -0.701155 +vn -0.362903 0.374257 -0.853366 +vn -0.379941 0.346362 -0.857717 +vn -0.296439 0.000000 -0.955052 +vn -0.298526 0.018412 -0.954224 +vn -0.047129 -0.037924 -0.998169 +vn 0.740007 0.523840 -0.421879 +vn 0.779944 0.482920 -0.398090 +vn 0.167185 0.763392 -0.623925 +vn 0.217143 0.763178 -0.608613 +vn -0.306204 0.530361 -0.790542 +vn -0.277162 0.556616 -0.783173 +vn -0.389123 0.123789 -0.912831 +vn -0.385261 0.149251 -0.910658 +vn -0.168706 -0.065357 -0.983497 +vn -0.163451 -0.075199 -0.983681 +vn 0.930006 0.233906 -0.283509 +vn 0.905748 0.288139 -0.310800 +vn 0.425023 0.736161 -0.526710 +vn 0.476095 0.718500 -0.507042 +vn -0.109370 0.704571 -0.701155 +vn -0.150164 0.685668 -0.712257 +vn -0.406145 0.326823 -0.853366 +vn -0.419625 0.297047 -0.857717 +vn -0.298526 -0.018412 -0.954224 +vn -0.294192 -0.036429 -0.955052 +vn -0.042111 -0.043429 -0.998169 +vn 0.714687 0.575106 -0.398090 +vn 0.670024 0.610808 -0.421879 +vn 0.121712 0.784077 -0.608613 +vn 0.072106 0.778150 -0.623925 +vn -0.343463 0.518337 -0.783173 +vn -0.369059 0.488712 -0.790542 +vn -0.401385 0.075032 -0.912831 +vn -0.400683 0.100776 -0.910658 +vn -0.152971 -0.094716 -0.983681 +vn -0.159396 -0.085594 -0.983497 +vn 0.894213 0.346420 -0.283509 +vn 0.863474 0.397261 -0.310800 +vn 0.331335 0.782812 -0.526709 +vn 0.384191 0.771560 -0.507042 +vn -0.233286 0.662018 -0.712257 +vn -0.195124 0.685791 -0.701155 +vn -0.452948 0.243228 -0.857717 +vn -0.443229 0.274436 -0.853366 +vn -0.287486 -0.072306 -0.955052 +vn -0.294000 -0.054958 -0.954224 +vn 0.991107 0.045066 -0.125206 +vn -0.036455 -0.048274 -0.998169 +vn 0.589885 0.688516 -0.421879 +vn 0.638596 0.658574 -0.398091 +vn -0.024066 0.781114 -0.623925 +vn 0.024434 0.793091 -0.608613 +vn -0.426318 0.439655 -0.790542 +vn -0.404557 0.472201 -0.783173 +vn -0.410030 0.050773 -0.910658 +vn -0.407564 0.025138 -0.912831 +vn -0.147669 -0.104533 -0.983497 +vn -0.140172 -0.112796 -0.983681 +vn 0.844864 0.453682 -0.283509 +vn 0.808110 0.500361 -0.310801 +vn 0.232626 0.817595 -0.526710 +vn 0.286464 0.812925 -0.507042 +vn -0.312872 0.628331 -0.712257 +vn -0.277921 0.656614 -0.701155 +vn -0.473594 0.217888 -0.853366 +vn -0.479405 0.185723 -0.857717 +vn -0.276421 -0.107086 -0.955052 +vn -0.285018 -0.090671 -0.954224 +vn 0.919490 0.171883 -0.353545 +vn 0.951190 0.239234 -0.194948 +vn 0.984604 0.115711 -0.131017 +vn 0.969137 0.181163 0.167194 +vn -0.030246 -0.052388 -0.998169 +vn 0.552825 0.732058 -0.398091 +vn 0.500803 0.755788 -0.421879 +vn -0.119873 0.772236 -0.623925 +vn -0.073212 0.790083 -0.608612 +vn -0.477115 0.383933 -0.790542 +vn -0.459519 0.418906 -0.783173 +vn -0.413161 0.000000 -0.910658 +vn -0.407564 -0.025138 -0.912831 +vn -0.133704 -0.121888 -0.983497 +vn -0.125248 -0.129167 -0.983681 +vn 0.782708 0.554067 -0.283509 +vn 0.740497 0.595876 -0.310800 +vn 0.130390 0.839985 -0.526710 +vn 0.184394 0.841966 -0.507043 +vn -0.356505 0.617484 -0.701155 +vn -0.387715 0.585121 -0.712257 +vn -0.496781 0.158037 -0.853366 +vn -0.498594 0.125402 -0.857717 +vn -0.271716 -0.125009 -0.954224 +vn -0.261166 -0.140243 -0.955052 +vn 0.939863 0.298992 -0.165108 +vn 0.914582 0.354311 -0.194948 +vn -0.023579 -0.055708 -0.998169 +vn 0.458673 0.794445 -0.398091 +vn 0.404129 0.811602 -0.421879 +vn -0.169749 0.775097 -0.608613 +vn -0.213863 0.751651 -0.623925 +vn -0.507514 0.359262 -0.783173 +vn -0.520680 0.322391 -0.790542 +vn -0.401385 -0.075032 -0.912831 +vn -0.410030 -0.050773 -0.910658 +vn 0.999999 -0.001244 0.000000 +vn -0.108426 -0.143579 -0.983681 +vn -0.117712 -0.137394 -0.983497 +vn 0.708687 0.646054 -0.283509 +vn 0.661658 0.682357 -0.310801 +vn 0.026177 0.849642 -0.526710 +vn 0.079528 0.858244 -0.507042 +vn -0.456681 0.533040 -0.712257 +vn -0.429684 0.568994 -0.701155 +vn -0.512436 0.095791 -0.853366 +vn -0.510226 0.063179 -0.857717 +vn -0.254294 -0.157452 -0.954224 +vn -0.241953 -0.171275 -0.955052 +vn 0.864109 0.464017 -0.194947 +vn 0.895997 0.412225 -0.165108 +vn -0.016555 -0.058184 -0.998169 +vn 0.357568 0.844789 -0.398091 +vn 0.301331 0.855113 -0.421879 +vn -0.304611 0.719673 -0.623925 +vn -0.263713 0.748362 -0.608613 +vn -0.556352 0.255962 -0.790542 +vn -0.547817 0.294171 -0.783173 +vn -0.389123 -0.123789 -0.912831 +vn -0.400683 -0.100776 -0.910658 +vn 0.985153 0.121988 0.120801 +vn 0.987053 0.117991 -0.108647 +vn 0.985153 0.121988 -0.120801 +vn -0.089960 -0.155815 -0.983681 +vn -0.099936 -0.150819 -0.983497 +vn 0.572789 0.758495 -0.310800 +vn 0.623923 0.728246 -0.283509 +vn -0.078432 0.846419 -0.526710 +vn -0.026543 0.861512 -0.507043 +vn -0.496350 0.511878 -0.701155 +vn -0.518724 0.472879 -0.712257 +vn -0.520324 0.032093 -0.853366 +vn -0.514123 0.000000 -0.857717 +vn -0.233018 -0.187509 -0.954224 +vn -0.219071 -0.199710 -0.955052 +vn 0.838548 0.519207 -0.165107 +vn 0.800537 0.566688 -0.194947 +vn -0.009279 -0.059777 -0.998169 +vn 0.193963 0.885662 -0.421879 +vn 0.251044 0.882327 -0.398091 +vn -0.390742 0.676785 -0.623925 +vn -0.353679 0.710283 -0.608612 +vn -0.583590 0.185653 -0.790542 +vn -0.579815 0.224621 -0.783173 +vn -0.385261 -0.149251 -0.910658 +vn -0.370961 -0.170669 -0.912831 +vn 0.968827 0.243670 -0.044709 +vn 0.950194 0.302278 -0.075890 +vn -0.070130 -0.165689 -0.983681 +vn -0.080645 -0.161956 -0.983497 +vn 0.475238 0.823136 -0.310800 +vn 0.529701 0.799399 -0.283509 +vn -0.132212 0.851721 -0.507042 +vn -0.181853 0.830365 -0.526709 +vn -0.555492 0.447003 -0.701155 +vn -0.572904 0.405550 -0.712257 +vn -0.520324 -0.032093 -0.853366 +vn -0.510226 -0.063179 -0.857717 +vn -0.208209 -0.214723 -0.954224 +vn -0.192869 -0.225117 -0.955052 +vn 0.724830 0.660770 -0.194947 +vn 0.768388 0.618320 -0.165107 +vn -0.001863 -0.060464 -0.998169 +vn 0.083655 0.902785 -0.421878 +vn 0.140713 0.906490 -0.398090 +vn -0.438284 0.661436 -0.608613 +vn -0.470949 0.623638 -0.623925 +vn -0.601981 0.112529 -0.790542 +vn -0.603024 0.151666 -0.783173 +vn -0.347176 -0.214962 -0.912831 +vn -0.364000 -0.195464 -0.910658 +vn 0.905845 0.416756 -0.075890 +vn 0.931540 0.360880 -0.044709 +vn -0.049238 -0.173052 -0.983681 +vn -0.060131 -0.170639 -0.983497 +vn 0.427450 0.858434 -0.283509 +vn 0.370482 0.875298 -0.310800 +vn -0.282517 0.801724 -0.526710 +vn -0.235875 0.829018 -0.507042 +vn -0.606213 0.375351 -0.701155 +vn -0.618399 0.332073 -0.712257 +vn -0.498594 -0.125402 -0.857717 +vn -0.512436 -0.095791 -0.853366 +vn 0.991107 0.045066 0.125206 +vn -0.163743 -0.247112 -0.955052 +vn -0.180244 -0.238681 -0.954224 +vn 0.638135 0.744835 -0.194947 +vn 0.686580 0.708059 -0.165108 +vn 0.005582 -0.060235 -0.998169 +vn -0.027920 0.906222 -0.421878 +vn 0.028250 0.916911 -0.398090 +vn -0.544018 0.561037 -0.623925 +vn -0.516244 0.602563 -0.608613 +vn -0.617091 0.076413 -0.783173 +vn -0.611247 0.037700 -0.790542 +vn -0.318128 -0.255997 -0.912831 +vn -0.337221 -0.238714 -0.910658 +vn 0.847765 0.524914 -0.075890 +vn 0.880131 0.472620 -0.044709 +vn -0.027598 -0.177791 -0.983681 +vn -0.038706 -0.176735 -0.983497 +vn 0.318718 0.904457 -0.283509 +vn 0.260110 0.914192 -0.310800 +vn -0.335965 0.793748 -0.507042 +vn -0.378898 0.760929 -0.526710 +vn -0.647744 0.298010 -0.701155 +vn -0.654519 0.253562 -0.712257 +vn -0.479405 -0.185723 -0.857717 +vn -0.496781 -0.158037 -0.853366 +vn 0.969137 0.181163 -0.167194 +vn 0.968827 0.243670 0.044709 +vn 0.919490 0.171883 0.353545 +vn 0.987053 0.117991 0.108647 +vn -0.149547 -0.259022 -0.954224 +vn -0.132134 -0.265361 -0.955052 +vn 0.594364 0.787065 -0.165108 +vn 0.541767 0.817609 -0.194947 +vn 0.012941 -0.059092 -0.998169 +vn -0.084642 0.913433 -0.398090 +vn -0.139074 0.895922 -0.421879 +vn -0.586380 0.534555 -0.608613 +vn -0.608839 0.489931 -0.623925 +vn -0.621804 0.000000 -0.783173 +vn -0.611247 -0.037700 -0.790542 +vn -0.305330 -0.278345 -0.910658 +vn -0.284258 -0.293151 -0.912831 +vn 0.776834 0.625116 -0.075890 +vn 0.815381 0.577196 -0.044709 +vn -0.016694 -0.180152 -0.983497 +vn -0.005541 -0.179835 -0.983681 +vn 0.145794 0.939227 -0.310801 +vn 0.205156 0.936768 -0.283509 +vn -0.469535 0.708600 -0.526710 +vn -0.430960 0.746446 -0.507042 +vn -0.679457 0.216151 -0.701155 +vn -0.680718 0.171207 -0.712257 +vn -0.473594 -0.217888 -0.853366 +vn -0.452948 -0.243228 -0.857717 +vn 0.931540 0.360880 0.044709 +vn 0.950194 0.302278 0.075890 +vn -0.098523 -0.279588 -0.955052 +vn -0.116582 -0.275437 -0.954224 +vn 0.493138 0.854139 -0.165108 +vn 0.437186 0.877988 -0.194948 +vn 0.020105 -0.057054 -0.998169 +vn -0.196251 0.896108 -0.398091 +vn -0.248117 0.872042 -0.421879 +vn -0.647626 0.458445 -0.608613 +vn -0.664431 0.411398 -0.623925 +vn -0.601981 -0.112529 -0.790542 +vn -0.617091 -0.076413 -0.783173 +vn -0.246079 -0.325861 -0.912831 +vn -0.268810 -0.313757 -0.910658 +vn 0.694126 0.715842 -0.075890 +vn 0.738270 0.673022 -0.044709 +vn 0.016601 -0.179152 -0.983681 +vn 0.005572 -0.180838 -0.983497 +vn 0.088482 0.954879 -0.283509 +vn 0.029270 0.950024 -0.310800 +vn -0.553055 0.645529 -0.526710 +vn -0.519424 0.687828 -0.507042 +vn -0.700869 0.131015 -0.701155 +vn -0.696598 0.086258 -0.712257 +vn -0.443229 -0.274436 -0.853366 +vn -0.419625 -0.297047 -0.857717 +vn 0.880131 0.472620 0.044709 +vn 0.905845 0.416756 0.075890 +vn -0.081851 -0.287675 -0.954224 +vn -0.063418 -0.289576 -0.955052 +vn 0.325978 0.925059 -0.194947 +vn 0.384436 0.908267 -0.165108 +vn 0.026964 -0.054151 -0.998169 +vn -0.353401 0.834941 -0.421878 +vn -0.304885 0.865199 -0.398090 +vn -0.709951 0.326629 -0.623925 +vn -0.699055 0.375384 -0.608613 +vn -0.583590 -0.185653 -0.790542 +vn -0.603024 -0.151666 -0.783173 +vn 0.965578 0.078709 0.247918 +vn 0.984604 0.115711 0.131017 +vn -0.204169 -0.353631 -0.912831 +vn -0.228216 -0.344412 -0.910658 +vn 0.600897 0.795716 -0.075890 +vn 0.649968 0.758646 -0.044709 +vn 0.027752 -0.178783 -0.983497 +vn 0.038491 -0.175754 -0.983681 +vn -0.029532 0.958515 -0.283509 +vn -0.087699 0.946421 -0.310800 +vn -0.600013 0.618784 -0.507042 +vn -0.628191 0.572672 -0.526710 +vn -0.701919 0.000000 -0.712257 +vn -0.711657 0.043893 -0.701155 +vn -0.406145 -0.326823 -0.853366 +vn -0.379941 -0.346362 -0.857717 +vn 0.847765 0.524914 0.075890 +vn 0.815381 0.577196 0.044709 +vn -0.027352 -0.295175 -0.955052 +vn -0.045878 -0.295553 -0.954224 +vn 0.269907 0.948625 -0.165108 +vn 0.209829 0.958106 -0.194947 +vn 0.033414 -0.050427 -0.998169 +vn -0.453326 0.785184 -0.421878 +vn -0.408896 0.821175 -0.398090 +vn -0.744709 0.236909 -0.623925 +vn -0.739886 0.286634 -0.608613 +vn -0.556352 -0.255962 -0.790542 +vn -0.579815 -0.224621 -0.783173 +vn 0.939863 0.298992 0.165108 +vn 0.951190 0.239234 0.194947 +vn -0.159164 -0.376041 -0.912831 +vn -0.184162 -0.369847 -0.910658 +vn 0.498559 0.863528 -0.075890 +vn 0.551813 0.832769 -0.044709 +vn 0.059797 -0.169692 -0.983681 +vn 0.049512 -0.174017 -0.983497 +vn -0.203338 0.928470 -0.310800 +vn -0.147098 0.947621 -0.283509 +vn -0.671506 0.540359 -0.507042 +vn -0.693804 0.491134 -0.526710 +vn -0.711657 -0.043893 -0.701155 +vn -0.696598 -0.086258 -0.712257 +vn -0.334498 -0.390427 -0.857717 +vn -0.362903 -0.374257 -0.853366 +vn 0.738270 0.673022 0.044709 +vn 0.776834 0.625116 0.075890 +vn -0.009211 -0.298951 -0.954224 +vn 0.009129 -0.296299 -0.955052 +vn 0.090498 0.976630 -0.194948 +vn 0.151287 0.974603 -0.165108 +vn 0.039358 -0.045939 -0.998169 +vn -0.546380 0.723524 -0.421879 +vn -0.506710 0.764702 -0.398090 +vn -0.768178 0.143598 -0.623925 +vn -0.769502 0.193538 -0.608613 +vn -0.520680 -0.322391 -0.790542 +vn -0.547817 -0.294171 -0.783173 +vn 0.895997 0.412225 0.165108 +vn 0.914582 0.354311 0.194948 +vn -0.111747 -0.392750 -0.912831 +vn -0.137316 -0.389675 -0.910658 +vn 0.445292 0.894268 -0.044709 +vn 0.388661 0.918250 -0.075889 +vn 0.080197 -0.161058 -0.983681 +vn 0.070522 -0.166614 -0.983497 +vn -0.262434 0.922362 -0.283509 +vn -0.315895 0.896445 -0.310801 +vn -0.732820 0.453743 -0.507042 +vn -0.748900 0.402151 -0.526710 +vn -0.680718 -0.171207 -0.712257 +vn -0.700869 -0.131015 -0.701155 +vn 0.959465 0.086728 0.268151 +vn 0.928993 0.041053 0.367814 +vn -0.314161 -0.416017 -0.853366 +vn -0.283983 -0.428574 -0.857717 +vn 0.649968 0.758646 0.044709 +vn 0.694126 0.715842 0.075890 +vn 0.027597 -0.297817 -0.954224 +vn 0.045471 -0.292931 -0.955052 +vn 0.030372 0.985808 -0.165108 +vn -0.030204 0.980348 -0.194948 +vn 0.044705 -0.040754 -0.998169 +vn -0.596842 0.696637 -0.398091 +vn -0.631151 0.650897 -0.421879 +vn -0.780002 0.048109 -0.623925 +vn -0.787453 0.097508 -0.608613 +vn -0.507514 -0.359262 -0.783173 +vn -0.477115 -0.383933 -0.790542 +vn 0.838548 0.519207 0.165107 +vn 0.864109 0.464017 0.194947 +vn -0.062636 -0.403506 -0.912831 +vn -0.088389 -0.403596 -0.910658 +vn 0.332023 0.942211 -0.044709 +vn 0.272874 0.959052 -0.075890 +vn 0.099381 -0.149982 -0.983681 +vn 0.090462 -0.156685 -0.983497 +vn -0.373793 0.883120 -0.283509 +vn -0.423663 0.850830 -0.310801 +vn -0.792643 0.307072 -0.526710 +vn -0.783025 0.360249 -0.507042 +vn -0.654519 -0.253562 -0.712257 +vn -0.679457 -0.216151 -0.701155 +vn 0.934291 0.174650 0.310801 +vn 0.930006 0.233906 0.283509 +vn -0.260656 -0.451470 -0.853366 +vn -0.229164 -0.460224 -0.857717 +vn 0.600897 0.795716 0.075890 +vn 0.551813 0.832769 0.044709 +vn 0.081125 -0.285123 -0.955052 +vn 0.063986 -0.292169 -0.954224 +vn -0.091002 0.982068 -0.165108 +vn -0.150449 0.969206 -0.194948 +vn 0.049374 -0.034951 -0.998169 +vn -0.677927 0.618012 -0.398090 +vn -0.706355 0.568402 -0.421878 +vn -0.780002 -0.048109 -0.623925 +vn -0.793467 0.000000 -0.608613 +vn -0.426318 -0.439655 -0.790542 +vn -0.459519 -0.418906 -0.783173 +vn 0.768388 0.618319 0.165108 +vn 0.800537 0.566688 0.194947 +vn -0.012575 -0.408144 -0.912831 +vn -0.038122 -0.411399 -0.910658 +vn 0.213719 0.975872 -0.044709 +vn 0.152950 0.985316 -0.075890 +vn 0.117059 -0.136632 -0.983681 +vn 0.109031 -0.144380 -0.983497 +vn -0.479485 0.830492 -0.283509 +vn -0.525009 0.792319 -0.310800 +vn -0.824371 0.207338 -0.526710 +vn -0.821361 0.261294 -0.507043 +vn -0.647744 -0.298010 -0.701155 +vn -0.618399 -0.332073 -0.712257 +vn 0.905748 0.288139 0.310800 +vn 0.894213 0.346420 0.283509 +vn -0.203201 -0.480080 -0.853366 +vn -0.170871 -0.484897 -0.857717 +vn 0.498559 0.863528 0.075890 +vn 0.445292 0.894268 0.044709 +vn 0.099405 -0.282091 -0.954224 +vn 0.115548 -0.272992 -0.955052 +vn -0.268412 0.943372 -0.194947 +vn -0.210997 0.963442 -0.165108 +vn 0.053295 -0.028619 -0.998169 +vn -0.770851 0.477291 -0.421879 +vn -0.748735 0.530019 -0.398090 +vn -0.787453 -0.097508 -0.608613 +vn -0.768178 -0.143598 -0.623925 +vn -0.404557 -0.472201 -0.783173 +vn -0.369059 -0.488712 -0.790542 +vn 0.724830 0.660770 0.194947 +vn 0.686580 0.708059 0.165108 +vn 0.012723 -0.412965 -0.910658 +vn 0.037677 -0.406596 -0.912831 +vn 0.030706 0.996643 -0.075890 +vn 0.092176 0.994738 -0.044709 +vn 0.125947 -0.129887 -0.983497 +vn 0.132962 -0.121211 -0.983681 +vn -0.577908 0.765274 -0.283509 +vn -0.618397 0.721795 -0.310800 +vn -0.843602 0.104461 -0.526709 +vn -0.847245 0.158377 -0.507042 +vn -0.572904 -0.405550 -0.712257 +vn -0.606213 -0.375351 -0.701155 +vn 0.844864 0.453682 0.283509 +vn 0.863474 0.397261 0.310800 +vn -0.142664 -0.501412 -0.853366 +vn -0.109988 -0.502220 -0.857717 +vn 0.332023 0.942211 0.044709 +vn 0.388661 0.918250 0.075889 +vn 0.133317 -0.267737 -0.954224 +vn 0.148219 -0.256724 -0.955052 +vn -0.327793 0.930210 -0.165107 +vn -0.382307 0.903237 -0.194947 +vn 0.056408 -0.021853 -0.998169 +vn -0.823662 0.378945 -0.421879 +vn -0.808193 0.433990 -0.398091 +vn -0.744709 -0.236909 -0.623925 +vn -0.769502 -0.193538 -0.608613 +vn 0.874154 0.070050 0.480570 +vn 0.901727 0.168562 0.398090 +vn 0.897891 0.086802 0.431576 +vn -0.306204 -0.530361 -0.790542 +vn -0.343463 -0.518337 -0.783173 +vn 0.594364 0.787065 0.165108 +vn 0.638135 0.744835 0.194947 +vn 0.087357 -0.398884 -0.912831 +vn 0.063376 -0.408272 -0.910658 +vn -0.092002 0.992863 -0.075890 +vn -0.030764 0.998526 -0.044709 +vn 0.140954 -0.113425 -0.983497 +vn 0.146850 -0.103953 -0.983681 +vn -0.702410 0.640331 -0.310800 +vn -0.667571 0.688456 -0.283509 +vn -0.850045 0.000000 -0.526709 +vn -0.860287 0.053061 -0.507042 +vn -0.555492 -0.447003 -0.701155 +vn -0.518724 -0.472879 -0.712257 +vn 0.808110 0.500361 0.310801 +vn 0.782708 0.554067 0.283509 +vn -0.047437 -0.511930 -0.857717 +vn -0.079965 -0.515143 -0.853366 +vn 0.272874 0.959052 0.075890 +vn 0.213719 0.975872 0.044709 +vn 0.165209 -0.249325 -0.954224 +vn 0.178645 -0.236564 -0.955052 +vn -0.490407 0.849409 -0.194947 +vn -0.439621 0.882878 -0.165107 +vn 0.058666 -0.014755 -0.998169 +vn -0.855400 0.331384 -0.398091 +vn -0.863987 0.274854 -0.421879 +vn -0.739886 -0.286634 -0.608613 +vn -0.709951 -0.326629 -0.623925 +vn 0.879269 0.221145 0.421878 +vn 0.874178 0.278095 0.398090 +vn -0.238708 -0.563970 -0.790542 +vn -0.277162 -0.556616 -0.783173 +vn 0.541767 0.817609 0.194947 +vn 0.493138 0.854139 0.165108 +vn 0.113067 -0.397389 -0.910658 +vn 0.135713 -0.385126 -0.912831 +vn -0.153239 0.987177 -0.044709 +vn -0.213317 0.974031 -0.075890 +vn 0.153825 -0.095244 -0.983497 +vn 0.158512 -0.085119 -0.983681 +vn -0.747115 0.601201 -0.283509 +vn -0.775775 0.549160 -0.310800 +vn -0.860287 -0.053061 -0.507042 +vn -0.843602 -0.104461 -0.526709 +vn -0.496350 -0.511878 -0.701155 +vn -0.456681 -0.533040 -0.712257 +vn 0.708687 0.646054 0.283509 +vn 0.740497 0.595876 0.310800 +vn -0.016054 -0.521065 -0.853366 +vn 0.015832 -0.513879 -0.857717 +vn 0.152950 0.985316 0.075890 +vn 0.092176 0.994738 0.044709 +vn 0.194595 -0.227133 -0.954224 +vn 0.206361 -0.212817 -0.955052 +vn -0.544784 0.822162 -0.165108 +vn -0.591072 0.782706 -0.194948 +vn 0.062746 0.037362 -0.997330 +vn 0.060034 -0.007434 -0.998169 +vn -0.891215 0.166596 -0.421878 +vn -0.889640 0.223753 -0.398090 +vn -0.699055 -0.375384 -0.608613 +vn -0.664431 -0.411398 -0.623925 +vn 0.833377 0.383415 0.398090 +vn 0.845428 0.327521 0.421879 +vn -0.167593 -0.589030 -0.790542 +vn -0.206659 -0.586457 -0.783173 +vn 0.384436 0.908267 0.165108 +vn 0.437186 0.877988 0.194948 +vn 0.182012 -0.365529 -0.912831 +vn 0.161044 -0.380483 -0.910658 +vn -0.273389 0.960864 -0.044709 +vn -0.331396 0.940435 -0.075890 +vn 0.164363 -0.075619 -0.983497 +vn 0.167770 -0.064995 -0.983681 +vn -0.837380 0.449664 -0.310801 +vn -0.815332 0.504833 -0.283509 +vn -0.824371 -0.207338 -0.526710 +vn -0.847245 -0.158377 -0.507042 +vn 0.808569 0.033256 0.587460 +vn 0.865120 0.078004 0.495462 +vn -0.387715 -0.585121 -0.712257 +vn -0.429684 -0.568994 -0.701155 +vn 0.623923 0.728246 0.283509 +vn 0.661658 0.682357 0.310801 +vn 0.078862 -0.508038 -0.857717 +vn 0.048101 -0.519089 -0.853366 +vn -0.030764 0.998526 0.044709 +vn 0.030706 0.996643 0.075890 +vn 0.221032 -0.201498 -0.954224 +vn 0.230950 -0.185845 -0.955052 +vn -0.641689 0.748982 -0.165108 +vn -0.682778 0.704138 -0.194948 +vn -0.910393 0.112731 -0.398091 +vn -0.904933 0.055814 -0.421879 +vn -0.647626 -0.458445 -0.608613 +vn -0.608839 -0.489931 -0.623925 +vn 0.779944 0.482920 0.398090 +vn 0.798772 0.428932 0.421878 +vn -0.133024 -0.607408 -0.783173 +vn -0.093938 -0.605161 -0.790542 +vn 0.269907 0.948625 0.165108 +vn 0.325978 0.925059 0.194948 +vn 0.206581 -0.357808 -0.910658 +vn 0.225552 -0.340392 -0.912831 +vn -0.444453 0.892582 -0.075890 +vn -0.389396 0.919985 -0.044709 +vn 0.172410 -0.054847 -0.983497 +vn 0.174486 -0.043885 -0.983681 +vn -0.871191 0.400811 -0.283509 +vn -0.886292 0.343352 -0.310800 +vn -0.792643 -0.307072 -0.526710 +vn -0.821361 -0.261294 -0.507043 +vn 0.835888 0.210234 0.507042 +vn 0.835572 0.156195 0.526710 +vn -0.356505 -0.617484 -0.701155 +vn -0.312872 -0.628331 -0.712257 +vn 0.529701 0.799399 0.283509 +vn 0.572789 0.758495 0.310800 +vn 0.111526 -0.509243 -0.853366 +vn 0.140696 -0.494496 -0.857717 +vn -0.153239 0.987177 0.044709 +vn -0.092002 0.992863 0.075890 +vn 0.252038 -0.156055 -0.955052 +vn 0.244119 -0.172808 -0.954224 +vn -0.764133 0.614895 -0.194948 +vn -0.728866 0.664450 -0.165108 +vn -0.917346 0.000000 -0.398091 +vn -0.904933 -0.055814 -0.421879 +vn -0.586380 -0.534555 -0.608613 +vn -0.544018 -0.561037 -0.623925 +vn 0.714687 0.575106 0.398091 +vn 0.740007 0.523840 0.421879 +vn -0.018859 -0.612118 -0.790542 +vn -0.057373 -0.619151 -0.783173 +vn 0.209829 0.958106 0.194947 +vn 0.151287 0.974603 0.165108 +vn 0.248985 -0.329710 -0.910658 +vn 0.265672 -0.310094 -0.912831 +vn -0.550772 0.831199 -0.075890 +vn -0.499500 0.865160 -0.044709 +vn 0.177843 -0.033245 -0.983497 +vn 0.187376 0.007494 -0.982260 +vn 0.175225 -0.039900 -0.983719 +vn 0.178556 -0.022110 -0.983681 +vn -0.921768 0.231833 -0.310801 +vn -0.913842 0.290715 -0.283509 +vn -0.783025 -0.360249 -0.507042 +vn -0.748900 -0.402151 -0.526710 +vn 0.810044 0.257693 0.526710 +vn 0.803718 0.311362 0.507042 +vn -0.233286 -0.662018 -0.712257 +vn -0.277921 -0.656614 -0.701155 +vn 0.427450 0.858434 0.283509 +vn 0.475238 0.823136 0.310800 +vn 0.173261 -0.491678 -0.853366 +vn 0.200398 -0.473459 -0.857717 +vn -0.273389 0.960864 0.044709 +vn -0.213317 0.974031 0.075890 +vn 0.269305 -0.123900 -0.955052 +vn 0.263505 -0.141499 -0.954224 +vn -0.804995 0.569844 -0.165108 +vn -0.833904 0.516332 -0.194947 +vn -0.910393 -0.112731 -0.398091 +vn -0.891215 -0.166596 -0.421878 +vn -0.470949 -0.623638 -0.623925 +vn -0.516244 -0.602563 -0.608613 +vn 0.670024 0.610808 0.421879 +vn 0.638596 0.658574 0.398091 +vn 0.019148 -0.621509 -0.783173 +vn 0.056506 -0.609796 -0.790542 +vn 0.030372 0.985808 0.165108 +vn 0.090498 0.976630 0.194948 +vn 0.287616 -0.296613 -0.910658 +vn 0.301765 -0.275096 -0.912831 +vn -0.602032 0.797219 -0.044709 +vn -0.648742 0.757215 -0.075890 +vn -0.942641 0.176210 -0.283509 +vn -0.943271 0.116802 -0.310801 +vn -0.693804 -0.491134 -0.526710 +vn -0.732820 -0.453743 -0.507042 +vn 0.759363 0.407769 0.507042 +vn 0.772237 0.355285 0.526710 +vn -0.150164 -0.685668 -0.712257 +vn -0.195124 -0.685791 -0.701155 +vn 0.318718 0.904457 0.283509 +vn 0.370482 0.875298 0.310800 +vn 0.257062 -0.445243 -0.857717 +vn 0.232369 -0.466660 -0.853366 +vn -0.331396 0.940435 0.075890 +vn -0.389396 0.919985 0.044709 +vn 0.282489 -0.089866 -0.955052 +vn 0.278896 -0.108045 -0.954224 +vn -0.891035 0.409941 -0.194947 +vn -0.868921 0.466601 -0.165107 +vn -0.863987 -0.274854 -0.421879 +vn -0.889640 -0.223753 -0.398090 +vn 0.727818 0.056170 0.683466 +vn 0.779957 0.145799 0.608612 +vn 0.773435 0.077857 0.629075 +vn -0.390742 -0.676785 -0.623925 +vn -0.438284 -0.661436 -0.608613 +vn 0.552825 0.732058 0.398091 +vn 0.589885 0.688516 0.421879 +vn 0.095380 -0.614445 -0.783173 +vn 0.131014 -0.598230 -0.790542 +vn -0.091002 0.982068 0.165108 +vn -0.030204 0.980348 0.194948 +vn 0.321886 -0.259021 -0.910658 +vn 0.333284 -0.235927 -0.912831 +vn -0.736878 0.671753 -0.075890 +vn -0.695438 0.717194 -0.044709 +vn -0.957151 0.059035 -0.283509 +vn -0.950475 0.000000 -0.310801 +vn -0.671506 -0.540359 -0.507042 +vn -0.628191 -0.572672 -0.526710 +vn 0.722723 0.447491 0.526710 +vn 0.703497 0.497995 0.507042 +vn -0.109370 -0.704571 -0.701155 +vn -0.064765 -0.698924 -0.712257 +vn 0.260110 0.914192 0.310800 +vn 0.205156 0.936768 0.283509 +vn 0.309828 -0.410279 -0.857717 +vn 0.287955 -0.434567 -0.853366 +vn -0.444453 0.892582 0.075890 +vn -0.499499 0.865160 0.044709 +vn 0.291392 -0.054471 -0.955052 +vn 0.290060 -0.072953 -0.954224 +vn -0.919675 0.356284 -0.165108 +vn -0.934658 0.297337 -0.194948 +vn -0.855400 -0.331384 -0.398091 +vn -0.823662 -0.378945 -0.421879 +vn 0.757881 0.190615 0.623925 +vn 0.756129 0.240542 0.608613 +vn -0.353679 -0.710283 -0.608612 +vn -0.304611 -0.719673 -0.623925 +vn 0.458673 0.794445 0.398091 +vn 0.500803 0.755788 0.421879 +vn 0.170165 -0.598067 -0.783173 +vn 0.203537 -0.577596 -0.790542 +vn -0.150449 0.969206 0.194948 +vn -0.210997 0.963442 0.165108 +vn 0.351277 -0.217501 -0.910658 +vn 0.359751 -0.193182 -0.912831 +vn -0.778302 0.626297 -0.044709 +vn -0.813843 0.576107 -0.075890 +vn -0.957151 -0.059035 -0.283509 +vn -0.943271 -0.116802 -0.310801 +vn -0.553055 -0.645529 -0.526710 +vn -0.600013 -0.618784 -0.507042 +vn 0.636967 0.580673 0.507042 +vn 0.662254 0.532914 0.526710 +vn 0.021615 -0.701586 -0.712257 +vn -0.021957 -0.712671 -0.701155 +vn 0.088482 0.954879 0.283509 +vn 0.145794 0.939227 0.310801 +vn 0.357898 -0.369095 -0.857717 +vn 0.339176 -0.395887 -0.853366 +vn -0.602032 0.797219 0.044709 +vn -0.550772 0.831199 0.075890 +vn 0.308902 0.027368 -0.950700 +vn 0.296808 -0.036384 -0.954244 +vn 0.414401 -0.051314 -0.908647 +vn 0.296826 -0.036755 -0.954224 +vn -0.964114 0.180224 -0.194947 +vn -0.956487 0.240566 -0.165107 +vn -0.770851 -0.477291 -0.421879 +vn -0.808193 -0.433990 -0.398091 +vn 0.720838 0.331638 0.608613 +vn 0.728712 0.282305 0.623925 +vn -0.213863 -0.751651 -0.623925 +vn -0.263713 -0.748362 -0.608613 +vn 0.357568 0.844789 0.398091 +vn 0.404129 0.811602 0.421879 +vn 0.272974 -0.548206 -0.790542 +vn 0.242370 -0.572623 -0.783173 +vn -0.268412 0.943372 0.194947 +vn -0.327793 0.930210 0.165107 +vn 0.375343 -0.172685 -0.910658 +vn 0.380764 -0.147509 -0.912831 +vn -0.849367 0.525906 -0.044709 +vn -0.878471 0.471729 -0.075890 +vn -0.921768 -0.231833 -0.310801 +vn -0.942641 -0.176210 -0.283509 +vn 0.637268 0.022117 0.770325 +vn 0.716240 0.065877 0.694737 +vn -0.519424 -0.687828 -0.507042 +vn -0.469535 -0.708600 -0.526710 +vn 0.560782 0.654547 0.507042 +vn 0.591745 0.610257 0.526710 +vn 0.107669 -0.693612 -0.712257 +vn 0.065788 -0.709968 -0.701155 +vn 0.029270 0.950024 0.310800 +vn -0.029532 0.958515 0.283509 +vn 0.385255 -0.351206 -0.853366 +vn 0.400543 -0.322316 -0.857717 +vn -0.695438 0.717194 0.044709 +vn -0.648742 0.757215 0.075890 +vn -0.978953 0.060380 -0.194947 +vn -0.978800 0.121202 -0.165107 +vn -0.706355 -0.568402 -0.421878 +vn -0.748735 -0.530019 -0.398090 +vn 0.674619 0.417707 0.608613 +vn 0.688497 0.369715 0.623925 +vn -0.119873 -0.772236 -0.623925 +vn -0.169749 -0.775097 -0.608613 +vn 0.301331 0.855113 0.421879 +vn 0.251044 0.882327 0.398091 +vn 0.310902 -0.538498 -0.783173 +vn 0.338273 -0.510505 -0.790542 +vn -0.439621 0.882878 0.165107 +vn -0.382307 0.903237 0.194947 +vn 0.393719 -0.125251 -0.910658 +vn 0.396005 -0.099599 -0.912831 +vn -0.929783 0.360200 -0.075890 +vn -0.907557 0.417543 -0.044709 +vn -0.913842 -0.290715 -0.283509 +vn -0.886292 -0.343352 -0.310800 +vn 0.689967 0.128977 0.712258 +vn 0.691474 0.173913 0.701155 +vn -0.378898 -0.760929 -0.526710 +vn -0.430960 -0.746446 -0.507042 +vn 0.476095 0.718500 0.507042 +vn 0.512267 0.678351 0.526710 +vn 0.152536 -0.696502 -0.701155 +vn 0.192089 -0.675123 -0.712257 +vn -0.147098 0.947621 0.283509 +vn -0.087699 0.946421 0.310800 +vn 0.437116 -0.270651 -0.857717 +vn 0.425494 -0.301201 -0.853366 +vn -0.736878 0.671753 0.075890 +vn -0.778302 0.626297 0.044709 +vn -0.986276 0.000000 -0.165108 +vn -0.978953 -0.060380 -0.194947 +vn -0.631151 -0.650897 -0.421879 +vn -0.677927 -0.618012 -0.398090 +vn 0.618175 0.497444 0.608612 +vn 0.637845 0.451521 0.623925 +vn -0.024066 -0.781114 -0.623925 +vn -0.073212 -0.790083 -0.608612 +vn 0.140713 0.906490 0.398090 +vn 0.193963 0.885662 0.421879 +vn 0.374721 -0.496210 -0.783173 +vn 0.398444 -0.465066 -0.790542 +vn -0.490407 0.849409 0.194947 +vn -0.544784 0.822162 0.165108 +vn 0.406126 -0.075918 -0.910658 +vn 0.425764 -0.008273 -0.904796 +vn 0.405164 -0.048194 -0.912973 +vn -0.951989 0.302850 -0.044709 +vn -0.967000 0.243210 -0.075890 +vn -0.871191 -0.400811 -0.283509 +vn -0.837380 -0.449664 -0.310801 +vn 0.668887 0.212788 0.712257 +vn 0.664861 0.257569 0.701155 +vn -0.335965 -0.793748 -0.507042 +vn -0.282517 -0.801724 -0.526710 +vn 0.425023 0.736161 0.526710 +vn 0.384191 0.771560 0.507042 +vn 0.236972 -0.672478 -0.701155 +vn 0.273598 -0.646400 -0.712258 +vn -0.262434 0.922362 0.283509 +vn -0.203338 0.928470 0.310800 +vn 0.467063 -0.214883 -0.857717 +vn 0.459283 -0.246630 -0.853366 +vn -0.813843 0.576107 0.075890 +vn -0.849367 0.525906 0.044709 +vn -0.978800 -0.121202 -0.165107 +vn -0.964114 -0.180224 -0.194947 +vn -0.546380 -0.723524 -0.421879 +vn -0.596842 -0.696637 -0.398091 +vn 0.577524 0.526483 0.623925 +vn 0.552360 0.569640 0.608613 +vn 0.024434 -0.793091 -0.608613 +vn 0.072106 -0.778150 -0.623925 +vn 0.028250 0.916911 0.398090 +vn 0.083655 0.902785 0.421878 +vn 0.452575 -0.412577 -0.790542 +vn 0.432859 -0.446400 -0.783173 +vn -0.591072 0.782706 0.194948 +vn -0.641689 0.748982 0.165108 +vn -0.981990 0.183566 -0.044709 +vn -0.989559 0.122534 -0.075890 +vn -0.775775 -0.549160 -0.310800 +vn -0.815332 -0.504833 -0.283509 +vn 0.637669 0.293374 0.712257 +vn 0.628170 0.337320 0.701155 +vn -0.235875 -0.829018 -0.507042 +vn -0.181853 -0.830365 -0.526709 +vn 0.286464 0.812925 0.507042 +vn 0.331335 0.782812 0.526709 +vn 0.350959 -0.607879 -0.712257 +vn 0.317816 -0.638260 -0.701155 +vn -0.315895 0.896445 0.310801 +vn -0.373793 0.883120 0.283509 +vn 0.489929 -0.155858 -0.857717 +vn 0.486110 -0.188320 -0.853366 +vn -0.907557 0.417543 0.044709 +vn -0.878471 0.471729 0.075890 +vn -0.934658 -0.297337 -0.194948 +vn -0.956487 -0.240566 -0.165107 +vn 0.535443 0.037881 0.843722 +vn 0.606682 0.064822 0.792297 +vn 0.611217 0.114256 0.783173 +vn -0.453326 -0.785184 -0.421878 +vn -0.506710 -0.764702 -0.398090 +vn 0.508448 0.593463 0.623925 +vn 0.478171 0.633201 0.608613 +vn 0.121712 -0.784077 -0.608613 +vn 0.167185 -0.763392 -0.623925 +vn -0.084642 0.913433 0.398090 +vn -0.027920 0.906222 0.421878 +vn 0.499846 -0.353833 -0.790542 +vn 0.484435 -0.389824 -0.783173 +vn -0.682778 0.704138 0.194948 +vn -0.728866 0.664450 0.165108 +vn -0.997105 0.061500 -0.044709 +vn -0.997116 0.000000 -0.075890 +vn -0.702410 -0.640331 -0.310800 +vn -0.747114 -0.601201 -0.283509 +vn 0.581956 0.411958 0.701155 +vn 0.596783 0.369513 0.712257 +vn -0.132212 -0.851721 -0.507042 +vn -0.078432 -0.846419 -0.526710 +vn 0.232626 0.817595 0.526710 +vn 0.184394 0.841966 0.507043 +vn 0.423000 -0.560143 -0.712257 +vn 0.393841 -0.594366 -0.701155 +vn -0.423663 0.850830 0.310801 +vn -0.479485 0.830492 0.283509 +vn 0.505369 -0.094470 -0.857717 +vn 0.522135 -0.051525 -0.851305 +vn 0.505567 -0.127155 -0.853366 +vn -0.951989 0.302850 0.044709 +vn -0.929783 0.360200 0.075890 +vn -0.891035 -0.409941 -0.194947 +vn -0.919675 -0.356284 -0.165108 +vn 0.593912 0.149375 0.790542 +vn 0.592543 0.188501 0.783173 +vn -0.353401 -0.834941 -0.421878 +vn -0.408896 -0.821175 -0.398090 +vn 0.396734 0.687163 0.608613 +vn 0.431664 0.651447 0.623925 +vn 0.217143 -0.763178 -0.608613 +vn 0.259730 -0.737060 -0.623925 +vn -0.196251 0.896108 0.398091 +vn -0.139074 0.895922 0.421879 +vn 0.528668 -0.327338 -0.783173 +vn 0.539539 -0.289726 -0.790542 +vn -0.804995 0.569844 0.165108 +vn -0.764133 0.614895 0.194948 +vn -0.989559 -0.122534 -0.075890 +vn -0.997105 -0.061500 -0.044709 +vn -0.667571 -0.688456 -0.283509 +vn -0.618397 -0.721795 -0.310800 +vn 0.526920 0.480351 0.701155 +vn 0.546851 0.440049 0.712257 +vn -0.026543 -0.861512 -0.507043 +vn 0.026177 -0.849642 -0.526710 +vn 0.079528 0.858244 0.507042 +vn 0.130390 0.839985 0.526710 +vn 0.463897 -0.541463 -0.701155 +vn 0.488629 -0.503916 -0.712257 +vn -0.577908 0.765274 0.283509 +vn -0.525009 0.792319 0.310800 +vn 0.535735 0.018541 -0.844183 +vn 0.510539 -0.063218 -0.857528 +vn 0.644760 -0.079838 -0.760205 +vn -0.981990 0.183566 0.044709 +vn -0.967000 0.243210 0.075890 +vn -0.833904 -0.516332 -0.194947 +vn -0.868921 -0.466601 -0.165107 +vn 0.564887 0.259889 0.783173 +vn 0.571054 0.221228 0.790542 +vn -0.248117 -0.872042 -0.421879 +vn -0.304885 -0.865199 -0.398090 +vn 0.348338 0.699556 0.623925 +vn 0.309282 0.730709 0.608613 +vn 0.348338 -0.699556 -0.623925 +vn 0.309282 -0.730709 -0.608613 +vn -0.304885 0.865199 0.398090 +vn -0.248117 0.872042 0.421879 +vn 0.564887 -0.259889 -0.783173 +vn 0.571054 -0.221228 -0.790542 +vn -0.833905 0.516332 0.194947 +vn -0.868921 0.466601 0.165107 +vn -0.967000 -0.243210 -0.075890 +vn -0.981990 -0.183566 -0.044709 +vn 0.522135 0.051525 0.851305 +vn 0.425764 0.008273 0.904796 +vn -0.577908 -0.765274 -0.283509 +vn -0.525009 -0.792319 -0.310800 +vn 0.463897 0.541463 0.701155 +vn 0.488629 0.503916 0.712257 +vn 0.130390 -0.839985 -0.526710 +vn 0.079528 -0.858244 -0.507042 +vn -0.026543 0.861512 0.507043 +vn 0.026177 0.849642 0.526710 +vn 0.546851 -0.440049 -0.712257 +vn 0.526920 -0.480351 -0.701155 +vn -0.667571 0.688456 0.283509 +vn -0.618397 0.721795 0.310800 +vn -0.989559 0.122534 0.075890 +vn -0.997105 0.061500 0.044709 +vn -0.764133 -0.614895 -0.194948 +vn -0.804995 -0.569844 -0.165108 +vn 0.539539 0.289726 0.790542 +vn 0.528668 0.327338 0.783173 +vn -0.196251 -0.896108 -0.398091 +vn -0.139074 -0.895922 -0.421879 +vn 0.259730 0.737060 0.623925 +vn 0.217143 0.763178 0.608612 +vn 0.396734 -0.687163 -0.608613 +vn 0.431664 -0.651447 -0.623925 +vn -0.353401 0.834941 0.421878 +vn -0.408896 0.821175 0.398090 +vn 0.592543 -0.188501 -0.783173 +vn 0.593912 -0.149375 -0.790542 +vn -0.891035 0.409941 0.194947 +vn -0.919675 0.356284 0.165108 +vn -0.951989 -0.302850 -0.044709 +vn -0.929783 -0.360200 -0.075890 +vn 0.505567 0.127155 0.853366 +vn 0.505369 0.094470 0.857717 +vn -0.479485 -0.830492 -0.283509 +vn -0.423663 -0.850830 -0.310801 +vn 0.393841 0.594366 0.701155 +vn 0.423000 0.560143 0.712257 +vn 0.184394 -0.841966 -0.507043 +vn 0.232626 -0.817595 -0.526710 +vn -0.132212 0.851721 0.507042 +vn -0.078432 0.846419 0.526710 +vn 0.596783 -0.369512 -0.712257 +vn 0.581956 -0.411958 -0.701155 +vn -0.747114 0.601201 0.283509 +vn -0.702410 0.640331 0.310800 +vn -0.997105 -0.061500 0.044709 +vn -0.997116 0.000000 0.075890 +vn -0.682778 -0.704138 -0.194948 +vn -0.728866 -0.664450 -0.165108 +vn 0.484435 0.389824 0.783173 +vn 0.499846 0.353833 0.790542 +vn -0.027920 -0.906222 -0.421878 +vn -0.084642 -0.913433 -0.398090 +vn 0.167185 0.763392 0.623925 +vn 0.121712 0.784077 0.608613 +vn 0.478171 -0.633201 -0.608613 +vn 0.508448 -0.593463 -0.623925 +vn -0.453326 0.785184 0.421878 +vn -0.506710 0.764702 0.398090 +vn 0.611217 -0.114256 -0.783173 +vn 0.637268 -0.022117 -0.770325 +vn 0.606682 -0.064822 -0.792297 +vn -0.956487 0.240566 0.165107 +vn -0.934658 0.297337 0.194948 +vn -0.878471 -0.471729 -0.075890 +vn -0.907557 -0.417543 -0.044709 +vn 0.489929 0.155858 0.857717 +vn 0.486110 0.188320 0.853366 +vn -0.373793 -0.883120 -0.283509 +vn -0.315895 -0.896445 -0.310801 +vn 0.317816 0.638260 0.701155 +vn 0.350959 0.607879 0.712257 +vn 0.286464 -0.812925 -0.507042 +vn 0.331335 -0.782812 -0.526709 +vn -0.235875 0.829018 0.507042 +vn -0.181853 0.830365 0.526709 +vn 0.637669 -0.293374 -0.712257 +vn 0.628170 -0.337320 -0.701154 +vn -0.775775 0.549160 0.310800 +vn -0.815332 0.504833 0.283509 +vn -0.989559 -0.122534 0.075890 +vn -0.981990 -0.183566 0.044709 +vn -0.641689 -0.748982 -0.165108 +vn -0.591072 -0.782706 -0.194948 +vn 0.432859 0.446400 0.783173 +vn 0.452575 0.412577 0.790542 +vn 0.028250 -0.916911 -0.398090 +vn 0.083655 -0.902785 -0.421878 +vn 0.072106 0.778150 0.623925 +vn 0.024434 0.793091 0.608613 +vn 0.577524 -0.526483 -0.623925 +vn 0.552360 -0.569640 -0.608613 +vn -0.596842 0.696637 0.398091 +vn -0.546380 0.723524 0.421879 +vn -0.964114 0.180224 0.194947 +vn -0.978800 0.121202 0.165107 +vn -0.849367 -0.525906 -0.044709 +vn -0.813843 -0.576107 -0.075890 +vn 0.467063 0.214883 0.857717 +vn 0.459283 0.246630 0.853366 +vn -0.262434 -0.922362 -0.283509 +vn -0.203338 -0.928470 -0.310800 +vn 0.236972 0.672478 0.701155 +vn 0.273598 0.646400 0.712258 +vn 0.384191 -0.771560 -0.507042 +vn 0.425023 -0.736161 -0.526710 +vn -0.282517 0.801724 0.526710 +vn -0.335965 0.793748 0.507042 +vn 0.668887 -0.212788 -0.712258 +vn 0.664861 -0.257569 -0.701155 +vn -0.837380 0.449664 0.310801 +vn -0.871191 0.400811 0.283509 +vn -0.967000 -0.243210 0.075890 +vn -0.951989 -0.302850 0.044709 +vn 0.406126 0.075918 0.910658 +vn 0.308976 0.016270 0.950931 +vn 0.405164 0.048194 0.912973 +vn -0.490407 -0.849409 -0.194947 +vn -0.544784 -0.822162 -0.165108 +vn 0.374721 0.496210 0.783173 +vn 0.398444 0.465066 0.790542 +vn 0.193963 -0.885662 -0.421879 +vn 0.140713 -0.906490 -0.398090 +vn -0.024066 0.781114 0.623925 +vn -0.073212 0.790083 0.608612 +vn 0.637845 -0.451521 -0.623925 +vn 0.618175 -0.497444 -0.608612 +vn -0.631151 0.650897 0.421879 +vn -0.677927 0.618012 0.398090 +vn -0.978953 0.060380 0.194947 +vn -0.986276 0.000000 0.165108 +vn -0.778302 -0.626297 -0.044709 +vn -0.736878 -0.671753 -0.075890 +vn 0.425494 0.301201 0.853366 +vn 0.437116 0.270651 0.857717 +vn -0.087699 -0.946421 -0.310800 +vn -0.147098 -0.947621 -0.283509 +vn 0.152536 0.696502 0.701155 +vn 0.192089 0.675123 0.712257 +vn 0.512267 -0.678351 -0.526710 +vn 0.476095 -0.718500 -0.507042 +vn -0.378898 0.760929 0.526710 +vn -0.430960 0.746446 0.507042 +vn 0.691474 -0.173913 -0.701155 +vn 0.689967 -0.128977 -0.712258 +vn 0.716240 -0.065877 -0.694737 +vn -0.886292 0.343352 0.310800 +vn -0.913842 0.290715 0.283509 +vn -0.907557 -0.417543 0.044709 +vn -0.929783 -0.360200 0.075890 +vn 0.393719 0.125251 0.910658 +vn 0.396005 0.099599 0.912831 +vn -0.439621 -0.882878 -0.165107 +vn -0.382307 -0.903237 -0.194947 +vn 0.338273 0.510505 0.790542 +vn 0.310902 0.538498 0.783173 +vn 0.251044 -0.882327 -0.398091 +vn 0.301331 -0.855113 -0.421879 +vn -0.169749 0.775097 0.608613 +vn -0.119873 0.772236 0.623925 +vn 0.674619 -0.417707 -0.608613 +vn 0.688497 -0.369715 -0.623925 +vn -0.748735 0.530019 0.398090 +vn -0.706355 0.568402 0.421878 +vn -0.978800 -0.121202 0.165107 +vn -0.978953 -0.060380 0.194947 +vn -0.695438 -0.717194 -0.044709 +vn -0.648742 -0.757215 -0.075890 +vn 0.400543 0.322316 0.857717 +vn 0.385255 0.351206 0.853366 +vn -0.029532 -0.958515 -0.283509 +vn 0.029270 -0.950024 -0.310800 +vn 0.107669 0.693612 0.712257 +vn 0.065788 0.709968 0.701155 +vn 0.591745 -0.610257 -0.526710 +vn 0.560782 -0.654547 -0.507042 +vn -0.469535 0.708600 0.526710 +vn -0.519424 0.687828 0.507042 +vn 0.728922 0.011239 -0.684504 +vn 0.691768 -0.085659 -0.717022 +vn 0.819070 -0.101423 -0.564658 +vn -0.921768 0.231833 0.310801 +vn -0.942641 0.176210 0.283509 +vn -0.878471 -0.471729 0.075890 +vn -0.849367 -0.525906 0.044709 +vn 0.380764 0.147509 0.912831 +vn 0.375343 0.172685 0.910658 +vn -0.268412 -0.943372 -0.194947 +vn -0.327793 -0.930210 -0.165107 +vn 0.242370 0.572623 0.783173 +vn 0.272974 0.548206 0.790542 +vn 0.357568 -0.844789 -0.398091 +vn 0.404129 -0.811602 -0.421879 +vn -0.263713 0.748362 0.608613 +vn -0.213863 0.751651 0.623925 +vn 0.720838 -0.331638 -0.608613 +vn 0.728712 -0.282305 -0.623925 +vn -0.770851 0.477291 0.421879 +vn -0.808193 0.433990 0.398091 +vn -0.964114 -0.180224 0.194947 +vn -0.956487 -0.240566 0.165107 +vn 0.187376 -0.007494 0.982260 +vn 0.296924 0.036431 0.954206 +vn -0.550772 -0.831199 -0.075890 +vn -0.602032 -0.797219 -0.044709 +vn 0.357898 0.369095 0.857717 +vn 0.339176 0.395887 0.853366 +vn 0.145794 -0.939227 -0.310801 +vn 0.088482 -0.954879 -0.283509 +vn 0.021615 0.701586 0.712257 +vn -0.021957 0.712671 0.701155 +vn 0.662254 -0.532914 -0.526710 +vn 0.636967 -0.580673 -0.507042 +vn -0.600013 0.618784 0.507042 +vn -0.553055 0.645529 0.526710 +vn -0.957151 0.059035 0.283509 +vn -0.943271 0.116802 0.310801 +vn -0.813843 -0.576107 0.075890 +vn -0.778302 -0.626297 0.044709 +vn 0.359751 0.193182 0.912831 +vn 0.351277 0.217501 0.910658 +vn -0.150449 -0.969206 -0.194948 +vn -0.210997 -0.963442 -0.165108 +vn 0.170165 0.598067 0.783173 +vn 0.203537 0.577596 0.790542 +vn 0.458673 -0.794445 -0.398091 +vn 0.500803 -0.755788 -0.421879 +vn -0.353679 0.710283 0.608612 +vn -0.304611 0.719673 0.623925 +vn 0.756129 -0.240542 -0.608613 +vn 0.757881 -0.190615 -0.623925 +vn -0.855400 0.331384 0.398091 +vn -0.823662 0.378945 0.421879 +vn -0.934658 -0.297337 0.194947 +vn -0.919675 -0.356284 0.165108 +vn 0.291392 0.054471 0.955052 +vn 0.290060 0.072953 0.954224 +vn -0.499500 -0.865160 -0.044709 +vn -0.444453 -0.892582 -0.075890 +vn 0.309828 0.410279 0.857717 +vn 0.287955 0.434567 0.853366 +vn 0.205156 -0.936768 -0.283509 +vn 0.260110 -0.914192 -0.310800 +vn -0.109370 0.704571 0.701155 +vn -0.064765 0.698924 0.712257 +vn 0.722723 -0.447491 -0.526710 +vn 0.703497 -0.497995 -0.507042 +vn -0.671506 0.540359 0.507042 +vn -0.628191 0.572672 0.526710 +vn -0.950475 0.000000 0.310801 +vn -0.957151 -0.059035 0.283509 +vn -0.736878 -0.671753 0.075890 +vn -0.695438 -0.717194 0.044709 +vn 0.321886 0.259021 0.910658 +vn 0.333284 0.235927 0.912831 +vn -0.030204 -0.980348 -0.194948 +vn -0.091002 -0.982068 -0.165108 +vn 0.131014 0.598230 0.790542 +vn 0.095380 0.614445 0.783173 +vn 0.589885 -0.688516 -0.421879 +vn 0.552825 -0.732058 -0.398091 +vn -0.438284 0.661436 0.608613 +vn -0.390742 0.676785 0.623925 +vn 0.779957 -0.145799 -0.608612 +vn 0.808569 -0.033256 -0.587460 +vn 0.773435 -0.077858 -0.629075 +vn -0.863987 0.274854 0.421879 +vn -0.889640 0.223753 0.398090 +vn -0.891035 -0.409941 0.194947 +vn -0.868921 -0.466601 0.165107 +vn 0.278896 0.108045 0.954224 +vn 0.282489 0.089866 0.955052 +vn -0.389396 -0.919985 -0.044709 +vn -0.331396 -0.940435 -0.075890 +vn 0.232369 0.466660 0.853366 +vn 0.257062 0.445243 0.857717 +vn 0.370482 -0.875298 -0.310800 +vn 0.318718 -0.904457 -0.283509 +vn -0.195124 0.685791 0.701155 +vn -0.150164 0.685668 0.712257 +vn 0.772237 -0.355285 -0.526710 +vn 0.759363 -0.407769 -0.507042 +vn -0.732820 0.453743 0.507042 +vn -0.693804 0.491134 0.526710 +vn -0.942641 -0.176210 0.283509 +vn -0.943271 -0.116802 0.310801 +vn 0.062746 -0.037362 0.997330 +vn 0.175225 0.039900 0.983719 +vn -0.602032 -0.797219 0.044709 +vn -0.648742 -0.757215 0.075890 +vn 0.301765 0.275096 0.912831 +vn 0.287616 0.296613 0.910658 +vn 0.030372 -0.985808 -0.165108 +vn 0.090498 -0.976630 -0.194948 +vn 0.019148 0.621509 0.783173 +vn 0.056506 0.609796 0.790542 +vn 0.638596 -0.658574 -0.398091 +vn 0.670024 -0.610808 -0.421879 +vn -0.470949 0.623638 0.623925 +vn -0.516244 0.602563 0.608613 +vn -0.910393 0.112731 0.398091 +vn -0.891215 0.166596 0.421878 +vn -0.804995 -0.569844 0.165108 +vn -0.833905 -0.516332 0.194947 +vn 0.263505 0.141499 0.954224 +vn 0.269305 0.123900 0.955052 +vn -0.273389 -0.960864 -0.044709 +vn -0.213317 -0.974031 -0.075890 +vn 0.200398 0.473459 0.857717 +vn 0.173261 0.491678 0.853366 +vn 0.475238 -0.823136 -0.310800 +vn 0.427450 -0.858434 -0.283509 +vn -0.277921 0.656614 0.701155 +vn -0.233286 0.662018 0.712257 +vn 0.803718 -0.311362 -0.507042 +vn 0.810044 -0.257693 -0.526710 +vn -0.748900 0.402151 0.526710 +vn -0.783025 0.360249 0.507042 +vn -0.921768 -0.231833 0.310801 +vn -0.913842 -0.290715 0.283509 +vn 0.177843 0.033245 0.983497 +vn 0.178556 0.022110 0.983681 +vn 0.060034 0.007434 0.998169 +vn -0.550772 -0.831199 0.075890 +vn -0.499499 -0.865160 0.044709 +vn 0.248985 0.329710 0.910658 +vn 0.265672 0.310094 0.912831 +vn 0.209829 -0.958106 -0.194947 +vn 0.151287 -0.974603 -0.165108 +vn -0.018859 0.612118 0.790542 +vn -0.057373 0.619151 0.783173 +vn 0.740007 -0.523840 -0.421879 +vn 0.714687 -0.575106 -0.398090 +vn -0.586380 0.534555 0.608613 +vn -0.544018 0.561037 0.623925 +vn -0.917346 0.000000 0.398091 +vn -0.904933 0.055814 0.421879 +vn -0.764133 -0.614895 0.194948 +vn -0.728866 -0.664450 0.165108 +vn 0.252038 0.156055 0.955052 +vn 0.244119 0.172808 0.954224 +vn -0.153239 -0.987177 -0.044709 +vn -0.092002 -0.992863 -0.075890 +vn 0.140696 0.494496 0.857717 +vn 0.111526 0.509243 0.853366 +vn 0.529701 -0.799399 -0.283509 +vn 0.572789 -0.758495 -0.310800 +vn -0.312872 0.628331 0.712257 +vn -0.356505 0.617484 0.701155 +vn 0.874154 -0.070050 -0.480570 +vn 0.865120 -0.078004 -0.495462 +vn 0.835572 -0.156195 -0.526710 +vn 0.835888 -0.210234 -0.507042 +vn -0.821361 0.261294 0.507043 +vn -0.792643 0.307072 0.526710 +vn -0.871191 -0.400811 0.283509 +vn -0.886292 -0.343352 0.310800 +vn 0.172410 0.054848 0.983497 +vn 0.058666 0.014755 0.998169 +vn 0.174486 0.043885 0.983681 +vn -0.389396 -0.919985 0.044709 +vn -0.444453 -0.892582 0.075890 +vn 0.225552 0.340392 0.912831 +vn 0.206581 0.357808 0.910658 +vn 0.269907 -0.948625 -0.165108 +vn 0.325978 -0.925059 -0.194947 +vn -0.093938 0.605161 0.790542 +vn -0.133024 0.607408 0.783173 +vn 0.798772 -0.428932 -0.421878 +vn 0.779944 -0.482920 -0.398090 +vn -0.608839 0.489931 0.623925 +vn -0.647626 0.458445 0.608613 +vn -0.904933 -0.055814 0.421879 +vn -0.910393 -0.112731 0.398091 +vn -0.682778 -0.704138 0.194948 +vn -0.641689 -0.748982 0.165108 +vn 0.230950 0.185845 0.955052 +vn 0.221032 0.201498 0.954224 +vn -0.030764 -0.998526 -0.044709 +vn 0.030706 -0.996643 -0.075890 +vn 0.048101 0.519089 0.853366 +vn 0.078862 0.508038 0.857717 +vn 0.661658 -0.682357 -0.310801 +vn 0.623923 -0.728246 -0.283509 +vn -0.387715 0.585121 0.712257 +vn -0.429684 0.568994 0.701155 +vn -0.824371 0.207338 0.526710 +vn -0.847245 0.158377 0.507042 +vn -0.837380 -0.449664 0.310801 +vn -0.815332 -0.504833 0.283509 +vn 0.167770 0.064995 0.983681 +vn 0.056408 0.021853 0.998169 +vn 0.164363 0.075619 0.983497 +vn -0.273389 -0.960864 0.044709 +vn -0.331396 -0.940435 0.075890 +vn 0.161044 0.380483 0.910658 +vn 0.182012 0.365529 0.912831 +vn 0.437186 -0.877988 -0.194948 +vn 0.384436 -0.908267 -0.165108 +vn -0.167593 0.589030 0.790542 +vn -0.206659 0.586457 0.783173 +vn 0.833377 -0.383415 -0.398090 +vn 0.845428 -0.327520 -0.421879 +vn -0.699055 0.375384 0.608613 +vn -0.664431 0.411398 0.623925 +vn -0.889640 -0.223753 0.398090 +vn -0.891215 -0.166596 0.421878 +vn -0.544784 -0.822162 0.165108 +vn -0.591072 -0.782706 0.194948 +vn 0.194595 0.227133 0.954224 +vn 0.206361 0.212817 0.955052 +vn 0.152950 -0.985316 -0.075890 +vn 0.092176 -0.994738 -0.044709 +vn 0.015832 0.513879 0.857717 +vn -0.016054 0.521065 0.853366 +vn 0.708687 -0.646054 -0.283509 +vn 0.740497 -0.595876 -0.310800 +vn -0.456681 0.533040 0.712257 +vn -0.496350 0.511878 0.701155 +vn -0.843602 0.104461 0.526709 +vn -0.860287 0.053061 0.507042 +vn -0.747114 -0.601201 0.283509 +vn -0.775775 -0.549160 0.310800 +vn 0.053295 0.028619 0.998169 +vn 0.158512 0.085119 0.983681 +vn 0.153825 0.095244 0.983497 +vn -0.153239 -0.987177 0.044709 +vn -0.213317 -0.974031 0.075890 +vn 0.113067 0.397389 0.910658 +vn 0.135713 0.385126 0.912831 +vn 0.493138 -0.854139 -0.165108 +vn 0.541767 -0.817609 -0.194947 +vn -0.277162 0.556616 0.783173 +vn -0.238708 0.563970 0.790542 +vn 0.879269 -0.221145 -0.421878 +vn 0.874178 -0.278095 -0.398090 +vn -0.709951 0.326629 0.623925 +vn -0.739886 0.286634 0.608613 +vn -0.863987 -0.274854 0.421879 +vn -0.855400 -0.331384 0.398091 +vn -0.439621 -0.882878 0.165107 +vn -0.490407 -0.849409 0.194947 +vn 0.178645 0.236564 0.955052 +vn 0.165209 0.249325 0.954224 +vn 0.213719 -0.975872 -0.044709 +vn 0.272874 -0.959052 -0.075890 +vn -0.047437 0.511930 0.857717 +vn -0.079965 0.515143 0.853366 +vn 0.808110 -0.500361 -0.310801 +vn 0.782708 -0.554067 -0.283509 +vn -0.555492 0.447002 0.701155 +vn -0.518724 0.472879 0.712257 +vn -0.860287 -0.053061 0.507042 +vn -0.850045 0.000000 0.526709 +vn -0.702410 -0.640331 0.310800 +vn -0.667571 -0.688456 0.283509 +vn 0.140954 0.113425 0.983497 +vn 0.049374 0.034951 0.998169 +vn 0.146850 0.103953 0.983681 +vn -0.030764 -0.998526 0.044709 +vn -0.092002 -0.992863 0.075890 +vn 0.063376 0.408272 0.910658 +vn 0.087357 0.398884 0.912831 +vn 0.638135 -0.744835 -0.194947 +vn 0.594364 -0.787065 -0.165108 +vn -0.306204 0.530361 0.790542 +vn -0.343463 0.518337 0.783173 +vn 0.897891 -0.086802 -0.431576 +vn 0.928993 -0.041053 -0.367814 +vn 0.901727 -0.168562 -0.398090 +vn -0.744709 0.236909 0.623925 +vn -0.769502 0.193538 0.608613 +vn -0.823662 -0.378945 0.421879 +vn -0.808193 -0.433990 0.398091 +vn -0.327793 -0.930210 0.165107 +vn -0.382307 -0.903237 0.194947 +vn 0.148220 0.256724 0.955052 +vn 0.133317 0.267737 0.954224 +vn 0.332023 -0.942211 -0.044709 +vn 0.388661 -0.918250 -0.075889 +vn -0.142664 0.501412 0.853366 +vn -0.109988 0.502220 0.857717 +vn 0.863474 -0.397261 -0.310800 +vn 0.844864 -0.453682 -0.283509 +vn -0.606213 0.375351 0.701155 +vn -0.572904 0.405550 0.712257 +vn -0.843602 -0.104461 0.526709 +vn -0.847245 -0.158377 0.507042 +vn -0.618397 -0.721795 0.310800 +vn -0.577908 -0.765274 0.283509 +vn 0.132962 0.121211 0.983681 +vn 0.125947 0.129887 0.983497 +vn 0.044705 0.040754 0.998169 +vn 0.030706 -0.996643 0.075890 +vn 0.092176 -0.994738 0.044709 +vn 0.012723 0.412965 0.910658 +vn 0.037677 0.406596 0.912831 +vn 0.724830 -0.660770 -0.194947 +vn 0.686580 -0.708059 -0.165108 +vn -0.404557 0.472201 0.783173 +vn -0.369059 0.488712 0.790542 +vn -0.787453 0.097508 0.608613 +vn -0.768178 0.143598 0.623925 +vn -0.770851 -0.477291 0.421879 +vn -0.748735 -0.530019 0.398090 +vn -0.268412 -0.943372 0.194947 +vn -0.210997 -0.963442 0.165108 +vn 0.099405 0.282091 0.954224 +vn 0.115548 0.272992 0.955052 +vn 0.445292 -0.894268 -0.044709 +vn 0.498559 -0.863528 -0.075890 +vn -0.170871 0.484897 0.857717 +vn -0.203201 0.480080 0.853366 +vn 0.894213 -0.346420 -0.283509 +vn 0.905748 -0.288139 -0.310800 +vn -0.647744 0.298010 0.701155 +vn -0.618399 0.332073 0.712257 +vn -0.821361 -0.261294 0.507043 +vn -0.824371 -0.207338 0.526710 +vn -0.479485 -0.830492 0.283509 +vn -0.525009 -0.792319 0.310800 +vn 0.109031 0.144380 0.983497 +vn 0.039358 0.045939 0.998169 +vn 0.117059 0.136632 0.983681 +vn 0.213719 -0.975872 0.044709 +vn 0.152950 -0.985316 0.075890 +vn -0.038122 0.411399 0.910658 +vn -0.012575 0.408144 0.912831 +vn 0.800537 -0.566688 -0.194947 +vn 0.768388 -0.618319 -0.165108 +vn -0.459519 0.418906 0.783173 +vn -0.426318 0.439655 0.790542 +vn -0.793467 0.000000 0.608613 +vn -0.780002 0.048109 0.623925 +vn -0.677927 -0.618012 0.398090 +vn -0.706355 -0.568402 0.421878 +vn -0.150449 -0.969206 0.194948 +vn -0.091002 -0.982068 0.165108 +vn 0.063986 0.292169 0.954224 +vn 0.081125 0.285123 0.955052 +vn 0.551813 -0.832769 -0.044709 +vn 0.600897 -0.795716 -0.075890 +vn -0.260656 0.451470 0.853366 +vn -0.229164 0.460224 0.857717 +vn 0.959465 -0.086728 -0.268151 +vn 0.965578 -0.078709 -0.247918 +vn 0.934291 -0.174650 -0.310801 +vn 0.930006 -0.233906 -0.283509 +vn -0.679457 0.216151 0.701155 +vn -0.654519 0.253562 0.712257 +vn -0.792643 -0.307072 0.526710 +vn -0.783025 -0.360249 0.507042 +vn -0.423663 -0.850830 0.310801 +vn -0.373793 -0.883120 0.283509 +vn 0.099382 0.149982 0.983681 +vn 0.090462 0.156685 0.983497 +vn 0.033414 0.050427 0.998169 +vn 0.272874 -0.959052 0.075890 +vn 0.332023 -0.942211 0.044709 +vn -0.088389 0.403596 0.910658 +vn -0.062636 0.403506 0.912831 +vn 0.838548 -0.519207 -0.165107 +vn 0.864109 -0.464017 -0.194947 +vn -0.507514 0.359262 0.783173 +vn -0.477115 0.383933 0.790542 +vn -0.787453 -0.097508 0.608613 +vn -0.780002 -0.048109 0.623925 +vn -0.596842 -0.696637 0.398091 +vn -0.631151 -0.650897 0.421879 +vn -0.030204 -0.980348 0.194948 +vn 0.030372 -0.985808 0.165108 +vn 0.045471 0.292931 0.955052 +vn 0.027597 0.297817 0.954224 +vn 0.649968 -0.758646 -0.044709 +vn 0.694126 -0.715842 -0.075890 +vn -0.283983 0.428574 0.857717 +vn -0.314161 0.416017 0.853366 +vn -0.680718 0.171207 0.712257 +vn -0.700869 0.131015 0.701155 +vn -0.732820 -0.453743 0.507042 +vn -0.748900 -0.402151 0.526710 +vn -0.262434 -0.922362 0.283509 +vn -0.315895 -0.896445 0.310801 +vn 0.026964 0.054151 0.998169 +vn 0.070522 0.166614 0.983497 +vn 0.080197 0.161058 0.983681 +vn 0.445292 -0.894268 0.044709 +vn 0.388661 -0.918250 0.075889 +vn -0.111747 0.392750 0.912831 +vn -0.137316 0.389675 0.910658 +vn 0.914582 -0.354311 -0.194948 +vn 0.895997 -0.412225 -0.165108 +vn -0.547817 0.294171 0.783173 +vn -0.520680 0.322391 0.790542 +vn -0.768178 -0.143598 0.623925 +vn -0.769502 -0.193538 0.608613 +vn -0.546380 -0.723524 0.421879 +vn -0.506710 -0.764702 0.398090 +vn 0.151287 -0.974603 0.165108 +vn 0.090498 -0.976630 0.194948 +vn -0.009211 0.298951 0.954224 +vn 0.009129 0.296299 0.955052 +vn 0.776834 -0.625116 -0.075890 +vn 0.738270 -0.673022 -0.044709 +vn -0.334498 0.390427 0.857717 +vn -0.362903 0.374257 0.853366 +vn -0.711657 0.043893 0.701155 +vn -0.696598 0.086258 0.712257 +vn -0.693804 -0.491134 0.526710 +vn -0.671506 -0.540359 0.507042 +vn -0.147098 -0.947621 0.283509 +vn -0.203338 -0.928470 0.310800 +vn 0.059797 0.169692 0.983681 +vn 0.049512 0.174017 0.983497 +vn 0.020105 0.057054 0.998169 +vn 0.551813 -0.832769 0.044709 +vn 0.498559 -0.863528 0.075890 +vn -0.159164 0.376041 0.912831 +vn -0.184162 0.369847 0.910658 +vn 0.939863 -0.298992 -0.165108 +vn 0.984604 -0.115711 -0.131017 +vn 0.951190 -0.239234 -0.194948 +vn -0.579815 0.224622 0.783173 +vn -0.556352 0.255962 0.790542 +vn -0.744709 -0.236909 0.623925 +vn -0.739886 -0.286634 0.608613 +vn -0.453326 -0.785184 0.421878 +vn -0.408896 -0.821175 0.398090 +vn 0.209829 -0.958106 0.194947 +vn 0.269907 -0.948625 0.165108 +vn -0.045878 0.295553 0.954224 +vn -0.027352 0.295175 0.955052 +vn 0.847765 -0.524914 -0.075890 +vn 0.815381 -0.577196 -0.044709 +vn -0.379941 0.346362 0.857717 +vn -0.406144 0.326823 0.853366 +vn -0.701919 0.000000 0.712257 +vn -0.711657 -0.043893 0.701155 +vn -0.628191 -0.572672 0.526710 +vn -0.600013 -0.618784 0.507042 +vn -0.087699 -0.946421 0.310800 +vn -0.029532 -0.958515 0.283509 +vn 0.038491 0.175754 0.983681 +vn 0.012941 0.059092 0.998169 +vn 0.027752 0.178783 0.983497 +vn 0.600897 -0.795716 0.075890 +vn 0.649968 -0.758646 0.044709 +vn -0.228216 0.344412 0.910658 +vn -0.204169 0.353631 0.912831 +vn 0.969137 -0.181163 0.167194 +vn 0.991107 -0.045066 -0.125206 +vn 0.919490 -0.171883 -0.353545 +vn -0.603024 0.151666 0.783173 +vn -0.583590 0.185653 0.790542 +vn -0.699055 -0.375384 0.608613 +vn -0.709951 -0.326629 0.623925 +vn -0.304885 -0.865199 0.398090 +vn -0.353401 -0.834941 0.421878 +vn 0.384436 -0.908267 0.165108 +vn 0.325978 -0.925059 0.194948 +vn -0.081851 0.287675 0.954224 +vn -0.063418 0.289576 0.955052 +vn 0.905845 -0.416756 -0.075890 +vn 0.880131 -0.472620 -0.044709 +vn -0.443229 0.274436 0.853366 +vn -0.419625 0.297047 0.857717 +vn -0.700869 -0.131015 0.701155 +vn -0.696598 -0.086258 0.712257 +vn -0.553055 -0.645529 0.526710 +vn -0.519424 -0.687828 0.507042 +vn 0.088482 -0.954879 0.283509 +vn 0.029270 -0.950024 0.310800 +vn 0.016601 0.179152 0.983681 +vn 0.005572 0.180838 0.983497 +vn 0.005582 0.060235 0.998169 +vn 0.738270 -0.673022 0.044709 +vn 0.694126 -0.715842 0.075890 +vn -0.246079 0.325861 0.912831 +vn -0.268810 0.313757 0.910658 +vn -0.617091 0.076413 0.783173 +vn -0.601981 0.112529 0.790542 +vn -0.647626 -0.458445 0.608613 +vn -0.664431 -0.411398 0.623925 +vn -0.248117 -0.872042 0.421879 +vn -0.196251 -0.896108 0.398091 +vn 0.493138 -0.854139 0.165108 +vn 0.437186 -0.877988 0.194948 +vn -0.098523 0.279588 0.955052 +vn -0.116582 0.275436 0.954224 +vn 0.950194 -0.302278 -0.075890 +vn 0.931540 -0.360880 -0.044709 +vn -0.452948 0.243228 0.857717 +vn -0.473594 0.217888 0.853366 +vn -0.679457 -0.216151 0.701155 +vn -0.680718 -0.171207 0.712257 +vn -0.469535 -0.708600 0.526710 +vn -0.430960 -0.746446 0.507042 +vn 0.145794 -0.939227 0.310801 +vn 0.205156 -0.936768 0.283509 +vn -0.005541 0.179835 0.983681 +vn -0.001863 0.060464 0.998169 +vn -0.016694 0.180152 0.983497 +vn 0.815381 -0.577196 0.044709 +vn 0.776834 -0.625116 0.075890 +vn -0.305330 0.278345 0.910658 +vn -0.284258 0.293151 0.912831 +vn -0.611247 0.037700 0.790542 +vn -0.621804 0.000000 0.783173 +vn -0.608839 -0.489931 0.623925 +vn -0.586380 -0.534555 0.608613 +vn -0.139074 -0.895922 0.421879 +vn -0.084642 -0.913433 0.398090 +vn 0.541767 -0.817609 0.194947 +vn 0.594364 -0.787065 0.165108 +vn -0.149546 0.259022 0.954224 +vn -0.132134 0.265361 0.955052 +vn 0.987053 -0.117991 -0.108647 +vn 0.968827 -0.243670 -0.044709 +vn 0.996661 -0.081651 0.000000 +vn -0.496781 0.158037 0.853366 +vn -0.479405 0.185722 0.857717 +vn -0.647744 -0.298010 0.701155 +vn -0.654519 -0.253562 0.712257 +vn -0.335965 -0.793748 0.507042 +vn -0.378898 -0.760929 0.526710 +vn 0.260110 -0.914192 0.310800 +vn 0.318718 -0.904457 0.283509 +vn -0.027598 0.177791 0.983681 +vn -0.038706 0.176735 0.983497 +vn -0.009279 0.059777 0.998169 +vn 0.847765 -0.524914 0.075890 +vn 0.880131 -0.472620 0.044709 +vn -0.318128 0.255997 0.912831 +vn -0.337221 0.238714 0.910658 +vn -0.617091 -0.076413 0.783173 +vn -0.611247 -0.037700 0.790542 +vn -0.544018 -0.561037 0.623925 +vn -0.516244 -0.602563 0.608613 +vn 0.028250 -0.916911 0.398090 +vn -0.027920 -0.906222 0.421878 +vn 0.638135 -0.744835 0.194947 +vn 0.686580 -0.708059 0.165108 +vn -0.180244 0.238681 0.954224 +vn -0.163743 0.247112 0.955052 +vn -0.498594 0.125402 0.857717 +vn -0.512436 0.095791 0.853366 +vn -0.618399 -0.332073 0.712257 +vn -0.606213 -0.375351 0.701155 +vn -0.282517 -0.801724 0.526710 +vn -0.235875 -0.829018 0.507042 +vn 0.370482 -0.875298 0.310800 +vn 0.427450 -0.858434 0.283509 +vn -0.049237 0.173052 0.983681 +vn -0.060131 0.170639 0.983497 +vn -0.016555 0.058184 0.998169 +vn 0.905845 -0.416756 0.075890 +vn 0.931540 -0.360880 0.044709 +vn -0.364000 0.195464 0.910658 +vn -0.347176 0.214962 0.912831 +vn -0.603024 -0.151666 0.783173 +vn -0.601981 -0.112529 0.790542 +vn -0.470949 -0.623638 0.623925 +vn -0.438284 -0.661436 0.608613 +vn 0.083655 -0.902785 0.421878 +vn 0.140713 -0.906490 0.398090 +vn 0.724830 -0.660770 0.194947 +vn 0.768388 -0.618319 0.165108 +vn -0.208209 0.214723 0.954224 +vn -0.192869 0.225117 0.955052 +vn -0.510226 0.063179 0.857717 +vn -0.520324 0.032093 0.853366 +vn -0.555492 -0.447002 0.701155 +vn -0.572904 -0.405550 0.712257 +vn -0.181853 -0.830365 0.526709 +vn -0.132212 -0.851721 0.507042 +vn 0.529701 -0.799399 0.283509 +vn 0.475238 -0.823136 0.310800 +vn -0.080645 0.161956 0.983497 +vn -0.070130 0.165689 0.983681 +vn -0.023579 0.055708 0.998169 +vn 0.987053 -0.117991 0.108647 +vn 0.950194 -0.302278 0.075890 +vn 0.968827 -0.243670 0.044709 +vn -0.370961 0.170669 0.912831 +vn -0.385261 0.149251 0.910658 +vn -0.583590 -0.185653 0.790542 +vn -0.579815 -0.224622 0.783173 +vn -0.390742 -0.676785 0.623925 +vn -0.353679 -0.710283 0.608612 +vn 0.251044 -0.882327 0.398091 +vn 0.193963 -0.885662 0.421879 +vn 0.838548 -0.519207 0.165107 +vn 0.800537 -0.566688 0.194947 +vn -0.233018 0.187509 0.954224 +vn -0.219071 0.199710 0.955052 +vn -0.520324 -0.032093 0.853366 +vn -0.514123 0.000000 0.857717 +vn -0.518724 -0.472879 0.712257 +vn -0.496350 -0.511878 0.701155 +vn -0.078432 -0.846419 0.526710 +vn -0.026543 -0.861512 0.507043 +vn 0.572789 -0.758496 0.310800 +vn 0.623923 -0.728246 0.283509 +vn -0.089960 0.155815 0.983681 +vn -0.099936 0.150819 0.983497 +vn -0.030246 0.052388 0.998169 +vn 0.991107 -0.045066 0.125206 +vn 0.969137 -0.181163 -0.167194 +vn 0.919490 -0.171883 0.353545 +vn -0.400683 0.100776 0.910658 +vn -0.389123 0.123789 0.912831 +vn -0.547817 -0.294171 0.783173 +vn -0.556352 -0.255962 0.790542 +vn -0.263713 -0.748362 0.608613 +vn -0.304611 -0.719673 0.623925 +vn 0.301331 -0.855113 0.421879 +vn 0.357568 -0.844789 0.398091 +vn 0.895997 -0.412225 0.165108 +vn 0.864109 -0.464017 0.194947 +vn -0.254294 0.157452 0.954224 +vn -0.241953 0.171275 0.955052 +vn -0.512436 -0.095791 0.853366 +vn -0.510226 -0.063179 0.857717 +vn -0.456681 -0.533040 0.712257 +vn -0.429684 -0.568994 0.701155 +vn 0.079528 -0.858244 0.507042 +vn 0.026177 -0.849642 0.526710 +vn 0.708687 -0.646054 0.283509 +vn 0.661658 -0.682357 0.310801 +vn -0.108426 0.143579 0.983681 +vn -0.117712 0.137394 0.983497 +vn -0.036455 0.048274 0.998169 +vn -0.410030 0.050773 0.910658 +vn -0.401385 0.075032 0.912831 +vn -0.507514 -0.359262 0.783173 +vn -0.520680 -0.322391 0.790542 +vn -0.169749 -0.775097 0.608613 +vn -0.213863 -0.751651 0.623925 +vn 0.404129 -0.811602 0.421879 +vn 0.458673 -0.794445 0.398091 +vn 0.914582 -0.354311 0.194948 +vn 0.939863 -0.298992 0.165108 +vn -0.271716 0.125009 0.954224 +vn -0.261166 0.140243 0.955052 +vn -0.496781 -0.158037 0.853366 +vn -0.498594 -0.125402 0.857717 +vn -0.387715 -0.585121 0.712257 +vn -0.356505 -0.617484 0.701155 +vn 0.130390 -0.839985 0.526710 +vn 0.184394 -0.841966 0.507043 +vn 0.782708 -0.554067 0.283509 +vn 0.740497 -0.595876 0.310800 +vn -0.133704 0.121888 0.983497 +vn -0.125248 0.129167 0.983681 +vn -0.042111 0.043429 0.998169 +vn -0.413161 0.000000 0.910658 +vn -0.407564 0.025138 0.912831 +vn -0.477115 -0.383933 0.790542 +vn -0.459519 -0.418906 0.783173 +vn -0.073212 -0.790083 0.608612 +vn -0.119873 -0.772236 0.623925 +vn 0.552825 -0.732058 0.398091 +vn 0.500803 -0.755788 0.421879 +vn 0.965578 -0.078709 0.247918 +vn 0.951190 -0.239234 0.194948 +vn 0.984604 -0.115711 0.131017 +vn -0.285018 0.090671 0.954224 +vn -0.276421 0.107086 0.955052 +vn -0.479405 -0.185722 0.857717 +vn -0.473594 -0.217888 0.853366 +vn -0.312872 -0.628331 0.712257 +vn -0.277921 -0.656614 0.701155 +vn 0.286464 -0.812925 0.507042 +vn 0.232626 -0.817595 0.526710 +vn 0.844864 -0.453682 0.283509 +vn 0.808110 -0.500361 0.310801 +vn -0.140172 0.112796 0.983681 +vn -0.147669 0.104533 0.983497 +vn -0.047129 0.037924 0.998169 +vn -0.410030 -0.050773 0.910658 +vn -0.407564 -0.025138 0.912831 +vn -0.404557 -0.472201 0.783173 +vn -0.426318 -0.439655 0.790542 +vn 0.024434 -0.793091 0.608613 +vn -0.024066 -0.781114 0.623925 +vn 0.638596 -0.658574 0.398091 +vn 0.589885 -0.688516 0.421879 +vn -0.287486 0.072306 0.955052 +vn -0.294000 0.054958 0.954224 +vn -0.443229 -0.274436 0.853366 +vn -0.452948 -0.243228 0.857717 +vn -0.233286 -0.662018 0.712257 +vn -0.195124 -0.685791 0.701155 +vn 0.384191 -0.771560 0.507042 +vn 0.331335 -0.782812 0.526710 +vn 0.894213 -0.346420 0.283509 +vn 0.863474 -0.397261 0.310800 +vn -0.152971 0.094716 0.983681 +vn -0.159396 0.085594 0.983497 +vn -0.051432 0.031845 0.998169 +vn -0.401385 -0.075032 0.912831 +vn -0.400683 -0.100776 0.910658 +vn -0.343463 -0.518337 0.783173 +vn -0.369059 -0.488712 0.790542 +vn 0.072106 -0.778150 0.623925 +vn 0.121712 -0.784077 0.608613 +vn 0.714687 -0.575106 0.398091 +vn 0.670024 -0.610808 0.421879 +vn -0.298526 0.018412 0.954224 +vn -0.294192 0.036429 0.955052 +vn -0.419625 -0.297047 0.857717 +vn -0.406144 -0.326823 0.853366 +vn -0.150164 -0.685668 0.712257 +vn -0.109370 -0.704571 0.701155 +vn 0.425023 -0.736161 0.526710 +vn 0.476095 -0.718500 0.507042 +vn 0.930006 -0.233906 0.283509 +vn 0.905748 -0.288139 0.310800 +vn -0.168706 0.065357 0.983497 +vn -0.163451 0.075199 0.983681 +vn -0.054956 0.025284 0.998169 +vn -0.389123 -0.123789 0.912831 +vn -0.385261 -0.149251 0.910658 +vn -0.306204 -0.530361 0.790542 +vn -0.277162 -0.556616 0.783173 +vn 0.217143 -0.763178 0.608612 +vn 0.167185 -0.763392 0.623925 +vn 0.740007 -0.523840 0.421879 +vn 0.779944 -0.482920 0.398090 +vn -0.298526 -0.018412 0.954224 +vn -0.296439 0.000000 0.955052 +vn -0.362903 -0.374257 0.853366 +vn -0.379941 -0.346362 0.857717 +vn -0.064765 -0.698924 0.712257 +vn -0.021957 -0.712671 0.701155 +vn 0.560782 -0.654547 0.507042 +vn 0.512267 -0.678351 0.526710 +vn 0.959465 -0.086728 0.268151 +vn 0.934291 -0.174650 0.310801 +vn 0.928993 -0.041053 0.367814 +vn -0.057646 0.018339 0.998169 +vn -0.175459 0.044130 0.983497 +vn -0.171453 0.054543 0.983681 +vn -0.370961 -0.170669 0.912831 +vn -0.364000 -0.195464 0.910658 +vn -0.206659 -0.586457 0.783173 +vn -0.238708 -0.563970 0.790542 +vn 0.309282 -0.730709 0.608613 +vn 0.259730 -0.737060 0.623925 +vn 0.833377 -0.383415 0.398090 +vn 0.798772 -0.428932 0.421878 +vn -0.294192 -0.036429 0.955052 +vn -0.294000 -0.054958 0.954224 +vn -0.314161 -0.416017 0.853366 +vn -0.334498 -0.390427 0.857717 +vn 0.065788 -0.709968 0.701155 +vn 0.021615 -0.701586 0.712257 +vn 0.636967 -0.580673 0.507042 +vn 0.591745 -0.610257 0.526710 +vn -0.176856 0.033060 0.983681 +vn -0.179553 0.022233 0.983497 +vn -0.059463 0.011116 0.998169 +vn -0.347176 -0.214962 0.912831 +vn -0.337221 -0.238714 0.910658 +vn -0.133024 -0.607408 0.783173 +vn -0.167593 -0.589030 0.790542 +vn 0.396734 -0.687163 0.608613 +vn 0.348338 -0.699556 0.623925 +vn 0.845428 -0.327521 0.421879 +vn 0.874178 -0.278095 0.398090 +vn -0.287486 -0.072306 0.955052 +vn -0.285018 -0.090671 0.954224 +vn -0.283983 -0.428574 0.857717 +vn -0.260656 -0.451470 0.853366 +vn 0.107669 -0.693612 0.712257 +vn 0.152536 -0.696502 0.701155 +vn 0.703497 -0.497995 0.507042 +vn 0.662254 -0.532914 0.526710 +vn -0.060378 0.003724 0.998169 +vn -0.179579 0.011076 0.983681 +vn -0.180924 0.000000 0.983497 +vn -0.305330 -0.278345 0.910658 +vn -0.318128 -0.255997 0.912831 +vn -0.093938 -0.605161 0.790542 +vn -0.057373 -0.619151 0.783173 +vn 0.431664 -0.651447 0.623925 +vn 0.478171 -0.633201 0.608613 +vn 0.901727 -0.168562 0.398090 +vn 0.897891 -0.086802 0.431576 +vn 0.874154 -0.070050 0.480570 +vn 0.879269 -0.221145 0.421878 +vn -0.271716 -0.125009 0.954224 +vn -0.276421 -0.107086 0.955052 +vn -0.203201 -0.480080 0.853366 +vn -0.229164 -0.460224 0.857717 +vn 0.192089 -0.675123 0.712257 +vn 0.236972 -0.672478 0.701155 +vn 0.759363 -0.407769 0.507042 +vn 0.722723 -0.447491 0.526710 +vn -0.060378 -0.003724 0.998169 +vn -0.179579 -0.011076 0.983681 +vn -0.179553 -0.022233 0.983497 +vn -0.268810 -0.313757 0.910658 +vn -0.284258 -0.293151 0.912831 +vn -0.018859 -0.612118 0.790542 +vn 0.019148 -0.621509 0.783173 +vn 0.552360 -0.569640 0.608613 +vn 0.508448 -0.593463 0.623925 +vn -0.261166 -0.140243 0.955052 +vn -0.254294 -0.157452 0.954224 +vn -0.170871 -0.484897 0.857717 +vn -0.142664 -0.501412 0.853366 +vn 0.273598 -0.646400 0.712258 +vn 0.317816 -0.638260 0.701155 +vn 0.772237 -0.355285 0.526710 +vn 0.803718 -0.311362 0.507042 +vn -0.059463 -0.011116 0.998169 +vn -0.176856 -0.033060 0.983681 +vn -0.175459 -0.044130 0.983497 +vn -0.228216 -0.344412 0.910658 +vn -0.246079 -0.325861 0.912831 +vn 0.095380 -0.614445 0.783173 +vn 0.056506 -0.609796 0.790542 +vn 0.618175 -0.497444 0.608612 +vn 0.577524 -0.526483 0.623925 +vn -0.233018 -0.187509 0.954224 +vn -0.241953 -0.171275 0.955052 +vn -0.079965 -0.515143 0.853366 +vn -0.109988 -0.502220 0.857717 +vn 0.393841 -0.594366 0.701155 +vn 0.350959 -0.607879 0.712257 +vn 0.810044 -0.257693 0.526710 +vn 0.835888 -0.210234 0.507042 +vn -0.168706 -0.065357 0.983497 +vn -0.171453 -0.054543 0.983681 +vn -0.057646 -0.018339 0.998169 +vn -0.204169 -0.353631 0.912831 +vn -0.184162 -0.369847 0.910658 +vn 0.131014 -0.598230 0.790542 +vn 0.170165 -0.598067 0.783173 +vn 0.637845 -0.451521 0.623925 +vn 0.674619 -0.417707 0.608613 +vn -0.208209 -0.214723 0.954224 +vn -0.219071 -0.199710 0.955052 +vn -0.016054 -0.521065 0.853366 +vn -0.047437 -0.511930 0.857717 +vn 0.463897 -0.541463 0.701155 +vn 0.423000 -0.560143 0.712257 +vn 0.835572 -0.156195 0.526710 +vn 0.808569 -0.033256 0.587460 +vn 0.865120 -0.078004 0.495462 +vn -0.054956 -0.025284 0.998169 +vn -0.163451 -0.075199 0.983681 +vn -0.159396 -0.085594 0.983497 +vn -0.137316 -0.389675 0.910658 +vn -0.159164 -0.376041 0.912831 +vn 0.242370 -0.572623 0.783173 +vn 0.203537 -0.577596 0.790542 +vn 0.720838 -0.331638 0.608613 +vn 0.688497 -0.369715 0.623925 +vn -0.192869 -0.225117 0.955052 +vn -0.180244 -0.238681 0.954224 +vn 0.048101 -0.519089 0.853366 +vn 0.015832 -0.513879 0.857717 +vn 0.526920 -0.480351 0.701155 +vn 0.488629 -0.503916 0.712257 +vn -0.147669 -0.104533 0.983497 +vn -0.051432 -0.031845 0.998169 +vn -0.152971 -0.094716 0.983681 +vn -0.088389 -0.403596 0.910658 +vn -0.111747 -0.392750 0.912831 +vn 0.310902 -0.538498 0.783173 +vn 0.272974 -0.548206 0.790542 +vn 0.756129 -0.240542 0.608613 +vn 0.728712 -0.282305 0.623925 +vn -0.149546 -0.259022 0.954224 +vn -0.163743 -0.247112 0.955052 +vn 0.111526 -0.509243 0.853366 +vn 0.078862 -0.508038 0.857717 +vn 0.581956 -0.411958 0.701155 +vn 0.546851 -0.440049 0.712257 +vn -0.047129 -0.037924 0.998169 +vn -0.133704 -0.121888 0.983497 +vn -0.140172 -0.112796 0.983681 +vn -0.062636 -0.403506 0.912831 +vn -0.038122 -0.411399 0.910658 +vn 0.374721 -0.496210 0.783173 +vn 0.338273 -0.510505 0.790542 +vn 0.773435 -0.077857 0.629075 +vn 0.779957 -0.145799 0.608612 +vn 0.757881 -0.190615 0.623925 +vn -0.116582 -0.275436 0.954224 +vn -0.132134 -0.265361 0.955052 +vn 0.140696 -0.494496 0.857717 +vn 0.173261 -0.491678 0.853366 +vn 0.596783 -0.369513 0.712257 +vn 0.628170 -0.337320 0.701155 +vn -0.125248 -0.129167 0.983681 +vn -0.117712 -0.137394 0.983497 +vn -0.042111 -0.043429 0.998169 +vn -0.012575 -0.408144 0.912831 +vn 0.012723 -0.412965 0.910658 +vn 0.398444 -0.465066 0.790542 +vn 0.432859 -0.446400 0.783173 +vn 0.819070 -0.101423 0.564658 +vn 0.691768 -0.085659 0.717022 +vn 0.728922 0.011239 0.684504 +vn -0.081851 -0.287675 0.954224 +vn -0.098523 -0.279588 0.955052 +vn 0.200398 -0.473459 0.857717 +vn 0.232369 -0.466660 0.853366 +vn 0.637669 -0.293374 0.712257 +vn 0.664861 -0.257569 0.701155 +vn -0.108426 -0.143579 0.983681 +vn -0.036455 -0.048274 0.998169 +vn -0.099936 -0.150819 0.983497 +vn 0.037677 -0.406596 0.912831 +vn 0.063376 -0.408272 0.910658 +vn 0.452575 -0.412577 0.790542 +vn 0.484435 -0.389824 0.783173 +vn -0.063418 -0.289576 0.955052 +vn -0.045878 -0.295553 0.954224 +vn 0.257062 -0.445243 0.857717 +vn 0.287955 -0.434567 0.853366 +vn 0.691474 -0.173913 0.701155 +vn 0.668887 -0.212788 0.712257 +vn -0.030246 -0.052388 0.998169 +vn -0.080645 -0.161956 0.983497 +vn -0.089960 -0.155815 0.983681 +vn 0.113067 -0.397389 0.910658 +vn 0.087357 -0.398884 0.912831 +vn 0.499846 -0.353833 0.790542 +vn 0.528668 -0.327338 0.783173 +vn -0.009211 -0.298951 0.954224 +vn -0.027352 -0.295175 0.955052 +vn 0.339176 -0.395887 0.853366 +vn 0.309828 -0.410279 0.857717 +vn 0.689967 -0.128977 0.712257 +vn 0.716240 -0.065877 0.694737 +vn 0.637268 -0.022117 0.770325 +vn -0.070130 -0.165689 0.983681 +vn -0.060131 -0.170639 0.983497 +vn -0.023579 -0.055708 0.998169 +vn 0.135713 -0.385126 0.912831 +vn 0.161044 -0.380483 0.910658 +vn 0.564887 -0.259889 0.783173 +vn 0.539539 -0.289726 0.790542 +vn 0.027597 -0.297817 0.954224 +vn 0.009129 -0.296299 0.955052 +vn 0.357898 -0.369095 0.857717 +vn 0.385255 -0.351206 0.853366 +vn -0.038706 -0.176735 0.983497 +vn -0.049237 -0.173052 0.983681 +vn -0.016555 -0.058184 0.998169 +vn 0.206581 -0.357808 0.910658 +vn 0.182012 -0.365529 0.912831 +vn 0.571054 -0.221228 0.790542 +vn 0.592543 -0.188501 0.783173 +vn 0.063986 -0.292169 0.954224 +vn 0.045471 -0.292931 0.955052 +vn 0.425494 -0.301201 0.853366 +vn 0.400543 -0.322316 0.857717 +vn -0.016694 -0.180152 0.983497 +vn -0.027598 -0.177791 0.983681 +vn -0.009279 -0.059777 0.998169 +vn 0.248985 -0.329710 0.910658 +vn 0.225552 -0.340392 0.912831 +vn 0.611217 -0.114256 0.783173 +vn 0.606682 -0.064822 0.792297 +vn 0.593912 -0.149375 0.790542 +vn 0.099405 -0.282091 0.954224 +vn 0.081125 -0.285123 0.955052 +vn 0.437116 -0.270651 0.857717 +vn 0.459283 -0.246630 0.853366 +vn -0.005541 -0.179835 0.983681 +vn -0.001863 -0.060464 0.998169 +vn 0.005572 -0.180838 0.983497 +vn 0.287616 -0.296613 0.910658 +vn 0.265672 -0.310094 0.912831 +vn 0.644760 -0.079838 0.760205 +vn 0.510539 -0.063218 0.857528 +vn 0.535735 0.018541 0.844183 +vn 0.115548 -0.272992 0.955052 +vn 0.133317 -0.267737 0.954224 +vn 0.486110 -0.188320 0.853366 +vn 0.467063 -0.214883 0.857717 +vn 0.027752 -0.178783 0.983497 +vn 0.016601 -0.179152 0.983681 +vn 0.005582 -0.060235 0.998169 +vn 0.301765 -0.275096 0.912831 +vn 0.321886 -0.259021 0.910658 +vn 0.165209 -0.249325 0.954224 +vn 0.148220 -0.256724 0.955052 +vn 0.505567 -0.127155 0.853366 +vn 0.489929 -0.155858 0.857717 +vn 0.038491 -0.175754 0.983681 +vn 0.049512 -0.174017 0.983497 +vn 0.012941 -0.059092 0.998169 +vn 0.333284 -0.235927 0.912831 +vn 0.351277 -0.217501 0.910658 +vn 0.194595 -0.227133 0.954224 +vn 0.178644 -0.236563 0.955052 +vn 0.522135 -0.051525 0.851305 +vn 0.425764 -0.008273 0.904796 +vn 0.505369 -0.094470 0.857717 +vn 0.020105 -0.057054 0.998169 +vn 0.059797 -0.169692 0.983681 +vn 0.070522 -0.166614 0.983497 +vn 0.359751 -0.193182 0.912831 +vn 0.375343 -0.172685 0.910658 +vn 0.221032 -0.201498 0.954224 +vn 0.206361 -0.212817 0.955052 +vn 0.090462 -0.156685 0.983497 +vn 0.080197 -0.161058 0.983681 +vn 0.026964 -0.054151 0.998169 +vn 0.393719 -0.125251 0.910658 +vn 0.380764 -0.147509 0.912831 +vn 0.230950 -0.185845 0.955052 +vn 0.244119 -0.172808 0.954224 +vn 0.109031 -0.144380 0.983497 +vn 0.099382 -0.149982 0.983681 +vn 0.033414 -0.050427 0.998169 +vn 0.405164 -0.048194 0.912973 +vn 0.406126 -0.075918 0.910658 +vn 0.396005 -0.099599 0.912831 +vn 0.263505 -0.141499 0.954224 +vn 0.252038 -0.156055 0.955052 +vn 0.125947 -0.129887 0.983497 +vn 0.117059 -0.136632 0.983681 +vn 0.039358 -0.045939 0.998169 +vn 0.308902 0.027368 0.950700 +vn 0.414401 -0.051314 0.908647 +vn 0.278896 -0.108045 0.954224 +vn 0.269305 -0.123900 0.955052 +vn 0.044705 -0.040754 0.998169 +vn 0.140954 -0.113425 0.983497 +vn 0.132962 -0.121211 0.983681 +vn 0.290060 -0.072953 0.954224 +vn 0.282489 -0.089866 0.955052 +vn 0.146850 -0.103953 0.983681 +vn 0.049374 -0.034951 0.998169 +vn 0.153825 -0.095244 0.983497 +vn 0.291392 -0.054471 0.955052 +vn 0.187376 0.007494 0.982260 +vn 0.296808 -0.036384 0.954244 +vn 0.296826 -0.036755 0.954224 +vn 0.053295 -0.028619 0.998169 +vn 0.158512 -0.085119 0.983681 +vn 0.164363 -0.075619 0.983497 +vn 0.172410 -0.054848 0.983497 +vn 0.167770 -0.064995 0.983681 +vn 0.056408 -0.021853 0.998169 +vn 0.174486 -0.043885 0.983681 +vn 0.058666 -0.014755 0.998169 +vn 0.177843 -0.033245 0.983497 +vn 0.175225 -0.039900 0.983719 +vn 0.178556 -0.022110 0.983681 +vn 0.060034 -0.007434 0.998169 +vn 0.062746 0.037362 0.997330 +vn 0.062746 -0.037363 -0.997330 +vn 0.060034 0.007434 -0.998169 +vn 0.058666 0.014755 -0.998169 +vn 0.056408 0.021853 -0.998169 +vn 0.187376 -0.007494 -0.982260 +vn 0.175226 0.039899 -0.983719 +vn 0.178556 0.022111 -0.983681 +vn 0.053295 0.028618 -0.998169 +vn 0.177843 0.033245 -0.983497 +vn 0.174486 0.043884 -0.983681 +vn 0.049374 0.034951 -0.998169 +vn 0.167770 0.064996 -0.983681 +vn 0.172410 0.054847 -0.983497 +vn 0.308901 -0.027369 -0.950700 +vn 0.296808 0.036384 -0.954244 +vn 0.044705 0.040754 -0.998169 +vn 0.158512 0.085118 -0.983681 +vn 0.164363 0.075619 -0.983497 +vn 0.296826 0.036756 -0.954224 +vn 0.414404 0.051315 -0.908645 +vn 0.291392 0.054471 -0.955052 +vn 0.039358 0.045938 -0.998169 +vn 0.146849 0.103954 -0.983681 +vn 0.153825 0.095244 -0.983497 +vn 0.290060 0.072952 -0.954224 +vn 0.282489 0.089865 -0.955052 +vn 0.033414 0.050427 -0.998169 +vn 0.132962 0.121211 -0.983681 +vn 0.140954 0.113425 -0.983497 +vn 0.269305 0.123900 -0.955052 +vn 0.278896 0.108045 -0.954224 +vn 0.026964 0.054151 -0.998169 +vn 0.425764 0.008274 -0.904796 +vn 0.405164 0.048194 -0.912973 +vn 0.117060 0.136631 -0.983681 +vn 0.125947 0.129887 -0.983497 +vn 0.252038 0.156055 -0.955052 +vn 0.263505 0.141499 -0.954224 +vn 0.020105 0.057054 -0.998169 +vn 0.396005 0.099599 -0.912831 +vn 0.406127 0.075918 -0.910658 +vn 0.099381 0.149982 -0.983681 +vn 0.109031 0.144380 -0.983497 +vn 0.230950 0.185845 -0.955052 +vn 0.244119 0.172808 -0.954224 +vn 0.012941 0.059092 -0.998169 +vn 0.393719 0.125251 -0.910658 +vn 0.380764 0.147509 -0.912831 +vn 0.090462 0.156685 -0.983497 +vn 0.080197 0.161058 -0.983681 +vn 0.535735 -0.018538 -0.844183 +vn 0.206361 0.212817 -0.955052 +vn 0.221033 0.201498 -0.954224 +vn 0.005582 0.060235 -0.998169 +vn 0.359751 0.193182 -0.912831 +vn 0.375343 0.172684 -0.910658 +vn 0.059797 0.169692 -0.983681 +vn 0.070522 0.166614 -0.983497 +vn 0.522134 0.051526 -0.851305 +vn 0.644755 0.079837 -0.760209 +vn 0.505369 0.094470 -0.857717 +vn 0.510539 0.063218 -0.857527 +vn 0.178644 0.236564 -0.955052 +vn 0.194596 0.227133 -0.954224 +vn -0.001863 0.060464 -0.998169 +vn 0.333284 0.235927 -0.912831 +vn 0.351276 0.217502 -0.910658 +vn 0.038491 0.175754 -0.983681 +vn 0.049512 0.174017 -0.983497 +vn 0.505567 0.127155 -0.853366 +vn 0.489929 0.155857 -0.857717 +vn 0.148219 0.256724 -0.955052 +vn 0.165208 0.249325 -0.954224 +vn -0.009279 0.059777 -0.998169 +vn 0.321886 0.259021 -0.910658 +vn 0.301766 0.275095 -0.912831 +vn 0.027752 0.178783 -0.983497 +vn 0.016601 0.179152 -0.983681 +vn 0.467063 0.214882 -0.857717 +vn 0.486109 0.188320 -0.853366 +vn 0.115548 0.272992 -0.955052 +vn 0.133318 0.267737 -0.954224 +vn -0.016555 0.058184 -0.998169 +vn 0.637269 0.022117 -0.770324 +vn 0.606682 0.064823 -0.792297 +vn 0.265672 0.310094 -0.912831 +vn 0.287616 0.296613 -0.910658 +vn 0.005572 0.180838 -0.983497 +vn -0.005541 0.179835 -0.983681 +vn 0.437116 0.270651 -0.857717 +vn 0.459283 0.246630 -0.853366 +vn 0.099405 0.282091 -0.954224 +vn 0.081125 0.285123 -0.955052 +vn -0.023579 0.055708 -0.998169 +vn 0.611216 0.114257 -0.783173 +vn 0.593912 0.149374 -0.790541 +vn 0.248985 0.329710 -0.910658 +vn 0.225551 0.340392 -0.912831 +vn -0.027598 0.177791 -0.983681 +vn -0.016694 0.180152 -0.983497 +vn 0.425494 0.301201 -0.853366 +vn 0.400543 0.322316 -0.857717 +vn 0.045471 0.292931 -0.955052 +vn 0.063986 0.292169 -0.954224 +vn -0.030247 0.052388 -0.998169 +vn 0.571054 0.221228 -0.790541 +vn 0.592543 0.188502 -0.783173 +vn 0.206581 0.357808 -0.910658 +vn 0.182012 0.365529 -0.912831 +vn -0.049237 0.173052 -0.983681 +vn -0.038705 0.176735 -0.983497 +vn 0.728923 -0.011241 -0.684504 +vn 0.357899 0.369094 -0.857717 +vn 0.385254 0.351206 -0.853366 +vn 0.027597 0.297817 -0.954224 +vn 0.009129 0.296298 -0.955052 +vn -0.036455 0.048274 -0.998169 +vn 0.539539 0.289726 -0.790542 +vn 0.564888 0.259889 -0.783173 +vn 0.135713 0.385126 -0.912831 +vn 0.161044 0.380483 -0.910658 +vn -0.070130 0.165689 -0.983681 +vn -0.060131 0.170639 -0.983497 +vn 0.819073 0.101424 -0.564653 +vn 0.691767 0.085660 -0.717022 +vn 0.689967 0.128978 -0.712257 +vn 0.716241 0.065877 -0.694737 +vn 0.309827 0.410279 -0.857717 +vn 0.339176 0.395887 -0.853366 +vn -0.009211 0.298951 -0.954224 +vn -0.027352 0.295175 -0.955052 +vn -0.042111 0.043429 -0.998169 +vn 0.528669 0.327337 -0.783173 +vn 0.499845 0.353834 -0.790542 +vn 0.087357 0.398885 -0.912831 +vn 0.113067 0.397389 -0.910658 +vn -0.089961 0.155815 -0.983681 +vn -0.080645 0.161956 -0.983497 +vn 0.691474 0.173912 -0.701155 +vn 0.668887 0.212789 -0.712258 +vn 0.287955 0.434567 -0.853366 +vn 0.257062 0.445243 -0.857717 +vn -0.045878 0.295554 -0.954224 +vn -0.063418 0.289576 -0.955052 +vn -0.047129 0.037924 -0.998169 +vn 0.484435 0.389824 -0.783173 +vn 0.452575 0.412577 -0.790542 +vn 0.063376 0.408272 -0.910658 +vn 0.037677 0.406596 -0.912831 +vn -0.099936 0.150818 -0.983497 +vn -0.108426 0.143579 -0.983681 +vn 0.637668 0.293373 -0.712258 +vn 0.664861 0.257568 -0.701155 +vn 0.200397 0.473459 -0.857717 +vn 0.232368 0.466660 -0.853366 +vn -0.098523 0.279588 -0.955052 +vn -0.081851 0.287675 -0.954224 +vn -0.051432 0.031846 -0.998169 +vn 0.808569 0.033255 -0.587461 +vn 0.773435 0.077857 -0.629076 +vn 0.432859 0.446400 -0.783173 +vn 0.398444 0.465065 -0.790542 +vn 0.012723 0.412965 -0.910658 +vn -0.012575 0.408144 -0.912831 +vn -0.117712 0.137394 -0.983497 +vn -0.125248 0.129167 -0.983681 +vn 0.596784 0.369512 -0.712257 +vn 0.628169 0.337321 -0.701155 +vn 0.140696 0.494496 -0.857717 +vn 0.173261 0.491678 -0.853366 +vn -0.132134 0.265361 -0.955052 +vn -0.116582 0.275436 -0.954224 +vn -0.054955 0.025284 -0.998169 +vn 0.757881 0.190614 -0.623925 +vn 0.779957 0.145800 -0.608613 +vn 0.374720 0.496210 -0.783173 +vn 0.338273 0.510505 -0.790541 +vn -0.038122 0.411399 -0.910658 +vn -0.062636 0.403506 -0.912831 +vn -0.133705 0.121887 -0.983497 +vn -0.140173 0.112795 -0.983681 +vn 0.546851 0.440050 -0.712257 +vn 0.581956 0.411958 -0.701154 +vn 0.078862 0.508038 -0.857717 +vn 0.111526 0.509243 -0.853366 +vn -0.163743 0.247112 -0.955052 +vn -0.149547 0.259022 -0.954224 +vn -0.057646 0.018338 -0.998169 +vn 0.728713 0.282304 -0.623924 +vn 0.756129 0.240542 -0.608612 +vn 0.310902 0.538498 -0.783173 +vn 0.272973 0.548206 -0.790542 +vn -0.111747 0.392750 -0.912831 +vn -0.088389 0.403596 -0.910658 +vn -0.152971 0.094716 -0.983681 +vn -0.147670 0.104533 -0.983497 +vn 0.876292 -0.005771 -0.481746 +vn 0.488629 0.503915 -0.712257 +vn 0.526921 0.480351 -0.701154 +vn 0.015832 0.513879 -0.857717 +vn 0.048101 0.519089 -0.853366 +vn -0.180244 0.238681 -0.954224 +vn -0.192869 0.225117 -0.955052 +vn -0.059463 0.011115 -0.998169 +vn 0.720838 0.331638 -0.608612 +vn 0.688497 0.369716 -0.623925 +vn 0.242371 0.572622 -0.783173 +vn 0.203537 0.577595 -0.790542 +vn -0.137316 0.389675 -0.910658 +vn -0.159164 0.376041 -0.912831 +vn -0.163451 0.075200 -0.983681 +vn -0.159396 0.085594 -0.983497 +vn 0.865121 0.078004 -0.495461 +vn 0.932430 0.115459 -0.342407 +vn 0.834063 0.103278 -0.541916 +vn 0.835571 0.156196 -0.526710 +vn 0.463897 0.541463 -0.701154 +vn 0.423000 0.560143 -0.712257 +vn -0.016054 0.521065 -0.853366 +vn -0.047437 0.511930 -0.857717 +vn -0.208209 0.214722 -0.954224 +vn -0.219072 0.199709 -0.955052 +vn -0.060378 0.003724 -0.998169 +vn 0.674620 0.417706 -0.608613 +vn 0.637845 0.451521 -0.623925 +vn 0.131015 0.598230 -0.790542 +vn 0.170165 0.598067 -0.783173 +vn -0.204169 0.353631 -0.912831 +vn -0.184162 0.369847 -0.910658 +vn -0.168706 0.065358 -0.983497 +vn -0.171454 0.054542 -0.983681 +vn 0.810044 0.257694 -0.526710 +vn 0.835888 0.210235 -0.507042 +vn 0.393842 0.594366 -0.701155 +vn 0.350959 0.607879 -0.712257 +vn -0.109988 0.502220 -0.857717 +vn -0.079965 0.515143 -0.853366 +vn -0.233018 0.187509 -0.954224 +vn -0.241953 0.171274 -0.955052 +vn -0.060378 -0.003724 -0.998169 +vn 0.577524 0.526482 -0.623925 +vn 0.618175 0.497443 -0.608613 +vn 0.056506 0.609796 -0.790542 +vn 0.095380 0.614445 -0.783173 +vn -0.246079 0.325861 -0.912831 +vn -0.228216 0.344412 -0.910658 +vn -0.176856 0.033060 -0.983681 +vn -0.175459 0.044130 -0.983497 +vn 0.803718 0.311362 -0.507042 +vn 0.772237 0.355285 -0.526710 +vn 0.273598 0.646400 -0.712258 +vn 0.317816 0.638259 -0.701155 +vn -0.170871 0.484897 -0.857717 +vn -0.142664 0.501412 -0.853366 +vn -0.261166 0.140243 -0.955052 +vn -0.254294 0.157453 -0.954224 +vn -0.059463 -0.011115 -0.998169 +vn 0.928993 0.041053 -0.367814 +vn 0.897891 0.086803 -0.431575 +vn 0.508447 0.593463 -0.623926 +vn 0.552360 0.569639 -0.608613 +vn -0.018859 0.612118 -0.790542 +vn 0.019148 0.621509 -0.783173 +vn -0.268810 0.313757 -0.910658 +vn -0.284258 0.293150 -0.912831 +vn -0.179578 0.011076 -0.983681 +vn -0.179552 0.022233 -0.983497 +vn 0.759363 0.407768 -0.507043 +vn 0.722723 0.447491 -0.526710 +vn 0.192089 0.675123 -0.712257 +vn 0.236972 0.672478 -0.701155 +vn -0.229165 0.460224 -0.857717 +vn -0.203201 0.480080 -0.853366 +vn -0.271716 0.125008 -0.954224 +vn -0.276421 0.107088 -0.955052 +vn -0.057646 -0.018338 -0.998169 +vn 0.901727 0.168562 -0.398090 +vn 0.879268 0.221146 -0.421879 +vn 0.431665 0.651447 -0.623926 +vn 0.478171 0.633200 -0.608613 +vn -0.057373 0.619151 -0.783173 +vn -0.093938 0.605161 -0.790542 +vn -0.305330 0.278345 -0.910658 +vn -0.318128 0.255997 -0.912831 +vn -0.180924 0.000000 -0.983497 +vn -0.179578 -0.011076 -0.983681 +vn 0.703497 0.497995 -0.507043 +vn 0.662254 0.532913 -0.526710 +vn 0.152536 0.696502 -0.701155 +vn 0.107669 0.693612 -0.712257 +vn -0.260656 0.451470 -0.853366 +vn -0.283983 0.428574 -0.857717 +vn -0.287486 0.072305 -0.955052 +vn -0.285018 0.090672 -0.954224 +vn -0.054955 -0.025284 -0.998169 +vn 0.874178 0.278095 -0.398091 +vn 0.845428 0.327520 -0.421879 +vn 0.348338 0.699556 -0.623925 +vn 0.396733 0.687163 -0.608613 +vn -0.133024 0.607408 -0.783173 +vn -0.167593 0.589030 -0.790542 +vn -0.347176 0.214963 -0.912831 +vn -0.337221 0.238714 -0.910658 +vn -0.179552 -0.022233 -0.983497 +vn -0.176856 -0.033060 -0.983681 +vn 0.968580 -0.002389 -0.248689 +vn 0.636967 0.580673 -0.507042 +vn 0.591746 0.610257 -0.526709 +vn 0.021615 0.701586 -0.712257 +vn 0.065788 0.709968 -0.701155 +vn -0.314162 0.416016 -0.853366 +vn -0.334498 0.390428 -0.857717 +vn -0.294192 0.036429 -0.955052 +vn -0.294000 0.054959 -0.954224 +vn -0.051432 -0.031846 -0.998169 +vn 0.833377 0.383415 -0.398091 +vn 0.798773 0.428931 -0.421878 +vn 0.259730 0.737060 -0.623925 +vn 0.309282 0.730709 -0.608612 +vn -0.238709 0.563970 -0.790542 +vn -0.206659 0.586457 -0.783173 +vn -0.370962 0.170668 -0.912831 +vn -0.364000 0.195464 -0.910658 +vn -0.171454 -0.054542 -0.983681 +vn -0.175459 -0.044130 -0.983497 +vn 0.959465 0.086728 -0.268151 +vn 0.934291 0.174650 -0.310801 +vn 0.986410 0.122143 -0.109891 +vn 0.933073 0.115538 -0.340625 +vn 0.512267 0.678351 -0.526710 +vn 0.560782 0.654547 -0.507042 +vn -0.064765 0.698924 -0.712257 +vn -0.021957 0.712671 -0.701155 +vn -0.362903 0.374257 -0.853366 +vn -0.379941 0.346362 -0.857717 +vn -0.296439 0.000000 -0.955052 +vn -0.298526 0.018412 -0.954224 +vn -0.047129 -0.037924 -0.998169 +vn 0.740007 0.523840 -0.421878 +vn 0.779944 0.482921 -0.398090 +vn 0.167185 0.763392 -0.623925 +vn 0.217143 0.763177 -0.608612 +vn -0.306204 0.530361 -0.790542 +vn -0.277162 0.556616 -0.783173 +vn -0.389122 0.123790 -0.912831 +vn -0.385261 0.149251 -0.910658 +vn -0.168706 -0.065358 -0.983497 +vn -0.163451 -0.075200 -0.983681 +vn 0.930005 0.233907 -0.283509 +vn 0.905748 0.288139 -0.310800 +vn 0.425022 0.736161 -0.526710 +vn 0.476095 0.718500 -0.507042 +vn -0.109370 0.704571 -0.701155 +vn -0.150164 0.685668 -0.712257 +vn -0.406144 0.326823 -0.853366 +vn -0.419625 0.297047 -0.857717 +vn -0.298526 -0.018412 -0.954224 +vn -0.294192 -0.036429 -0.955052 +vn -0.042111 -0.043429 -0.998169 +vn 0.714687 0.575106 -0.398090 +vn 0.670024 0.610808 -0.421878 +vn 0.121711 0.784077 -0.608613 +vn 0.072106 0.778151 -0.623925 +vn -0.343463 0.518337 -0.783173 +vn -0.369059 0.488712 -0.790542 +vn -0.401386 0.075033 -0.912831 +vn -0.400683 0.100776 -0.910658 +vn -0.152971 -0.094716 -0.983681 +vn -0.159396 -0.085594 -0.983497 +vn 0.894213 0.346420 -0.283509 +vn 0.863473 0.397262 -0.310801 +vn 0.331335 0.782812 -0.526709 +vn 0.384191 0.771561 -0.507042 +vn -0.233286 0.662018 -0.712257 +vn -0.195125 0.685790 -0.701155 +vn -0.452949 0.243228 -0.857717 +vn -0.443229 0.274436 -0.853366 +vn -0.287486 -0.072305 -0.955052 +vn -0.294000 -0.054959 -0.954224 +vn 0.991107 0.045065 -0.125206 +vn -0.036455 -0.048274 -0.998169 +vn 0.589885 0.688516 -0.421879 +vn 0.638596 0.658573 -0.398091 +vn -0.024066 0.781114 -0.623925 +vn 0.024434 0.793091 -0.608613 +vn -0.426317 0.439656 -0.790542 +vn -0.404556 0.472201 -0.783173 +vn -0.410030 0.050773 -0.910658 +vn -0.407564 0.025137 -0.912831 +vn -0.147670 -0.104533 -0.983497 +vn -0.140173 -0.112795 -0.983681 +vn 0.844864 0.453682 -0.283510 +vn 0.808110 0.500360 -0.310801 +vn 0.232626 0.817595 -0.526710 +vn 0.286464 0.812925 -0.507042 +vn -0.312872 0.628331 -0.712257 +vn -0.277921 0.656614 -0.701154 +vn -0.473594 0.217888 -0.853366 +vn -0.479405 0.185722 -0.857717 +vn -0.276421 -0.107088 -0.955052 +vn -0.285018 -0.090672 -0.954224 +vn 0.919490 0.171883 -0.353545 +vn 0.951190 0.239235 -0.194947 +vn 0.984604 0.115711 -0.131016 +vn 0.969137 0.181163 0.167195 +vn -0.030247 -0.052388 -0.998169 +vn 0.552825 0.732058 -0.398091 +vn 0.500803 0.755787 -0.421879 +vn -0.119873 0.772236 -0.623925 +vn -0.073212 0.790083 -0.608612 +vn -0.477116 0.383933 -0.790542 +vn -0.459519 0.418906 -0.783173 +vn -0.413161 0.000000 -0.910658 +vn -0.407564 -0.025137 -0.912831 +vn -0.133705 -0.121887 -0.983497 +vn -0.125248 -0.129167 -0.983681 +vn 0.782708 0.554068 -0.283509 +vn 0.740497 0.595875 -0.310801 +vn 0.130390 0.839985 -0.526710 +vn 0.184394 0.841966 -0.507043 +vn -0.356505 0.617484 -0.701155 +vn -0.387715 0.585121 -0.712257 +vn -0.496780 0.158037 -0.853366 +vn -0.498594 0.125402 -0.857717 +vn -0.271716 -0.125008 -0.954224 +vn -0.261166 -0.140243 -0.955052 +vn 0.939863 0.298992 -0.165108 +vn 0.914582 0.354311 -0.194948 +vn -0.023579 -0.055708 -0.998169 +vn 0.458673 0.794445 -0.398091 +vn 0.404129 0.811602 -0.421879 +vn -0.169749 0.775097 -0.608613 +vn -0.213864 0.751651 -0.623925 +vn -0.507514 0.359262 -0.783173 +vn -0.520680 0.322391 -0.790542 +vn -0.401386 -0.075033 -0.912831 +vn -0.410030 -0.050773 -0.910658 +vn 0.999999 -0.001246 0.000000 +vn -0.108426 -0.143579 -0.983681 +vn -0.117712 -0.137394 -0.983497 +vn 0.708687 0.646053 -0.283509 +vn 0.661658 0.682357 -0.310801 +vn 0.026177 0.849642 -0.526710 +vn 0.079528 0.858244 -0.507042 +vn -0.456680 0.533041 -0.712257 +vn -0.429684 0.568994 -0.701155 +vn -0.512437 0.095790 -0.853366 +vn -0.510226 0.063179 -0.857717 +vn -0.254294 -0.157453 -0.954224 +vn -0.241953 -0.171274 -0.955052 +vn 0.864109 0.464017 -0.194947 +vn 0.895997 0.412225 -0.165108 +vn -0.016555 -0.058184 -0.998169 +vn 0.357568 0.844789 -0.398091 +vn 0.301331 0.855113 -0.421879 +vn -0.304611 0.719673 -0.623925 +vn -0.263713 0.748362 -0.608613 +vn -0.556352 0.255963 -0.790541 +vn -0.547817 0.294171 -0.783173 +vn -0.389122 -0.123790 -0.912831 +vn -0.400683 -0.100776 -0.910658 +vn 0.985153 0.121988 0.120802 +vn 0.987053 0.117990 -0.108647 +vn 0.985153 0.121988 -0.120802 +vn -0.089961 -0.155815 -0.983681 +vn -0.099936 -0.150818 -0.983497 +vn 0.572790 0.758496 -0.310800 +vn 0.623923 0.728247 -0.283509 +vn -0.078432 0.846419 -0.526710 +vn -0.026543 0.861512 -0.507043 +vn -0.496350 0.511878 -0.701154 +vn -0.518724 0.472879 -0.712257 +vn -0.520324 0.032093 -0.853366 +vn -0.514123 0.000000 -0.857717 +vn -0.233018 -0.187508 -0.954224 +vn -0.219072 -0.199709 -0.955052 +vn 0.838548 0.519207 -0.165107 +vn 0.800537 0.566689 -0.194947 +vn -0.009279 -0.059777 -0.998169 +vn 0.193963 0.885662 -0.421879 +vn 0.251044 0.882327 -0.398091 +vn -0.390742 0.676785 -0.623925 +vn -0.353679 0.710283 -0.608613 +vn -0.583590 0.185653 -0.790541 +vn -0.579815 0.224622 -0.783173 +vn -0.385261 -0.149251 -0.910658 +vn -0.370962 -0.170668 -0.912831 +vn 0.968827 0.243671 -0.044709 +vn 0.950194 0.302278 -0.075889 +vn -0.070130 -0.165689 -0.983681 +vn -0.080645 -0.161956 -0.983497 +vn 0.475238 0.823136 -0.310800 +vn 0.529702 0.799399 -0.283508 +vn -0.132212 0.851721 -0.507042 +vn -0.181853 0.830365 -0.526709 +vn -0.555491 0.447003 -0.701155 +vn -0.572904 0.405550 -0.712257 +vn -0.520324 -0.032093 -0.853366 +vn -0.510226 -0.063179 -0.857717 +vn -0.208209 -0.214722 -0.954224 +vn -0.192869 -0.225117 -0.955052 +vn 0.724831 0.660769 -0.194947 +vn 0.768388 0.618320 -0.165108 +vn -0.001863 -0.060464 -0.998169 +vn 0.083655 0.902785 -0.421878 +vn 0.140713 0.906490 -0.398090 +vn -0.438284 0.661436 -0.608613 +vn -0.470950 0.623638 -0.623925 +vn -0.601981 0.112529 -0.790542 +vn -0.603024 0.151667 -0.783173 +vn -0.347176 -0.214963 -0.912831 +vn -0.364000 -0.195464 -0.910658 +vn 0.905845 0.416756 -0.075889 +vn 0.931540 0.360880 -0.044708 +vn -0.049237 -0.173052 -0.983681 +vn -0.060131 -0.170639 -0.983497 +vn 0.427449 0.858435 -0.283508 +vn 0.370481 0.875298 -0.310800 +vn -0.282517 0.801724 -0.526710 +vn -0.235875 0.829018 -0.507042 +vn -0.606213 0.375351 -0.701155 +vn -0.618399 0.332073 -0.712257 +vn -0.498594 -0.125402 -0.857717 +vn -0.512437 -0.095790 -0.853366 +vn 0.991107 0.045065 0.125206 +vn -0.163743 -0.247112 -0.955052 +vn -0.180244 -0.238682 -0.954224 +vn 0.638135 0.744835 -0.194948 +vn 0.686580 0.708059 -0.165107 +vn 0.005582 -0.060235 -0.998169 +vn -0.027920 0.906222 -0.421878 +vn 0.028250 0.916911 -0.398090 +vn -0.544017 0.561037 -0.623926 +vn -0.516244 0.602563 -0.608613 +vn -0.617091 0.076413 -0.783173 +vn -0.611246 0.037700 -0.790542 +vn -0.318128 -0.255997 -0.912831 +vn -0.337221 -0.238714 -0.910658 +vn 0.847765 0.524914 -0.075890 +vn 0.880131 0.472620 -0.044709 +vn -0.027598 -0.177791 -0.983681 +vn -0.038705 -0.176735 -0.983497 +vn 0.318718 0.904457 -0.283509 +vn 0.260110 0.914191 -0.310800 +vn -0.335965 0.793748 -0.507043 +vn -0.378897 0.760929 -0.526710 +vn -0.647744 0.298009 -0.701155 +vn -0.654519 0.253562 -0.712257 +vn -0.479405 -0.185722 -0.857717 +vn -0.496781 -0.158037 -0.853366 +vn 0.969137 0.181163 -0.167195 +vn 0.968827 0.243671 0.044709 +vn 0.919490 0.171883 0.353545 +vn 0.987053 0.117990 0.108647 +vn -0.149547 -0.259022 -0.954224 +vn -0.132134 -0.265361 -0.955052 +vn 0.594363 0.787065 -0.165108 +vn 0.541768 0.817608 -0.194947 +vn 0.012941 -0.059092 -0.998169 +vn -0.084642 0.913433 -0.398090 +vn -0.139074 0.895922 -0.421879 +vn -0.586380 0.534555 -0.608613 +vn -0.608839 0.489931 -0.623925 +vn -0.621804 0.000000 -0.783173 +vn -0.611246 -0.037700 -0.790542 +vn -0.305330 -0.278345 -0.910658 +vn -0.284258 -0.293150 -0.912831 +vn 0.776834 0.625116 -0.075890 +vn 0.815381 0.577196 -0.044709 +vn -0.016694 -0.180152 -0.983497 +vn -0.005541 -0.179835 -0.983681 +vn 0.145794 0.939227 -0.310801 +vn 0.205156 0.936768 -0.283509 +vn -0.469535 0.708599 -0.526710 +vn -0.430960 0.746446 -0.507042 +vn -0.679456 0.216151 -0.701155 +vn -0.680718 0.171208 -0.712257 +vn -0.473594 -0.217888 -0.853366 +vn -0.452949 -0.243228 -0.857717 +vn 0.931540 0.360880 0.044708 +vn 0.950194 0.302278 0.075889 +vn -0.098523 -0.279588 -0.955052 +vn -0.116582 -0.275436 -0.954224 +vn 0.493139 0.854139 -0.165108 +vn 0.437186 0.877988 -0.194948 +vn 0.020105 -0.057054 -0.998169 +vn -0.196250 0.896108 -0.398091 +vn -0.248116 0.872042 -0.421879 +vn -0.647625 0.458445 -0.608613 +vn -0.664431 0.411398 -0.623925 +vn -0.601981 -0.112529 -0.790542 +vn -0.617091 -0.076413 -0.783173 +vn -0.246079 -0.325861 -0.912831 +vn -0.268810 -0.313757 -0.910658 +vn 0.694127 0.715841 -0.075890 +vn 0.738270 0.673022 -0.044709 +vn 0.016601 -0.179152 -0.983681 +vn 0.005572 -0.180838 -0.983497 +vn 0.088482 0.954879 -0.283509 +vn 0.029270 0.950024 -0.310800 +vn -0.553054 0.645529 -0.526710 +vn -0.519424 0.687828 -0.507043 +vn -0.700869 0.131015 -0.701155 +vn -0.696598 0.086258 -0.712257 +vn -0.443229 -0.274436 -0.853366 +vn -0.419625 -0.297047 -0.857717 +vn 0.880131 0.472620 0.044709 +vn 0.905845 0.416756 0.075889 +vn -0.081851 -0.287675 -0.954224 +vn -0.063418 -0.289576 -0.955052 +vn 0.325978 0.925059 -0.194948 +vn 0.384436 0.908267 -0.165108 +vn 0.026964 -0.054151 -0.998169 +vn -0.353401 0.834941 -0.421878 +vn -0.304885 0.865199 -0.398090 +vn -0.709951 0.326629 -0.623925 +vn -0.699055 0.375384 -0.608613 +vn -0.583590 -0.185653 -0.790541 +vn -0.603024 -0.151667 -0.783173 +vn 0.965578 0.078708 0.247918 +vn 0.984604 0.115711 0.131016 +vn -0.204169 -0.353631 -0.912831 +vn -0.228216 -0.344412 -0.910658 +vn 0.600896 0.795716 -0.075890 +vn 0.649967 0.758646 -0.044709 +vn 0.027752 -0.178783 -0.983497 +vn 0.038491 -0.175754 -0.983681 +vn -0.029532 0.958515 -0.283509 +vn -0.087699 0.946421 -0.310800 +vn -0.600013 0.618784 -0.507042 +vn -0.628191 0.572671 -0.526710 +vn -0.701919 0.000000 -0.712257 +vn -0.711657 0.043893 -0.701155 +vn -0.406144 -0.326823 -0.853366 +vn -0.379941 -0.346362 -0.857717 +vn 0.847765 0.524914 0.075890 +vn 0.815381 0.577196 0.044709 +vn -0.027352 -0.295175 -0.955052 +vn -0.045878 -0.295553 -0.954224 +vn 0.269907 0.948625 -0.165108 +vn 0.209829 0.958106 -0.194948 +vn 0.033414 -0.050427 -0.998169 +vn -0.453326 0.785184 -0.421878 +vn -0.408896 0.821175 -0.398090 +vn -0.744709 0.236909 -0.623925 +vn -0.739886 0.286634 -0.608613 +vn -0.556352 -0.255963 -0.790541 +vn -0.579815 -0.224622 -0.783173 +vn 0.939863 0.298992 0.165108 +vn 0.951190 0.239235 0.194947 +vn -0.159164 -0.376041 -0.912831 +vn -0.184162 -0.369847 -0.910658 +vn 0.498559 0.863527 -0.075890 +vn 0.551813 0.832769 -0.044709 +vn 0.059797 -0.169692 -0.983681 +vn 0.049512 -0.174017 -0.983497 +vn -0.203338 0.928470 -0.310800 +vn -0.147098 0.947621 -0.283509 +vn -0.671506 0.540359 -0.507042 +vn -0.693804 0.491134 -0.526709 +vn -0.711657 -0.043893 -0.701155 +vn -0.696598 -0.086258 -0.712257 +vn -0.334498 -0.390428 -0.857717 +vn -0.362903 -0.374257 -0.853366 +vn 0.738270 0.673022 0.044709 +vn 0.776834 0.625116 0.075890 +vn -0.009211 -0.298951 -0.954224 +vn 0.009129 -0.296298 -0.955052 +vn 0.090498 0.976630 -0.194948 +vn 0.151287 0.974603 -0.165108 +vn 0.039358 -0.045938 -0.998169 +vn -0.546381 0.723524 -0.421878 +vn -0.506710 0.764702 -0.398090 +vn -0.768178 0.143598 -0.623925 +vn -0.769502 0.193538 -0.608613 +vn -0.520680 -0.322391 -0.790542 +vn -0.547817 -0.294171 -0.783173 +vn 0.895997 0.412225 0.165108 +vn 0.914582 0.354311 0.194948 +vn -0.111747 -0.392750 -0.912831 +vn -0.137316 -0.389675 -0.910658 +vn 0.445292 0.894269 -0.044708 +vn 0.388662 0.918250 -0.075889 +vn 0.080197 -0.161058 -0.983681 +vn 0.070522 -0.166614 -0.983497 +vn -0.262434 0.922362 -0.283509 +vn -0.315895 0.896445 -0.310801 +vn -0.732820 0.453744 -0.507042 +vn -0.748900 0.402150 -0.526710 +vn -0.680718 -0.171208 -0.712257 +vn -0.700869 -0.131015 -0.701155 +vn 0.959465 0.086728 0.268151 +vn 0.928993 0.041053 0.367814 +vn -0.314162 -0.416016 -0.853366 +vn -0.283983 -0.428574 -0.857717 +vn 0.649967 0.758646 0.044709 +vn 0.694127 0.715841 0.075890 +vn 0.027597 -0.297817 -0.954224 +vn 0.045471 -0.292931 -0.955052 +vn 0.030372 0.985808 -0.165108 +vn -0.030204 0.980348 -0.194948 +vn 0.044705 -0.040754 -0.998169 +vn -0.596842 0.696637 -0.398091 +vn -0.631151 0.650897 -0.421879 +vn -0.780002 0.048109 -0.623925 +vn -0.787453 0.097508 -0.608613 +vn -0.507514 -0.359262 -0.783173 +vn -0.477116 -0.383933 -0.790542 +vn 0.838548 0.519207 0.165107 +vn 0.864109 0.464017 0.194947 +vn -0.062636 -0.403506 -0.912831 +vn -0.088389 -0.403596 -0.910658 +vn 0.332023 0.942211 -0.044708 +vn 0.272874 0.959052 -0.075890 +vn 0.099381 -0.149982 -0.983681 +vn 0.090462 -0.156685 -0.983497 +vn -0.373793 0.883120 -0.283509 +vn -0.423663 0.850830 -0.310801 +vn -0.792643 0.307072 -0.526710 +vn -0.783025 0.360249 -0.507043 +vn -0.654519 -0.253562 -0.712257 +vn -0.679456 -0.216151 -0.701155 +vn 0.934291 0.174650 0.310801 +vn 0.930005 0.233907 0.283509 +vn -0.260656 -0.451470 -0.853366 +vn -0.229165 -0.460224 -0.857717 +vn 0.600896 0.795716 0.075890 +vn 0.551813 0.832769 0.044709 +vn 0.081125 -0.285123 -0.955052 +vn 0.063986 -0.292169 -0.954224 +vn -0.091002 0.982068 -0.165108 +vn -0.150449 0.969206 -0.194948 +vn 0.049374 -0.034951 -0.998169 +vn -0.677927 0.618012 -0.398090 +vn -0.706355 0.568402 -0.421878 +vn -0.780002 -0.048109 -0.623925 +vn -0.793467 0.000000 -0.608613 +vn -0.426317 -0.439656 -0.790542 +vn -0.459519 -0.418906 -0.783173 +vn 0.768388 0.618320 0.165108 +vn 0.800537 0.566689 0.194947 +vn -0.012575 -0.408144 -0.912831 +vn -0.038122 -0.411399 -0.910658 +vn 0.213719 0.975872 -0.044709 +vn 0.152949 0.985316 -0.075890 +vn 0.117060 -0.136631 -0.983681 +vn 0.109031 -0.144380 -0.983497 +vn -0.479485 0.830492 -0.283509 +vn -0.525009 0.792318 -0.310800 +vn -0.824371 0.207338 -0.526710 +vn -0.821361 0.261294 -0.507043 +vn -0.647744 -0.298009 -0.701155 +vn -0.618399 -0.332073 -0.712257 +vn 0.905748 0.288139 0.310800 +vn 0.894213 0.346420 0.283509 +vn -0.203201 -0.480080 -0.853366 +vn -0.170871 -0.484897 -0.857717 +vn 0.498559 0.863527 0.075890 +vn 0.445292 0.894269 0.044708 +vn 0.099405 -0.282091 -0.954224 +vn 0.115548 -0.272992 -0.955052 +vn -0.268412 0.943372 -0.194947 +vn -0.210997 0.963442 -0.165108 +vn 0.053295 -0.028618 -0.998169 +vn -0.770851 0.477291 -0.421879 +vn -0.748735 0.530019 -0.398091 +vn -0.787453 -0.097508 -0.608613 +vn -0.768178 -0.143598 -0.623925 +vn -0.404556 -0.472201 -0.783173 +vn -0.369059 -0.488712 -0.790542 +vn 0.724831 0.660769 0.194947 +vn 0.686580 0.708059 0.165107 +vn 0.012723 -0.412965 -0.910658 +vn 0.037677 -0.406596 -0.912831 +vn 0.030706 0.996643 -0.075890 +vn 0.092176 0.994738 -0.044709 +vn 0.125947 -0.129887 -0.983497 +vn 0.132962 -0.121211 -0.983681 +vn -0.577908 0.765274 -0.283509 +vn -0.618396 0.721796 -0.310801 +vn -0.843602 0.104461 -0.526709 +vn -0.847245 0.158377 -0.507042 +vn -0.572904 -0.405550 -0.712257 +vn -0.606213 -0.375351 -0.701155 +vn 0.844864 0.453682 0.283510 +vn 0.863473 0.397262 0.310801 +vn -0.142664 -0.501412 -0.853366 +vn -0.109988 -0.502220 -0.857717 +vn 0.332023 0.942211 0.044708 +vn 0.388662 0.918250 0.075889 +vn 0.133318 -0.267737 -0.954224 +vn 0.148219 -0.256724 -0.955052 +vn -0.327794 0.930210 -0.165107 +vn -0.382307 0.903237 -0.194947 +vn 0.056408 -0.021853 -0.998169 +vn -0.823662 0.378945 -0.421878 +vn -0.808193 0.433990 -0.398091 +vn -0.744709 -0.236909 -0.623925 +vn -0.769502 -0.193538 -0.608613 +vn 0.874154 0.070050 0.480571 +vn 0.901727 0.168562 0.398090 +vn 0.897891 0.086803 0.431575 +vn -0.306204 -0.530361 -0.790542 +vn -0.343463 -0.518337 -0.783173 +vn 0.594363 0.787065 0.165108 +vn 0.638135 0.744835 0.194948 +vn 0.087357 -0.398885 -0.912831 +vn 0.063376 -0.408272 -0.910658 +vn -0.092002 0.992863 -0.075890 +vn -0.030764 0.998526 -0.044709 +vn 0.140954 -0.113425 -0.983497 +vn 0.146849 -0.103954 -0.983681 +vn -0.702410 0.640331 -0.310800 +vn -0.667571 0.688456 -0.283509 +vn -0.850045 0.000000 -0.526709 +vn -0.860287 0.053061 -0.507042 +vn -0.555491 -0.447003 -0.701155 +vn -0.518724 -0.472879 -0.712257 +vn 0.808110 0.500360 0.310801 +vn 0.782708 0.554068 0.283509 +vn -0.047437 -0.511930 -0.857717 +vn -0.079965 -0.515143 -0.853366 +vn 0.272874 0.959052 0.075890 +vn 0.213719 0.975872 0.044709 +vn 0.165208 -0.249325 -0.954224 +vn 0.178644 -0.236564 -0.955052 +vn -0.490407 0.849409 -0.194948 +vn -0.439620 0.882878 -0.165107 +vn 0.058666 -0.014755 -0.998169 +vn -0.855400 0.331384 -0.398091 +vn -0.863987 0.274854 -0.421879 +vn -0.739886 -0.286634 -0.608613 +vn -0.709951 -0.326629 -0.623925 +vn 0.879268 0.221146 0.421879 +vn 0.874178 0.278095 0.398091 +vn -0.238709 -0.563970 -0.790542 +vn -0.277162 -0.556616 -0.783173 +vn 0.541768 0.817608 0.194947 +vn 0.493139 0.854139 0.165108 +vn 0.113067 -0.397389 -0.910658 +vn 0.135713 -0.385126 -0.912831 +vn -0.153238 0.987177 -0.044709 +vn -0.213316 0.974031 -0.075890 +vn 0.153825 -0.095244 -0.983497 +vn 0.158512 -0.085118 -0.983681 +vn -0.747115 0.601201 -0.283509 +vn -0.775775 0.549160 -0.310800 +vn -0.860287 -0.053061 -0.507042 +vn -0.843602 -0.104461 -0.526709 +vn -0.496350 -0.511878 -0.701154 +vn -0.456680 -0.533041 -0.712257 +vn 0.708687 0.646053 0.283509 +vn 0.740497 0.595875 0.310801 +vn -0.016054 -0.521065 -0.853366 +vn 0.015832 -0.513879 -0.857717 +vn 0.152949 0.985316 0.075890 +vn 0.092176 0.994738 0.044709 +vn 0.194596 -0.227133 -0.954224 +vn 0.206361 -0.212817 -0.955052 +vn -0.544784 0.822162 -0.165108 +vn -0.591072 0.782706 -0.194948 +vn 0.062746 0.037363 -0.997330 +vn 0.060034 -0.007434 -0.998169 +vn -0.891215 0.166596 -0.421878 +vn -0.889640 0.223753 -0.398090 +vn -0.699055 -0.375384 -0.608613 +vn -0.664431 -0.411398 -0.623925 +vn 0.833377 0.383415 0.398091 +vn 0.845428 0.327520 0.421879 +vn -0.167593 -0.589030 -0.790542 +vn -0.206659 -0.586457 -0.783173 +vn 0.384436 0.908267 0.165108 +vn 0.437186 0.877988 0.194948 +vn 0.182012 -0.365529 -0.912831 +vn 0.161044 -0.380483 -0.910658 +vn -0.273390 0.960864 -0.044709 +vn -0.331396 0.940435 -0.075890 +vn 0.164363 -0.075619 -0.983497 +vn 0.167770 -0.064996 -0.983681 +vn -0.837380 0.449663 -0.310800 +vn -0.815332 0.504833 -0.283509 +vn -0.824371 -0.207338 -0.526710 +vn -0.847245 -0.158377 -0.507042 +vn 0.808569 0.033255 0.587461 +vn 0.865121 0.078004 0.495461 +vn -0.387715 -0.585121 -0.712257 +vn -0.429684 -0.568993 -0.701155 +vn 0.623923 0.728247 0.283509 +vn 0.661658 0.682357 0.310801 +vn 0.078862 -0.508038 -0.857717 +vn 0.048101 -0.519089 -0.853366 +vn -0.030764 0.998526 0.044709 +vn 0.030706 0.996643 0.075890 +vn 0.221033 -0.201498 -0.954224 +vn 0.230950 -0.185845 -0.955052 +vn -0.641689 0.748982 -0.165108 +vn -0.682778 0.704138 -0.194948 +vn -0.910393 0.112731 -0.398091 +vn -0.904933 0.055814 -0.421879 +vn -0.647625 -0.458445 -0.608613 +vn -0.608839 -0.489931 -0.623925 +vn 0.779944 0.482921 0.398090 +vn 0.798773 0.428931 0.421878 +vn -0.133024 -0.607408 -0.783173 +vn -0.093938 -0.605161 -0.790542 +vn 0.269907 0.948625 0.165108 +vn 0.325978 0.925059 0.194948 +vn 0.206581 -0.357808 -0.910658 +vn 0.225551 -0.340392 -0.912831 +vn -0.444453 0.892582 -0.075890 +vn -0.389396 0.919985 -0.044709 +vn 0.172410 -0.054847 -0.983497 +vn 0.174486 -0.043884 -0.983681 +vn -0.871191 0.400811 -0.283509 +vn -0.886292 0.343352 -0.310800 +vn -0.792643 -0.307072 -0.526710 +vn -0.821361 -0.261294 -0.507043 +vn 0.835888 0.210235 0.507042 +vn 0.835571 0.156196 0.526710 +vn -0.356505 -0.617484 -0.701155 +vn -0.312872 -0.628331 -0.712257 +vn 0.529702 0.799399 0.283508 +vn 0.572790 0.758496 0.310800 +vn 0.111526 -0.509243 -0.853366 +vn 0.140696 -0.494496 -0.857717 +vn -0.153238 0.987177 0.044709 +vn -0.092002 0.992863 0.075890 +vn 0.252038 -0.156055 -0.955052 +vn 0.244119 -0.172808 -0.954224 +vn -0.764133 0.614895 -0.194948 +vn -0.728866 0.664450 -0.165108 +vn -0.917346 0.000000 -0.398091 +vn -0.904933 -0.055814 -0.421879 +vn -0.586380 -0.534555 -0.608613 +vn -0.544017 -0.561037 -0.623926 +vn 0.714687 0.575106 0.398090 +vn 0.740007 0.523840 0.421878 +vn -0.018859 -0.612118 -0.790542 +vn -0.057373 -0.619151 -0.783173 +vn 0.209829 0.958106 0.194948 +vn 0.151287 0.974603 0.165108 +vn 0.248985 -0.329710 -0.910658 +vn 0.265672 -0.310094 -0.912831 +vn -0.550772 0.831199 -0.075890 +vn -0.499500 0.865160 -0.044709 +vn 0.177843 -0.033245 -0.983497 +vn 0.187376 0.007494 -0.982260 +vn 0.175226 -0.039899 -0.983719 +vn 0.178556 -0.022111 -0.983681 +vn -0.921768 0.231833 -0.310801 +vn -0.913842 0.290715 -0.283509 +vn -0.783025 -0.360249 -0.507043 +vn -0.748900 -0.402150 -0.526710 +vn 0.810044 0.257694 0.526710 +vn 0.803718 0.311362 0.507042 +vn -0.233286 -0.662018 -0.712257 +vn -0.277921 -0.656614 -0.701154 +vn 0.427449 0.858435 0.283508 +vn 0.475238 0.823136 0.310800 +vn 0.173261 -0.491678 -0.853366 +vn 0.200397 -0.473459 -0.857717 +vn -0.273390 0.960864 0.044709 +vn -0.213316 0.974031 0.075890 +vn 0.269305 -0.123900 -0.955052 +vn 0.263505 -0.141499 -0.954224 +vn -0.804995 0.569844 -0.165108 +vn -0.833904 0.516332 -0.194947 +vn -0.910393 -0.112731 -0.398091 +vn -0.891215 -0.166596 -0.421878 +vn -0.470950 -0.623638 -0.623925 +vn -0.516244 -0.602563 -0.608613 +vn 0.670024 0.610808 0.421878 +vn 0.638596 0.658573 0.398091 +vn 0.019148 -0.621509 -0.783173 +vn 0.056506 -0.609796 -0.790542 +vn 0.030372 0.985808 0.165108 +vn 0.090498 0.976630 0.194948 +vn 0.287616 -0.296613 -0.910658 +vn 0.301766 -0.275095 -0.912831 +vn -0.602032 0.797219 -0.044709 +vn -0.648742 0.757215 -0.075890 +vn -0.942641 0.176210 -0.283509 +vn -0.943271 0.116802 -0.310801 +vn -0.693804 -0.491134 -0.526709 +vn -0.732820 -0.453744 -0.507042 +vn 0.759363 0.407768 0.507043 +vn 0.772237 0.355285 0.526710 +vn -0.150164 -0.685668 -0.712257 +vn -0.195125 -0.685790 -0.701155 +vn 0.318718 0.904457 0.283509 +vn 0.370481 0.875298 0.310800 +vn 0.257062 -0.445243 -0.857717 +vn 0.232368 -0.466660 -0.853366 +vn -0.331396 0.940435 0.075890 +vn -0.389396 0.919985 0.044709 +vn 0.282489 -0.089865 -0.955052 +vn 0.278896 -0.108045 -0.954224 +vn -0.891035 0.409941 -0.194947 +vn -0.868921 0.466601 -0.165107 +vn -0.863987 -0.274854 -0.421879 +vn -0.889640 -0.223753 -0.398090 +vn 0.727818 0.056170 0.683466 +vn 0.779957 0.145800 0.608613 +vn 0.773435 0.077857 0.629076 +vn -0.390742 -0.676785 -0.623925 +vn -0.438284 -0.661436 -0.608613 +vn 0.552825 0.732058 0.398091 +vn 0.589885 0.688516 0.421879 +vn 0.095380 -0.614445 -0.783173 +vn 0.131015 -0.598230 -0.790542 +vn -0.091002 0.982068 0.165108 +vn -0.030204 0.980348 0.194948 +vn 0.321886 -0.259021 -0.910658 +vn 0.333284 -0.235927 -0.912831 +vn -0.736878 0.671753 -0.075890 +vn -0.695438 0.717194 -0.044709 +vn -0.957151 0.059035 -0.283509 +vn -0.950475 0.000000 -0.310801 +vn -0.671506 -0.540359 -0.507042 +vn -0.628191 -0.572671 -0.526710 +vn 0.722723 0.447491 0.526710 +vn 0.703497 0.497995 0.507043 +vn -0.109370 -0.704571 -0.701155 +vn -0.064765 -0.698924 -0.712257 +vn 0.260110 0.914191 0.310800 +vn 0.205156 0.936768 0.283509 +vn 0.309827 -0.410279 -0.857717 +vn 0.287955 -0.434567 -0.853366 +vn -0.444453 0.892582 0.075890 +vn -0.499500 0.865160 0.044709 +vn 0.291392 -0.054471 -0.955052 +vn 0.290060 -0.072952 -0.954224 +vn -0.919675 0.356284 -0.165108 +vn -0.934658 0.297337 -0.194948 +vn -0.855400 -0.331384 -0.398091 +vn -0.823662 -0.378945 -0.421878 +vn 0.757881 0.190614 0.623925 +vn 0.756129 0.240542 0.608612 +vn -0.353679 -0.710283 -0.608613 +vn -0.304611 -0.719673 -0.623925 +vn 0.458673 0.794445 0.398091 +vn 0.500803 0.755788 0.421879 +vn 0.170165 -0.598067 -0.783173 +vn 0.203537 -0.577595 -0.790542 +vn -0.150449 0.969206 0.194948 +vn -0.210997 0.963442 0.165108 +vn 0.351276 -0.217502 -0.910658 +vn 0.359751 -0.193182 -0.912831 +vn -0.778302 0.626297 -0.044709 +vn -0.813843 0.576107 -0.075890 +vn -0.957151 -0.059035 -0.283509 +vn -0.943271 -0.116802 -0.310801 +vn -0.553054 -0.645529 -0.526710 +vn -0.600013 -0.618784 -0.507042 +vn 0.636967 0.580673 0.507042 +vn 0.662254 0.532913 0.526710 +vn 0.021615 -0.701586 -0.712257 +vn -0.021957 -0.712671 -0.701155 +vn 0.088482 0.954879 0.283509 +vn 0.145794 0.939227 0.310801 +vn 0.357899 -0.369094 -0.857717 +vn 0.339176 -0.395887 -0.853366 +vn -0.602032 0.797219 0.044709 +vn -0.550772 0.831199 0.075890 +vn 0.308901 0.027369 -0.950700 +vn 0.296808 -0.036384 -0.954244 +vn 0.414404 -0.051315 -0.908645 +vn 0.296826 -0.036756 -0.954224 +vn -0.964114 0.180224 -0.194947 +vn -0.956487 0.240566 -0.165107 +vn -0.770851 -0.477291 -0.421879 +vn -0.808193 -0.433990 -0.398091 +vn 0.720838 0.331638 0.608612 +vn 0.728713 0.282304 0.623924 +vn -0.213864 -0.751651 -0.623925 +vn -0.263713 -0.748362 -0.608613 +vn 0.357568 0.844789 0.398091 +vn 0.404129 0.811602 0.421879 +vn 0.272973 -0.548206 -0.790542 +vn 0.242371 -0.572622 -0.783173 +vn -0.268412 0.943372 0.194947 +vn -0.327794 0.930210 0.165107 +vn 0.375343 -0.172684 -0.910658 +vn 0.380764 -0.147509 -0.912831 +vn -0.849367 0.525906 -0.044709 +vn -0.878471 0.471729 -0.075890 +vn -0.921768 -0.231833 -0.310801 +vn -0.942641 -0.176210 -0.283509 +vn 0.637269 0.022117 0.770324 +vn 0.716241 0.065877 0.694737 +vn -0.519424 -0.687828 -0.507043 +vn -0.469535 -0.708599 -0.526710 +vn 0.560782 0.654547 0.507042 +vn 0.591746 0.610257 0.526709 +vn 0.107669 -0.693612 -0.712257 +vn 0.065788 -0.709968 -0.701155 +vn 0.029270 0.950024 0.310800 +vn -0.029532 0.958515 0.283509 +vn 0.385254 -0.351206 -0.853366 +vn 0.400543 -0.322316 -0.857717 +vn -0.695438 0.717194 0.044709 +vn -0.648742 0.757215 0.075890 +vn -0.978953 0.060380 -0.194947 +vn -0.978800 0.121202 -0.165107 +vn -0.706355 -0.568402 -0.421878 +vn -0.748735 -0.530019 -0.398091 +vn 0.674620 0.417706 0.608613 +vn 0.688497 0.369716 0.623925 +vn -0.119873 -0.772236 -0.623925 +vn -0.169749 -0.775097 -0.608613 +vn 0.301331 0.855113 0.421879 +vn 0.251044 0.882327 0.398091 +vn 0.310902 -0.538498 -0.783173 +vn 0.338273 -0.510505 -0.790541 +vn -0.439620 0.882878 0.165107 +vn -0.382307 0.903237 0.194947 +vn 0.393719 -0.125251 -0.910658 +vn 0.396005 -0.099599 -0.912831 +vn -0.929783 0.360200 -0.075890 +vn -0.907557 0.417543 -0.044709 +vn -0.913842 -0.290715 -0.283509 +vn -0.886292 -0.343352 -0.310800 +vn 0.689967 0.128978 0.712257 +vn 0.691474 0.173912 0.701155 +vn -0.378897 -0.760929 -0.526710 +vn -0.430960 -0.746446 -0.507042 +vn 0.476095 0.718500 0.507042 +vn 0.512267 0.678351 0.526710 +vn 0.152536 -0.696502 -0.701155 +vn 0.192089 -0.675123 -0.712257 +vn -0.147098 0.947621 0.283509 +vn -0.087699 0.946421 0.310800 +vn 0.437116 -0.270651 -0.857717 +vn 0.425494 -0.301201 -0.853366 +vn -0.736878 0.671753 0.075890 +vn -0.778302 0.626297 0.044709 +vn -0.986276 0.000000 -0.165108 +vn -0.978953 -0.060380 -0.194947 +vn -0.631151 -0.650897 -0.421879 +vn -0.677927 -0.618012 -0.398090 +vn 0.618175 0.497443 0.608613 +vn 0.637845 0.451521 0.623925 +vn -0.024066 -0.781114 -0.623925 +vn -0.073212 -0.790083 -0.608612 +vn 0.140713 0.906490 0.398090 +vn 0.193963 0.885662 0.421879 +vn 0.374720 -0.496210 -0.783173 +vn 0.398444 -0.465065 -0.790542 +vn -0.490407 0.849409 0.194948 +vn -0.544784 0.822162 0.165108 +vn 0.406127 -0.075918 -0.910658 +vn 0.425764 -0.008274 -0.904796 +vn 0.405164 -0.048194 -0.912973 +vn -0.951989 0.302850 -0.044709 +vn -0.967000 0.243210 -0.075890 +vn -0.871191 -0.400811 -0.283509 +vn -0.837380 -0.449663 -0.310800 +vn 0.668887 0.212789 0.712258 +vn 0.664861 0.257568 0.701155 +vn -0.335965 -0.793748 -0.507043 +vn -0.282517 -0.801724 -0.526710 +vn 0.425022 0.736161 0.526710 +vn 0.384191 0.771561 0.507042 +vn 0.236972 -0.672478 -0.701155 +vn 0.273598 -0.646400 -0.712258 +vn -0.262434 0.922362 0.283509 +vn -0.203338 0.928470 0.310800 +vn 0.467063 -0.214882 -0.857717 +vn 0.459283 -0.246630 -0.853366 +vn -0.813843 0.576107 0.075890 +vn -0.849367 0.525906 0.044709 +vn -0.978800 -0.121202 -0.165107 +vn -0.964114 -0.180224 -0.194947 +vn -0.546381 -0.723524 -0.421878 +vn -0.596842 -0.696637 -0.398091 +vn 0.577524 0.526482 0.623925 +vn 0.552360 0.569639 0.608613 +vn 0.024434 -0.793091 -0.608613 +vn 0.072106 -0.778151 -0.623925 +vn 0.028250 0.916911 0.398090 +vn 0.083655 0.902785 0.421878 +vn 0.452575 -0.412577 -0.790542 +vn 0.432859 -0.446400 -0.783173 +vn -0.591072 0.782706 0.194948 +vn -0.641689 0.748982 0.165108 +vn -0.981990 0.183566 -0.044709 +vn -0.989559 0.122534 -0.075890 +vn -0.775775 -0.549160 -0.310800 +vn -0.815332 -0.504833 -0.283509 +vn 0.637668 0.293373 0.712258 +vn 0.628169 0.337321 0.701155 +vn -0.235875 -0.829018 -0.507042 +vn -0.181853 -0.830365 -0.526709 +vn 0.286464 0.812925 0.507042 +vn 0.331335 0.782812 0.526709 +vn 0.350959 -0.607879 -0.712257 +vn 0.317816 -0.638259 -0.701155 +vn -0.315895 0.896445 0.310801 +vn -0.373793 0.883120 0.283509 +vn 0.489929 -0.155857 -0.857717 +vn 0.486109 -0.188320 -0.853366 +vn -0.907557 0.417543 0.044709 +vn -0.878471 0.471729 0.075890 +vn -0.934658 -0.297337 -0.194948 +vn -0.956487 -0.240566 -0.165107 +vn 0.535442 0.037881 0.843722 +vn 0.606682 0.064823 0.792297 +vn 0.611216 0.114257 0.783173 +vn -0.453326 -0.785184 -0.421878 +vn -0.506710 -0.764702 -0.398090 +vn 0.508447 0.593463 0.623926 +vn 0.478171 0.633200 0.608613 +vn 0.121711 -0.784077 -0.608613 +vn 0.167185 -0.763392 -0.623925 +vn -0.084642 0.913433 0.398090 +vn -0.027920 0.906222 0.421878 +vn 0.499845 -0.353834 -0.790542 +vn 0.484435 -0.389824 -0.783173 +vn -0.682778 0.704138 0.194948 +vn -0.728866 0.664450 0.165108 +vn -0.997105 0.061500 -0.044709 +vn -0.997116 0.000000 -0.075890 +vn -0.702410 -0.640331 -0.310800 +vn -0.747114 -0.601201 -0.283509 +vn 0.581956 0.411958 0.701154 +vn 0.596784 0.369512 0.712257 +vn -0.132212 -0.851721 -0.507042 +vn -0.078432 -0.846419 -0.526710 +vn 0.232626 0.817595 0.526710 +vn 0.184394 0.841966 0.507042 +vn 0.423000 -0.560143 -0.712257 +vn 0.393842 -0.594366 -0.701155 +vn -0.423663 0.850830 0.310801 +vn -0.479485 0.830492 0.283509 +vn 0.505369 -0.094470 -0.857717 +vn 0.522134 -0.051526 -0.851305 +vn 0.505567 -0.127155 -0.853366 +vn -0.951989 0.302850 0.044709 +vn -0.929783 0.360200 0.075890 +vn -0.891035 -0.409941 -0.194947 +vn -0.919675 -0.356284 -0.165108 +vn 0.593912 0.149374 0.790541 +vn 0.592543 0.188502 0.783173 +vn -0.353401 -0.834941 -0.421878 +vn -0.408896 -0.821175 -0.398090 +vn 0.396733 0.687163 0.608613 +vn 0.431665 0.651447 0.623926 +vn 0.217143 -0.763177 -0.608612 +vn 0.259730 -0.737060 -0.623925 +vn -0.196250 0.896108 0.398091 +vn -0.139074 0.895922 0.421879 +vn 0.528669 -0.327337 -0.783173 +vn 0.539539 -0.289726 -0.790542 +vn -0.804995 0.569844 0.165108 +vn -0.764133 0.614895 0.194948 +vn -0.989559 -0.122534 -0.075890 +vn -0.997105 -0.061500 -0.044709 +vn -0.667571 -0.688456 -0.283509 +vn -0.618396 -0.721796 -0.310801 +vn 0.526921 0.480351 0.701154 +vn 0.546851 0.440050 0.712257 +vn -0.026543 -0.861512 -0.507043 +vn 0.026177 -0.849642 -0.526710 +vn 0.079528 0.858244 0.507042 +vn 0.130390 0.839985 0.526710 +vn 0.463897 -0.541463 -0.701154 +vn 0.488629 -0.503915 -0.712257 +vn -0.577908 0.765274 0.283509 +vn -0.525009 0.792318 0.310800 +vn 0.535735 0.018538 -0.844183 +vn 0.510539 -0.063218 -0.857527 +vn 0.644755 -0.079837 -0.760209 +vn -0.981990 0.183566 0.044709 +vn -0.967000 0.243210 0.075890 +vn -0.833904 -0.516332 -0.194947 +vn -0.868921 -0.466601 -0.165107 +vn 0.564888 0.259889 0.783173 +vn 0.571054 0.221228 0.790541 +vn -0.248116 -0.872042 -0.421879 +vn -0.304885 -0.865199 -0.398090 +vn 0.348338 0.699556 0.623925 +vn 0.309282 0.730709 0.608612 +vn 0.348338 -0.699556 -0.623925 +vn 0.309282 -0.730709 -0.608612 +vn -0.304885 0.865199 0.398090 +vn -0.248116 0.872042 0.421879 +vn 0.564888 -0.259889 -0.783173 +vn 0.571054 -0.221228 -0.790541 +vn -0.833905 0.516332 0.194947 +vn -0.868921 0.466601 0.165107 +vn -0.967000 -0.243210 -0.075890 +vn -0.981990 -0.183566 -0.044709 +vn 0.522134 0.051526 0.851305 +vn 0.425764 0.008274 0.904796 +vn -0.577908 -0.765274 -0.283509 +vn -0.525009 -0.792318 -0.310800 +vn 0.463897 0.541463 0.701154 +vn 0.488629 0.503915 0.712257 +vn 0.130390 -0.839985 -0.526710 +vn 0.079528 -0.858244 -0.507042 +vn -0.026543 0.861512 0.507043 +vn 0.026177 0.849642 0.526710 +vn 0.546851 -0.440050 -0.712257 +vn 0.526921 -0.480351 -0.701154 +vn -0.667571 0.688456 0.283509 +vn -0.618396 0.721796 0.310801 +vn -0.989559 0.122534 0.075890 +vn -0.997105 0.061500 0.044709 +vn -0.764133 -0.614895 -0.194948 +vn -0.804995 -0.569844 -0.165108 +vn 0.539539 0.289726 0.790542 +vn 0.528669 0.327337 0.783173 +vn -0.196250 -0.896108 -0.398091 +vn -0.139074 -0.895922 -0.421879 +vn 0.259730 0.737060 0.623925 +vn 0.217143 0.763177 0.608612 +vn 0.396733 -0.687163 -0.608613 +vn 0.431665 -0.651447 -0.623926 +vn -0.353401 0.834941 0.421878 +vn -0.408896 0.821175 0.398090 +vn 0.592543 -0.188502 -0.783173 +vn 0.593912 -0.149374 -0.790541 +vn -0.891035 0.409941 0.194947 +vn -0.919675 0.356284 0.165108 +vn -0.951989 -0.302850 -0.044709 +vn -0.929783 -0.360200 -0.075890 +vn 0.505567 0.127155 0.853366 +vn 0.505369 0.094470 0.857717 +vn -0.479485 -0.830492 -0.283509 +vn -0.423663 -0.850830 -0.310801 +vn 0.393842 0.594366 0.701155 +vn 0.423000 0.560143 0.712257 +vn 0.184394 -0.841966 -0.507043 +vn 0.232626 -0.817595 -0.526710 +vn -0.132212 0.851721 0.507042 +vn -0.078432 0.846419 0.526710 +vn 0.596784 -0.369512 -0.712257 +vn 0.581956 -0.411958 -0.701154 +vn -0.747114 0.601201 0.283509 +vn -0.702410 0.640331 0.310800 +vn -0.997105 -0.061500 0.044709 +vn -0.997116 0.000000 0.075890 +vn -0.682778 -0.704138 -0.194948 +vn -0.728866 -0.664450 -0.165108 +vn 0.484435 0.389824 0.783173 +vn 0.499845 0.353834 0.790542 +vn -0.027920 -0.906222 -0.421878 +vn -0.084642 -0.913433 -0.398090 +vn 0.167185 0.763392 0.623925 +vn 0.121712 0.784077 0.608613 +vn 0.478171 -0.633201 -0.608613 +vn 0.508447 -0.593463 -0.623926 +vn -0.453326 0.785184 0.421878 +vn -0.506710 0.764702 0.398090 +vn 0.611216 -0.114257 -0.783173 +vn 0.637269 -0.022117 -0.770324 +vn 0.606682 -0.064823 -0.792297 +vn -0.956487 0.240566 0.165107 +vn -0.934658 0.297337 0.194948 +vn -0.878471 -0.471729 -0.075890 +vn -0.907557 -0.417543 -0.044709 +vn 0.489929 0.155857 0.857717 +vn 0.486109 0.188320 0.853366 +vn -0.373793 -0.883120 -0.283509 +vn -0.315895 -0.896445 -0.310801 +vn 0.317816 0.638259 0.701155 +vn 0.350959 0.607879 0.712257 +vn 0.286464 -0.812925 -0.507042 +vn 0.331335 -0.782812 -0.526709 +vn -0.235875 0.829018 0.507042 +vn -0.181853 0.830365 0.526709 +vn 0.637668 -0.293373 -0.712258 +vn 0.628169 -0.337321 -0.701155 +vn -0.775775 0.549160 0.310800 +vn -0.815332 0.504833 0.283509 +vn -0.989559 -0.122534 0.075890 +vn -0.981990 -0.183566 0.044709 +vn -0.641689 -0.748982 -0.165108 +vn -0.591072 -0.782706 -0.194948 +vn 0.432859 0.446400 0.783173 +vn 0.452575 0.412577 0.790542 +vn 0.028250 -0.916911 -0.398090 +vn 0.083655 -0.902785 -0.421878 +vn 0.072106 0.778150 0.623925 +vn 0.024434 0.793091 0.608613 +vn 0.577524 -0.526482 -0.623925 +vn 0.552360 -0.569639 -0.608613 +vn -0.596842 0.696637 0.398091 +vn -0.546381 0.723524 0.421878 +vn -0.964114 0.180224 0.194947 +vn -0.978800 0.121202 0.165107 +vn -0.849367 -0.525906 -0.044709 +vn -0.813843 -0.576107 -0.075890 +vn 0.467063 0.214882 0.857717 +vn 0.459283 0.246630 0.853366 +vn -0.262434 -0.922362 -0.283509 +vn -0.203338 -0.928470 -0.310800 +vn 0.236972 0.672478 0.701155 +vn 0.273598 0.646400 0.712258 +vn 0.384191 -0.771561 -0.507042 +vn 0.425022 -0.736161 -0.526710 +vn -0.282517 0.801724 0.526710 +vn -0.335965 0.793748 0.507043 +vn 0.668887 -0.212789 -0.712258 +vn 0.664861 -0.257568 -0.701155 +vn -0.837380 0.449663 0.310800 +vn -0.871191 0.400811 0.283509 +vn -0.967000 -0.243210 0.075890 +vn -0.951989 -0.302850 0.044709 +vn 0.406127 0.075918 0.910658 +vn 0.308976 0.016271 0.950931 +vn 0.405164 0.048194 0.912973 +vn -0.490407 -0.849409 -0.194948 +vn -0.544784 -0.822162 -0.165108 +vn 0.374720 0.496210 0.783173 +vn 0.398444 0.465065 0.790542 +vn 0.193963 -0.885662 -0.421879 +vn 0.140713 -0.906490 -0.398090 +vn -0.024066 0.781114 0.623925 +vn -0.073212 0.790083 0.608612 +vn 0.637845 -0.451521 -0.623925 +vn 0.618175 -0.497443 -0.608613 +vn -0.631151 0.650897 0.421879 +vn -0.677927 0.618012 0.398090 +vn -0.978953 0.060380 0.194947 +vn -0.986276 0.000000 0.165108 +vn -0.778302 -0.626297 -0.044709 +vn -0.736878 -0.671753 -0.075890 +vn 0.425494 0.301201 0.853366 +vn 0.437116 0.270651 0.857717 +vn -0.087699 -0.946421 -0.310800 +vn -0.147098 -0.947621 -0.283509 +vn 0.152536 0.696502 0.701155 +vn 0.192089 0.675123 0.712257 +vn 0.512267 -0.678351 -0.526710 +vn 0.476095 -0.718500 -0.507042 +vn -0.378897 0.760929 0.526710 +vn -0.430960 0.746446 0.507042 +vn 0.691474 -0.173912 -0.701155 +vn 0.689967 -0.128978 -0.712257 +vn 0.716241 -0.065877 -0.694737 +vn -0.886292 0.343352 0.310800 +vn -0.913842 0.290715 0.283509 +vn -0.907557 -0.417543 0.044709 +vn -0.929783 -0.360200 0.075890 +vn 0.393719 0.125251 0.910658 +vn 0.396005 0.099599 0.912831 +vn -0.439620 -0.882878 -0.165107 +vn -0.382307 -0.903237 -0.194947 +vn 0.338273 0.510505 0.790542 +vn 0.310902 0.538498 0.783173 +vn 0.251044 -0.882327 -0.398091 +vn 0.301331 -0.855113 -0.421879 +vn -0.169749 0.775097 0.608613 +vn -0.119873 0.772236 0.623925 +vn 0.674620 -0.417706 -0.608613 +vn 0.688497 -0.369716 -0.623925 +vn -0.748735 0.530019 0.398091 +vn -0.706355 0.568402 0.421878 +vn -0.978800 -0.121202 0.165107 +vn -0.978953 -0.060380 0.194947 +vn -0.695438 -0.717194 -0.044709 +vn -0.648742 -0.757215 -0.075890 +vn 0.400543 0.322316 0.857717 +vn 0.385254 0.351206 0.853366 +vn -0.029532 -0.958515 -0.283509 +vn 0.029270 -0.950024 -0.310800 +vn 0.107669 0.693612 0.712257 +vn 0.065788 0.709968 0.701155 +vn 0.591746 -0.610257 -0.526709 +vn 0.560782 -0.654547 -0.507042 +vn -0.469535 0.708599 0.526710 +vn -0.519424 0.687828 0.507043 +vn 0.728923 0.011241 -0.684504 +vn 0.691767 -0.085660 -0.717022 +vn 0.819073 -0.101424 -0.564653 +vn -0.921768 0.231833 0.310801 +vn -0.942641 0.176210 0.283509 +vn -0.878471 -0.471729 0.075890 +vn -0.849367 -0.525906 0.044709 +vn 0.380764 0.147509 0.912831 +vn 0.375343 0.172684 0.910658 +vn -0.268412 -0.943372 -0.194947 +vn -0.327794 -0.930210 -0.165107 +vn 0.242371 0.572622 0.783173 +vn 0.272973 0.548206 0.790542 +vn 0.357568 -0.844789 -0.398091 +vn 0.404129 -0.811602 -0.421879 +vn -0.263713 0.748362 0.608613 +vn -0.213864 0.751651 0.623925 +vn 0.720838 -0.331638 -0.608612 +vn 0.728713 -0.282304 -0.623924 +vn -0.770851 0.477291 0.421879 +vn -0.808193 0.433990 0.398091 +vn -0.964114 -0.180224 0.194947 +vn -0.956487 -0.240566 0.165107 +vn 0.187376 -0.007494 0.982260 +vn 0.296924 0.036431 0.954206 +vn -0.550772 -0.831199 -0.075890 +vn -0.602032 -0.797219 -0.044709 +vn 0.357899 0.369094 0.857717 +vn 0.339176 0.395887 0.853366 +vn 0.145794 -0.939227 -0.310801 +vn 0.088482 -0.954879 -0.283509 +vn 0.021615 0.701586 0.712257 +vn -0.021957 0.712671 0.701155 +vn 0.662254 -0.532913 -0.526710 +vn 0.636967 -0.580673 -0.507042 +vn -0.600013 0.618784 0.507042 +vn -0.553054 0.645529 0.526710 +vn -0.957151 0.059035 0.283509 +vn -0.943271 0.116802 0.310801 +vn -0.813843 -0.576107 0.075890 +vn -0.778302 -0.626297 0.044709 +vn 0.359751 0.193182 0.912831 +vn 0.351276 0.217502 0.910658 +vn -0.150449 -0.969206 -0.194948 +vn -0.210997 -0.963442 -0.165108 +vn 0.170165 0.598067 0.783173 +vn 0.203537 0.577595 0.790542 +vn 0.458673 -0.794445 -0.398091 +vn 0.500803 -0.755787 -0.421879 +vn -0.353679 0.710283 0.608613 +vn -0.304611 0.719673 0.623925 +vn 0.756129 -0.240542 -0.608612 +vn 0.757881 -0.190614 -0.623925 +vn -0.855400 0.331384 0.398091 +vn -0.823662 0.378945 0.421878 +vn -0.934658 -0.297337 0.194947 +vn -0.919675 -0.356284 0.165108 +vn 0.291392 0.054471 0.955052 +vn 0.290060 0.072952 0.954224 +vn -0.499500 -0.865160 -0.044709 +vn -0.444453 -0.892582 -0.075890 +vn 0.309827 0.410279 0.857717 +vn 0.287955 0.434567 0.853366 +vn 0.205156 -0.936768 -0.283509 +vn 0.260110 -0.914191 -0.310800 +vn -0.109370 0.704571 0.701155 +vn -0.064765 0.698924 0.712257 +vn 0.722723 -0.447491 -0.526710 +vn 0.703497 -0.497995 -0.507043 +vn -0.671506 0.540359 0.507042 +vn -0.628191 0.572671 0.526710 +vn -0.950475 0.000000 0.310801 +vn -0.957151 -0.059035 0.283509 +vn -0.736878 -0.671753 0.075890 +vn -0.695438 -0.717194 0.044709 +vn 0.321886 0.259021 0.910658 +vn 0.333284 0.235927 0.912831 +vn -0.030204 -0.980348 -0.194948 +vn -0.091002 -0.982068 -0.165108 +vn 0.131015 0.598230 0.790542 +vn 0.095380 0.614445 0.783173 +vn 0.589885 -0.688516 -0.421879 +vn 0.552825 -0.732058 -0.398091 +vn -0.438284 0.661436 0.608613 +vn -0.390742 0.676785 0.623925 +vn 0.779957 -0.145800 -0.608613 +vn 0.808569 -0.033255 -0.587461 +vn 0.773435 -0.077857 -0.629076 +vn -0.863987 0.274854 0.421879 +vn -0.889640 0.223753 0.398090 +vn -0.891035 -0.409941 0.194947 +vn -0.868921 -0.466601 0.165107 +vn 0.278896 0.108045 0.954224 +vn 0.282489 0.089866 0.955052 +vn -0.389396 -0.919985 -0.044709 +vn -0.331396 -0.940435 -0.075890 +vn 0.232368 0.466660 0.853366 +vn 0.257062 0.445243 0.857717 +vn 0.370481 -0.875298 -0.310800 +vn 0.318718 -0.904457 -0.283509 +vn -0.195125 0.685791 0.701155 +vn -0.150164 0.685668 0.712257 +vn 0.772237 -0.355285 -0.526710 +vn 0.759363 -0.407768 -0.507043 +vn -0.732820 0.453744 0.507042 +vn -0.693804 0.491134 0.526709 +vn -0.942641 -0.176210 0.283509 +vn -0.943271 -0.116802 0.310801 +vn 0.062746 -0.037363 0.997330 +vn 0.175226 0.039899 0.983720 +vn -0.602032 -0.797219 0.044709 +vn -0.648742 -0.757215 0.075890 +vn 0.301766 0.275095 0.912831 +vn 0.287616 0.296613 0.910658 +vn 0.030372 -0.985808 -0.165108 +vn 0.090498 -0.976630 -0.194948 +vn 0.019148 0.621509 0.783173 +vn 0.056506 0.609796 0.790542 +vn 0.638596 -0.658573 -0.398091 +vn 0.670024 -0.610808 -0.421878 +vn -0.470950 0.623638 0.623925 +vn -0.516244 0.602563 0.608613 +vn -0.910393 0.112731 0.398091 +vn -0.891215 0.166596 0.421878 +vn -0.804995 -0.569844 0.165108 +vn -0.833905 -0.516332 0.194947 +vn 0.263505 0.141499 0.954224 +vn 0.269305 0.123900 0.955052 +vn -0.273390 -0.960864 -0.044709 +vn -0.213316 -0.974031 -0.075890 +vn 0.200397 0.473459 0.857717 +vn 0.173261 0.491678 0.853366 +vn 0.475238 -0.823136 -0.310800 +vn 0.427449 -0.858435 -0.283508 +vn -0.277921 0.656614 0.701154 +vn -0.233286 0.662018 0.712257 +vn 0.803718 -0.311362 -0.507042 +vn 0.810044 -0.257694 -0.526710 +vn -0.748900 0.402150 0.526710 +vn -0.783025 0.360249 0.507043 +vn -0.921768 -0.231833 0.310801 +vn -0.913842 -0.290715 0.283509 +vn 0.177843 0.033245 0.983497 +vn 0.178556 0.022111 0.983681 +vn 0.060034 0.007434 0.998169 +vn -0.550772 -0.831199 0.075890 +vn -0.499500 -0.865160 0.044709 +vn 0.248985 0.329710 0.910658 +vn 0.265672 0.310094 0.912831 +vn 0.209829 -0.958106 -0.194948 +vn 0.151287 -0.974603 -0.165108 +vn -0.018859 0.612118 0.790542 +vn -0.057373 0.619151 0.783173 +vn 0.740007 -0.523840 -0.421878 +vn 0.714687 -0.575106 -0.398090 +vn -0.586380 0.534555 0.608613 +vn -0.544017 0.561037 0.623926 +vn -0.917346 0.000000 0.398091 +vn -0.904933 0.055814 0.421879 +vn -0.764133 -0.614895 0.194948 +vn -0.728866 -0.664450 0.165108 +vn 0.252038 0.156055 0.955052 +vn 0.244119 0.172808 0.954224 +vn -0.153238 -0.987177 -0.044709 +vn -0.092002 -0.992863 -0.075890 +vn 0.140696 0.494496 0.857717 +vn 0.111526 0.509243 0.853366 +vn 0.529702 -0.799399 -0.283508 +vn 0.572790 -0.758496 -0.310800 +vn -0.312872 0.628331 0.712257 +vn -0.356505 0.617484 0.701155 +vn 0.874154 -0.070050 -0.480571 +vn 0.865121 -0.078004 -0.495461 +vn 0.835571 -0.156196 -0.526710 +vn 0.835888 -0.210235 -0.507042 +vn -0.821361 0.261294 0.507043 +vn -0.792643 0.307072 0.526710 +vn -0.871191 -0.400811 0.283509 +vn -0.886292 -0.343352 0.310800 +vn 0.172410 0.054847 0.983497 +vn 0.058666 0.014755 0.998169 +vn 0.174486 0.043884 0.983681 +vn -0.389396 -0.919985 0.044709 +vn -0.444453 -0.892582 0.075890 +vn 0.225551 0.340392 0.912831 +vn 0.206581 0.357808 0.910658 +vn 0.269907 -0.948625 -0.165108 +vn 0.325978 -0.925059 -0.194948 +vn -0.093938 0.605161 0.790542 +vn -0.133024 0.607408 0.783173 +vn 0.798773 -0.428931 -0.421878 +vn 0.779944 -0.482921 -0.398090 +vn -0.608839 0.489931 0.623925 +vn -0.647625 0.458445 0.608613 +vn -0.904933 -0.055814 0.421879 +vn -0.910393 -0.112731 0.398091 +vn -0.682778 -0.704138 0.194948 +vn -0.641689 -0.748982 0.165108 +vn 0.230950 0.185845 0.955052 +vn 0.221033 0.201498 0.954224 +vn -0.030764 -0.998526 -0.044709 +vn 0.030706 -0.996643 -0.075890 +vn 0.048101 0.519089 0.853366 +vn 0.078862 0.508038 0.857717 +vn 0.661658 -0.682357 -0.310801 +vn 0.623923 -0.728247 -0.283509 +vn -0.387715 0.585121 0.712257 +vn -0.429684 0.568994 0.701155 +vn -0.824371 0.207338 0.526710 +vn -0.847245 0.158377 0.507042 +vn -0.837380 -0.449663 0.310800 +vn -0.815332 -0.504833 0.283509 +vn 0.167770 0.064996 0.983681 +vn 0.056408 0.021853 0.998169 +vn 0.164363 0.075619 0.983497 +vn -0.273390 -0.960864 0.044709 +vn -0.331396 -0.940435 0.075890 +vn 0.161044 0.380483 0.910658 +vn 0.182012 0.365529 0.912831 +vn 0.437186 -0.877988 -0.194948 +vn 0.384436 -0.908267 -0.165108 +vn -0.167593 0.589030 0.790542 +vn -0.206659 0.586457 0.783173 +vn 0.833377 -0.383415 -0.398091 +vn 0.845428 -0.327520 -0.421879 +vn -0.699055 0.375384 0.608613 +vn -0.664431 0.411398 0.623925 +vn -0.889640 -0.223753 0.398090 +vn -0.891215 -0.166596 0.421878 +vn -0.544784 -0.822162 0.165108 +vn -0.591072 -0.782706 0.194948 +vn 0.194596 0.227133 0.954224 +vn 0.206361 0.212817 0.955052 +vn 0.152949 -0.985316 -0.075890 +vn 0.092176 -0.994738 -0.044709 +vn 0.015832 0.513879 0.857717 +vn -0.016054 0.521065 0.853366 +vn 0.708687 -0.646053 -0.283509 +vn 0.740497 -0.595875 -0.310801 +vn -0.456680 0.533041 0.712257 +vn -0.496350 0.511878 0.701154 +vn -0.843602 0.104461 0.526709 +vn -0.860287 0.053061 0.507042 +vn -0.747114 -0.601201 0.283509 +vn -0.775775 -0.549160 0.310800 +vn 0.053295 0.028618 0.998169 +vn 0.158512 0.085118 0.983681 +vn 0.153825 0.095244 0.983497 +vn -0.153238 -0.987177 0.044709 +vn -0.213316 -0.974031 0.075890 +vn 0.113067 0.397389 0.910658 +vn 0.135713 0.385126 0.912831 +vn 0.493139 -0.854139 -0.165108 +vn 0.541768 -0.817608 -0.194947 +vn -0.277162 0.556616 0.783173 +vn -0.238709 0.563970 0.790542 +vn 0.879268 -0.221146 -0.421879 +vn 0.874178 -0.278095 -0.398091 +vn -0.709951 0.326629 0.623925 +vn -0.739886 0.286634 0.608613 +vn -0.863987 -0.274854 0.421879 +vn -0.855400 -0.331384 0.398091 +vn -0.439620 -0.882878 0.165107 +vn -0.490407 -0.849409 0.194948 +vn 0.178644 0.236564 0.955052 +vn 0.165208 0.249325 0.954224 +vn 0.213719 -0.975872 -0.044709 +vn 0.272874 -0.959052 -0.075890 +vn -0.047437 0.511930 0.857717 +vn -0.079965 0.515143 0.853366 +vn 0.808110 -0.500360 -0.310801 +vn 0.782708 -0.554068 -0.283509 +vn -0.555491 0.447003 0.701155 +vn -0.518724 0.472879 0.712257 +vn -0.860287 -0.053061 0.507042 +vn -0.850045 0.000000 0.526709 +vn -0.702410 -0.640331 0.310800 +vn -0.667571 -0.688456 0.283509 +vn 0.140954 0.113425 0.983497 +vn 0.049374 0.034951 0.998169 +vn 0.146849 0.103954 0.983681 +vn -0.030764 -0.998526 0.044709 +vn -0.092002 -0.992863 0.075890 +vn 0.063376 0.408272 0.910658 +vn 0.087357 0.398885 0.912831 +vn 0.638135 -0.744835 -0.194948 +vn 0.594363 -0.787065 -0.165108 +vn -0.306204 0.530361 0.790542 +vn -0.343463 0.518337 0.783173 +vn 0.897891 -0.086803 -0.431575 +vn 0.928993 -0.041053 -0.367814 +vn 0.901727 -0.168562 -0.398090 +vn -0.744709 0.236909 0.623925 +vn -0.769502 0.193538 0.608613 +vn -0.823662 -0.378945 0.421878 +vn -0.808193 -0.433990 0.398091 +vn -0.327794 -0.930210 0.165107 +vn -0.382307 -0.903237 0.194947 +vn 0.148219 0.256724 0.955052 +vn 0.133318 0.267737 0.954224 +vn 0.332023 -0.942211 -0.044708 +vn 0.388662 -0.918250 -0.075889 +vn -0.142664 0.501412 0.853366 +vn -0.109988 0.502220 0.857717 +vn 0.863473 -0.397262 -0.310801 +vn 0.844864 -0.453682 -0.283510 +vn -0.606213 0.375351 0.701155 +vn -0.572904 0.405550 0.712257 +vn -0.843602 -0.104461 0.526709 +vn -0.847245 -0.158377 0.507042 +vn -0.618396 -0.721796 0.310801 +vn -0.577908 -0.765274 0.283509 +vn 0.132962 0.121211 0.983681 +vn 0.125947 0.129887 0.983497 +vn 0.044705 0.040754 0.998169 +vn 0.030706 -0.996643 0.075890 +vn 0.092176 -0.994738 0.044709 +vn 0.012723 0.412965 0.910658 +vn 0.037677 0.406596 0.912831 +vn 0.724831 -0.660769 -0.194947 +vn 0.686580 -0.708059 -0.165107 +vn -0.404556 0.472201 0.783173 +vn -0.369059 0.488712 0.790542 +vn -0.787453 0.097508 0.608613 +vn -0.768178 0.143598 0.623925 +vn -0.770851 -0.477291 0.421879 +vn -0.748735 -0.530019 0.398091 +vn -0.268412 -0.943372 0.194947 +vn -0.210997 -0.963442 0.165108 +vn 0.099405 0.282091 0.954224 +vn 0.115548 0.272992 0.955052 +vn 0.445292 -0.894269 -0.044708 +vn 0.498559 -0.863527 -0.075890 +vn -0.170871 0.484897 0.857717 +vn -0.203201 0.480080 0.853366 +vn 0.894213 -0.346420 -0.283509 +vn 0.905748 -0.288139 -0.310800 +vn -0.647744 0.298009 0.701155 +vn -0.618399 0.332073 0.712257 +vn -0.821361 -0.261294 0.507043 +vn -0.824371 -0.207338 0.526710 +vn -0.479485 -0.830492 0.283509 +vn -0.525009 -0.792318 0.310800 +vn 0.109031 0.144380 0.983497 +vn 0.039358 0.045938 0.998169 +vn 0.117060 0.136631 0.983681 +vn 0.213719 -0.975872 0.044709 +vn 0.152949 -0.985316 0.075890 +vn -0.038122 0.411399 0.910658 +vn -0.012575 0.408144 0.912831 +vn 0.800537 -0.566689 -0.194947 +vn 0.768388 -0.618320 -0.165108 +vn -0.459519 0.418906 0.783173 +vn -0.426317 0.439656 0.790542 +vn -0.793467 0.000000 0.608613 +vn -0.780002 0.048109 0.623925 +vn -0.677927 -0.618012 0.398090 +vn -0.706355 -0.568402 0.421878 +vn -0.150449 -0.969206 0.194948 +vn -0.091002 -0.982068 0.165108 +vn 0.063986 0.292169 0.954224 +vn 0.081125 0.285123 0.955052 +vn 0.551813 -0.832769 -0.044709 +vn 0.600896 -0.795716 -0.075890 +vn -0.260656 0.451470 0.853366 +vn -0.229165 0.460224 0.857717 +vn 0.959465 -0.086728 -0.268151 +vn 0.965578 -0.078708 -0.247918 +vn 0.934291 -0.174650 -0.310801 +vn 0.930005 -0.233907 -0.283509 +vn -0.679456 0.216151 0.701155 +vn -0.654519 0.253562 0.712257 +vn -0.792643 -0.307072 0.526710 +vn -0.783025 -0.360249 0.507043 +vn -0.423663 -0.850830 0.310801 +vn -0.373793 -0.883120 0.283509 +vn 0.099381 0.149982 0.983681 +vn 0.090462 0.156685 0.983497 +vn 0.033414 0.050427 0.998169 +vn 0.272874 -0.959052 0.075890 +vn 0.332023 -0.942211 0.044708 +vn -0.088389 0.403596 0.910658 +vn -0.062636 0.403506 0.912831 +vn 0.838548 -0.519207 -0.165107 +vn 0.864109 -0.464017 -0.194947 +vn -0.507514 0.359262 0.783173 +vn -0.477116 0.383933 0.790542 +vn -0.787453 -0.097508 0.608613 +vn -0.780002 -0.048109 0.623925 +vn -0.596842 -0.696637 0.398091 +vn -0.631151 -0.650897 0.421879 +vn -0.030204 -0.980348 0.194948 +vn 0.030372 -0.985808 0.165108 +vn 0.045471 0.292931 0.955052 +vn 0.027597 0.297817 0.954224 +vn 0.649967 -0.758646 -0.044709 +vn 0.694127 -0.715841 -0.075890 +vn -0.283983 0.428574 0.857717 +vn -0.314162 0.416016 0.853366 +vn -0.680718 0.171208 0.712257 +vn -0.700869 0.131015 0.701155 +vn -0.732820 -0.453744 0.507042 +vn -0.748900 -0.402150 0.526710 +vn -0.262434 -0.922362 0.283509 +vn -0.315895 -0.896445 0.310801 +vn 0.026964 0.054151 0.998169 +vn 0.070522 0.166614 0.983497 +vn 0.080197 0.161058 0.983681 +vn 0.445292 -0.894269 0.044708 +vn 0.388662 -0.918250 0.075889 +vn -0.111747 0.392750 0.912831 +vn -0.137316 0.389675 0.910658 +vn 0.914582 -0.354311 -0.194948 +vn 0.895997 -0.412225 -0.165108 +vn -0.547817 0.294171 0.783173 +vn -0.520680 0.322391 0.790542 +vn -0.768178 -0.143598 0.623925 +vn -0.769502 -0.193538 0.608613 +vn -0.546381 -0.723524 0.421878 +vn -0.506710 -0.764702 0.398090 +vn 0.151287 -0.974603 0.165108 +vn 0.090498 -0.976630 0.194948 +vn -0.009211 0.298951 0.954224 +vn 0.009129 0.296299 0.955052 +vn 0.776834 -0.625116 -0.075890 +vn 0.738270 -0.673022 -0.044709 +vn -0.334498 0.390428 0.857717 +vn -0.362903 0.374257 0.853366 +vn -0.711657 0.043893 0.701155 +vn -0.696598 0.086258 0.712257 +vn -0.693804 -0.491134 0.526709 +vn -0.671506 -0.540359 0.507042 +vn -0.147098 -0.947621 0.283509 +vn -0.203338 -0.928470 0.310800 +vn 0.059797 0.169692 0.983681 +vn 0.049512 0.174017 0.983497 +vn 0.020105 0.057054 0.998169 +vn 0.551813 -0.832769 0.044709 +vn 0.498559 -0.863527 0.075890 +vn -0.159164 0.376041 0.912831 +vn -0.184162 0.369847 0.910658 +vn 0.939863 -0.298992 -0.165108 +vn 0.984604 -0.115711 -0.131016 +vn 0.951190 -0.239235 -0.194947 +vn -0.579815 0.224622 0.783173 +vn -0.556352 0.255963 0.790541 +vn -0.744709 -0.236909 0.623925 +vn -0.739886 -0.286634 0.608613 +vn -0.453326 -0.785184 0.421878 +vn -0.408896 -0.821175 0.398090 +vn 0.209829 -0.958106 0.194948 +vn 0.269907 -0.948625 0.165108 +vn -0.045878 0.295554 0.954224 +vn -0.027352 0.295175 0.955052 +vn 0.847765 -0.524914 -0.075890 +vn 0.815381 -0.577196 -0.044709 +vn -0.379941 0.346362 0.857717 +vn -0.406144 0.326823 0.853366 +vn -0.701919 0.000000 0.712257 +vn -0.711657 -0.043893 0.701155 +vn -0.628191 -0.572671 0.526710 +vn -0.600013 -0.618784 0.507042 +vn -0.087699 -0.946421 0.310800 +vn -0.029532 -0.958515 0.283509 +vn 0.038491 0.175754 0.983681 +vn 0.012941 0.059092 0.998169 +vn 0.027752 0.178783 0.983497 +vn 0.600896 -0.795716 0.075890 +vn 0.649967 -0.758646 0.044709 +vn -0.228216 0.344412 0.910658 +vn -0.204169 0.353631 0.912831 +vn 0.969137 -0.181163 0.167195 +vn 0.991107 -0.045065 -0.125206 +vn 0.919490 -0.171883 -0.353545 +vn -0.603024 0.151667 0.783173 +vn -0.583590 0.185653 0.790541 +vn -0.699055 -0.375384 0.608613 +vn -0.709951 -0.326629 0.623925 +vn -0.304885 -0.865199 0.398090 +vn -0.353401 -0.834941 0.421878 +vn 0.384436 -0.908267 0.165108 +vn 0.325978 -0.925059 0.194948 +vn -0.081851 0.287675 0.954224 +vn -0.063418 0.289576 0.955052 +vn 0.905845 -0.416756 -0.075889 +vn 0.880131 -0.472620 -0.044709 +vn -0.443229 0.274436 0.853366 +vn -0.419625 0.297047 0.857717 +vn -0.700869 -0.131015 0.701155 +vn -0.696598 -0.086258 0.712257 +vn -0.553054 -0.645529 0.526710 +vn -0.519424 -0.687828 0.507043 +vn 0.088482 -0.954879 0.283509 +vn 0.029270 -0.950024 0.310800 +vn 0.016601 0.179152 0.983681 +vn 0.005572 0.180838 0.983497 +vn 0.005582 0.060235 0.998169 +vn 0.738270 -0.673022 0.044709 +vn 0.694127 -0.715841 0.075890 +vn -0.246079 0.325861 0.912831 +vn -0.268810 0.313757 0.910658 +vn -0.617091 0.076413 0.783173 +vn -0.601981 0.112529 0.790542 +vn -0.647625 -0.458445 0.608613 +vn -0.664431 -0.411398 0.623925 +vn -0.248116 -0.872042 0.421879 +vn -0.196250 -0.896108 0.398091 +vn 0.493139 -0.854139 0.165108 +vn 0.437186 -0.877988 0.194948 +vn -0.098523 0.279588 0.955052 +vn -0.116582 0.275436 0.954224 +vn 0.950194 -0.302278 -0.075889 +vn 0.931540 -0.360880 -0.044708 +vn -0.452949 0.243228 0.857717 +vn -0.473594 0.217888 0.853366 +vn -0.679456 -0.216151 0.701155 +vn -0.680718 -0.171208 0.712257 +vn -0.469535 -0.708599 0.526710 +vn -0.430960 -0.746446 0.507042 +vn 0.145794 -0.939227 0.310801 +vn 0.205156 -0.936768 0.283509 +vn -0.005541 0.179835 0.983681 +vn -0.001863 0.060464 0.998169 +vn -0.016694 0.180152 0.983497 +vn 0.815381 -0.577196 0.044709 +vn 0.776834 -0.625116 0.075890 +vn -0.305330 0.278345 0.910658 +vn -0.284258 0.293151 0.912831 +vn -0.611246 0.037700 0.790542 +vn -0.621804 0.000000 0.783173 +vn -0.608839 -0.489931 0.623925 +vn -0.586380 -0.534555 0.608613 +vn -0.139074 -0.895922 0.421879 +vn -0.084642 -0.913433 0.398090 +vn 0.541768 -0.817608 0.194947 +vn 0.594363 -0.787065 0.165108 +vn -0.149546 0.259022 0.954224 +vn -0.132134 0.265361 0.955052 +vn 0.987053 -0.117990 -0.108647 +vn 0.968827 -0.243671 -0.044709 +vn 0.996661 -0.081651 0.000000 +vn -0.496781 0.158037 0.853366 +vn -0.479405 0.185722 0.857717 +vn -0.647744 -0.298009 0.701155 +vn -0.654519 -0.253562 0.712257 +vn -0.335965 -0.793748 0.507043 +vn -0.378897 -0.760929 0.526710 +vn 0.260110 -0.914191 0.310800 +vn 0.318718 -0.904457 0.283509 +vn -0.027598 0.177791 0.983681 +vn -0.038705 0.176735 0.983497 +vn -0.009279 0.059777 0.998169 +vn 0.847765 -0.524914 0.075890 +vn 0.880131 -0.472620 0.044709 +vn -0.318128 0.255997 0.912831 +vn -0.337221 0.238714 0.910658 +vn -0.617091 -0.076413 0.783173 +vn -0.611246 -0.037700 0.790542 +vn -0.544017 -0.561037 0.623926 +vn -0.516244 -0.602563 0.608613 +vn 0.028250 -0.916911 0.398090 +vn -0.027920 -0.906222 0.421878 +vn 0.638135 -0.744835 0.194948 +vn 0.686580 -0.708059 0.165107 +vn -0.180244 0.238681 0.954224 +vn -0.163743 0.247112 0.955052 +vn -0.498594 0.125402 0.857717 +vn -0.512437 0.095790 0.853366 +vn -0.618399 -0.332073 0.712257 +vn -0.606213 -0.375351 0.701155 +vn -0.282517 -0.801724 0.526710 +vn -0.235875 -0.829018 0.507042 +vn 0.370481 -0.875298 0.310800 +vn 0.427449 -0.858435 0.283508 +vn -0.049237 0.173052 0.983681 +vn -0.060131 0.170639 0.983497 +vn -0.016555 0.058184 0.998169 +vn 0.905845 -0.416756 0.075889 +vn 0.931540 -0.360880 0.044708 +vn -0.364000 0.195464 0.910658 +vn -0.347176 0.214963 0.912831 +vn -0.603024 -0.151667 0.783173 +vn -0.601981 -0.112529 0.790542 +vn -0.470950 -0.623638 0.623925 +vn -0.438284 -0.661436 0.608613 +vn 0.083655 -0.902785 0.421878 +vn 0.140713 -0.906490 0.398090 +vn 0.724831 -0.660769 0.194947 +vn 0.768388 -0.618320 0.165108 +vn -0.208209 0.214722 0.954224 +vn -0.192869 0.225117 0.955052 +vn -0.510226 0.063179 0.857717 +vn -0.520324 0.032093 0.853366 +vn -0.555491 -0.447003 0.701155 +vn -0.572904 -0.405550 0.712257 +vn -0.181853 -0.830365 0.526709 +vn -0.132212 -0.851721 0.507042 +vn 0.529702 -0.799399 0.283508 +vn 0.475238 -0.823136 0.310800 +vn -0.080645 0.161956 0.983497 +vn -0.070130 0.165689 0.983681 +vn -0.023579 0.055708 0.998169 +vn 0.987053 -0.117990 0.108647 +vn 0.950194 -0.302278 0.075889 +vn 0.968827 -0.243671 0.044709 +vn -0.370962 0.170668 0.912831 +vn -0.385261 0.149251 0.910658 +vn -0.583590 -0.185653 0.790541 +vn -0.579815 -0.224622 0.783173 +vn -0.390742 -0.676785 0.623925 +vn -0.353679 -0.710283 0.608613 +vn 0.251044 -0.882327 0.398091 +vn 0.193963 -0.885662 0.421879 +vn 0.838548 -0.519207 0.165107 +vn 0.800537 -0.566689 0.194947 +vn -0.233018 0.187508 0.954224 +vn -0.219072 0.199709 0.955052 +vn -0.520324 -0.032093 0.853366 +vn -0.514123 0.000000 0.857717 +vn -0.518724 -0.472879 0.712257 +vn -0.496350 -0.511878 0.701154 +vn -0.078432 -0.846419 0.526710 +vn -0.026543 -0.861512 0.507043 +vn 0.572790 -0.758496 0.310800 +vn 0.623923 -0.728247 0.283509 +vn -0.089961 0.155815 0.983681 +vn -0.099936 0.150818 0.983497 +vn -0.030247 0.052388 0.998169 +vn 0.991107 -0.045065 0.125206 +vn 0.969137 -0.181163 -0.167195 +vn 0.919490 -0.171883 0.353545 +vn -0.400683 0.100776 0.910658 +vn -0.389122 0.123790 0.912831 +vn -0.547817 -0.294171 0.783173 +vn -0.556352 -0.255963 0.790541 +vn -0.263713 -0.748362 0.608613 +vn -0.304611 -0.719673 0.623925 +vn 0.301331 -0.855113 0.421879 +vn 0.357568 -0.844789 0.398091 +vn 0.895997 -0.412225 0.165108 +vn 0.864109 -0.464017 0.194947 +vn -0.254294 0.157453 0.954224 +vn -0.241953 0.171274 0.955052 +vn -0.512437 -0.095790 0.853366 +vn -0.510226 -0.063179 0.857717 +vn -0.456680 -0.533041 0.712257 +vn -0.429684 -0.568994 0.701155 +vn 0.079528 -0.858244 0.507042 +vn 0.026177 -0.849642 0.526710 +vn 0.708687 -0.646053 0.283509 +vn 0.661658 -0.682357 0.310801 +vn -0.108426 0.143579 0.983681 +vn -0.117712 0.137394 0.983497 +vn -0.036455 0.048274 0.998169 +vn -0.410030 0.050773 0.910658 +vn -0.401386 0.075033 0.912831 +vn -0.507514 -0.359262 0.783173 +vn -0.520680 -0.322391 0.790542 +vn -0.169749 -0.775097 0.608613 +vn -0.213864 -0.751651 0.623925 +vn 0.404129 -0.811602 0.421879 +vn 0.458673 -0.794445 0.398091 +vn 0.914582 -0.354311 0.194948 +vn 0.939863 -0.298992 0.165108 +vn -0.271716 0.125008 0.954224 +vn -0.261166 0.140243 0.955052 +vn -0.496781 -0.158037 0.853366 +vn -0.498594 -0.125402 0.857717 +vn -0.387715 -0.585121 0.712257 +vn -0.356505 -0.617484 0.701155 +vn 0.130390 -0.839985 0.526710 +vn 0.184394 -0.841966 0.507042 +vn 0.782708 -0.554068 0.283509 +vn 0.740497 -0.595875 0.310801 +vn -0.133705 0.121887 0.983497 +vn -0.125247 0.129167 0.983681 +vn -0.042111 0.043429 0.998169 +vn -0.413161 0.000000 0.910658 +vn -0.407564 0.025137 0.912831 +vn -0.477116 -0.383933 0.790542 +vn -0.459519 -0.418906 0.783173 +vn -0.073212 -0.790083 0.608612 +vn -0.119873 -0.772236 0.623925 +vn 0.552825 -0.732058 0.398091 +vn 0.500803 -0.755788 0.421879 +vn 0.965578 -0.078708 0.247918 +vn 0.951190 -0.239235 0.194947 +vn 0.984604 -0.115711 0.131016 +vn -0.285018 0.090672 0.954224 +vn -0.276421 0.107088 0.955052 +vn -0.479405 -0.185722 0.857717 +vn -0.473594 -0.217888 0.853366 +vn -0.312872 -0.628331 0.712257 +vn -0.277921 -0.656614 0.701154 +vn 0.286464 -0.812925 0.507042 +vn 0.232626 -0.817595 0.526710 +vn 0.844864 -0.453682 0.283510 +vn 0.808110 -0.500360 0.310801 +vn -0.140173 0.112795 0.983681 +vn -0.147670 0.104533 0.983497 +vn -0.047129 0.037924 0.998169 +vn -0.410030 -0.050773 0.910658 +vn -0.407564 -0.025137 0.912831 +vn -0.404556 -0.472201 0.783173 +vn -0.426317 -0.439656 0.790542 +vn 0.024434 -0.793091 0.608613 +vn -0.024066 -0.781114 0.623925 +vn 0.638596 -0.658573 0.398091 +vn 0.589885 -0.688516 0.421879 +vn -0.287486 0.072305 0.955052 +vn -0.294000 0.054959 0.954224 +vn -0.443229 -0.274436 0.853366 +vn -0.452949 -0.243228 0.857717 +vn -0.233286 -0.662018 0.712257 +vn -0.195125 -0.685791 0.701155 +vn 0.384191 -0.771561 0.507042 +vn 0.331335 -0.782812 0.526710 +vn 0.894213 -0.346420 0.283509 +vn 0.863473 -0.397262 0.310801 +vn -0.152971 0.094716 0.983681 +vn -0.159396 0.085594 0.983497 +vn -0.051432 0.031846 0.998169 +vn -0.401386 -0.075033 0.912831 +vn -0.400683 -0.100776 0.910658 +vn -0.343463 -0.518337 0.783173 +vn -0.369059 -0.488712 0.790542 +vn 0.072106 -0.778151 0.623925 +vn 0.121712 -0.784077 0.608613 +vn 0.714687 -0.575106 0.398090 +vn 0.670024 -0.610808 0.421878 +vn -0.298526 0.018412 0.954224 +vn -0.294192 0.036429 0.955052 +vn -0.419625 -0.297047 0.857717 +vn -0.406144 -0.326823 0.853366 +vn -0.150164 -0.685668 0.712257 +vn -0.109370 -0.704571 0.701155 +vn 0.425022 -0.736161 0.526710 +vn 0.476095 -0.718500 0.507042 +vn 0.930005 -0.233907 0.283509 +vn 0.905748 -0.288139 0.310800 +vn -0.168706 0.065358 0.983497 +vn -0.163451 0.075200 0.983681 +vn -0.054955 0.025284 0.998169 +vn -0.389122 -0.123790 0.912831 +vn -0.385261 -0.149251 0.910658 +vn -0.306204 -0.530361 0.790542 +vn -0.277162 -0.556616 0.783173 +vn 0.217143 -0.763177 0.608612 +vn 0.167185 -0.763392 0.623925 +vn 0.740007 -0.523840 0.421878 +vn 0.779944 -0.482921 0.398090 +vn -0.298526 -0.018412 0.954224 +vn -0.296439 0.000000 0.955052 +vn -0.362903 -0.374257 0.853366 +vn -0.379941 -0.346362 0.857717 +vn -0.064765 -0.698924 0.712257 +vn -0.021957 -0.712671 0.701155 +vn 0.560782 -0.654547 0.507042 +vn 0.512267 -0.678351 0.526710 +vn 0.959465 -0.086728 0.268151 +vn 0.934291 -0.174650 0.310801 +vn 0.928993 -0.041053 0.367814 +vn -0.057646 0.018338 0.998169 +vn -0.175459 0.044130 0.983497 +vn -0.171454 0.054542 0.983681 +vn -0.370962 -0.170668 0.912831 +vn -0.364000 -0.195464 0.910658 +vn -0.206659 -0.586457 0.783173 +vn -0.238709 -0.563970 0.790542 +vn 0.309282 -0.730709 0.608612 +vn 0.259730 -0.737060 0.623925 +vn 0.833377 -0.383415 0.398091 +vn 0.798773 -0.428931 0.421878 +vn -0.294192 -0.036429 0.955052 +vn -0.294000 -0.054959 0.954224 +vn -0.314162 -0.416016 0.853366 +vn -0.334498 -0.390428 0.857717 +vn 0.065788 -0.709968 0.701155 +vn 0.021615 -0.701586 0.712257 +vn 0.636967 -0.580673 0.507042 +vn 0.591746 -0.610257 0.526709 +vn -0.176856 0.033060 0.983681 +vn -0.179552 0.022233 0.983497 +vn -0.059463 0.011115 0.998169 +vn -0.347176 -0.214963 0.912831 +vn -0.337221 -0.238714 0.910658 +vn -0.133024 -0.607408 0.783173 +vn -0.167593 -0.589030 0.790542 +vn 0.396733 -0.687163 0.608613 +vn 0.348338 -0.699556 0.623925 +vn 0.845428 -0.327520 0.421879 +vn 0.874178 -0.278095 0.398091 +vn -0.287486 -0.072305 0.955052 +vn -0.285018 -0.090672 0.954224 +vn -0.283983 -0.428574 0.857717 +vn -0.260656 -0.451470 0.853366 +vn 0.107669 -0.693611 0.712257 +vn 0.152536 -0.696502 0.701155 +vn 0.703497 -0.497995 0.507043 +vn 0.662254 -0.532913 0.526710 +vn -0.060378 0.003724 0.998169 +vn -0.179578 0.011076 0.983681 +vn -0.180924 0.000000 0.983497 +vn -0.305330 -0.278345 0.910658 +vn -0.318128 -0.255997 0.912831 +vn -0.093938 -0.605161 0.790542 +vn -0.057373 -0.619151 0.783173 +vn 0.431665 -0.651447 0.623926 +vn 0.478171 -0.633200 0.608613 +vn 0.901727 -0.168562 0.398090 +vn 0.897891 -0.086803 0.431575 +vn 0.874154 -0.070050 0.480571 +vn 0.879268 -0.221146 0.421879 +vn -0.271716 -0.125008 0.954224 +vn -0.276421 -0.107088 0.955052 +vn -0.203201 -0.480080 0.853366 +vn -0.229165 -0.460224 0.857717 +vn 0.192089 -0.675123 0.712257 +vn 0.236972 -0.672478 0.701155 +vn 0.759363 -0.407768 0.507043 +vn 0.722723 -0.447491 0.526710 +vn -0.060378 -0.003724 0.998169 +vn -0.179578 -0.011076 0.983681 +vn -0.179552 -0.022233 0.983497 +vn -0.268810 -0.313757 0.910658 +vn -0.284258 -0.293151 0.912831 +vn -0.018859 -0.612118 0.790542 +vn 0.019148 -0.621509 0.783173 +vn 0.552360 -0.569639 0.608613 +vn 0.508447 -0.593463 0.623926 +vn -0.261166 -0.140243 0.955052 +vn -0.254294 -0.157453 0.954224 +vn -0.170871 -0.484897 0.857717 +vn -0.142664 -0.501412 0.853366 +vn 0.273598 -0.646400 0.712258 +vn 0.317816 -0.638259 0.701155 +vn 0.772237 -0.355285 0.526710 +vn 0.803718 -0.311362 0.507042 +vn -0.059463 -0.011115 0.998169 +vn -0.176856 -0.033060 0.983681 +vn -0.175459 -0.044130 0.983497 +vn -0.228216 -0.344412 0.910658 +vn -0.246079 -0.325861 0.912831 +vn 0.095380 -0.614445 0.783173 +vn 0.056506 -0.609796 0.790542 +vn 0.618175 -0.497443 0.608613 +vn 0.577524 -0.526482 0.623925 +vn -0.233018 -0.187508 0.954224 +vn -0.241953 -0.171274 0.955052 +vn -0.079965 -0.515143 0.853366 +vn -0.109988 -0.502220 0.857717 +vn 0.393842 -0.594366 0.701155 +vn 0.350959 -0.607879 0.712257 +vn 0.810044 -0.257694 0.526710 +vn 0.835888 -0.210235 0.507042 +vn -0.168706 -0.065358 0.983497 +vn -0.171454 -0.054542 0.983681 +vn -0.057646 -0.018338 0.998169 +vn -0.204169 -0.353631 0.912831 +vn -0.184162 -0.369847 0.910658 +vn 0.131015 -0.598230 0.790542 +vn 0.170165 -0.598067 0.783173 +vn 0.637845 -0.451521 0.623925 +vn 0.674620 -0.417706 0.608613 +vn -0.208209 -0.214722 0.954224 +vn -0.219072 -0.199709 0.955052 +vn -0.016054 -0.521065 0.853366 +vn -0.047437 -0.511930 0.857717 +vn 0.463897 -0.541463 0.701154 +vn 0.423000 -0.560143 0.712257 +vn 0.835571 -0.156196 0.526710 +vn 0.808569 -0.033255 0.587461 +vn 0.865121 -0.078004 0.495461 +vn -0.054955 -0.025284 0.998169 +vn -0.163451 -0.075200 0.983681 +vn -0.159396 -0.085594 0.983497 +vn -0.137316 -0.389675 0.910658 +vn -0.159164 -0.376041 0.912831 +vn 0.242371 -0.572622 0.783173 +vn 0.203537 -0.577595 0.790542 +vn 0.720838 -0.331638 0.608612 +vn 0.688497 -0.369716 0.623925 +vn -0.192869 -0.225117 0.955052 +vn -0.180244 -0.238681 0.954224 +vn 0.048101 -0.519089 0.853366 +vn 0.015832 -0.513879 0.857717 +vn 0.526921 -0.480351 0.701154 +vn 0.488629 -0.503915 0.712257 +vn -0.147670 -0.104533 0.983497 +vn -0.051432 -0.031846 0.998169 +vn -0.152971 -0.094716 0.983681 +vn -0.088389 -0.403596 0.910658 +vn -0.111747 -0.392750 0.912831 +vn 0.310902 -0.538498 0.783173 +vn 0.272973 -0.548206 0.790541 +vn 0.756129 -0.240542 0.608612 +vn 0.728713 -0.282304 0.623924 +vn -0.149546 -0.259022 0.954224 +vn -0.163743 -0.247112 0.955052 +vn 0.111526 -0.509243 0.853366 +vn 0.078862 -0.508038 0.857717 +vn 0.581956 -0.411958 0.701154 +vn 0.546851 -0.440050 0.712257 +vn -0.047129 -0.037924 0.998169 +vn -0.133705 -0.121887 0.983497 +vn -0.140173 -0.112795 0.983681 +vn -0.062636 -0.403506 0.912831 +vn -0.038122 -0.411399 0.910658 +vn 0.374720 -0.496210 0.783173 +vn 0.338273 -0.510505 0.790542 +vn 0.773435 -0.077857 0.629076 +vn 0.779957 -0.145800 0.608613 +vn 0.757881 -0.190614 0.623925 +vn -0.116582 -0.275436 0.954224 +vn -0.132134 -0.265361 0.955052 +vn 0.140696 -0.494496 0.857717 +vn 0.173261 -0.491678 0.853366 +vn 0.596784 -0.369512 0.712257 +vn 0.628169 -0.337321 0.701155 +vn -0.125247 -0.129167 0.983681 +vn -0.117712 -0.137394 0.983497 +vn -0.042111 -0.043429 0.998169 +vn -0.012575 -0.408144 0.912831 +vn 0.012723 -0.412965 0.910658 +vn 0.398444 -0.465065 0.790542 +vn 0.432859 -0.446400 0.783173 +vn 0.819073 -0.101424 0.564653 +vn 0.691767 -0.085660 0.717022 +vn 0.728923 0.011241 0.684504 +vn -0.081851 -0.287675 0.954224 +vn -0.098523 -0.279588 0.955052 +vn 0.200397 -0.473459 0.857717 +vn 0.232368 -0.466660 0.853366 +vn 0.637668 -0.293373 0.712258 +vn 0.664861 -0.257568 0.701155 +vn -0.108426 -0.143579 0.983681 +vn -0.036455 -0.048274 0.998169 +vn -0.099936 -0.150818 0.983497 +vn 0.037677 -0.406596 0.912831 +vn 0.063376 -0.408272 0.910658 +vn 0.452575 -0.412577 0.790542 +vn 0.484435 -0.389824 0.783173 +vn -0.063418 -0.289576 0.955052 +vn -0.045878 -0.295554 0.954224 +vn 0.257062 -0.445243 0.857717 +vn 0.287955 -0.434567 0.853366 +vn 0.691474 -0.173912 0.701155 +vn 0.668887 -0.212789 0.712258 +vn -0.030247 -0.052388 0.998169 +vn -0.080645 -0.161956 0.983497 +vn -0.089961 -0.155815 0.983681 +vn 0.113067 -0.397389 0.910658 +vn 0.087357 -0.398885 0.912831 +vn 0.499845 -0.353834 0.790542 +vn 0.528669 -0.327337 0.783173 +vn -0.009211 -0.298951 0.954224 +vn -0.027352 -0.295175 0.955052 +vn 0.339176 -0.395887 0.853366 +vn 0.309827 -0.410279 0.857717 +vn 0.689967 -0.128978 0.712257 +vn 0.716241 -0.065877 0.694737 +vn 0.637269 -0.022117 0.770324 +vn -0.070130 -0.165689 0.983681 +vn -0.060131 -0.170639 0.983497 +vn -0.023579 -0.055708 0.998169 +vn 0.135713 -0.385126 0.912831 +vn 0.161044 -0.380483 0.910658 +vn 0.564888 -0.259889 0.783173 +vn 0.539539 -0.289726 0.790542 +vn 0.027597 -0.297817 0.954224 +vn 0.009129 -0.296298 0.955052 +vn 0.357899 -0.369094 0.857717 +vn 0.385254 -0.351206 0.853366 +vn -0.038705 -0.176735 0.983497 +vn -0.049237 -0.173052 0.983681 +vn -0.016555 -0.058184 0.998169 +vn 0.206581 -0.357808 0.910658 +vn 0.182012 -0.365529 0.912831 +vn 0.571054 -0.221228 0.790541 +vn 0.592543 -0.188502 0.783173 +vn 0.063986 -0.292169 0.954224 +vn 0.045471 -0.292931 0.955052 +vn 0.425494 -0.301201 0.853366 +vn 0.400543 -0.322316 0.857717 +vn -0.016694 -0.180152 0.983497 +vn -0.027598 -0.177791 0.983681 +vn -0.009279 -0.059777 0.998169 +vn 0.248985 -0.329710 0.910658 +vn 0.225551 -0.340392 0.912831 +vn 0.611216 -0.114257 0.783173 +vn 0.606682 -0.064823 0.792297 +vn 0.593912 -0.149374 0.790541 +vn 0.099405 -0.282091 0.954224 +vn 0.081125 -0.285123 0.955052 +vn 0.437116 -0.270651 0.857717 +vn 0.459283 -0.246630 0.853366 +vn -0.005541 -0.179835 0.983681 +vn -0.001863 -0.060464 0.998169 +vn 0.005572 -0.180838 0.983497 +vn 0.287616 -0.296613 0.910658 +vn 0.265672 -0.310094 0.912831 +vn 0.644755 -0.079837 0.760209 +vn 0.510539 -0.063218 0.857527 +vn 0.535735 0.018538 0.844183 +vn 0.115548 -0.272992 0.955052 +vn 0.133318 -0.267737 0.954224 +vn 0.486109 -0.188320 0.853366 +vn 0.467063 -0.214882 0.857717 +vn 0.027752 -0.178783 0.983497 +vn 0.016601 -0.179152 0.983681 +vn 0.005582 -0.060235 0.998169 +vn 0.301766 -0.275095 0.912831 +vn 0.321886 -0.259021 0.910658 +vn 0.165208 -0.249325 0.954224 +vn 0.148219 -0.256724 0.955052 +vn 0.505567 -0.127155 0.853366 +vn 0.489929 -0.155857 0.857717 +vn 0.038491 -0.175754 0.983681 +vn 0.049512 -0.174017 0.983497 +vn 0.012941 -0.059092 0.998169 +vn 0.333284 -0.235927 0.912831 +vn 0.351276 -0.217502 0.910658 +vn 0.194596 -0.227133 0.954224 +vn 0.178644 -0.236564 0.955052 +vn 0.522134 -0.051526 0.851305 +vn 0.425764 -0.008274 0.904796 +vn 0.505369 -0.094470 0.857717 +vn 0.020105 -0.057054 0.998169 +vn 0.059797 -0.169692 0.983681 +vn 0.070522 -0.166614 0.983497 +vn 0.359751 -0.193182 0.912831 +vn 0.375343 -0.172684 0.910658 +vn 0.221033 -0.201498 0.954224 +vn 0.206361 -0.212817 0.955052 +vn 0.090462 -0.156685 0.983497 +vn 0.080197 -0.161058 0.983681 +vn 0.026964 -0.054151 0.998169 +vn 0.393719 -0.125251 0.910658 +vn 0.380764 -0.147509 0.912831 +vn 0.230950 -0.185845 0.955052 +vn 0.244119 -0.172808 0.954224 +vn 0.109031 -0.144380 0.983497 +vn 0.099381 -0.149982 0.983681 +vn 0.033414 -0.050427 0.998169 +vn 0.405164 -0.048194 0.912973 +vn 0.406127 -0.075918 0.910658 +vn 0.396005 -0.099599 0.912831 +vn 0.263505 -0.141499 0.954224 +vn 0.252038 -0.156055 0.955052 +vn 0.125947 -0.129887 0.983497 +vn 0.117060 -0.136631 0.983681 +vn 0.039358 -0.045938 0.998169 +vn 0.308901 0.027369 0.950700 +vn 0.414404 -0.051315 0.908645 +vn 0.278896 -0.108045 0.954224 +vn 0.269305 -0.123900 0.955052 +vn 0.044705 -0.040754 0.998169 +vn 0.140954 -0.113425 0.983497 +vn 0.132962 -0.121211 0.983681 +vn 0.290060 -0.072952 0.954224 +vn 0.282489 -0.089866 0.955052 +vn 0.146849 -0.103954 0.983681 +vn 0.049374 -0.034951 0.998169 +vn 0.153825 -0.095244 0.983497 +vn 0.291392 -0.054471 0.955052 +vn 0.187376 0.007494 0.982260 +vn 0.296808 -0.036384 0.954244 +vn 0.296826 -0.036756 0.954224 +vn 0.053295 -0.028618 0.998169 +vn 0.158512 -0.085118 0.983681 +vn 0.164363 -0.075619 0.983497 +vn 0.172410 -0.054847 0.983497 +vn 0.167770 -0.064996 0.983681 +vn 0.056408 -0.021853 0.998169 +vn 0.174486 -0.043884 0.983681 +vn 0.058666 -0.014755 0.998169 +vn 0.177843 -0.033245 0.983497 +vn 0.175226 -0.039899 0.983720 +vn 0.178556 -0.022111 0.983681 +vn 0.060034 -0.007434 0.998169 +vn 0.062746 0.037363 0.997330 +vn 0.994522 0.104529 -0.000000 +vn 0.994522 0.104529 0.000000 +vn 0.951057 0.309017 0.000000 +vn 0.866025 0.500000 0.000000 +vn 0.951057 0.309017 -0.000000 +vn 0.866025 0.500000 0.000000 +vn 0.743145 0.669131 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.743145 0.669131 -0.000000 +vn 0.406737 0.913545 0.000000 +vn 0.587785 0.809017 0.000000 +vn 0.406737 0.913545 0.000000 +vn 0.207912 0.978148 0.000000 +vn 0.000000 1.000000 0.000000 +vn 0.207912 0.978148 -0.000000 +vn 0.000000 1.000000 0.000000 +vn -0.207912 0.978148 0.000000 +vn -0.207912 0.978148 0.000000 +vn -0.406737 0.913545 0.000000 +vn -0.406737 0.913545 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.587785 0.809017 0.000000 +vn -0.743145 0.669131 0.000000 +vn -0.743145 0.669131 0.000000 +vn -0.866025 0.500000 0.000000 +vn -0.866025 0.500000 0.000000 +vn -0.951056 0.309017 0.000000 +vn -0.994522 0.104528 0.000000 +vn -0.951056 0.309017 0.000000 +vn -0.994522 0.104528 0.000000 +vn -0.994522 -0.104528 0.000000 +vn -0.951056 -0.309017 -0.000000 +vn -0.994522 -0.104528 0.000000 +vn -0.951056 -0.309017 0.000000 +vn -0.866025 -0.500000 0.000000 +vn -0.866025 -0.500000 0.000000 +vn -0.743145 -0.669131 0.000000 +vn -0.743145 -0.669131 0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.406737 -0.913545 -0.000000 +vn -0.587785 -0.809017 0.000000 +vn -0.406737 -0.913545 0.000000 +vn -0.207912 -0.978148 0.000000 +vn -0.207912 -0.978148 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.000000 -1.000000 0.000000 +vn 0.207912 -0.978148 0.000000 +vn 0.207912 -0.978148 0.000000 +vn 0.406737 -0.913545 0.000000 +vn 0.406737 -0.913545 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.743145 -0.669131 0.000000 +vn 0.587785 -0.809017 0.000000 +vn 0.743145 -0.669131 0.000000 +vn 0.866025 -0.500000 0.000000 +vn 0.866025 -0.500000 0.000000 +vn 0.951057 -0.309017 0.000000 +vn 0.951057 -0.309017 0.000000 +vn 0.994522 -0.104529 0.000000 +vn 0.994522 -0.104529 0.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn -0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 -0.000000 -1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.000000 0.000000 1.000000 +vn 0.062748 -0.037361 -0.997330 +vn 0.060036 0.007434 -0.998169 +vn 0.058667 0.014755 -0.998169 +vn 0.056409 0.021853 -0.998169 +vn 0.187375 -0.007504 -0.982260 +vn 0.175223 0.039898 -0.983720 +vn 0.178553 0.022110 -0.983682 +vn 0.053296 0.028620 -0.998169 +vn 0.177840 0.033244 -0.983498 +vn 0.174483 0.043883 -0.983682 +vn 0.049375 0.034952 -0.998169 +vn 0.167767 0.064993 -0.983682 +vn 0.172407 0.054846 -0.983498 +vn 0.308900 -0.027359 -0.950701 +vn 0.296810 0.036376 -0.954244 +vn 0.044706 0.040755 -0.998169 +vn 0.158509 0.085118 -0.983682 +vn 0.164360 0.075618 -0.983498 +vn 0.296828 0.036756 -0.954223 +vn 0.414388 0.051313 -0.908653 +vn 0.291394 0.054470 -0.955051 +vn 0.039359 0.045940 -0.998169 +vn 0.146848 0.103951 -0.983682 +vn 0.153822 0.095242 -0.983498 +vn 0.290062 0.072953 -0.954223 +vn 0.282491 0.089867 -0.955051 +vn 0.033415 0.050428 -0.998169 +vn 0.132960 0.121210 -0.983682 +vn 0.140952 0.113424 -0.983498 +vn 0.269306 0.123901 -0.955051 +vn 0.278898 0.108046 -0.954223 +vn 0.026965 0.054152 -0.998169 +vn 0.425767 0.008269 -0.904795 +vn 0.405162 0.048197 -0.912973 +vn 0.117058 0.136629 -0.983682 +vn 0.125945 0.129885 -0.983498 +vn 0.252040 0.156056 -0.955051 +vn 0.263507 0.141500 -0.954223 +vn 0.020106 0.057056 -0.998169 +vn 0.396004 0.099598 -0.912831 +vn 0.406125 0.075918 -0.910659 +vn 0.099379 0.149979 -0.983682 +vn 0.109029 0.144378 -0.983498 +vn 0.230952 0.185846 -0.955051 +vn 0.244121 0.172810 -0.954223 +vn 0.012942 0.059094 -0.998169 +vn 0.393717 0.125251 -0.910659 +vn 0.380762 0.147509 -0.912831 +vn 0.090460 0.156682 -0.983498 +vn 0.080196 0.161055 -0.983682 +vn 0.535733 -0.018535 -0.844184 +vn 0.206363 0.212818 -0.955051 +vn 0.221034 0.201499 -0.954223 +vn 0.005582 0.060236 -0.998169 +vn 0.359750 0.193181 -0.912831 +vn 0.375341 0.172685 -0.910659 +vn 0.059796 0.169689 -0.983682 +vn 0.070520 0.166611 -0.983498 +vn 0.522138 0.051522 -0.851303 +vn 0.644751 0.079838 -0.760212 +vn 0.505370 0.094470 -0.857716 +vn 0.510538 0.063219 -0.857528 +vn 0.178646 0.236565 -0.955051 +vn 0.194597 0.227134 -0.954223 +vn -0.001863 0.060466 -0.998169 +vn 0.333283 0.235926 -0.912831 +vn 0.351276 0.217501 -0.910658 +vn 0.038490 0.175751 -0.983682 +vn 0.049511 0.174014 -0.983498 +vn 0.505569 0.127155 -0.853365 +vn 0.489930 0.155858 -0.857716 +vn 0.148220 0.256726 -0.955051 +vn 0.165210 0.249326 -0.954223 +vn -0.009279 0.059778 -0.998169 +vn 0.321885 0.259020 -0.910659 +vn 0.301765 0.275094 -0.912831 +vn 0.027752 0.178780 -0.983498 +vn 0.016601 0.179149 -0.983682 +vn 0.467064 0.214884 -0.857716 +vn 0.486111 0.188321 -0.853365 +vn 0.115549 0.272994 -0.955051 +vn 0.133318 0.267739 -0.954223 +vn -0.016555 0.058185 -0.998169 +vn 0.637269 0.022117 -0.770324 +vn 0.606681 0.064824 -0.792298 +vn 0.265671 0.310093 -0.912831 +vn 0.287615 0.296612 -0.910658 +vn 0.005571 0.180835 -0.983498 +vn -0.005541 0.179832 -0.983682 +vn 0.437117 0.270652 -0.857716 +vn 0.459284 0.246630 -0.853365 +vn 0.099406 0.282093 -0.954223 +vn 0.081125 0.285125 -0.955051 +vn -0.023580 0.055710 -0.998169 +vn 0.611215 0.114256 -0.783174 +vn 0.593911 0.149374 -0.790542 +vn 0.248984 0.329709 -0.910658 +vn 0.225551 0.340390 -0.912831 +vn -0.027598 0.177788 -0.983682 +vn -0.016693 0.180149 -0.983498 +vn 0.425495 0.301201 -0.853365 +vn 0.400544 0.322316 -0.857716 +vn 0.045471 0.292933 -0.955051 +vn 0.063987 0.292171 -0.954223 +vn -0.030247 0.052390 -0.998169 +vn 0.571052 0.221227 -0.790543 +vn 0.592542 0.188501 -0.783174 +vn 0.206580 0.357807 -0.910658 +vn 0.182011 0.365528 -0.912831 +vn -0.049236 0.173049 -0.983682 +vn -0.038705 0.176732 -0.983498 +vn 0.728923 -0.011238 -0.684504 +vn 0.357899 0.369096 -0.857716 +vn 0.385256 0.351207 -0.853365 +vn 0.027597 0.297819 -0.954223 +vn 0.009129 0.296301 -0.955051 +vn -0.036456 0.048276 -0.998169 +vn 0.539538 0.289725 -0.790543 +vn 0.564886 0.259888 -0.783174 +vn 0.135713 0.385125 -0.912831 +vn 0.161044 0.380481 -0.910658 +vn -0.070129 0.165686 -0.983682 +vn -0.060130 0.170636 -0.983498 +vn 0.819069 0.101423 -0.564659 +vn 0.691768 0.085659 -0.717021 +vn 0.689967 0.128978 -0.712257 +vn 0.716241 0.065877 -0.694737 +vn 0.309829 0.410280 -0.857716 +vn 0.339176 0.395889 -0.853365 +vn -0.009211 0.298953 -0.954223 +vn -0.027352 0.295177 -0.955051 +vn -0.042112 0.043430 -0.998169 +vn 0.528667 0.327337 -0.783174 +vn 0.499845 0.353833 -0.790542 +vn 0.087357 0.398883 -0.912831 +vn 0.113067 0.397388 -0.910659 +vn -0.089958 0.155813 -0.983682 +vn -0.080643 0.161954 -0.983498 +vn 0.691474 0.173913 -0.701154 +vn 0.668888 0.212788 -0.712257 +vn 0.287956 0.434569 -0.853365 +vn 0.257062 0.445244 -0.857716 +vn -0.045879 0.295556 -0.954223 +vn -0.063419 0.289578 -0.955051 +vn -0.047130 0.037925 -0.998169 +vn 0.484434 0.389823 -0.783174 +vn 0.452575 0.412576 -0.790542 +vn 0.063375 0.408270 -0.910658 +vn 0.037676 0.406595 -0.912831 +vn -0.099935 0.150816 -0.983498 +vn -0.108424 0.143577 -0.983682 +vn 0.637669 0.293374 -0.712257 +vn 0.664862 0.257569 -0.701154 +vn 0.200398 0.473460 -0.857716 +vn 0.232370 0.466661 -0.853365 +vn -0.098523 0.279590 -0.955051 +vn -0.081851 0.287677 -0.954223 +vn -0.051433 0.031846 -0.998169 +vn 0.808570 0.033257 -0.587459 +vn 0.773436 0.077858 -0.629075 +vn 0.432858 0.446400 -0.783174 +vn 0.398443 0.465065 -0.790542 +vn 0.012723 0.412964 -0.910658 +vn -0.012575 0.408143 -0.912831 +vn -0.117710 0.137392 -0.983498 +vn -0.125246 0.129165 -0.983682 +vn 0.596783 0.369513 -0.712257 +vn 0.628170 0.337321 -0.701154 +vn 0.140697 0.494497 -0.857716 +vn 0.173262 0.491679 -0.853365 +vn -0.132135 0.265363 -0.955051 +vn -0.116583 0.275439 -0.954223 +vn -0.054957 0.025284 -0.998169 +vn 0.757881 0.190615 -0.623924 +vn 0.779958 0.145799 -0.608612 +vn 0.374720 0.496209 -0.783174 +vn 0.338272 0.510504 -0.790543 +vn -0.038122 0.411397 -0.910658 +vn -0.062635 0.403504 -0.912831 +vn -0.133702 0.121886 -0.983498 +vn -0.140170 0.112794 -0.983682 +vn 0.546851 0.440050 -0.712257 +vn 0.581956 0.411958 -0.701154 +vn 0.078862 0.508040 -0.857716 +vn 0.111526 0.509245 -0.853365 +vn -0.163744 0.247114 -0.955051 +vn -0.149548 0.259024 -0.954223 +vn -0.057648 0.018339 -0.998169 +vn 0.728712 0.282305 -0.623925 +vn 0.756129 0.240542 -0.608612 +vn 0.310901 0.538497 -0.783174 +vn 0.272973 0.548205 -0.790542 +vn -0.111747 0.392749 -0.912831 +vn -0.088389 0.403595 -0.910658 +vn -0.152968 0.094714 -0.983682 +vn -0.147667 0.104531 -0.983498 +vn 0.876292 -0.005773 -0.481747 +vn 0.488630 0.503915 -0.712257 +vn 0.526921 0.480351 -0.701154 +vn 0.015832 0.513880 -0.857716 +vn 0.048101 0.519090 -0.853365 +vn -0.180245 0.238683 -0.954223 +vn -0.192870 0.225119 -0.955051 +vn -0.059464 0.011116 -0.998169 +vn 0.720838 0.331638 -0.608612 +vn 0.688497 0.369715 -0.623925 +vn 0.242370 0.572622 -0.783174 +vn 0.203537 0.577595 -0.790542 +vn -0.137315 0.389674 -0.910658 +vn -0.159164 0.376040 -0.912831 +vn -0.163448 0.075198 -0.983682 +vn -0.159393 0.085593 -0.983498 +vn 0.865120 0.078004 -0.495462 +vn 0.932432 0.115461 -0.342402 +vn 0.834061 0.103280 -0.541919 +vn 0.835571 0.156195 -0.526710 +vn 0.463897 0.541463 -0.701154 +vn 0.423001 0.560143 -0.712257 +vn -0.016054 0.521067 -0.853365 +vn -0.047437 0.511931 -0.857716 +vn -0.208210 0.214724 -0.954223 +vn -0.219072 0.199711 -0.955051 +vn -0.060380 0.003724 -0.998169 +vn 0.674620 0.417707 -0.608613 +vn 0.637845 0.451521 -0.623925 +vn 0.131014 0.598229 -0.790542 +vn 0.170164 0.598066 -0.783174 +vn -0.204168 0.353630 -0.912831 +vn -0.184162 0.369846 -0.910658 +vn -0.168704 0.065356 -0.983498 +vn -0.171450 0.054543 -0.983682 +vn 0.810044 0.257693 -0.526709 +vn 0.835888 0.210235 -0.507042 +vn 0.393841 0.594367 -0.701154 +vn 0.350959 0.607880 -0.712257 +vn -0.109988 0.502221 -0.857716 +vn -0.079965 0.515144 -0.853365 +vn -0.233019 0.187510 -0.954223 +vn -0.241955 0.171276 -0.955051 +vn -0.060380 -0.003724 -0.998169 +vn 0.577524 0.526482 -0.623925 +vn 0.618175 0.497444 -0.608613 +vn 0.056506 0.609795 -0.790542 +vn 0.095380 0.614444 -0.783174 +vn -0.246078 0.325860 -0.912831 +vn -0.228215 0.344411 -0.910658 +vn -0.176854 0.033059 -0.983682 +vn -0.175457 0.044129 -0.983498 +vn 0.803718 0.311360 -0.507043 +vn 0.772236 0.355285 -0.526711 +vn 0.273598 0.646401 -0.712257 +vn 0.317816 0.638260 -0.701154 +vn -0.170871 0.484898 -0.857716 +vn -0.142664 0.501413 -0.853365 +vn -0.261168 0.140245 -0.955051 +vn -0.254296 0.157453 -0.954223 +vn -0.059464 -0.011116 -0.998169 +vn 0.928993 0.041054 -0.367814 +vn 0.897891 0.086803 -0.431576 +vn 0.508448 0.593463 -0.623925 +vn 0.552360 0.569640 -0.608612 +vn -0.018859 0.612117 -0.790542 +vn 0.019149 0.621508 -0.783174 +vn -0.268809 0.313756 -0.910658 +vn -0.284257 0.293150 -0.912831 +vn -0.179576 0.011076 -0.983682 +vn -0.179549 0.022234 -0.983498 +vn 0.759363 0.407769 -0.507043 +vn 0.722723 0.447491 -0.526710 +vn 0.192089 0.675123 -0.712257 +vn 0.236972 0.672478 -0.701154 +vn -0.229165 0.460225 -0.857716 +vn -0.203201 0.480081 -0.853365 +vn -0.271718 0.125010 -0.954223 +vn -0.276423 0.107087 -0.955051 +vn -0.057648 -0.018339 -0.998169 +vn 0.901726 0.168562 -0.398091 +vn 0.879268 0.221146 -0.421879 +vn 0.431664 0.651447 -0.623925 +vn 0.478171 0.633201 -0.608612 +vn -0.057373 0.619150 -0.783174 +vn -0.093938 0.605160 -0.790542 +vn -0.305329 0.278344 -0.910658 +vn -0.318127 0.255996 -0.912831 +vn -0.180921 0.000000 -0.983498 +vn -0.179576 -0.011076 -0.983682 +vn 0.703497 0.497997 -0.507042 +vn 0.662254 0.532914 -0.526709 +vn 0.152536 0.696502 -0.701154 +vn 0.107669 0.693612 -0.712257 +vn -0.260657 0.451471 -0.853365 +vn -0.283984 0.428575 -0.857716 +vn -0.287488 0.072306 -0.955051 +vn -0.285020 0.090671 -0.954223 +vn -0.054957 -0.025284 -0.998169 +vn 0.874177 0.278096 -0.398091 +vn 0.845429 0.327519 -0.421878 +vn 0.348338 0.699556 -0.623925 +vn 0.396734 0.687163 -0.608612 +vn -0.133024 0.607407 -0.783174 +vn -0.167593 0.589029 -0.790542 +vn -0.347175 0.214961 -0.912831 +vn -0.337220 0.238713 -0.910658 +vn -0.179549 -0.022234 -0.983498 +vn -0.176854 -0.033059 -0.983682 +vn 0.968581 -0.002390 -0.248688 +vn 0.636968 0.580673 -0.507042 +vn 0.591745 0.610258 -0.526710 +vn 0.021616 0.701586 -0.712257 +vn 0.065789 0.709968 -0.701154 +vn -0.314162 0.416017 -0.853365 +vn -0.334498 0.390428 -0.857716 +vn -0.294194 0.036430 -0.955051 +vn -0.294003 0.054959 -0.954223 +vn -0.051433 -0.031846 -0.998169 +vn 0.833377 0.383415 -0.398090 +vn 0.798772 0.428931 -0.421878 +vn 0.259730 0.737060 -0.623925 +vn 0.309282 0.730709 -0.608612 +vn -0.238708 0.563969 -0.790542 +vn -0.206659 0.586456 -0.783174 +vn -0.370960 0.170669 -0.912831 +vn -0.363999 0.195463 -0.910659 +vn -0.171450 -0.054543 -0.983682 +vn -0.175457 -0.044129 -0.983498 +vn 0.959465 0.086729 -0.268150 +vn 0.934292 0.174650 -0.310799 +vn 0.986410 0.122145 -0.109887 +vn 0.933073 0.115540 -0.340626 +vn 0.512267 0.678350 -0.526710 +vn 0.560782 0.654547 -0.507043 +vn -0.064765 0.698924 -0.712257 +vn -0.021957 0.712672 -0.701154 +vn -0.362904 0.374257 -0.853365 +vn -0.379942 0.346363 -0.857716 +vn -0.296441 0.000000 -0.955051 +vn -0.298528 0.018413 -0.954223 +vn -0.047130 -0.037925 -0.998169 +vn 0.740006 0.523841 -0.421878 +vn 0.779944 0.482921 -0.398089 +vn 0.167185 0.763392 -0.623925 +vn 0.217143 0.763178 -0.608612 +vn -0.306204 0.530360 -0.790542 +vn -0.277161 0.556615 -0.783174 +vn -0.389121 0.123788 -0.912831 +vn -0.385260 0.149251 -0.910658 +vn -0.168704 -0.065356 -0.983498 +vn -0.163448 -0.075198 -0.983682 +vn 0.930006 0.233905 -0.283508 +vn 0.905748 0.288139 -0.310800 +vn 0.425023 0.736161 -0.526710 +vn 0.476095 0.718500 -0.507043 +vn -0.109370 0.704571 -0.701154 +vn -0.150164 0.685668 -0.712257 +vn -0.406145 0.326824 -0.853365 +vn -0.419626 0.297047 -0.857716 +vn -0.298528 -0.018413 -0.954223 +vn -0.294194 -0.036430 -0.955051 +vn -0.042112 -0.043430 -0.998169 +vn 0.714687 0.575106 -0.398091 +vn 0.670024 0.610808 -0.421878 +vn 0.121711 0.784077 -0.608612 +vn 0.072107 0.778151 -0.623925 +vn -0.343462 0.518336 -0.783174 +vn -0.369058 0.488712 -0.790542 +vn -0.401384 0.075032 -0.912831 +vn -0.400681 0.100775 -0.910658 +vn -0.152968 -0.094714 -0.983682 +vn -0.159393 -0.085593 -0.983498 +vn 0.894213 0.346420 -0.283509 +vn 0.863474 0.397261 -0.310801 +vn 0.331336 0.782811 -0.526710 +vn 0.384191 0.771560 -0.507042 +vn -0.233286 0.662018 -0.712257 +vn -0.195124 0.685791 -0.701154 +vn -0.452950 0.243228 -0.857716 +vn -0.443230 0.274436 -0.853365 +vn -0.287488 -0.072306 -0.955051 +vn -0.294003 -0.054959 -0.954223 +vn 0.991107 0.045066 -0.125207 +vn -0.036456 -0.048276 -0.998169 +vn 0.589885 0.688516 -0.421878 +vn 0.638596 0.658574 -0.398090 +vn -0.024066 0.781114 -0.623925 +vn 0.024435 0.793091 -0.608612 +vn -0.426317 0.439655 -0.790542 +vn -0.404556 0.472200 -0.783174 +vn -0.410028 0.050773 -0.910658 +vn -0.407562 0.025138 -0.912831 +vn -0.147667 -0.104531 -0.983498 +vn -0.140170 -0.112794 -0.983682 +vn 0.844864 0.453682 -0.283509 +vn 0.808110 0.500361 -0.310801 +vn 0.232626 0.817595 -0.526710 +vn 0.286463 0.812925 -0.507042 +vn -0.312872 0.628332 -0.712257 +vn -0.277921 0.656614 -0.701154 +vn -0.473595 0.217889 -0.853365 +vn -0.479406 0.185723 -0.857716 +vn -0.276423 -0.107087 -0.955051 +vn -0.285020 -0.090671 -0.954223 +vn 0.919490 0.171882 -0.353545 +vn 0.951190 0.239233 -0.194949 +vn 0.984604 0.115711 -0.131018 +vn 0.969138 0.181163 0.167190 +vn -0.030247 -0.052390 -0.998169 +vn 0.552825 0.732058 -0.398090 +vn 0.500803 0.755788 -0.421878 +vn -0.119874 0.772236 -0.623925 +vn -0.073212 0.790083 -0.608612 +vn -0.477115 0.383933 -0.790542 +vn -0.459518 0.418906 -0.783174 +vn -0.413160 0.000000 -0.910658 +vn -0.407562 -0.025138 -0.912831 +vn -0.133702 -0.121886 -0.983498 +vn -0.125246 -0.129165 -0.983682 +vn 0.782707 0.554068 -0.283509 +vn 0.740497 0.595876 -0.310800 +vn 0.130390 0.839985 -0.526710 +vn 0.184394 0.841966 -0.507042 +vn -0.356505 0.617484 -0.701154 +vn -0.387716 0.585121 -0.712257 +vn -0.496782 0.158037 -0.853365 +vn -0.498596 0.125402 -0.857716 +vn -0.271718 -0.125010 -0.954223 +vn -0.261168 -0.140245 -0.955051 +vn 0.939863 0.298993 -0.165108 +vn 0.914582 0.354311 -0.194948 +vn -0.023580 -0.055710 -0.998169 +vn 0.458673 0.794445 -0.398090 +vn 0.404130 0.811602 -0.421878 +vn -0.169749 0.775098 -0.608612 +vn -0.213863 0.751652 -0.623925 +vn -0.507514 0.359261 -0.783174 +vn -0.520679 0.322391 -0.790542 +vn -0.401384 -0.075032 -0.912831 +vn -0.410028 -0.050773 -0.910658 +vn 0.999999 -0.001243 0.000000 +vn -0.108424 -0.143577 -0.983682 +vn -0.117710 -0.137392 -0.983498 +vn 0.708687 0.646053 -0.283509 +vn 0.661658 0.682358 -0.310801 +vn 0.026178 0.849642 -0.526710 +vn 0.079528 0.858244 -0.507042 +vn -0.456681 0.533041 -0.712257 +vn -0.429684 0.568994 -0.701154 +vn -0.512438 0.095791 -0.853365 +vn -0.510227 0.063180 -0.857716 +vn -0.254296 -0.157453 -0.954223 +vn -0.241955 -0.171276 -0.955051 +vn 0.864109 0.464017 -0.194946 +vn 0.895997 0.412225 -0.165107 +vn -0.016555 -0.058185 -0.998169 +vn 0.357569 0.844789 -0.398090 +vn 0.301330 0.855113 -0.421878 +vn -0.304612 0.719673 -0.623925 +vn -0.263712 0.748363 -0.608612 +vn -0.556351 0.255962 -0.790542 +vn -0.547816 0.294171 -0.783174 +vn -0.389121 -0.123788 -0.912831 +vn -0.400681 -0.100775 -0.910658 +vn 0.985153 0.121989 0.120801 +vn 0.987053 0.117991 -0.108646 +vn 0.985153 0.121989 -0.120801 +vn -0.089958 -0.155813 -0.983682 +vn -0.099935 -0.150816 -0.983498 +vn 0.572789 0.758495 -0.310801 +vn 0.623923 0.728246 -0.283509 +vn -0.078433 0.846419 -0.526710 +vn -0.026543 0.861513 -0.507042 +vn -0.496350 0.511878 -0.701154 +vn -0.518724 0.472880 -0.712257 +vn -0.520325 0.032093 -0.853365 +vn -0.514124 0.000000 -0.857716 +vn -0.233019 -0.187510 -0.954223 +vn -0.219072 -0.199711 -0.955051 +vn 0.838549 0.519206 -0.165107 +vn 0.800536 0.566689 -0.194948 +vn -0.009279 -0.059778 -0.998169 +vn 0.193963 0.885662 -0.421878 +vn 0.251044 0.882327 -0.398090 +vn -0.390743 0.676785 -0.623925 +vn -0.353679 0.710283 -0.608612 +vn -0.583589 0.185653 -0.790542 +vn -0.579814 0.224621 -0.783174 +vn -0.385260 -0.149251 -0.910658 +vn -0.370960 -0.170669 -0.912831 +vn 0.968827 0.243671 -0.044708 +vn 0.950194 0.302279 -0.075889 +vn -0.070129 -0.165686 -0.983682 +vn -0.080643 -0.161954 -0.983498 +vn 0.475238 0.823136 -0.310801 +vn 0.529701 0.799399 -0.283509 +vn -0.132212 0.851721 -0.507042 +vn -0.181853 0.830365 -0.526710 +vn -0.555492 0.447003 -0.701154 +vn -0.572904 0.405550 -0.712257 +vn -0.520325 -0.032093 -0.853365 +vn -0.510227 -0.063180 -0.857716 +vn -0.208210 -0.214724 -0.954223 +vn -0.192870 -0.225119 -0.955051 +vn 0.724830 0.660769 -0.194948 +vn 0.768388 0.618320 -0.165109 +vn -0.001863 -0.060466 -0.998169 +vn 0.083655 0.902785 -0.421878 +vn 0.140713 0.906490 -0.398090 +vn -0.438283 0.661436 -0.608613 +vn -0.470949 0.623638 -0.623925 +vn -0.601980 0.112530 -0.790542 +vn -0.603022 0.151666 -0.783174 +vn -0.347175 -0.214961 -0.912831 +vn -0.363999 -0.195463 -0.910659 +vn 0.905845 0.416756 -0.075891 +vn 0.931540 0.360879 -0.044709 +vn -0.049236 -0.173049 -0.983682 +vn -0.060130 -0.170636 -0.983498 +vn 0.427449 0.858434 -0.283509 +vn 0.370482 0.875298 -0.310801 +vn -0.282516 0.801724 -0.526710 +vn -0.235876 0.829018 -0.507042 +vn -0.606213 0.375351 -0.701154 +vn -0.618399 0.332073 -0.712257 +vn -0.498596 -0.125402 -0.857716 +vn -0.512438 -0.095791 -0.853365 +vn 0.991107 0.045066 0.125207 +vn -0.163744 -0.247114 -0.955051 +vn -0.180245 -0.238683 -0.954223 +vn 0.638135 0.744835 -0.194947 +vn 0.686580 0.708059 -0.165108 +vn 0.005582 -0.060236 -0.998169 +vn -0.027920 0.906223 -0.421878 +vn 0.028249 0.916911 -0.398090 +vn -0.544018 0.561037 -0.623925 +vn -0.516245 0.602563 -0.608612 +vn -0.617090 0.076412 -0.783174 +vn -0.611246 0.037701 -0.790542 +vn -0.318127 -0.255996 -0.912831 +vn -0.337220 -0.238713 -0.910658 +vn 0.847766 0.524913 -0.075890 +vn 0.880131 0.472621 -0.044710 +vn -0.027598 -0.177788 -0.983682 +vn -0.038705 -0.176732 -0.983498 +vn 0.318718 0.904456 -0.283509 +vn 0.260110 0.914191 -0.310801 +vn -0.335964 0.793748 -0.507042 +vn -0.378898 0.760929 -0.526710 +vn -0.647744 0.298010 -0.701154 +vn -0.654520 0.253562 -0.712257 +vn -0.479406 -0.185723 -0.857716 +vn -0.496782 -0.158037 -0.853365 +vn 0.969138 0.181163 -0.167190 +vn 0.968827 0.243671 0.044708 +vn 0.919490 0.171882 0.353545 +vn 0.987053 0.117991 0.108646 +vn -0.149548 -0.259024 -0.954223 +vn -0.132135 -0.265363 -0.955051 +vn 0.594364 0.787064 -0.165108 +vn 0.541767 0.817609 -0.194948 +vn 0.012942 -0.059094 -0.998169 +vn -0.084642 0.913433 -0.398090 +vn -0.139073 0.895923 -0.421878 +vn -0.586380 0.534556 -0.608612 +vn -0.608839 0.489931 -0.623925 +vn -0.621803 0.000000 -0.783174 +vn -0.611246 -0.037701 -0.790542 +vn -0.305329 -0.278344 -0.910658 +vn -0.284257 -0.293150 -0.912831 +vn 0.776833 0.625116 -0.075890 +vn 0.815381 0.577196 -0.044708 +vn -0.016693 -0.180149 -0.983498 +vn -0.005541 -0.179832 -0.983682 +vn 0.145795 0.939227 -0.310801 +vn 0.205155 0.936768 -0.283509 +vn -0.469535 0.708600 -0.526709 +vn -0.430961 0.746445 -0.507042 +vn -0.679457 0.216151 -0.701154 +vn -0.680719 0.171208 -0.712257 +vn -0.473595 -0.217889 -0.853365 +vn -0.452950 -0.243228 -0.857716 +vn 0.931540 0.360879 0.044709 +vn 0.950194 0.302279 0.075889 +vn -0.098523 -0.279590 -0.955051 +vn -0.116583 -0.275439 -0.954223 +vn 0.493137 0.854140 -0.165108 +vn 0.437186 0.877988 -0.194948 +vn 0.020106 -0.057056 -0.998169 +vn -0.196251 0.896108 -0.398090 +vn -0.248117 0.872042 -0.421878 +vn -0.647626 0.458445 -0.608612 +vn -0.664432 0.411398 -0.623925 +vn -0.601980 -0.112530 -0.790542 +vn -0.617090 -0.076412 -0.783174 +vn -0.246078 -0.325860 -0.912831 +vn -0.268809 -0.313756 -0.910658 +vn 0.694126 0.715842 -0.075890 +vn 0.738270 0.673022 -0.044709 +vn 0.016601 -0.179149 -0.983682 +vn 0.005571 -0.180835 -0.983498 +vn 0.088483 0.954879 -0.283509 +vn 0.029269 0.950024 -0.310801 +vn -0.553055 0.645528 -0.526710 +vn -0.519423 0.687828 -0.507042 +vn -0.700869 0.131015 -0.701154 +vn -0.696599 0.086258 -0.712257 +vn -0.443230 -0.274436 -0.853365 +vn -0.419626 -0.297047 -0.857716 +vn 0.880131 0.472621 0.044710 +vn 0.905845 0.416756 0.075891 +vn -0.081851 -0.287677 -0.954223 +vn -0.063419 -0.289578 -0.955051 +vn 0.325978 0.925059 -0.194947 +vn 0.384436 0.908267 -0.165108 +vn 0.026965 -0.054152 -0.998169 +vn -0.353400 0.834941 -0.421878 +vn -0.304884 0.865199 -0.398090 +vn -0.709951 0.326630 -0.623925 +vn -0.699055 0.375384 -0.608612 +vn -0.583589 -0.185653 -0.790542 +vn -0.603022 -0.151666 -0.783174 +vn 0.965578 0.078709 0.247918 +vn 0.984604 0.115711 0.131018 +vn -0.204168 -0.353630 -0.912831 +vn -0.228215 -0.344411 -0.910658 +vn 0.600897 0.795715 -0.075890 +vn 0.649968 0.758646 -0.044709 +vn 0.027752 -0.178780 -0.983498 +vn 0.038490 -0.175751 -0.983682 +vn -0.029531 0.958515 -0.283509 +vn -0.087698 0.946421 -0.310801 +vn -0.600013 0.618783 -0.507042 +vn -0.628191 0.572672 -0.526710 +vn -0.701919 0.000000 -0.712257 +vn -0.711657 0.043894 -0.701154 +vn -0.406145 -0.326824 -0.853365 +vn -0.379942 -0.346363 -0.857716 +vn 0.847766 0.524913 0.075890 +vn 0.815381 0.577196 0.044708 +vn -0.027352 -0.295177 -0.955051 +vn -0.045879 -0.295556 -0.954223 +vn 0.269907 0.948625 -0.165108 +vn 0.209829 0.958106 -0.194947 +vn 0.033415 -0.050428 -0.998169 +vn -0.453327 0.785184 -0.421878 +vn -0.408897 0.821175 -0.398090 +vn -0.744709 0.236909 -0.623925 +vn -0.739887 0.286634 -0.608612 +vn -0.556351 -0.255962 -0.790542 +vn -0.579814 -0.224621 -0.783174 +vn 0.939863 0.298993 0.165108 +vn 0.951190 0.239233 0.194949 +vn -0.159164 -0.376040 -0.912831 +vn -0.184162 -0.369845 -0.910658 +vn 0.498558 0.863528 -0.075890 +vn 0.551813 0.832769 -0.044708 +vn 0.059796 -0.169689 -0.983682 +vn 0.049511 -0.174014 -0.983498 +vn -0.203338 0.928470 -0.310801 +vn -0.147098 0.947621 -0.283509 +vn -0.671506 0.540359 -0.507042 +vn -0.693804 0.491134 -0.526710 +vn -0.711657 -0.043894 -0.701154 +vn -0.696599 -0.086258 -0.712257 +vn -0.334498 -0.390428 -0.857716 +vn -0.362904 -0.374257 -0.853365 +vn 0.738270 0.673022 0.044709 +vn 0.776833 0.625116 0.075890 +vn -0.009211 -0.298953 -0.954223 +vn 0.009129 -0.296301 -0.955051 +vn 0.090498 0.976630 -0.194948 +vn 0.151287 0.974603 -0.165108 +vn 0.039359 -0.045940 -0.998169 +vn -0.546380 0.723525 -0.421878 +vn -0.506710 0.764702 -0.398090 +vn -0.768178 0.143597 -0.623925 +vn -0.769503 0.193538 -0.608612 +vn -0.520679 -0.322391 -0.790542 +vn -0.547816 -0.294171 -0.783174 +vn 0.895997 0.412225 0.165107 +vn 0.914582 0.354310 0.194948 +vn -0.111747 -0.392749 -0.912831 +vn -0.137315 -0.389674 -0.910658 +vn 0.445293 0.894268 -0.044709 +vn 0.388662 0.918250 -0.075890 +vn 0.080196 -0.161055 -0.983682 +vn 0.070520 -0.166611 -0.983498 +vn -0.262435 0.922361 -0.283509 +vn -0.315895 0.896445 -0.310800 +vn -0.732820 0.453743 -0.507042 +vn -0.748900 0.402151 -0.526710 +vn -0.680719 -0.171208 -0.712257 +vn -0.700869 -0.131015 -0.701154 +vn 0.959465 0.086729 0.268150 +vn 0.928993 0.041054 0.367814 +vn -0.314162 -0.416017 -0.853365 +vn -0.283984 -0.428575 -0.857716 +vn 0.649968 0.758646 0.044709 +vn 0.694126 0.715842 0.075890 +vn 0.027597 -0.297819 -0.954223 +vn 0.045471 -0.292933 -0.955051 +vn 0.030373 0.985808 -0.165108 +vn -0.030204 0.980348 -0.194948 +vn 0.044706 -0.040755 -0.998169 +vn -0.596842 0.696637 -0.398090 +vn -0.631152 0.650897 -0.421878 +vn -0.780002 0.048109 -0.623925 +vn -0.787454 0.097508 -0.608612 +vn -0.507514 -0.359261 -0.783174 +vn -0.477115 -0.383933 -0.790542 +vn 0.838549 0.519206 0.165107 +vn 0.864109 0.464017 0.194946 +vn -0.062635 -0.403504 -0.912831 +vn -0.088389 -0.403595 -0.910658 +vn 0.332023 0.942211 -0.044709 +vn 0.272874 0.959052 -0.075890 +vn 0.099379 -0.149979 -0.983682 +vn 0.090460 -0.156682 -0.983498 +vn -0.373793 0.883120 -0.283509 +vn -0.423663 0.850830 -0.310801 +vn -0.792643 0.307072 -0.526710 +vn -0.783025 0.360249 -0.507042 +vn -0.654520 -0.253562 -0.712257 +vn -0.679457 -0.216151 -0.701154 +vn 0.934292 0.174650 0.310799 +vn 0.930006 0.233905 0.283508 +vn -0.260657 -0.451471 -0.853365 +vn -0.229165 -0.460225 -0.857716 +vn 0.600897 0.795715 0.075890 +vn 0.551813 0.832769 0.044708 +vn 0.081125 -0.285125 -0.955051 +vn 0.063987 -0.292171 -0.954223 +vn -0.091002 0.982068 -0.165108 +vn -0.150449 0.969206 -0.194947 +vn 0.049375 -0.034952 -0.998169 +vn -0.677927 0.618012 -0.398090 +vn -0.706355 0.568402 -0.421878 +vn -0.780002 -0.048109 -0.623925 +vn -0.793468 0.000000 -0.608612 +vn -0.426317 -0.439655 -0.790542 +vn -0.459518 -0.418906 -0.783174 +vn 0.768388 0.618320 0.165109 +vn 0.800536 0.566689 0.194948 +vn -0.012575 -0.408143 -0.912831 +vn -0.038122 -0.411397 -0.910658 +vn 0.213719 0.975872 -0.044709 +vn 0.152949 0.985316 -0.075890 +vn 0.117058 -0.136629 -0.983682 +vn 0.109029 -0.144378 -0.983498 +vn -0.479485 0.830492 -0.283509 +vn -0.525009 0.792318 -0.310801 +vn -0.824371 0.207338 -0.526710 +vn -0.821361 0.261294 -0.507042 +vn -0.647744 -0.298010 -0.701154 +vn -0.618399 -0.332073 -0.712257 +vn 0.905748 0.288139 0.310800 +vn 0.894213 0.346420 0.283509 +vn -0.203201 -0.480081 -0.853365 +vn -0.170871 -0.484898 -0.857716 +vn 0.498558 0.863528 0.075890 +vn 0.445293 0.894268 0.044709 +vn 0.099406 -0.282093 -0.954223 +vn 0.115549 -0.272994 -0.955051 +vn -0.268413 0.943372 -0.194948 +vn -0.210997 0.963442 -0.165108 +vn 0.053296 -0.028620 -0.998169 +vn -0.770852 0.477291 -0.421878 +vn -0.748735 0.530019 -0.398090 +vn -0.787454 -0.097508 -0.608612 +vn -0.768178 -0.143597 -0.623925 +vn -0.404556 -0.472200 -0.783174 +vn -0.369058 -0.488712 -0.790542 +vn 0.724830 0.660769 0.194948 +vn 0.686580 0.708059 0.165108 +vn 0.012723 -0.412964 -0.910658 +vn 0.037676 -0.406595 -0.912831 +vn 0.030706 0.996643 -0.075890 +vn 0.092176 0.994739 -0.044709 +vn 0.125945 -0.129885 -0.983498 +vn 0.132960 -0.121210 -0.983682 +vn -0.577908 0.765274 -0.283509 +vn -0.618397 0.721795 -0.310801 +vn -0.843602 0.104461 -0.526710 +vn -0.847245 0.158378 -0.507042 +vn -0.572904 -0.405550 -0.712257 +vn -0.606213 -0.375351 -0.701154 +vn 0.844864 0.453682 0.283509 +vn 0.863474 0.397261 0.310801 +vn -0.142664 -0.501413 -0.853365 +vn -0.109988 -0.502221 -0.857716 +vn 0.332023 0.942211 0.044709 +vn 0.388662 0.918250 0.075890 +vn 0.133318 -0.267739 -0.954223 +vn 0.148220 -0.256726 -0.955051 +vn -0.327793 0.930210 -0.165108 +vn -0.382307 0.903237 -0.194948 +vn 0.056409 -0.021853 -0.998169 +vn -0.823662 0.378945 -0.421878 +vn -0.808193 0.433991 -0.398090 +vn -0.744709 -0.236909 -0.623925 +vn -0.769503 -0.193538 -0.608612 +vn 0.874153 0.070050 0.480571 +vn 0.901726 0.168562 0.398091 +vn 0.897891 0.086803 0.431576 +vn -0.306204 -0.530360 -0.790542 +vn -0.343462 -0.518336 -0.783174 +vn 0.594364 0.787064 0.165108 +vn 0.638135 0.744835 0.194947 +vn 0.087357 -0.398883 -0.912831 +vn 0.063375 -0.408270 -0.910658 +vn -0.092002 0.992863 -0.075890 +vn -0.030764 0.998526 -0.044709 +vn 0.140952 -0.113424 -0.983498 +vn 0.146848 -0.103951 -0.983682 +vn -0.702410 0.640331 -0.310801 +vn -0.667571 0.688456 -0.283509 +vn -0.850045 0.000000 -0.526710 +vn -0.860286 0.053061 -0.507042 +vn -0.555492 -0.447003 -0.701154 +vn -0.518724 -0.472880 -0.712257 +vn 0.808110 0.500361 0.310801 +vn 0.782707 0.554068 0.283509 +vn -0.047437 -0.511931 -0.857716 +vn -0.079965 -0.515144 -0.853365 +vn 0.272874 0.959052 0.075890 +vn 0.213719 0.975872 0.044709 +vn 0.165210 -0.249326 -0.954223 +vn 0.178646 -0.236565 -0.955051 +vn -0.490407 0.849409 -0.194948 +vn -0.439621 0.882878 -0.165108 +vn 0.058667 -0.014755 -0.998169 +vn -0.855400 0.331384 -0.398090 +vn -0.863987 0.274854 -0.421878 +vn -0.739887 -0.286634 -0.608612 +vn -0.709951 -0.326630 -0.623925 +vn 0.879268 0.221146 0.421879 +vn 0.874177 0.278096 0.398091 +vn -0.238708 -0.563969 -0.790542 +vn -0.277161 -0.556615 -0.783174 +vn 0.541767 0.817609 0.194948 +vn 0.493137 0.854140 0.165108 +vn 0.113067 -0.397388 -0.910659 +vn 0.135713 -0.385125 -0.912831 +vn -0.153238 0.987177 -0.044709 +vn -0.213316 0.974031 -0.075890 +vn 0.153822 -0.095242 -0.983498 +vn 0.158509 -0.085118 -0.983682 +vn -0.747115 0.601201 -0.283509 +vn -0.775775 0.549160 -0.310801 +vn -0.860286 -0.053061 -0.507042 +vn -0.843602 -0.104461 -0.526710 +vn -0.496350 -0.511878 -0.701154 +vn -0.456681 -0.533041 -0.712257 +vn 0.708687 0.646053 0.283509 +vn 0.740497 0.595876 0.310800 +vn -0.016054 -0.521067 -0.853365 +vn 0.015832 -0.513880 -0.857716 +vn 0.152949 0.985316 0.075890 +vn 0.092176 0.994739 0.044709 +vn 0.194597 -0.227134 -0.954223 +vn 0.206363 -0.212818 -0.955051 +vn -0.544784 0.822161 -0.165108 +vn -0.591072 0.782706 -0.194948 +vn 0.062748 0.037361 -0.997330 +vn 0.060036 -0.007434 -0.998169 +vn -0.891215 0.166597 -0.421878 +vn -0.889640 0.223753 -0.398090 +vn -0.699055 -0.375384 -0.608612 +vn -0.664432 -0.411398 -0.623925 +vn 0.833377 0.383415 0.398090 +vn 0.845429 0.327519 0.421878 +vn -0.167593 -0.589029 -0.790542 +vn -0.206659 -0.586456 -0.783174 +vn 0.384436 0.908267 0.165108 +vn 0.437186 0.877988 0.194948 +vn 0.182011 -0.365528 -0.912831 +vn 0.161044 -0.380481 -0.910658 +vn -0.273389 0.960864 -0.044709 +vn -0.331396 0.940435 -0.075890 +vn 0.164360 -0.075618 -0.983498 +vn 0.167767 -0.064993 -0.983682 +vn -0.837380 0.449664 -0.310801 +vn -0.815332 0.504833 -0.283509 +vn -0.824371 -0.207338 -0.526710 +vn -0.847245 -0.158378 -0.507042 +vn 0.808570 0.033257 0.587459 +vn 0.865120 0.078004 0.495462 +vn -0.387716 -0.585121 -0.712257 +vn -0.429684 -0.568994 -0.701154 +vn 0.623923 0.728246 0.283509 +vn 0.661658 0.682358 0.310801 +vn 0.078862 -0.508040 -0.857716 +vn 0.048101 -0.519090 -0.853365 +vn -0.030764 0.998526 0.044709 +vn 0.030706 0.996643 0.075890 +vn 0.221034 -0.201499 -0.954223 +vn 0.230952 -0.185846 -0.955051 +vn -0.641689 0.748983 -0.165108 +vn -0.682778 0.704138 -0.194948 +vn -0.910393 0.112731 -0.398090 +vn -0.904933 0.055814 -0.421878 +vn -0.647626 -0.458445 -0.608612 +vn -0.608839 -0.489931 -0.623925 +vn 0.779944 0.482921 0.398089 +vn 0.798772 0.428931 0.421878 +vn -0.133024 -0.607407 -0.783174 +vn -0.093938 -0.605160 -0.790542 +vn 0.269907 0.948625 0.165108 +vn 0.325978 0.925059 0.194947 +vn 0.206580 -0.357807 -0.910658 +vn 0.225551 -0.340390 -0.912831 +vn -0.444453 0.892582 -0.075890 +vn -0.389396 0.919985 -0.044709 +vn 0.172407 -0.054846 -0.983498 +vn 0.174483 -0.043883 -0.983682 +vn -0.871191 0.400811 -0.283509 +vn -0.886292 0.343351 -0.310800 +vn -0.792643 -0.307072 -0.526710 +vn -0.821361 -0.261294 -0.507042 +vn 0.835888 0.210235 0.507042 +vn 0.835571 0.156195 0.526710 +vn -0.356505 -0.617484 -0.701154 +vn -0.312872 -0.628332 -0.712257 +vn 0.529701 0.799399 0.283509 +vn 0.572789 0.758495 0.310801 +vn 0.111526 -0.509245 -0.853365 +vn 0.140697 -0.494497 -0.857716 +vn -0.153238 0.987177 0.044709 +vn -0.092002 0.992863 0.075890 +vn 0.252040 -0.156056 -0.955051 +vn 0.244121 -0.172810 -0.954223 +vn -0.764133 0.614895 -0.194948 +vn -0.728866 0.664450 -0.165108 +vn -0.917346 0.000000 -0.398090 +vn -0.904933 -0.055814 -0.421878 +vn -0.586380 -0.534556 -0.608612 +vn -0.544018 -0.561037 -0.623925 +vn 0.714687 0.575106 0.398091 +vn 0.740006 0.523842 0.421878 +vn -0.018859 -0.612117 -0.790542 +vn -0.057373 -0.619150 -0.783174 +vn 0.209829 0.958106 0.194947 +vn 0.151287 0.974603 0.165108 +vn 0.248984 -0.329709 -0.910658 +vn 0.265671 -0.310093 -0.912831 +vn -0.550772 0.831198 -0.075890 +vn -0.499500 0.865159 -0.044709 +vn 0.177840 -0.033244 -0.983498 +vn 0.187375 0.007504 -0.982260 +vn 0.175223 -0.039898 -0.983720 +vn 0.178553 -0.022110 -0.983682 +vn -0.921768 0.231834 -0.310801 +vn -0.913842 0.290715 -0.283509 +vn -0.783025 -0.360249 -0.507042 +vn -0.748900 -0.402151 -0.526710 +vn 0.810044 0.257693 0.526709 +vn 0.803718 0.311360 0.507043 +vn -0.233286 -0.662018 -0.712257 +vn -0.277921 -0.656614 -0.701154 +vn 0.427449 0.858434 0.283509 +vn 0.475238 0.823136 0.310801 +vn 0.173262 -0.491679 -0.853365 +vn 0.200398 -0.473460 -0.857716 +vn -0.273389 0.960864 0.044709 +vn -0.213316 0.974031 0.075890 +vn 0.269306 -0.123901 -0.955051 +vn 0.263507 -0.141500 -0.954223 +vn -0.804995 0.569844 -0.165108 +vn -0.833904 0.516332 -0.194948 +vn -0.910393 -0.112731 -0.398090 +vn -0.891215 -0.166597 -0.421878 +vn -0.470949 -0.623638 -0.623925 +vn -0.516245 -0.602563 -0.608612 +vn 0.670024 0.610808 0.421878 +vn 0.638596 0.658574 0.398090 +vn 0.019149 -0.621508 -0.783174 +vn 0.056506 -0.609795 -0.790542 +vn 0.030373 0.985808 0.165108 +vn 0.090498 0.976630 0.194948 +vn 0.287615 -0.296612 -0.910658 +vn 0.301765 -0.275094 -0.912831 +vn -0.602032 0.797219 -0.044709 +vn -0.648742 0.757215 -0.075890 +vn -0.942641 0.176210 -0.283509 +vn -0.943271 0.116802 -0.310801 +vn -0.693804 -0.491134 -0.526710 +vn -0.732820 -0.453743 -0.507042 +vn 0.759363 0.407769 0.507043 +vn 0.772236 0.355285 0.526711 +vn -0.150164 -0.685668 -0.712257 +vn -0.195124 -0.685791 -0.701154 +vn 0.318718 0.904456 0.283509 +vn 0.370482 0.875298 0.310801 +vn 0.257062 -0.445244 -0.857716 +vn 0.232370 -0.466661 -0.853365 +vn -0.331396 0.940435 0.075890 +vn -0.389396 0.919985 0.044709 +vn 0.282491 -0.089867 -0.955051 +vn 0.278898 -0.108046 -0.954223 +vn -0.891035 0.409941 -0.194948 +vn -0.868921 0.466601 -0.165108 +vn -0.863987 -0.274854 -0.421878 +vn -0.889640 -0.223753 -0.398090 +vn 0.727818 0.056170 0.683466 +vn 0.779958 0.145799 0.608612 +vn 0.773436 0.077858 0.629075 +vn -0.390743 -0.676785 -0.623925 +vn -0.438283 -0.661436 -0.608613 +vn 0.552825 0.732058 0.398089 +vn 0.589885 0.688516 0.421878 +vn 0.095380 -0.614444 -0.783174 +vn 0.131014 -0.598229 -0.790542 +vn -0.091002 0.982068 0.165108 +vn -0.030204 0.980348 0.194948 +vn 0.321885 -0.259020 -0.910659 +vn 0.333283 -0.235926 -0.912831 +vn -0.736878 0.671753 -0.075890 +vn -0.695438 0.717194 -0.044709 +vn -0.957151 0.059035 -0.283509 +vn -0.950475 0.000000 -0.310801 +vn -0.671506 -0.540359 -0.507042 +vn -0.628191 -0.572672 -0.526710 +vn 0.722723 0.447491 0.526711 +vn 0.703497 0.497997 0.507042 +vn -0.109370 -0.704571 -0.701154 +vn -0.064765 -0.698924 -0.712257 +vn 0.260110 0.914191 0.310801 +vn 0.205155 0.936768 0.283509 +vn 0.309829 -0.410280 -0.857716 +vn 0.287956 -0.434569 -0.853365 +vn -0.444453 0.892582 0.075890 +vn -0.499500 0.865159 0.044709 +vn 0.291394 -0.054470 -0.955051 +vn 0.290062 -0.072953 -0.954223 +vn -0.919675 0.356284 -0.165108 +vn -0.934658 0.297337 -0.194948 +vn -0.855400 -0.331384 -0.398090 +vn -0.823662 -0.378945 -0.421878 +vn 0.757881 0.190615 0.623924 +vn 0.756129 0.240542 0.608612 +vn -0.353679 -0.710283 -0.608612 +vn -0.304612 -0.719673 -0.623925 +vn 0.458673 0.794445 0.398090 +vn 0.500803 0.755788 0.421878 +vn 0.170164 -0.598066 -0.783174 +vn 0.203537 -0.577595 -0.790542 +vn -0.150449 0.969206 0.194947 +vn -0.210997 0.963442 0.165108 +vn 0.351275 -0.217501 -0.910658 +vn 0.359750 -0.193181 -0.912831 +vn -0.778301 0.626297 -0.044709 +vn -0.813843 0.576108 -0.075890 +vn -0.957151 -0.059035 -0.283509 +vn -0.943271 -0.116802 -0.310801 +vn -0.553055 -0.645528 -0.526710 +vn -0.600013 -0.618783 -0.507042 +vn 0.636968 0.580673 0.507042 +vn 0.662254 0.532914 0.526709 +vn 0.021616 -0.701586 -0.712257 +vn -0.021957 -0.712672 -0.701154 +vn 0.088483 0.954879 0.283509 +vn 0.145795 0.939227 0.310801 +vn 0.357899 -0.369096 -0.857716 +vn 0.339176 -0.395889 -0.853365 +vn -0.602032 0.797219 0.044709 +vn -0.550772 0.831198 0.075890 +vn 0.308900 0.027359 -0.950701 +vn 0.296810 -0.036376 -0.954244 +vn 0.414388 -0.051313 -0.908653 +vn 0.296828 -0.036756 -0.954223 +vn -0.964113 0.180224 -0.194948 +vn -0.956487 0.240566 -0.165108 +vn -0.770852 -0.477291 -0.421878 +vn -0.808193 -0.433991 -0.398090 +vn 0.720838 0.331638 0.608612 +vn 0.728712 0.282305 0.623925 +vn -0.213863 -0.751652 -0.623925 +vn -0.263712 -0.748363 -0.608612 +vn 0.357569 0.844789 0.398090 +vn 0.404130 0.811602 0.421878 +vn 0.272973 -0.548205 -0.790542 +vn 0.242370 -0.572622 -0.783174 +vn -0.268413 0.943372 0.194948 +vn -0.327793 0.930210 0.165108 +vn 0.375341 -0.172685 -0.910659 +vn 0.380762 -0.147509 -0.912831 +vn -0.849367 0.525906 -0.044709 +vn -0.878472 0.471729 -0.075890 +vn -0.921768 -0.231834 -0.310801 +vn -0.942641 -0.176210 -0.283509 +vn 0.637269 0.022117 0.770324 +vn 0.716241 0.065877 0.694737 +vn -0.519423 -0.687828 -0.507042 +vn -0.469535 -0.708600 -0.526709 +vn 0.591745 0.610258 0.526710 +vn 0.560782 0.654547 0.507042 +vn 0.107669 -0.693612 -0.712257 +vn 0.065789 -0.709968 -0.701154 +vn 0.029270 0.950024 0.310801 +vn -0.029531 0.958515 0.283509 +vn 0.385256 -0.351207 -0.853365 +vn 0.400544 -0.322316 -0.857716 +vn -0.695438 0.717194 0.044709 +vn -0.648742 0.757215 0.075890 +vn -0.978953 0.060380 -0.194948 +vn -0.978800 0.121202 -0.165108 +vn -0.706355 -0.568402 -0.421878 +vn -0.748735 -0.530019 -0.398090 +vn 0.674620 0.417707 0.608612 +vn 0.688497 0.369715 0.623925 +vn -0.119874 -0.772236 -0.623925 +vn -0.169749 -0.775098 -0.608612 +vn 0.301330 0.855113 0.421878 +vn 0.251044 0.882327 0.398091 +vn 0.310901 -0.538497 -0.783174 +vn 0.338272 -0.510504 -0.790543 +vn -0.439621 0.882878 0.165108 +vn -0.382307 0.903237 0.194948 +vn 0.393717 -0.125251 -0.910659 +vn 0.396004 -0.099598 -0.912831 +vn -0.929783 0.360200 -0.075890 +vn -0.907557 0.417542 -0.044709 +vn -0.913842 -0.290715 -0.283509 +vn -0.886292 -0.343351 -0.310800 +vn 0.689967 0.128978 0.712257 +vn 0.691474 0.173913 0.701154 +vn -0.378898 -0.760929 -0.526710 +vn -0.430961 -0.746445 -0.507042 +vn 0.476095 0.718500 0.507043 +vn 0.512267 0.678350 0.526710 +vn 0.152536 -0.696502 -0.701154 +vn 0.192089 -0.675123 -0.712257 +vn -0.147098 0.947621 0.283509 +vn -0.087698 0.946421 0.310801 +vn 0.437117 -0.270652 -0.857716 +vn 0.425495 -0.301201 -0.853365 +vn -0.736878 0.671753 0.075890 +vn -0.778301 0.626297 0.044709 +vn -0.986276 0.000000 -0.165108 +vn -0.978953 -0.060380 -0.194948 +vn -0.631152 -0.650897 -0.421878 +vn -0.677927 -0.618012 -0.398090 +vn 0.618175 0.497444 0.608613 +vn 0.637845 0.451521 0.623925 +vn -0.024066 -0.781114 -0.623925 +vn -0.073212 -0.790083 -0.608612 +vn 0.193963 0.885662 0.421878 +vn 0.140713 0.906490 0.398090 +vn 0.374720 -0.496209 -0.783174 +vn 0.398443 -0.465065 -0.790542 +vn -0.544784 0.822161 0.165108 +vn -0.490407 0.849409 0.194948 +vn 0.406125 -0.075918 -0.910659 +vn 0.425767 -0.008269 -0.904795 +vn 0.405162 -0.048197 -0.912973 +vn -0.951989 0.302850 -0.044709 +vn -0.967000 0.243210 -0.075890 +vn -0.871191 -0.400811 -0.283509 +vn -0.837380 -0.449664 -0.310801 +vn 0.668888 0.212788 0.712257 +vn 0.664862 0.257569 0.701154 +vn -0.335964 -0.793748 -0.507042 +vn -0.282516 -0.801724 -0.526710 +vn 0.425023 0.736161 0.526710 +vn 0.384191 0.771560 0.507042 +vn 0.236972 -0.672478 -0.701154 +vn 0.273598 -0.646401 -0.712257 +vn -0.262435 0.922361 0.283509 +vn -0.203338 0.928470 0.310801 +vn 0.467064 -0.214884 -0.857716 +vn 0.459284 -0.246630 -0.853365 +vn -0.813843 0.576108 0.075890 +vn -0.849367 0.525906 0.044709 +vn -0.978800 -0.121202 -0.165108 +vn -0.964113 -0.180224 -0.194948 +vn -0.546380 -0.723525 -0.421878 +vn -0.596842 -0.696637 -0.398090 +vn 0.577524 0.526482 0.623925 +vn 0.552360 0.569640 0.608612 +vn 0.024435 -0.793091 -0.608612 +vn 0.072107 -0.778151 -0.623925 +vn 0.028249 0.916911 0.398090 +vn 0.083655 0.902785 0.421878 +vn 0.452575 -0.412576 -0.790542 +vn 0.432858 -0.446400 -0.783174 +vn -0.591072 0.782706 0.194948 +vn -0.641689 0.748983 0.165108 +vn -0.981990 0.183566 -0.044709 +vn -0.989559 0.122534 -0.075890 +vn -0.775775 -0.549160 -0.310801 +vn -0.815332 -0.504833 -0.283509 +vn 0.628170 0.337321 0.701154 +vn 0.637669 0.293374 0.712257 +vn -0.235876 -0.829018 -0.507042 +vn -0.181853 -0.830365 -0.526710 +vn 0.286463 0.812925 0.507042 +vn 0.331336 0.782811 0.526710 +vn 0.350959 -0.607880 -0.712257 +vn 0.317816 -0.638260 -0.701154 +vn -0.373793 0.883121 0.283509 +vn -0.315895 0.896445 0.310800 +vn 0.489930 -0.155858 -0.857716 +vn 0.486111 -0.188321 -0.853365 +vn -0.907557 0.417542 0.044709 +vn -0.878472 0.471729 0.075890 +vn -0.934658 -0.297337 -0.194948 +vn -0.956487 -0.240566 -0.165108 +vn 0.535440 0.037883 0.843723 +vn 0.606681 0.064824 0.792298 +vn 0.611215 0.114256 0.783174 +vn -0.453327 -0.785184 -0.421878 +vn -0.506710 -0.764702 -0.398090 +vn 0.478171 0.633201 0.608612 +vn 0.508448 0.593463 0.623925 +vn 0.121711 -0.784077 -0.608612 +vn 0.167185 -0.763392 -0.623925 +vn -0.084642 0.913433 0.398090 +vn -0.027920 0.906223 0.421878 +vn 0.499845 -0.353833 -0.790542 +vn 0.484434 -0.389823 -0.783174 +vn -0.682778 0.704138 0.194948 +vn -0.728866 0.664450 0.165108 +vn -0.997105 0.061499 -0.044709 +vn -0.997116 0.000000 -0.075890 +vn -0.702410 -0.640331 -0.310801 +vn -0.747115 -0.601201 -0.283509 +vn 0.581956 0.411959 0.701154 +vn 0.596783 0.369513 0.712257 +vn -0.132212 -0.851721 -0.507042 +vn -0.078433 -0.846419 -0.526710 +vn 0.232626 0.817595 0.526710 +vn 0.184394 0.841966 0.507042 +vn 0.423001 -0.560143 -0.712257 +vn 0.393841 -0.594367 -0.701154 +vn -0.423663 0.850830 0.310801 +vn -0.479485 0.830492 0.283509 +vn 0.505370 -0.094470 -0.857716 +vn 0.522138 -0.051522 -0.851303 +vn 0.505569 -0.127155 -0.853365 +vn -0.951989 0.302850 0.044709 +vn -0.929783 0.360200 0.075890 +vn -0.891035 -0.409941 -0.194948 +vn -0.919675 -0.356284 -0.165108 +vn 0.593911 0.149374 0.790542 +vn 0.592542 0.188501 0.783174 +vn -0.353400 -0.834941 -0.421878 +vn -0.408897 -0.821175 -0.398090 +vn 0.396734 0.687163 0.608612 +vn 0.431664 0.651447 0.623925 +vn 0.217143 -0.763178 -0.608612 +vn 0.259730 -0.737060 -0.623925 +vn -0.139073 0.895923 0.421878 +vn -0.196251 0.896108 0.398090 +vn 0.528667 -0.327337 -0.783174 +vn 0.539538 -0.289725 -0.790543 +vn -0.804995 0.569844 0.165108 +vn -0.764133 0.614895 0.194948 +vn -0.989559 -0.122534 -0.075890 +vn -0.997105 -0.061499 -0.044709 +vn -0.667571 -0.688456 -0.283509 +vn -0.618397 -0.721795 -0.310801 +vn 0.526921 0.480351 0.701154 +vn 0.546851 0.440050 0.712257 +vn -0.026543 -0.861513 -0.507042 +vn 0.026178 -0.849642 -0.526710 +vn 0.079528 0.858244 0.507042 +vn 0.130390 0.839985 0.526710 +vn 0.463897 -0.541463 -0.701154 +vn 0.488630 -0.503915 -0.712257 +vn -0.525009 0.792319 0.310801 +vn -0.577908 0.765274 0.283509 +vn 0.535733 0.018535 -0.844184 +vn 0.510538 -0.063219 -0.857528 +vn 0.644751 -0.079838 -0.760212 +vn -0.981990 0.183566 0.044709 +vn -0.967000 0.243210 0.075890 +vn -0.833904 -0.516332 -0.194948 +vn -0.868921 -0.466601 -0.165108 +vn 0.564886 0.259888 0.783174 +vn 0.571053 0.221227 0.790543 +vn -0.248117 -0.872042 -0.421878 +vn -0.304884 -0.865199 -0.398090 +vn 0.309282 0.730709 0.608612 +vn 0.348338 0.699556 0.623925 +vn 0.348338 -0.699556 -0.623925 +vn 0.309282 -0.730709 -0.608612 +vn -0.304884 0.865199 0.398090 +vn -0.248117 0.872042 0.421878 +vn 0.564886 -0.259888 -0.783174 +vn 0.571052 -0.221227 -0.790543 +vn -0.833905 0.516332 0.194948 +vn -0.868921 0.466601 0.165108 +vn -0.967000 -0.243210 -0.075890 +vn -0.981990 -0.183566 -0.044709 +vn 0.425767 0.008269 0.904795 +vn 0.522138 0.051522 0.851303 +vn -0.577908 -0.765274 -0.283509 +vn -0.525009 -0.792318 -0.310801 +vn 0.463897 0.541463 0.701154 +vn 0.488630 0.503916 0.712257 +vn 0.130390 -0.839985 -0.526710 +vn 0.079528 -0.858244 -0.507042 +vn -0.026543 0.861513 0.507042 +vn 0.026178 0.849642 0.526710 +vn 0.546851 -0.440050 -0.712257 +vn 0.526921 -0.480351 -0.701154 +vn -0.618397 0.721795 0.310801 +vn -0.667571 0.688456 0.283509 +vn -0.989559 0.122534 0.075890 +vn -0.997105 0.061499 0.044709 +vn -0.764133 -0.614895 -0.194948 +vn -0.804995 -0.569844 -0.165108 +vn 0.539538 0.289726 0.790543 +vn 0.528667 0.327337 0.783174 +vn -0.196251 -0.896108 -0.398090 +vn -0.139073 -0.895923 -0.421878 +vn 0.217143 0.763178 0.608612 +vn 0.259730 0.737060 0.623925 +vn 0.396734 -0.687163 -0.608612 +vn 0.431664 -0.651447 -0.623925 +vn -0.408897 0.821175 0.398090 +vn -0.353400 0.834941 0.421878 +vn 0.592542 -0.188501 -0.783174 +vn 0.593911 -0.149374 -0.790542 +vn -0.891035 0.409941 0.194948 +vn -0.919675 0.356284 0.165108 +vn -0.951989 -0.302850 -0.044709 +vn -0.929783 -0.360200 -0.075890 +vn 0.505370 0.094470 0.857716 +vn 0.505569 0.127155 0.853365 +vn -0.479485 -0.830492 -0.283509 +vn -0.423663 -0.850830 -0.310801 +vn 0.423001 0.560143 0.712257 +vn 0.393841 0.594367 0.701154 +vn 0.184394 -0.841966 -0.507042 +vn 0.232626 -0.817595 -0.526710 +vn -0.132212 0.851721 0.507042 +vn -0.078433 0.846419 0.526710 +vn 0.596783 -0.369513 -0.712257 +vn 0.581956 -0.411958 -0.701154 +vn -0.747115 0.601201 0.283509 +vn -0.702410 0.640331 0.310801 +vn -0.997116 0.000000 0.075890 +vn -0.997105 -0.061499 0.044709 +vn -0.728866 -0.664450 -0.165108 +vn -0.682778 -0.704138 -0.194948 +vn 0.484434 0.389823 0.783174 +vn 0.499845 0.353833 0.790543 +vn -0.027920 -0.906223 -0.421878 +vn -0.084642 -0.913433 -0.398090 +vn 0.121711 0.784077 0.608612 +vn 0.167185 0.763392 0.623925 +vn 0.478171 -0.633201 -0.608612 +vn 0.508448 -0.593463 -0.623925 +vn -0.453327 0.785184 0.421878 +vn -0.506710 0.764702 0.398090 +vn 0.611215 -0.114256 -0.783174 +vn 0.637269 -0.022117 -0.770324 +vn 0.606681 -0.064824 -0.792298 +vn -0.934658 0.297337 0.194948 +vn -0.956487 0.240566 0.165108 +vn -0.878472 -0.471729 -0.075890 +vn -0.907557 -0.417542 -0.044709 +vn 0.489930 0.155858 0.857716 +vn 0.486111 0.188321 0.853365 +vn -0.373793 -0.883120 -0.283509 +vn -0.315895 -0.896445 -0.310800 +vn 0.350959 0.607880 0.712257 +vn 0.317816 0.638260 0.701154 +vn 0.286463 -0.812925 -0.507042 +vn 0.331336 -0.782811 -0.526710 +vn -0.181853 0.830365 0.526710 +vn -0.235876 0.829018 0.507042 +vn 0.637669 -0.293374 -0.712257 +vn 0.628170 -0.337321 -0.701154 +vn -0.775775 0.549160 0.310801 +vn -0.815332 0.504833 0.283509 +vn -0.989559 -0.122534 0.075890 +vn -0.981990 -0.183566 0.044709 +vn -0.641689 -0.748983 -0.165108 +vn -0.591072 -0.782706 -0.194948 +vn 0.432858 0.446400 0.783174 +vn 0.452575 0.412576 0.790542 +vn 0.028249 -0.916911 -0.398090 +vn 0.083655 -0.902785 -0.421878 +vn 0.072107 0.778151 0.623925 +vn 0.024435 0.793091 0.608612 +vn 0.577524 -0.526482 -0.623925 +vn 0.552360 -0.569640 -0.608612 +vn -0.546380 0.723525 0.421878 +vn -0.596842 0.696637 0.398090 +vn -0.978800 0.121202 0.165108 +vn -0.964113 0.180224 0.194948 +vn -0.849367 -0.525906 -0.044709 +vn -0.813843 -0.576108 -0.075890 +vn 0.459284 0.246630 0.853365 +vn 0.467064 0.214884 0.857716 +vn -0.262435 -0.922361 -0.283509 +vn -0.203338 -0.928470 -0.310801 +vn 0.236972 0.672478 0.701154 +vn 0.273598 0.646401 0.712257 +vn 0.384191 -0.771560 -0.507042 +vn 0.425023 -0.736161 -0.526710 +vn -0.335964 0.793748 0.507042 +vn -0.282516 0.801724 0.526710 +vn 0.668888 -0.212788 -0.712257 +vn 0.664862 -0.257569 -0.701154 +vn -0.837380 0.449664 0.310801 +vn -0.871191 0.400811 0.283509 +vn -0.951989 -0.302850 0.044709 +vn -0.967000 -0.243210 0.075890 +vn 0.406125 0.075918 0.910659 +vn 0.308975 0.016274 0.950931 +vn 0.405162 0.048197 0.912974 +vn -0.544784 -0.822161 -0.165108 +vn -0.490407 -0.849409 -0.194948 +vn 0.398443 0.465065 0.790542 +vn 0.374720 0.496209 0.783174 +vn 0.140713 -0.906490 -0.398090 +vn 0.193963 -0.885662 -0.421878 +vn -0.073212 0.790083 0.608612 +vn -0.024066 0.781114 0.623925 +vn 0.637845 -0.451521 -0.623925 +vn 0.618175 -0.497444 -0.608613 +vn -0.631152 0.650897 0.421878 +vn -0.677927 0.618012 0.398090 +vn -0.986276 0.000000 0.165108 +vn -0.978953 0.060380 0.194948 +vn -0.736878 -0.671753 -0.075890 +vn -0.778301 -0.626297 -0.044709 +vn 0.437117 0.270652 0.857716 +vn 0.425495 0.301201 0.853365 +vn -0.087698 -0.946421 -0.310801 +vn -0.147098 -0.947621 -0.283509 +vn 0.152536 0.696502 0.701154 +vn 0.192089 0.675123 0.712257 +vn 0.512267 -0.678350 -0.526710 +vn 0.476095 -0.718500 -0.507043 +vn -0.430961 0.746445 0.507042 +vn -0.378898 0.760929 0.526710 +vn 0.691474 -0.173913 -0.701154 +vn 0.689967 -0.128978 -0.712257 +vn 0.716241 -0.065877 -0.694737 +vn -0.913842 0.290715 0.283509 +vn -0.886292 0.343351 0.310800 +vn -0.907557 -0.417542 0.044709 +vn -0.929783 -0.360200 0.075890 +vn 0.396004 0.099598 0.912831 +vn 0.393717 0.125251 0.910659 +vn -0.439621 -0.882878 -0.165108 +vn -0.382307 -0.903237 -0.194948 +vn 0.338272 0.510504 0.790543 +vn 0.310901 0.538497 0.783174 +vn 0.251044 -0.882327 -0.398090 +vn 0.301330 -0.855113 -0.421878 +vn -0.169749 0.775098 0.608612 +vn -0.119874 0.772236 0.623925 +vn 0.674620 -0.417707 -0.608613 +vn 0.688497 -0.369715 -0.623925 +vn -0.706355 0.568402 0.421878 +vn -0.748735 0.530019 0.398090 +vn -0.978953 -0.060380 0.194948 +vn -0.978800 -0.121202 0.165108 +vn -0.695438 -0.717194 -0.044709 +vn -0.648742 -0.757215 -0.075890 +vn 0.400544 0.322316 0.857716 +vn 0.385256 0.351207 0.853365 +vn -0.029531 -0.958515 -0.283509 +vn 0.029269 -0.950024 -0.310801 +vn 0.107669 0.693612 0.712257 +vn 0.065789 0.709968 0.701154 +vn 0.591745 -0.610258 -0.526710 +vn 0.560782 -0.654547 -0.507043 +vn -0.469535 0.708600 0.526709 +vn -0.519423 0.687828 0.507042 +vn 0.728923 0.011238 -0.684504 +vn 0.691768 -0.085659 -0.717021 +vn 0.819069 -0.101423 -0.564659 +vn -0.942641 0.176210 0.283509 +vn -0.921768 0.231834 0.310801 +vn -0.878472 -0.471729 0.075890 +vn -0.849367 -0.525906 0.044709 +vn 0.375341 0.172684 0.910659 +vn 0.380762 0.147509 0.912831 +vn -0.268413 -0.943372 -0.194948 +vn -0.327793 -0.930210 -0.165108 +vn 0.242370 0.572622 0.783174 +vn 0.272973 0.548204 0.790542 +vn 0.357569 -0.844789 -0.398090 +vn 0.404130 -0.811602 -0.421878 +vn -0.263712 0.748363 0.608612 +vn -0.213863 0.751652 0.623925 +vn 0.720838 -0.331638 -0.608612 +vn 0.728712 -0.282305 -0.623925 +vn -0.770852 0.477291 0.421878 +vn -0.808193 0.433991 0.398090 +vn -0.964113 -0.180224 0.194948 +vn -0.956487 -0.240566 0.165108 +vn 0.187375 -0.007504 0.982260 +vn 0.296929 0.036424 0.954205 +vn -0.602032 -0.797219 -0.044709 +vn -0.550772 -0.831198 -0.075890 +vn 0.339176 0.395889 0.853365 +vn 0.357899 0.369096 0.857716 +vn 0.145795 -0.939227 -0.310801 +vn 0.088483 -0.954879 -0.283509 +vn 0.021616 0.701586 0.712257 +vn -0.021957 0.712672 0.701154 +vn 0.662254 -0.532914 -0.526709 +vn 0.636968 -0.580673 -0.507042 +vn -0.553055 0.645528 0.526710 +vn -0.600013 0.618783 0.507042 +vn -0.957151 0.059035 0.283509 +vn -0.943271 0.116802 0.310801 +vn -0.813843 -0.576108 0.075890 +vn -0.778301 -0.626297 0.044709 +vn 0.359750 0.193181 0.912831 +vn 0.351276 0.217501 0.910658 +vn -0.150449 -0.969206 -0.194947 +vn -0.210997 -0.963442 -0.165108 +vn 0.203537 0.577595 0.790542 +vn 0.170164 0.598066 0.783174 +vn 0.458673 -0.794445 -0.398090 +vn 0.500803 -0.755788 -0.421878 +vn -0.353679 0.710283 0.608612 +vn -0.304612 0.719673 0.623925 +vn 0.756129 -0.240542 -0.608612 +vn 0.757881 -0.190615 -0.623924 +vn -0.823662 0.378945 0.421878 +vn -0.855400 0.331384 0.398090 +vn -0.919675 -0.356284 0.165108 +vn -0.934658 -0.297337 0.194948 +vn 0.290062 0.072953 0.954223 +vn 0.291394 0.054470 0.955051 +vn -0.499500 -0.865159 -0.044709 +vn -0.444453 -0.892582 -0.075890 +vn 0.309829 0.410280 0.857716 +vn 0.287956 0.434569 0.853365 +vn 0.260110 -0.914191 -0.310801 +vn 0.205155 -0.936768 -0.283509 +vn -0.109370 0.704571 0.701154 +vn -0.064765 0.698925 0.712257 +vn 0.722723 -0.447491 -0.526710 +vn 0.703497 -0.497997 -0.507042 +vn -0.671506 0.540359 0.507042 +vn -0.628191 0.572672 0.526710 +vn -0.957151 -0.059035 0.283509 +vn -0.950475 0.000000 0.310801 +vn -0.695438 -0.717194 0.044709 +vn -0.736878 -0.671753 0.075890 +vn 0.321885 0.259020 0.910658 +vn 0.333283 0.235926 0.912831 +vn -0.091002 -0.982068 -0.165108 +vn -0.030204 -0.980348 -0.194948 +vn 0.131014 0.598229 0.790542 +vn 0.095379 0.614444 0.783174 +vn 0.552825 -0.732058 -0.398090 +vn 0.589885 -0.688516 -0.421878 +vn -0.390743 0.676785 0.623925 +vn -0.438283 0.661436 0.608613 +vn 0.779958 -0.145799 -0.608612 +vn 0.808570 -0.033257 -0.587459 +vn 0.773436 -0.077858 -0.629075 +vn -0.889640 0.223753 0.398090 +vn -0.863987 0.274854 0.421878 +vn -0.891035 -0.409941 0.194948 +vn -0.868921 -0.466601 0.165108 +vn 0.282491 0.089867 0.955051 +vn 0.278898 0.108046 0.954223 +vn -0.389396 -0.919985 -0.044709 +vn -0.331396 -0.940435 -0.075890 +vn 0.232370 0.466661 0.853365 +vn 0.257062 0.445244 0.857716 +vn 0.318718 -0.904456 -0.283509 +vn 0.370482 -0.875298 -0.310801 +vn -0.195124 0.685791 0.701154 +vn -0.150164 0.685668 0.712257 +vn 0.772236 -0.355285 -0.526711 +vn 0.759363 -0.407769 -0.507043 +vn -0.732820 0.453743 0.507042 +vn -0.693804 0.491134 0.526710 +vn -0.943271 -0.116802 0.310801 +vn -0.942641 -0.176210 0.283509 +vn 0.062748 -0.037361 0.997330 +vn 0.175223 0.039898 0.983720 +vn -0.648742 -0.757215 0.075890 +vn -0.602032 -0.797219 0.044709 +vn 0.287615 0.296612 0.910658 +vn 0.301765 0.275094 0.912831 +vn 0.090498 -0.976630 -0.194948 +vn 0.030373 -0.985808 -0.165108 +vn 0.056506 0.609795 0.790542 +vn 0.019149 0.621508 0.783174 +vn 0.638596 -0.658574 -0.398090 +vn 0.670024 -0.610808 -0.421878 +vn -0.470949 0.623638 0.623925 +vn -0.516245 0.602563 0.608612 +vn -0.891215 0.166597 0.421878 +vn -0.910393 0.112731 0.398090 +vn -0.833905 -0.516332 0.194948 +vn -0.804995 -0.569844 0.165108 +vn 0.269306 0.123901 0.955051 +vn 0.263507 0.141500 0.954223 +vn -0.273389 -0.960864 -0.044709 +vn -0.213316 -0.974031 -0.075890 +vn 0.173262 0.491679 0.853365 +vn 0.200398 0.473460 0.857716 +vn 0.475238 -0.823136 -0.310801 +vn 0.427449 -0.858434 -0.283509 +vn -0.277921 0.656614 0.701154 +vn -0.233286 0.662018 0.712257 +vn 0.803718 -0.311360 -0.507043 +vn 0.810044 -0.257693 -0.526709 +vn -0.748900 0.402151 0.526710 +vn -0.783025 0.360249 0.507042 +vn -0.913842 -0.290715 0.283509 +vn -0.921768 -0.231834 0.310801 +vn 0.177840 0.033244 0.983498 +vn 0.178553 0.022110 0.983682 +vn 0.060036 0.007434 0.998169 +vn -0.499500 -0.865159 0.044709 +vn -0.550772 -0.831198 0.075890 +vn 0.248984 0.329709 0.910658 +vn 0.265671 0.310093 0.912831 +vn 0.151287 -0.974603 -0.165108 +vn 0.209829 -0.958106 -0.194947 +vn -0.057373 0.619150 0.783174 +vn -0.018859 0.612117 0.790542 +vn 0.740006 -0.523841 -0.421878 +vn 0.714687 -0.575106 -0.398091 +vn -0.586380 0.534556 0.608612 +vn -0.544018 0.561037 0.623925 +vn -0.917346 0.000000 0.398090 +vn -0.904933 0.055814 0.421878 +vn -0.728866 -0.664450 0.165108 +vn -0.764133 -0.614895 0.194948 +vn 0.244121 0.172810 0.954223 +vn 0.252040 0.156056 0.955051 +vn -0.153238 -0.987177 -0.044709 +vn -0.092002 -0.992863 -0.075890 +vn 0.111526 0.509245 0.853365 +vn 0.140697 0.494497 0.857716 +vn 0.572789 -0.758495 -0.310801 +vn 0.529701 -0.799399 -0.283509 +vn -0.312872 0.628332 0.712257 +vn -0.356505 0.617484 0.701154 +vn 0.835888 -0.210235 -0.507042 +vn 0.874153 -0.070050 -0.480571 +vn 0.865120 -0.078004 -0.495462 +vn 0.835571 -0.156195 -0.526710 +vn -0.792643 0.307072 0.526710 +vn -0.821361 0.261294 0.507042 +vn -0.871191 -0.400811 0.283509 +vn -0.886292 -0.343351 0.310800 +vn 0.058667 0.014755 0.998169 +vn 0.174483 0.043883 0.983682 +vn 0.172407 0.054846 0.983498 +vn -0.444453 -0.892582 0.075890 +vn -0.389396 -0.919985 0.044709 +vn 0.225551 0.340390 0.912831 +vn 0.206580 0.357807 0.910658 +vn 0.325978 -0.925059 -0.194947 +vn 0.269907 -0.948625 -0.165108 +vn -0.093938 0.605160 0.790542 +vn -0.133024 0.607407 0.783174 +vn 0.779944 -0.482921 -0.398089 +vn 0.798772 -0.428931 -0.421878 +vn -0.647626 0.458445 0.608612 +vn -0.608839 0.489931 0.623925 +vn -0.904933 -0.055814 0.421878 +vn -0.910393 -0.112731 0.398090 +vn -0.641689 -0.748983 0.165108 +vn -0.682778 -0.704138 0.194948 +vn 0.230952 0.185846 0.955051 +vn 0.221034 0.201499 0.954223 +vn 0.030706 -0.996643 -0.075890 +vn -0.030764 -0.998526 -0.044709 +vn 0.078862 0.508040 0.857716 +vn 0.048101 0.519090 0.853365 +vn 0.661658 -0.682358 -0.310801 +vn 0.623923 -0.728246 -0.283509 +vn -0.387716 0.585121 0.712257 +vn -0.429684 0.568994 0.701154 +vn -0.847245 0.158378 0.507042 +vn -0.824371 0.207338 0.526710 +vn -0.837380 -0.449664 0.310801 +vn -0.815332 -0.504833 0.283509 +vn 0.056409 0.021853 0.998169 +vn 0.164360 0.075618 0.983498 +vn 0.167767 0.064993 0.983682 +vn -0.273389 -0.960864 0.044709 +vn -0.331396 -0.940435 0.075890 +vn 0.161044 0.380481 0.910659 +vn 0.182011 0.365528 0.912831 +vn 0.437186 -0.877988 -0.194948 +vn 0.384436 -0.908267 -0.165108 +vn -0.167593 0.589029 0.790542 +vn -0.206659 0.586456 0.783174 +vn 0.833377 -0.383415 -0.398090 +vn 0.845429 -0.327519 -0.421878 +vn -0.664432 0.411398 0.623925 +vn -0.699055 0.375384 0.608612 +vn -0.891215 -0.166597 0.421878 +vn -0.889640 -0.223753 0.398090 +vn -0.544784 -0.822161 0.165108 +vn -0.591072 -0.782706 0.194948 +vn 0.206363 0.212818 0.955051 +vn 0.194597 0.227134 0.954223 +vn 0.152949 -0.985316 -0.075890 +vn 0.092176 -0.994739 -0.044709 +vn -0.016054 0.521067 0.853365 +vn 0.015832 0.513880 0.857716 +vn 0.740497 -0.595876 -0.310800 +vn 0.708687 -0.646053 -0.283509 +vn -0.456681 0.533041 0.712257 +vn -0.496350 0.511878 0.701154 +vn -0.843602 0.104461 0.526710 +vn -0.860286 0.053061 0.507042 +vn -0.775775 -0.549160 0.310801 +vn -0.747115 -0.601201 0.283509 +vn 0.153822 0.095242 0.983498 +vn 0.158509 0.085118 0.983682 +vn 0.053296 0.028620 0.998169 +vn -0.153238 -0.987177 0.044709 +vn -0.213316 -0.974031 0.075890 +vn 0.113067 0.397388 0.910658 +vn 0.135712 0.385125 0.912831 +vn 0.493137 -0.854140 -0.165108 +vn 0.541767 -0.817609 -0.194948 +vn -0.238708 0.563969 0.790542 +vn -0.277161 0.556615 0.783174 +vn 0.874177 -0.278096 -0.398091 +vn 0.879268 -0.221146 -0.421879 +vn -0.739887 0.286634 0.608612 +vn -0.709951 0.326630 0.623925 +vn -0.863987 -0.274854 0.421878 +vn -0.855400 -0.331384 0.398090 +vn -0.439621 -0.882878 0.165108 +vn -0.490407 -0.849409 0.194948 +vn 0.165210 0.249326 0.954223 +vn 0.178646 0.236565 0.955051 +vn 0.213719 -0.975872 -0.044709 +vn 0.272874 -0.959052 -0.075890 +vn -0.079965 0.515144 0.853365 +vn -0.047437 0.511931 0.857716 +vn 0.782707 -0.554068 -0.283509 +vn 0.808110 -0.500361 -0.310801 +vn -0.555492 0.447003 0.701154 +vn -0.518724 0.472880 0.712257 +vn -0.850045 0.000000 0.526710 +vn -0.860286 -0.053061 0.507042 +vn -0.667571 -0.688456 0.283509 +vn -0.702410 -0.640331 0.310801 +vn 0.049375 0.034952 0.998169 +vn 0.140952 0.113424 0.983498 +vn 0.146848 0.103951 0.983682 +vn -0.030764 -0.998526 0.044709 +vn -0.092002 -0.992863 0.075890 +vn 0.063375 0.408270 0.910658 +vn 0.087357 0.398883 0.912831 +vn 0.638135 -0.744835 -0.194947 +vn 0.594364 -0.787064 -0.165108 +vn -0.343462 0.518336 0.783174 +vn -0.306204 0.530360 0.790542 +vn 0.901726 -0.168562 -0.398091 +vn 0.928993 -0.041054 -0.367814 +vn 0.897891 -0.086803 -0.431576 +vn -0.744709 0.236909 0.623925 +vn -0.769503 0.193538 0.608612 +vn -0.823662 -0.378945 0.421878 +vn -0.808193 -0.433991 0.398090 +vn -0.327793 -0.930210 0.165108 +vn -0.382307 -0.903237 0.194948 +vn 0.133318 0.267739 0.954223 +vn 0.148220 0.256726 0.955051 +vn 0.388662 -0.918250 -0.075890 +vn 0.332023 -0.942211 -0.044709 +vn -0.142664 0.501413 0.853365 +vn -0.109988 0.502221 0.857716 +vn 0.844864 -0.453682 -0.283509 +vn 0.863474 -0.397261 -0.310801 +vn -0.606213 0.375351 0.701154 +vn -0.572904 0.405550 0.712257 +vn -0.843602 -0.104461 0.526710 +vn -0.847245 -0.158378 0.507042 +vn -0.618397 -0.721795 0.310801 +vn -0.577908 -0.765274 0.283509 +vn 0.125945 0.129885 0.983498 +vn 0.132960 0.121210 0.983682 +vn 0.044706 0.040755 0.998169 +vn 0.092176 -0.994739 0.044709 +vn 0.030706 -0.996643 0.075890 +vn 0.037676 0.406595 0.912831 +vn 0.012723 0.412964 0.910658 +vn 0.686580 -0.708059 -0.165108 +vn 0.724830 -0.660769 -0.194948 +vn -0.404556 0.472200 0.783174 +vn -0.369058 0.488712 0.790542 +vn -0.768178 0.143597 0.623925 +vn -0.787454 0.097508 0.608612 +vn -0.770852 -0.477291 0.421878 +vn -0.748735 -0.530019 0.398090 +vn -0.210997 -0.963442 0.165108 +vn -0.268413 -0.943372 0.194948 +vn 0.099406 0.282093 0.954223 +vn 0.115549 0.272994 0.955051 +vn 0.445293 -0.894268 -0.044709 +vn 0.498558 -0.863528 -0.075890 +vn -0.203201 0.480081 0.853365 +vn -0.170871 0.484898 0.857716 +vn 0.905748 -0.288139 -0.310800 +vn 0.894213 -0.346420 -0.283509 +vn -0.647744 0.298010 0.701154 +vn -0.618399 0.332073 0.712257 +vn -0.821361 -0.261294 0.507042 +vn -0.824371 -0.207338 0.526710 +vn -0.479485 -0.830492 0.283509 +vn -0.525009 -0.792319 0.310801 +vn 0.109029 0.144378 0.983498 +vn 0.117057 0.136629 0.983682 +vn 0.039359 0.045940 0.998169 +vn 0.213719 -0.975872 0.044709 +vn 0.152949 -0.985316 0.075890 +vn -0.038122 0.411397 0.910658 +vn -0.012575 0.408143 0.912831 +vn 0.800536 -0.566689 -0.194948 +vn 0.768388 -0.618320 -0.165109 +vn -0.459518 0.418906 0.783174 +vn -0.426317 0.439655 0.790542 +vn -0.780002 0.048109 0.623925 +vn -0.793468 0.000000 0.608612 +vn -0.677927 -0.618012 0.398090 +vn -0.706355 -0.568402 0.421878 +vn -0.091002 -0.982068 0.165108 +vn -0.150449 -0.969206 0.194947 +vn 0.063987 0.292171 0.954223 +vn 0.081125 0.285125 0.955051 +vn 0.600897 -0.795715 -0.075890 +vn 0.551813 -0.832769 -0.044708 +vn -0.260657 0.451471 0.853365 +vn -0.229165 0.460224 0.857716 +vn 0.965578 -0.078709 -0.247918 +vn 0.959465 -0.086729 -0.268150 +vn 0.934292 -0.174650 -0.310799 +vn 0.930006 -0.233905 -0.283508 +vn -0.654520 0.253562 0.712257 +vn -0.679457 0.216151 0.701154 +vn -0.783025 -0.360249 0.507042 +vn -0.792643 -0.307072 0.526710 +vn -0.423663 -0.850830 0.310801 +vn -0.373793 -0.883121 0.283509 +vn 0.099379 0.149979 0.983682 +vn 0.090460 0.156682 0.983498 +vn 0.033415 0.050428 0.998169 +vn 0.332023 -0.942211 0.044709 +vn 0.272874 -0.959052 0.075890 +vn -0.062635 0.403504 0.912831 +vn -0.088389 0.403595 0.910658 +vn 0.838549 -0.519206 -0.165107 +vn 0.864109 -0.464017 -0.194946 +vn -0.477115 0.383933 0.790542 +vn -0.507514 0.359261 0.783174 +vn -0.780002 -0.048109 0.623925 +vn -0.787454 -0.097508 0.608612 +vn -0.631152 -0.650897 0.421878 +vn -0.596842 -0.696637 0.398090 +vn -0.030204 -0.980348 0.194948 +vn 0.030373 -0.985808 0.165108 +vn 0.027597 0.297819 0.954223 +vn 0.045472 0.292933 0.955051 +vn 0.649968 -0.758646 -0.044709 +vn 0.694126 -0.715842 -0.075890 +vn -0.283984 0.428575 0.857716 +vn -0.314162 0.416017 0.853365 +vn -0.700869 0.131015 0.701154 +vn -0.680719 0.171208 0.712257 +vn -0.748900 -0.402151 0.526710 +vn -0.732820 -0.453743 0.507042 +vn -0.262435 -0.922361 0.283509 +vn -0.315895 -0.896445 0.310800 +vn 0.070520 0.166611 0.983498 +vn 0.080196 0.161055 0.983682 +vn 0.026965 0.054152 0.998169 +vn 0.388662 -0.918250 0.075890 +vn 0.445293 -0.894268 0.044709 +vn -0.137315 0.389674 0.910658 +vn -0.111747 0.392749 0.912831 +vn 0.914582 -0.354311 -0.194948 +vn 0.895997 -0.412225 -0.165107 +vn -0.547816 0.294171 0.783174 +vn -0.520679 0.322391 0.790542 +vn -0.769503 -0.193538 0.608612 +vn -0.768178 -0.143597 0.623925 +vn -0.506710 -0.764702 0.398090 +vn -0.546380 -0.723525 0.421878 +vn 0.151287 -0.974603 0.165108 +vn 0.090498 -0.976630 0.194948 +vn 0.009129 0.296301 0.955051 +vn -0.009211 0.298953 0.954223 +vn 0.776833 -0.625116 -0.075890 +vn 0.738270 -0.673022 -0.044709 +vn -0.334498 0.390428 0.857716 +vn -0.362904 0.374257 0.853365 +vn -0.711657 0.043894 0.701154 +vn -0.696599 0.086258 0.712257 +vn -0.693804 -0.491134 0.526710 +vn -0.671506 -0.540359 0.507042 +vn -0.147098 -0.947621 0.283509 +vn -0.203338 -0.928470 0.310801 +vn 0.059796 0.169689 0.983682 +vn 0.049511 0.174014 0.983498 +vn 0.020106 0.057056 0.998169 +vn 0.498558 -0.863528 0.075890 +vn 0.551813 -0.832769 0.044708 +vn -0.184162 0.369845 0.910658 +vn -0.159164 0.376040 0.912831 +vn 0.984604 -0.115711 -0.131018 +vn 0.939863 -0.298993 -0.165108 +vn 0.951190 -0.239233 -0.194949 +vn -0.579814 0.224621 0.783174 +vn -0.556351 0.255962 0.790542 +vn -0.744709 -0.236909 0.623925 +vn -0.739887 -0.286634 0.608612 +vn -0.408897 -0.821175 0.398090 +vn -0.453327 -0.785184 0.421878 +vn 0.269907 -0.948625 0.165108 +vn 0.209829 -0.958106 0.194947 +vn -0.027352 0.295177 0.955051 +vn -0.045879 0.295556 0.954223 +vn 0.815381 -0.577196 -0.044708 +vn 0.847766 -0.524913 -0.075890 +vn -0.406145 0.326824 0.853365 +vn -0.379942 0.346363 0.857716 +vn -0.701919 0.000000 0.712257 +vn -0.711657 -0.043894 0.701154 +vn -0.600013 -0.618783 0.507042 +vn -0.628191 -0.572672 0.526710 +vn -0.087698 -0.946421 0.310801 +vn -0.029531 -0.958515 0.283509 +vn 0.012942 0.059094 0.998169 +vn 0.038490 0.175751 0.983682 +vn 0.027752 0.178780 0.983498 +vn 0.600897 -0.795715 0.075890 +vn 0.649968 -0.758646 0.044709 +vn -0.228215 0.344411 0.910658 +vn -0.204168 0.353630 0.912831 +vn 0.991107 -0.045066 -0.125207 +vn 0.919490 -0.171882 -0.353545 +vn 0.969138 -0.181163 0.167190 +vn -0.603022 0.151666 0.783174 +vn -0.583589 0.185653 0.790542 +vn -0.699055 -0.375384 0.608612 +vn -0.709951 -0.326630 0.623925 +vn -0.304884 -0.865199 0.398090 +vn -0.353400 -0.834941 0.421878 +vn 0.325978 -0.925059 0.194947 +vn 0.384436 -0.908267 0.165108 +vn -0.081851 0.287677 0.954223 +vn -0.063419 0.289578 0.955051 +vn 0.880131 -0.472621 -0.044710 +vn 0.905845 -0.416756 -0.075891 +vn -0.443230 0.274436 0.853365 +vn -0.419626 0.297047 0.857716 +vn -0.700869 -0.131015 0.701154 +vn -0.696599 -0.086258 0.712257 +vn -0.519423 -0.687828 0.507042 +vn -0.553055 -0.645528 0.526710 +vn 0.088483 -0.954879 0.283509 +vn 0.029270 -0.950024 0.310801 +vn 0.005582 0.060236 0.998169 +vn 0.005571 0.180835 0.983498 +vn 0.016601 0.179149 0.983682 +vn 0.694126 -0.715842 0.075890 +vn 0.738270 -0.673022 0.044709 +vn -0.246078 0.325860 0.912831 +vn -0.268809 0.313756 0.910658 +vn -0.601980 0.112530 0.790543 +vn -0.617090 0.076412 0.783174 +vn -0.647626 -0.458445 0.608612 +vn -0.664432 -0.411398 0.623925 +vn -0.248117 -0.872042 0.421878 +vn -0.196251 -0.896108 0.398090 +vn 0.437186 -0.877988 0.194948 +vn 0.493137 -0.854140 0.165108 +vn -0.116583 0.275439 0.954223 +vn -0.098523 0.279590 0.955051 +vn 0.931540 -0.360879 -0.044709 +vn 0.950194 -0.302279 -0.075889 +vn -0.452949 0.243228 0.857716 +vn -0.473595 0.217889 0.853365 +vn -0.680719 -0.171208 0.712257 +vn -0.679457 -0.216151 0.701154 +vn -0.430961 -0.746445 0.507042 +vn -0.469535 -0.708600 0.526709 +vn 0.145795 -0.939227 0.310801 +vn 0.205155 -0.936768 0.283509 +vn -0.001863 0.060466 0.998169 +vn -0.005541 0.179831 0.983682 +vn -0.016693 0.180149 0.983498 +vn 0.776833 -0.625116 0.075890 +vn 0.815381 -0.577196 0.044708 +vn -0.305329 0.278344 0.910658 +vn -0.284257 0.293150 0.912831 +vn -0.611246 0.037701 0.790542 +vn -0.621803 0.000000 0.783174 +vn -0.586380 -0.534556 0.608612 +vn -0.608839 -0.489931 0.623925 +vn -0.139073 -0.895923 0.421878 +vn -0.084642 -0.913433 0.398090 +vn 0.541767 -0.817609 0.194948 +vn 0.594364 -0.787064 0.165108 +vn -0.149548 0.259024 0.954223 +vn -0.132135 0.265363 0.955051 +vn 0.996661 -0.081652 0.000000 +vn 0.968827 -0.243671 -0.044708 +vn 0.987053 -0.117991 -0.108646 +vn -0.496782 0.158037 0.853365 +vn -0.479406 0.185723 0.857716 +vn -0.654520 -0.253562 0.712257 +vn -0.647744 -0.298010 0.701154 +vn -0.378898 -0.760929 0.526710 +vn -0.335964 -0.793748 0.507042 +vn 0.318718 -0.904456 0.283509 +vn 0.260110 -0.914191 0.310801 +vn -0.027598 0.177788 0.983682 +vn -0.038705 0.176732 0.983498 +vn -0.009279 0.059778 0.998169 +vn 0.847766 -0.524913 0.075890 +vn 0.880131 -0.472621 0.044710 +vn -0.337220 0.238713 0.910658 +vn -0.318127 0.255996 0.912831 +vn -0.617090 -0.076412 0.783174 +vn -0.611246 -0.037701 0.790542 +vn -0.544018 -0.561037 0.623925 +vn -0.516245 -0.602563 0.608612 +vn 0.028249 -0.916911 0.398090 +vn -0.027920 -0.906223 0.421878 +vn 0.686580 -0.708059 0.165108 +vn 0.638135 -0.744835 0.194947 +vn -0.163744 0.247114 0.955051 +vn -0.180245 0.238683 0.954223 +vn -0.498596 0.125402 0.857716 +vn -0.512438 0.095791 0.853365 +vn -0.618399 -0.332073 0.712257 +vn -0.606213 -0.375351 0.701154 +vn -0.282516 -0.801724 0.526710 +vn -0.235876 -0.829018 0.507042 +vn 0.427449 -0.858434 0.283509 +vn 0.370482 -0.875298 0.310801 +vn -0.049236 0.173049 0.983682 +vn -0.060130 0.170636 0.983498 +vn -0.016555 0.058185 0.998169 +vn 0.905845 -0.416756 0.075891 +vn 0.931540 -0.360879 0.044709 +vn -0.363999 0.195463 0.910659 +vn -0.347175 0.214961 0.912831 +vn -0.601980 -0.112530 0.790543 +vn -0.603022 -0.151666 0.783174 +vn -0.438283 -0.661436 0.608613 +vn -0.470949 -0.623638 0.623925 +vn 0.083655 -0.902785 0.421878 +vn 0.140713 -0.906490 0.398090 +vn 0.724830 -0.660769 0.194948 +vn 0.768388 -0.618320 0.165109 +vn -0.192870 0.225119 0.955051 +vn -0.208210 0.214724 0.954223 +vn -0.520325 0.032093 0.853365 +vn -0.510227 0.063180 0.857716 +vn -0.572904 -0.405550 0.712257 +vn -0.555492 -0.447003 0.701154 +vn -0.132212 -0.851721 0.507042 +vn -0.181853 -0.830365 0.526710 +vn 0.475238 -0.823136 0.310801 +vn 0.529701 -0.799399 0.283509 +vn -0.023580 0.055710 0.998169 +vn -0.070129 0.165686 0.983682 +vn -0.080643 0.161954 0.983498 +vn 0.950194 -0.302279 0.075889 +vn 0.987053 -0.117991 0.108646 +vn 0.968827 -0.243671 0.044708 +vn -0.385260 0.149251 0.910658 +vn -0.370960 0.170669 0.912831 +vn -0.579814 -0.224621 0.783174 +vn -0.583589 -0.185653 0.790542 +vn -0.353679 -0.710283 0.608612 +vn -0.390743 -0.676785 0.623925 +vn 0.251044 -0.882327 0.398091 +vn 0.193963 -0.885662 0.421878 +vn 0.800536 -0.566689 0.194948 +vn 0.838549 -0.519206 0.165107 +vn -0.233019 0.187510 0.954223 +vn -0.219072 0.199711 0.955051 +vn -0.520325 -0.032093 0.853365 +vn -0.514124 0.000000 0.857716 +vn -0.496350 -0.511878 0.701154 +vn -0.518724 -0.472880 0.712257 +vn -0.078433 -0.846419 0.526710 +vn -0.026543 -0.861513 0.507042 +vn 0.623923 -0.728246 0.283509 +vn 0.572789 -0.758495 0.310801 +vn -0.099935 0.150816 0.983498 +vn -0.030247 0.052390 0.998169 +vn -0.089958 0.155813 0.983682 +vn 0.991107 -0.045066 0.125207 +vn 0.919490 -0.171882 0.353545 +vn 0.969138 -0.181163 -0.167190 +vn -0.389121 0.123788 0.912831 +vn -0.400681 0.100775 0.910658 +vn -0.556351 -0.255962 0.790542 +vn -0.547816 -0.294171 0.783174 +vn -0.263712 -0.748363 0.608612 +vn -0.304612 -0.719673 0.623925 +vn 0.357569 -0.844789 0.398090 +vn 0.301330 -0.855113 0.421878 +vn 0.864109 -0.464017 0.194946 +vn 0.895997 -0.412225 0.165107 +vn -0.254296 0.157453 0.954223 +vn -0.241955 0.171276 0.955051 +vn -0.510227 -0.063180 0.857716 +vn -0.512438 -0.095791 0.853365 +vn -0.429684 -0.568994 0.701154 +vn -0.456681 -0.533041 0.712257 +vn 0.026178 -0.849642 0.526710 +vn 0.079528 -0.858244 0.507042 +vn 0.708687 -0.646053 0.283509 +vn 0.661658 -0.682358 0.310801 +vn -0.036456 0.048276 0.998169 +vn -0.108424 0.143577 0.983682 +vn -0.117710 0.137392 0.983498 +vn -0.401384 0.075032 0.912831 +vn -0.410028 0.050773 0.910658 +vn -0.520679 -0.322391 0.790542 +vn -0.507514 -0.359261 0.783174 +vn -0.169749 -0.775098 0.608612 +vn -0.213863 -0.751652 0.623925 +vn 0.404130 -0.811602 0.421878 +vn 0.458673 -0.794445 0.398090 +vn 0.914582 -0.354310 0.194948 +vn 0.939863 -0.298993 0.165108 +vn -0.261168 0.140245 0.955051 +vn -0.271718 0.125010 0.954223 +vn -0.498596 -0.125402 0.857716 +vn -0.496782 -0.158037 0.853365 +vn -0.387716 -0.585121 0.712257 +vn -0.356505 -0.617484 0.701154 +vn 0.130390 -0.839985 0.526710 +vn 0.184394 -0.841966 0.507042 +vn 0.782707 -0.554068 0.283509 +vn 0.740497 -0.595876 0.310800 +vn -0.133702 0.121886 0.983498 +vn -0.125246 0.129165 0.983682 +vn -0.042112 0.043430 0.998169 +vn -0.407562 0.025138 0.912831 +vn -0.413160 0.000000 0.910658 +vn -0.459518 -0.418906 0.783174 +vn -0.477115 -0.383933 0.790542 +vn -0.119874 -0.772236 0.623925 +vn -0.073212 -0.790083 0.608612 +vn 0.552825 -0.732058 0.398089 +vn 0.500803 -0.755788 0.421878 +vn 0.965578 -0.078709 0.247918 +vn 0.984604 -0.115711 0.131018 +vn 0.951190 -0.239233 0.194949 +vn -0.276423 0.107087 0.955051 +vn -0.285020 0.090671 0.954223 +vn -0.473595 -0.217889 0.853365 +vn -0.479406 -0.185723 0.857716 +vn -0.277921 -0.656614 0.701154 +vn -0.312872 -0.628332 0.712257 +vn 0.286463 -0.812925 0.507042 +vn 0.232626 -0.817595 0.526709 +vn 0.844864 -0.453682 0.283509 +vn 0.808110 -0.500361 0.310801 +vn -0.147667 0.104531 0.983498 +vn -0.047130 0.037925 0.998169 +vn -0.140170 0.112794 0.983682 +vn -0.407562 -0.025138 0.912831 +vn -0.410028 -0.050773 0.910658 +vn -0.426317 -0.439655 0.790542 +vn -0.404556 -0.472200 0.783174 +vn 0.024435 -0.793091 0.608612 +vn -0.024066 -0.781114 0.623925 +vn 0.589885 -0.688516 0.421878 +vn 0.638596 -0.658574 0.398090 +vn -0.287488 0.072306 0.955051 +vn -0.294003 0.054959 0.954223 +vn -0.452949 -0.243228 0.857716 +vn -0.443230 -0.274436 0.853365 +vn -0.195124 -0.685791 0.701154 +vn -0.233286 -0.662018 0.712257 +vn 0.384191 -0.771560 0.507042 +vn 0.331336 -0.782811 0.526710 +vn 0.894213 -0.346420 0.283509 +vn 0.863474 -0.397261 0.310801 +vn -0.159393 0.085593 0.983498 +vn -0.051433 0.031846 0.998169 +vn -0.152968 0.094714 0.983682 +vn -0.400681 -0.100775 0.910658 +vn -0.401384 -0.075032 0.912831 +vn -0.343462 -0.518336 0.783174 +vn -0.369058 -0.488712 0.790542 +vn 0.121711 -0.784077 0.608612 +vn 0.072107 -0.778151 0.623925 +vn 0.670024 -0.610808 0.421878 +vn 0.714687 -0.575106 0.398091 +vn -0.294194 0.036430 0.955051 +vn -0.298528 0.018413 0.954223 +vn -0.406145 -0.326824 0.853365 +vn -0.419626 -0.297047 0.857716 +vn -0.150164 -0.685668 0.712257 +vn -0.109370 -0.704571 0.701154 +vn 0.425023 -0.736161 0.526710 +vn 0.476095 -0.718500 0.507043 +vn 0.930006 -0.233905 0.283508 +vn 0.905748 -0.288139 0.310800 +vn -0.163448 0.075198 0.983682 +vn -0.054957 0.025284 0.998169 +vn -0.168704 0.065356 0.983498 +vn -0.389121 -0.123788 0.912831 +vn -0.385260 -0.149251 0.910658 +vn -0.277161 -0.556615 0.783174 +vn -0.306204 -0.530360 0.790542 +vn 0.217143 -0.763178 0.608612 +vn 0.167185 -0.763392 0.623925 +vn 0.740006 -0.523842 0.421878 +vn 0.779944 -0.482921 0.398089 +vn -0.296441 0.000000 0.955051 +vn -0.298528 -0.018413 0.954223 +vn -0.379942 -0.346363 0.857716 +vn -0.362904 -0.374257 0.853365 +vn -0.021957 -0.712672 0.701154 +vn -0.064765 -0.698925 0.712257 +vn 0.560782 -0.654547 0.507042 +vn 0.512267 -0.678350 0.526710 +vn 0.959465 -0.086729 0.268150 +vn 0.928993 -0.041054 0.367814 +vn 0.934292 -0.174650 0.310799 +vn -0.175457 0.044129 0.983498 +vn -0.171450 0.054543 0.983682 +vn -0.057648 0.018339 0.998169 +vn -0.363999 -0.195463 0.910659 +vn -0.370960 -0.170669 0.912831 +vn -0.206659 -0.586456 0.783174 +vn -0.238708 -0.563969 0.790542 +vn 0.309282 -0.730709 0.608612 +vn 0.259730 -0.737060 0.623925 +vn 0.798772 -0.428931 0.421878 +vn 0.833377 -0.383415 0.398090 +vn -0.294003 -0.054959 0.954223 +vn -0.294194 -0.036430 0.955051 +vn -0.314162 -0.416017 0.853365 +vn -0.334498 -0.390428 0.857716 +vn 0.021616 -0.701586 0.712257 +vn 0.065789 -0.709968 0.701154 +vn 0.591745 -0.610258 0.526710 +vn 0.636968 -0.580673 0.507042 +vn -0.176854 0.033059 0.983682 +vn -0.179549 0.022234 0.983498 +vn -0.059464 0.011116 0.998169 +vn -0.347175 -0.214961 0.912831 +vn -0.337220 -0.238713 0.910658 +vn -0.133024 -0.607407 0.783174 +vn -0.167593 -0.589029 0.790542 +vn 0.348338 -0.699556 0.623925 +vn 0.396734 -0.687163 0.608612 +vn 0.845429 -0.327519 0.421878 +vn 0.874177 -0.278096 0.398091 +vn -0.287488 -0.072306 0.955051 +vn -0.285020 -0.090671 0.954223 +vn -0.283984 -0.428575 0.857716 +vn -0.260657 -0.451471 0.853365 +vn 0.107669 -0.693612 0.712257 +vn 0.152536 -0.696502 0.701154 +vn 0.662254 -0.532914 0.526709 +vn 0.703497 -0.497997 0.507042 +vn -0.060380 0.003724 0.998169 +vn -0.179576 0.011076 0.983682 +vn -0.180921 0.000000 0.983498 +vn -0.318127 -0.255996 0.912831 +vn -0.305329 -0.278344 0.910658 +vn -0.093938 -0.605160 0.790542 +vn -0.057373 -0.619150 0.783174 +vn 0.478171 -0.633201 0.608612 +vn 0.431664 -0.651447 0.623925 +vn 0.897891 -0.086803 0.431576 +vn 0.901726 -0.168562 0.398091 +vn 0.874153 -0.070050 0.480571 +vn 0.879268 -0.221146 0.421879 +vn -0.271718 -0.125010 0.954223 +vn -0.276423 -0.107087 0.955051 +vn -0.203201 -0.480081 0.853365 +vn -0.229165 -0.460225 0.857716 +vn 0.236972 -0.672478 0.701154 +vn 0.192089 -0.675123 0.712257 +vn 0.759363 -0.407769 0.507043 +vn 0.722723 -0.447491 0.526710 +vn -0.060380 -0.003724 0.998169 +vn -0.179549 -0.022234 0.983498 +vn -0.179576 -0.011076 0.983682 +vn -0.284257 -0.293150 0.912831 +vn -0.268809 -0.313756 0.910658 +vn 0.019149 -0.621508 0.783174 +vn -0.018859 -0.612117 0.790542 +vn 0.552360 -0.569640 0.608612 +vn 0.508448 -0.593463 0.623925 +vn -0.254296 -0.157453 0.954223 +vn -0.261168 -0.140245 0.955051 +vn -0.142664 -0.501413 0.853365 +vn -0.170871 -0.484898 0.857716 +vn 0.317816 -0.638260 0.701154 +vn 0.273598 -0.646401 0.712257 +vn 0.772236 -0.355285 0.526711 +vn 0.803718 -0.311360 0.507043 +vn -0.175457 -0.044129 0.983498 +vn -0.059464 -0.011116 0.998169 +vn -0.176854 -0.033059 0.983682 +vn -0.228215 -0.344411 0.910658 +vn -0.246078 -0.325860 0.912831 +vn 0.056506 -0.609795 0.790542 +vn 0.095379 -0.614444 0.783174 +vn 0.618175 -0.497444 0.608613 +vn 0.577524 -0.526482 0.623925 +vn -0.233019 -0.187510 0.954223 +vn -0.241955 -0.171276 0.955051 +vn -0.079965 -0.515144 0.853365 +vn -0.109988 -0.502221 0.857716 +vn 0.393841 -0.594367 0.701154 +vn 0.350959 -0.607880 0.712257 +vn 0.810044 -0.257693 0.526709 +vn 0.835888 -0.210235 0.507042 +vn -0.171450 -0.054543 0.983682 +vn -0.168704 -0.065356 0.983498 +vn -0.057648 -0.018339 0.998169 +vn -0.204168 -0.353630 0.912831 +vn -0.184162 -0.369845 0.910658 +vn 0.131014 -0.598229 0.790542 +vn 0.170164 -0.598066 0.783174 +vn 0.637845 -0.451521 0.623925 +vn 0.674620 -0.417707 0.608612 +vn -0.219072 -0.199711 0.955051 +vn -0.208210 -0.214724 0.954223 +vn -0.047437 -0.511931 0.857716 +vn -0.016054 -0.521067 0.853365 +vn 0.463897 -0.541463 0.701154 +vn 0.423001 -0.560143 0.712257 +vn 0.835571 -0.156195 0.526710 +vn 0.808570 -0.033257 0.587459 +vn 0.865120 -0.078004 0.495462 +vn -0.054957 -0.025284 0.998169 +vn -0.163448 -0.075198 0.983682 +vn -0.159393 -0.085593 0.983498 +vn -0.159164 -0.376040 0.912831 +vn -0.137315 -0.389674 0.910658 +vn 0.203537 -0.577595 0.790542 +vn 0.242370 -0.572622 0.783174 +vn 0.688497 -0.369715 0.623925 +vn 0.720838 -0.331638 0.608612 +vn -0.180245 -0.238683 0.954223 +vn -0.192870 -0.225119 0.955051 +vn 0.048101 -0.519090 0.853365 +vn 0.015832 -0.513880 0.857716 +vn 0.526921 -0.480351 0.701154 +vn 0.488630 -0.503916 0.712257 +vn -0.147667 -0.104531 0.983498 +vn -0.152968 -0.094714 0.983682 +vn -0.051433 -0.031846 0.998169 +vn -0.088389 -0.403595 0.910658 +vn -0.111747 -0.392749 0.912831 +vn 0.310901 -0.538497 0.783174 +vn 0.272973 -0.548204 0.790542 +vn 0.756129 -0.240542 0.608612 +vn 0.728712 -0.282305 0.623925 +vn -0.149548 -0.259024 0.954223 +vn -0.163744 -0.247114 0.955051 +vn 0.111526 -0.509245 0.853365 +vn 0.078862 -0.508040 0.857716 +vn 0.546851 -0.440050 0.712257 +vn 0.581956 -0.411959 0.701154 +vn -0.133702 -0.121886 0.983498 +vn -0.047130 -0.037925 0.998169 +vn -0.140170 -0.112794 0.983682 +vn -0.038122 -0.411397 0.910658 +vn -0.062635 -0.403504 0.912831 +vn 0.338272 -0.510504 0.790543 +vn 0.374720 -0.496209 0.783174 +vn 0.779958 -0.145799 0.608612 +vn 0.773436 -0.077858 0.629075 +vn 0.757881 -0.190615 0.623925 +vn -0.116583 -0.275439 0.954223 +vn -0.132135 -0.265363 0.955051 +vn 0.173262 -0.491679 0.853365 +vn 0.140697 -0.494497 0.857716 +vn 0.596783 -0.369513 0.712257 +vn 0.628170 -0.337321 0.701154 +vn -0.042112 -0.043430 0.998169 +vn -0.117710 -0.137392 0.983498 +vn -0.125246 -0.129165 0.983682 +vn -0.012575 -0.408143 0.912831 +vn 0.012723 -0.412964 0.910658 +vn 0.432858 -0.446400 0.783174 +vn 0.398443 -0.465065 0.790542 +vn 0.819069 -0.101423 0.564659 +vn 0.691768 -0.085659 0.717021 +vn 0.728923 0.011238 0.684504 +vn -0.098523 -0.279590 0.955051 +vn -0.081851 -0.287677 0.954223 +vn 0.200398 -0.473460 0.857716 +vn 0.232370 -0.466661 0.853365 +vn 0.637669 -0.293374 0.712257 +vn 0.664862 -0.257569 0.701154 +vn -0.108424 -0.143577 0.983682 +vn -0.036456 -0.048276 0.998169 +vn -0.099935 -0.150816 0.983498 +vn 0.037676 -0.406595 0.912831 +vn 0.063375 -0.408270 0.910658 +vn 0.452575 -0.412576 0.790542 +vn 0.484434 -0.389823 0.783174 +vn -0.045879 -0.295556 0.954223 +vn -0.063419 -0.289578 0.955051 +vn 0.257062 -0.445244 0.857716 +vn 0.287956 -0.434569 0.853365 +vn 0.691474 -0.173913 0.701154 +vn 0.668888 -0.212788 0.712257 +vn -0.080643 -0.161954 0.983498 +vn -0.030247 -0.052390 0.998169 +vn -0.089958 -0.155813 0.983682 +vn 0.113067 -0.397388 0.910658 +vn 0.087357 -0.398883 0.912831 +vn 0.499845 -0.353833 0.790542 +vn 0.528667 -0.327337 0.783174 +vn -0.027352 -0.295177 0.955051 +vn -0.009211 -0.298953 0.954223 +vn 0.309829 -0.410280 0.857716 +vn 0.339176 -0.395889 0.853365 +vn 0.716241 -0.065877 0.694737 +vn 0.637269 -0.022117 0.770324 +vn 0.689967 -0.128978 0.712257 +vn -0.023580 -0.055710 0.998169 +vn -0.070129 -0.165686 0.983682 +vn -0.060130 -0.170636 0.983498 +vn 0.161044 -0.380481 0.910659 +vn 0.135712 -0.385125 0.912831 +vn 0.539538 -0.289726 0.790543 +vn 0.564886 -0.259888 0.783174 +vn 0.009129 -0.296301 0.955051 +vn 0.027597 -0.297819 0.954223 +vn 0.385256 -0.351207 0.853365 +vn 0.357899 -0.369096 0.857716 +vn -0.038705 -0.176732 0.983498 +vn -0.016555 -0.058185 0.998169 +vn -0.049236 -0.173049 0.983682 +vn 0.182011 -0.365528 0.912831 +vn 0.206580 -0.357807 0.910658 +vn 0.592542 -0.188501 0.783174 +vn 0.571053 -0.221227 0.790543 +vn 0.063987 -0.292171 0.954223 +vn 0.045472 -0.292933 0.955051 +vn 0.425495 -0.301201 0.853365 +vn 0.400544 -0.322316 0.857716 +vn -0.016693 -0.180149 0.983498 +vn -0.027598 -0.177788 0.983682 +vn -0.009279 -0.059778 0.998169 +vn 0.225551 -0.340390 0.912831 +vn 0.248984 -0.329709 0.910658 +vn 0.606681 -0.064824 0.792298 +vn 0.611215 -0.114256 0.783174 +vn 0.593911 -0.149374 0.790543 +vn 0.099406 -0.282093 0.954223 +vn 0.081125 -0.285125 0.955051 +vn 0.459284 -0.246630 0.853365 +vn 0.437117 -0.270652 0.857716 +vn -0.005541 -0.179832 0.983682 +vn -0.001863 -0.060466 0.998169 +vn 0.005571 -0.180835 0.983498 +vn 0.265671 -0.310093 0.912831 +vn 0.287615 -0.296612 0.910658 +vn 0.644751 -0.079838 0.760212 +vn 0.510538 -0.063219 0.857528 +vn 0.535733 0.018535 0.844184 +vn 0.115549 -0.272994 0.955051 +vn 0.133318 -0.267739 0.954223 +vn 0.486111 -0.188321 0.853365 +vn 0.467064 -0.214884 0.857716 +vn 0.027752 -0.178780 0.983498 +vn 0.005582 -0.060236 0.998169 +vn 0.016601 -0.179149 0.983682 +vn 0.321885 -0.259020 0.910658 +vn 0.301765 -0.275094 0.912831 +vn 0.148220 -0.256726 0.955051 +vn 0.165210 -0.249326 0.954223 +vn 0.505569 -0.127155 0.853365 +vn 0.489930 -0.155858 0.857716 +vn 0.038490 -0.175751 0.983682 +vn 0.049511 -0.174014 0.983498 +vn 0.012942 -0.059094 0.998169 +vn 0.351276 -0.217501 0.910658 +vn 0.333283 -0.235926 0.912831 +vn 0.178646 -0.236565 0.955051 +vn 0.194597 -0.227134 0.954223 +vn 0.522138 -0.051522 0.851303 +vn 0.425767 -0.008269 0.904795 +vn 0.505370 -0.094470 0.857716 +vn 0.070520 -0.166611 0.983498 +vn 0.020106 -0.057056 0.998169 +vn 0.059796 -0.169689 0.983682 +vn 0.375341 -0.172684 0.910659 +vn 0.359750 -0.193181 0.912831 +vn 0.221034 -0.201499 0.954223 +vn 0.206363 -0.212818 0.955051 +vn 0.090460 -0.156682 0.983498 +vn 0.080196 -0.161055 0.983682 +vn 0.026965 -0.054152 0.998169 +vn 0.393717 -0.125251 0.910659 +vn 0.380762 -0.147509 0.912831 +vn 0.244121 -0.172810 0.954223 +vn 0.230952 -0.185846 0.955051 +vn 0.109029 -0.144378 0.983498 +vn 0.099379 -0.149979 0.983682 +vn 0.033415 -0.050428 0.998169 +vn 0.396004 -0.099598 0.912831 +vn 0.405162 -0.048197 0.912974 +vn 0.406125 -0.075918 0.910659 +vn 0.263507 -0.141500 0.954223 +vn 0.252040 -0.156056 0.955051 +vn 0.125945 -0.129885 0.983498 +vn 0.117057 -0.136629 0.983682 +vn 0.039359 -0.045940 0.998169 +vn 0.308900 0.027359 0.950701 +vn 0.414388 -0.051313 0.908653 +vn 0.278898 -0.108046 0.954223 +vn 0.269306 -0.123901 0.955051 +vn 0.140952 -0.113424 0.983498 +vn 0.044706 -0.040755 0.998169 +vn 0.132960 -0.121210 0.983682 +vn 0.290062 -0.072953 0.954223 +vn 0.282491 -0.089867 0.955051 +vn 0.146848 -0.103951 0.983682 +vn 0.049375 -0.034952 0.998169 +vn 0.153822 -0.095242 0.983498 +vn 0.291394 -0.054471 0.955051 +vn 0.187375 0.007504 0.982260 +vn 0.296810 -0.036376 0.954244 +vn 0.296828 -0.036756 0.954223 +vn 0.053296 -0.028620 0.998169 +vn 0.158509 -0.085118 0.983682 +vn 0.164360 -0.075618 0.983498 +vn 0.172407 -0.054846 0.983498 +vn 0.167767 -0.064993 0.983682 +vn 0.056409 -0.021853 0.998169 +vn 0.058667 -0.014755 0.998169 +vn 0.177840 -0.033244 0.983498 +vn 0.174483 -0.043883 0.983682 +vn 0.175223 -0.039898 0.983720 +vn 0.178553 -0.022110 0.983682 +vn 0.060036 -0.007434 0.998169 +vn 0.062748 0.037361 0.997330 +g Sphere +f 1//1 2//1 3//1 +f 4//2 1//2 3//2 +f 5//3 4//3 3//3 +f 6//4 5//4 3//4 +f 7//5 8//5 2//5 +f 7//6 2//6 1//6 +f 7//7 1//7 4//7 +f 9//8 6//8 3//8 +f 10//9 7//9 4//9 +f 10//10 4//10 5//10 +f 11//11 9//11 3//11 +f 12//12 5//12 6//12 +f 12//13 10//13 5//13 +f 13//14 14//14 8//14 +f 13//15 8//15 7//15 +f 15//16 11//16 3//16 +f 16//17 6//17 9//17 +f 16//18 12//18 6//18 +f 17//19 13//19 7//19 +f 17//20 14//20 13//20 +f 17//21 7//21 10//21 +f 18//22 15//22 3//22 +f 19//23 9//23 11//23 +f 19//24 16//24 9//24 +f 20//25 17//25 10//25 +f 20//26 10//26 12//26 +f 21//27 18//27 3//27 +f 22//28 11//28 15//28 +f 22//29 19//29 11//29 +f 23//30 12//30 16//30 +f 23//31 20//31 12//31 +f 24//32 21//32 3//32 +f 25//33 26//33 14//33 +f 25//34 14//34 17//34 +f 27//35 15//35 18//35 +f 27//36 22//36 15//36 +f 28//37 16//37 19//37 +f 28//38 23//38 16//38 +f 29//39 24//39 3//39 +f 30//40 17//40 20//40 +f 30//41 25//41 17//41 +f 31//42 18//42 21//42 +f 31//43 27//43 18//43 +f 32//44 19//44 22//44 +f 32//45 28//45 19//45 +f 33//46 29//46 3//46 +f 34//47 30//47 20//47 +f 34//48 20//48 23//48 +f 35//49 31//49 21//49 +f 35//50 21//50 24//50 +f 36//51 37//51 26//51 +f 38//52 22//52 27//52 +f 38//53 32//53 22//53 +f 39//54 33//54 3//54 +f 40//55 23//55 28//55 +f 40//56 34//56 23//56 +f 41//57 24//57 29//57 +f 41//58 35//58 24//58 +f 42//59 26//59 25//59 +f 42//60 37//60 36//60 +f 42//61 25//61 30//61 +f 42//62 36//62 26//62 +f 43//63 27//63 31//63 +f 43//64 38//64 27//64 +f 44//65 39//65 3//65 +f 45//66 28//66 32//66 +f 45//67 40//67 28//67 +f 46//68 29//68 33//68 +f 46//69 41//69 29//69 +f 47//70 42//70 30//70 +f 47//71 30//71 34//71 +f 48//72 31//72 35//72 +f 48//73 43//73 31//73 +f 49//74 44//74 3//74 +f 50//75 45//75 32//75 +f 50//76 32//76 38//76 +f 51//77 46//77 33//77 +f 51//78 33//78 39//78 +f 52//79 34//79 40//79 +f 52//80 47//80 34//80 +f 53//81 35//81 41//81 +f 53//82 48//82 35//82 +f 54//83 49//83 3//83 +f 55//84 56//84 37//84 +f 55//85 37//85 42//85 +f 57//86 38//86 43//86 +f 57//87 50//87 38//87 +f 58//88 51//88 39//88 +f 58//89 39//89 44//89 +f 59//90 40//90 45//90 +f 59//91 52//91 40//91 +f 60//92 53//92 41//92 +f 60//93 41//93 46//93 +f 61//94 54//94 3//94 +f 62//95 55//95 42//95 +f 62//96 42//96 47//96 +f 63//97 57//97 43//97 +f 63//98 43//98 48//98 +f 64//99 44//99 49//99 +f 64//100 58//100 44//100 +f 65//101 59//101 45//101 +f 65//102 45//102 50//102 +f 66//103 46//103 51//103 +f 66//104 60//104 46//104 +f 67//105 61//105 3//105 +f 68//106 47//106 52//106 +f 68//107 62//107 47//107 +f 69//108 63//108 48//108 +f 69//109 48//109 53//109 +f 70//110 49//110 54//110 +f 70//111 64//111 49//111 +f 71//112 72//112 56//112 +f 73//113 50//113 57//113 +f 73//114 65//114 50//114 +f 74//115 66//115 51//115 +f 74//116 51//116 58//116 +f 75//117 67//117 3//117 +f 76//118 52//118 59//118 +f 76//119 68//119 52//119 +f 77//120 53//120 60//120 +f 77//121 69//121 53//121 +f 78//122 54//122 61//122 +f 78//123 70//123 54//123 +f 79//124 72//124 71//124 +f 79//125 71//125 56//125 +f 79//126 55//126 62//126 +f 79//127 56//127 55//127 +f 80//128 57//128 63//128 +f 80//129 73//129 57//129 +f 81//130 74//130 58//130 +f 81//131 58//131 64//131 +f 82//132 75//132 3//132 +f 83//133 76//133 59//133 +f 83//134 59//134 65//134 +f 84//135 60//135 66//135 +f 84//136 77//136 60//136 +f 85//137 61//137 67//137 +f 85//138 78//138 61//138 +f 86//139 79//139 62//139 +f 86//140 62//140 68//140 +f 87//141 80//141 63//141 +f 87//142 63//142 69//142 +f 88//143 81//143 64//143 +f 88//144 64//144 70//144 +f 89//145 82//145 3//145 +f 90//146 83//146 65//146 +f 90//147 65//147 73//147 +f 91//148 84//148 66//148 +f 91//149 66//149 74//149 +f 92//150 85//150 67//150 +f 92//151 67//151 75//151 +f 93//152 68//152 76//152 +f 93//153 86//153 68//153 +f 94//154 69//154 77//154 +f 94//155 87//155 69//155 +f 95//156 70//156 78//156 +f 95//157 88//157 70//157 +f 96//158 89//158 3//158 +f 97//159 98//159 72//159 +f 97//160 72//160 79//160 +f 99//161 90//161 73//161 +f 99//162 73//162 80//162 +f 100//163 91//163 74//163 +f 100//164 74//164 81//164 +f 101//165 92//165 75//165 +f 101//166 75//166 82//166 +f 102//167 76//167 83//167 +f 102//168 93//168 76//168 +f 103//169 77//169 84//169 +f 103//170 94//170 77//170 +f 104//171 78//171 85//171 +f 104//172 95//172 78//172 +f 105//173 96//173 3//173 +f 106//174 79//174 86//174 +f 106//175 97//175 79//175 +f 107//176 99//176 80//176 +f 107//177 80//177 87//177 +f 108//178 100//178 81//178 +f 108//179 81//179 88//179 +f 109//180 101//180 82//180 +f 109//181 82//181 89//181 +f 110//182 83//182 90//182 +f 110//183 102//183 83//183 +f 111//184 84//184 91//184 +f 111//185 103//185 84//185 +f 112//186 85//186 92//186 +f 112//187 104//187 85//187 +f 113//188 105//188 3//188 +f 114//189 86//189 93//189 +f 114//190 106//190 86//190 +f 115//191 107//191 87//191 +f 115//192 87//192 94//192 +f 116//193 88//193 95//193 +f 116//194 108//194 88//194 +f 117//195 89//195 96//195 +f 117//196 109//196 89//196 +f 118//197 119//197 98//197 +f 120//198 90//198 99//198 +f 120//199 110//199 90//199 +f 121//200 91//200 100//200 +f 121//201 111//201 91//201 +f 122//202 112//202 92//202 +f 122//203 92//203 101//203 +f 123//204 113//204 3//204 +f 124//205 114//205 93//205 +f 124//206 93//206 102//206 +f 125//207 115//207 94//207 +f 125//208 94//208 103//208 +f 126//209 116//209 95//209 +f 126//210 95//210 104//210 +f 127//211 96//211 105//211 +f 127//212 117//212 96//212 +f 128//213 98//213 97//213 +f 128//214 119//214 118//214 +f 128//215 118//215 98//215 +f 128//216 97//216 106//216 +f 129//217 120//217 99//217 +f 129//218 99//218 107//218 +f 130//219 121//219 100//219 +f 130//220 100//220 108//220 +f 131//221 122//221 101//221 +f 131//222 101//222 109//222 +f 132//223 123//223 3//223 +f 133//224 124//224 102//224 +f 133//225 102//225 110//225 +f 134//226 103//226 111//226 +f 134//227 125//227 103//227 +f 135//228 104//228 112//228 +f 135//229 126//229 104//229 +f 136//230 127//230 105//230 +f 136//231 105//231 113//231 +f 137//232 106//232 114//232 +f 137//233 128//233 106//233 +f 138//234 129//234 107//234 +f 138//235 107//235 115//235 +f 139//236 108//236 116//236 +f 139//237 130//237 108//237 +f 140//238 131//238 109//238 +f 140//239 109//239 117//239 +f 141//240 132//240 3//240 +f 142//241 110//241 120//241 +f 142//242 133//242 110//242 +f 143//243 111//243 121//243 +f 143//244 134//244 111//244 +f 144//245 112//245 122//245 +f 144//246 135//246 112//246 +f 145//247 113//247 123//247 +f 145//248 136//248 113//248 +f 146//249 137//249 114//249 +f 146//250 114//250 124//250 +f 147//251 115//251 125//251 +f 147//252 138//252 115//252 +f 148//253 116//253 126//253 +f 148//254 139//254 116//254 +f 149//255 117//255 127//255 +f 149//256 140//256 117//256 +f 150//257 141//257 3//257 +f 151//258 152//258 119//258 +f 151//259 119//259 128//259 +f 153//260 120//260 129//260 +f 153//261 142//261 120//261 +f 154//262 121//262 130//262 +f 154//263 143//263 121//263 +f 155//264 144//264 122//264 +f 155//265 122//265 131//265 +f 156//266 123//266 132//266 +f 156//267 145//267 123//267 +f 157//268 146//268 124//268 +f 157//269 124//269 133//269 +f 158//270 125//270 134//270 +f 158//271 147//271 125//271 +f 159//272 126//272 135//272 +f 159//273 148//273 126//273 +f 160//274 149//274 127//274 +f 160//275 127//275 136//275 +f 161//276 150//276 3//276 +f 162//277 151//277 128//277 +f 162//278 128//278 137//278 +f 163//279 129//279 138//279 +f 163//280 153//280 129//280 +f 164//281 154//281 130//281 +f 164//282 130//282 139//282 +f 165//283 155//283 131//283 +f 165//284 131//284 140//284 +f 166//285 156//285 132//285 +f 166//286 132//286 141//286 +f 167//287 157//287 133//287 +f 167//288 133//288 142//288 +f 168//289 158//289 134//289 +f 168//290 134//290 143//290 +f 169//291 159//291 135//291 +f 169//292 135//292 144//292 +f 170//293 136//293 145//293 +f 170//294 160//294 136//294 +f 171//295 161//295 3//295 +f 172//296 162//296 137//296 +f 172//297 137//297 146//297 +f 173//298 138//298 147//298 +f 173//299 163//299 138//299 +f 174//300 164//300 139//300 +f 174//301 139//301 148//301 +f 175//302 140//302 149//302 +f 175//303 165//303 140//303 +f 176//304 166//304 141//304 +f 176//305 141//305 150//305 +f 177//306 178//306 152//306 +f 179//307 167//307 142//307 +f 179//308 142//308 153//308 +f 180//309 143//309 154//309 +f 180//310 168//310 143//310 +f 181//311 169//311 144//311 +f 181//312 144//312 155//312 +f 182//313 145//313 156//313 +f 182//314 170//314 145//314 +f 183//315 171//315 3//315 +f 184//316 172//316 146//316 +f 184//317 146//317 157//317 +f 185//318 147//318 158//318 +f 185//319 173//319 147//319 +f 186//320 148//320 159//320 +f 186//321 174//321 148//321 +f 187//322 149//322 160//322 +f 187//323 175//323 149//323 +f 188//324 150//324 161//324 +f 188//325 176//325 150//325 +f 189//326 152//326 151//326 +f 189//327 151//327 162//327 +f 189//328 178//328 177//328 +f 189//329 177//329 152//329 +f 190//330 153//330 163//330 +f 190//331 179//331 153//331 +f 191//332 154//332 164//332 +f 191//333 180//333 154//333 +f 192//334 181//334 155//334 +f 192//335 155//335 165//335 +f 193//336 156//336 166//336 +f 193//337 182//337 156//337 +f 194//338 183//338 3//338 +f 195//339 157//339 167//339 +f 195//340 184//340 157//340 +f 196//341 158//341 168//341 +f 196//342 185//342 158//342 +f 197//343 159//343 169//343 +f 197//344 186//344 159//344 +f 198//345 160//345 170//345 +f 198//346 187//346 160//346 +f 199//347 188//347 161//347 +f 199//348 161//348 171//348 +f 200//349 189//349 162//349 +f 200//350 162//350 172//350 +f 201//351 163//351 173//351 +f 201//352 190//352 163//352 +f 202//353 191//353 164//353 +f 202//354 164//354 174//354 +f 203//355 192//355 165//355 +f 203//356 165//356 175//356 +f 204//357 193//357 166//357 +f 204//358 166//358 176//358 +f 205//359 194//359 3//359 +f 206//360 195//360 167//360 +f 206//361 167//361 179//361 +f 207//362 196//362 168//362 +f 207//363 168//363 180//363 +f 208//364 197//364 169//364 +f 208//365 169//365 181//365 +f 209//366 170//366 182//366 +f 209//367 198//367 170//367 +f 210//368 171//368 183//368 +f 210//369 199//369 171//369 +f 211//370 200//370 172//370 +f 211//371 172//371 184//371 +f 212//372 173//372 185//372 +f 212//373 201//373 173//373 +f 213//374 174//374 186//374 +f 213//375 202//375 174//375 +f 214//376 175//376 187//376 +f 214//377 203//377 175//377 +f 215//378 176//378 188//378 +f 215//379 204//379 176//379 +f 216//380 217//380 178//380 +f 218//381 205//381 3//381 +f 219//382 179//382 190//382 +f 219//383 206//383 179//383 +f 220//384 180//384 191//384 +f 220//385 207//385 180//385 +f 221//386 181//386 192//386 +f 221//387 208//387 181//387 +f 222//388 209//388 182//388 +f 222//389 182//389 193//389 +f 223//390 210//390 183//390 +f 223//391 183//391 194//391 +f 224//392 211//392 184//392 +f 224//393 184//393 195//393 +f 225//394 185//394 196//394 +f 225//395 212//395 185//395 +f 226//396 186//396 197//396 +f 226//397 213//397 186//397 +f 227//398 214//398 187//398 +f 227//399 187//399 198//399 +f 228//400 188//400 199//400 +f 228//401 215//401 188//401 +f 229//402 216//402 178//402 +f 229//403 189//403 200//403 +f 229//404 178//404 189//404 +f 229//405 217//405 216//405 +f 230//406 218//406 3//406 +f 231//407 219//407 190//407 +f 231//408 190//408 201//408 +f 232//409 191//409 202//409 +f 232//410 220//410 191//410 +f 233//411 192//411 203//411 +f 233//412 221//412 192//412 +f 234//413 222//413 193//413 +f 234//414 193//414 204//414 +f 235//415 223//415 194//415 +f 235//416 194//416 205//416 +f 236//417 224//417 195//417 +f 236//418 195//418 206//418 +f 237//419 196//419 207//419 +f 237//420 225//420 196//420 +f 238//421 226//421 197//421 +f 238//422 197//422 208//422 +f 239//423 227//423 198//423 +f 239//424 198//424 209//424 +f 240//425 228//425 199//425 +f 240//426 199//426 210//426 +f 241//427 229//427 200//427 +f 241//428 200//428 211//428 +f 242//429 230//429 3//429 +f 243//430 231//430 201//430 +f 243//431 201//431 212//431 +f 244//432 232//432 202//432 +f 244//433 202//433 213//433 +f 245//434 233//434 203//434 +f 245//435 203//435 214//435 +f 246//436 204//436 215//436 +f 246//437 234//437 204//437 +f 247//438 248//438 217//438 +f 249//439 205//439 218//439 +f 249//440 235//440 205//440 +f 250//441 236//441 206//441 +f 250//442 206//442 219//442 +f 251//443 207//443 220//443 +f 251//444 237//444 207//444 +f 252//445 208//445 221//445 +f 252//446 238//446 208//446 +f 253//447 239//447 209//447 +f 253//448 209//448 222//448 +f 254//449 240//449 210//449 +f 254//450 210//450 223//450 +f 255//451 211//451 224//451 +f 255//452 241//452 211//452 +f 256//453 242//453 3//453 +f 257//454 243//454 212//454 +f 257//455 212//455 225//455 +f 258//456 213//456 226//456 +f 258//457 244//457 213//457 +f 259//458 214//458 227//458 +f 259//459 245//459 214//459 +f 260//460 215//460 228//460 +f 260//461 246//461 215//461 +f 261//462 248//462 247//462 +f 261//463 217//463 229//463 +f 261//464 247//464 217//464 +f 262//465 218//465 230//465 +f 262//466 249//466 218//466 +f 263//467 219//467 231//467 +f 263//468 250//468 219//468 +f 264//469 220//469 232//469 +f 264//470 251//470 220//470 +f 265//471 252//471 221//471 +f 265//472 221//472 233//472 +f 266//473 253//473 222//473 +f 266//474 222//474 234//474 +f 267//475 254//475 223//475 +f 267//476 223//476 235//476 +f 268//477 255//477 224//477 +f 268//478 224//478 236//478 +f 269//479 256//479 3//479 +f 270//480 225//480 237//480 +f 270//481 257//481 225//481 +f 271//482 226//482 238//482 +f 271//483 258//483 226//483 +f 272//484 227//484 239//484 +f 272//485 259//485 227//485 +f 273//486 260//486 228//486 +f 273//487 228//487 240//487 +f 274//488 261//488 229//488 +f 274//489 229//489 241//489 +f 275//490 230//490 242//490 +f 275//491 262//491 230//491 +f 276//492 231//492 243//492 +f 276//493 263//493 231//493 +f 277//494 264//494 232//494 +f 277//495 232//495 244//495 +f 278//496 265//496 233//496 +f 278//497 233//497 245//497 +f 279//498 266//498 234//498 +f 279//499 234//499 246//499 +f 280//500 267//500 235//500 +f 280//501 235//501 249//501 +f 281//502 236//502 250//502 +f 281//503 268//503 236//503 +f 282//504 269//504 3//504 +f 283//505 237//505 251//505 +f 283//506 270//506 237//506 +f 284//507 271//507 238//507 +f 284//508 238//508 252//508 +f 285//509 239//509 253//509 +f 285//510 272//510 239//510 +f 286//511 240//511 254//511 +f 286//512 273//512 240//512 +f 287//513 241//513 255//513 +f 287//514 274//514 241//514 +f 288//515 242//515 256//515 +f 288//516 275//516 242//516 +f 289//517 276//517 243//517 +f 289//518 243//518 257//518 +f 290//519 244//519 258//519 +f 290//520 277//520 244//520 +f 291//521 278//521 245//521 +f 291//522 245//522 259//522 +f 292//523 246//523 260//523 +f 292//524 279//524 246//524 +f 293//525 294//525 248//525 +f 295//526 249//526 262//526 +f 295//527 280//527 249//527 +f 296//528 250//528 263//528 +f 296//529 281//529 250//529 +f 297//530 282//530 3//530 +f 298//531 251//531 264//531 +f 298//532 283//532 251//532 +f 299//533 252//533 265//533 +f 299//534 284//534 252//534 +f 300//535 285//535 253//535 +f 300//536 253//536 266//536 +f 301//537 254//537 267//537 +f 301//538 286//538 254//538 +f 302//539 255//539 268//539 +f 302//540 287//540 255//540 +f 303//541 256//541 269//541 +f 303//542 288//542 256//542 +f 304//543 289//543 257//543 +f 304//544 257//544 270//544 +f 305//545 290//545 258//545 +f 305//546 258//546 271//546 +f 306//547 291//547 259//547 +f 306//548 259//548 272//548 +f 307//549 260//549 273//549 +f 307//550 292//550 260//550 +f 308//551 293//551 248//551 +f 308//552 261//552 274//552 +f 308//553 294//553 293//553 +f 308//554 248//554 261//554 +f 309//555 295//555 262//555 +f 309//556 262//556 275//556 +f 310//557 296//557 263//557 +f 310//558 263//558 276//558 +f 311//559 297//559 3//559 +f 312//560 298//560 264//560 +f 312//561 264//561 277//561 +f 313//562 299//562 265//562 +f 313//563 265//563 278//563 +f 314//564 300//564 266//564 +f 314//565 266//565 279//565 +f 315//566 301//566 267//566 +f 315//567 267//567 280//567 +f 316//568 268//568 281//568 +f 316//569 302//569 268//569 +f 317//570 303//570 269//570 +f 317//571 269//571 282//571 +f 318//572 270//572 283//572 +f 318//573 304//573 270//573 +f 319//574 271//574 284//574 +f 319//575 305//575 271//575 +f 320//576 306//576 272//576 +f 320//577 272//577 285//577 +f 321//578 307//578 273//578 +f 321//579 273//579 286//579 +f 322//580 274//580 287//580 +f 322//581 308//581 274//581 +f 323//582 275//582 288//582 +f 323//583 309//583 275//583 +f 324//584 310//584 276//584 +f 324//585 276//585 289//585 +f 325//586 311//586 3//586 +f 326//587 312//587 277//587 +f 326//588 277//588 290//588 +f 327//589 313//589 278//589 +f 327//590 278//590 291//590 +f 328//591 279//591 292//591 +f 328//592 314//592 279//592 +f 329//593 280//593 295//593 +f 329//594 315//594 280//594 +f 330//595 281//595 296//595 +f 330//596 316//596 281//596 +f 331//597 282//597 297//597 +f 331//598 317//598 282//598 +f 332//599 318//599 283//599 +f 332//600 283//600 298//600 +f 333//601 284//601 299//601 +f 333//602 319//602 284//602 +f 334//603 320//603 285//603 +f 334//604 285//604 300//604 +f 335//605 321//605 286//605 +f 335//606 286//606 301//606 +f 336//607 287//607 302//607 +f 336//608 322//608 287//608 +f 337//609 323//609 288//609 +f 337//610 288//610 303//610 +f 338//611 289//611 304//611 +f 338//612 324//612 289//612 +f 339//613 325//613 3//613 +f 340//614 290//614 305//614 +f 340//615 326//615 290//615 +f 341//616 291//616 306//616 +f 341//617 327//617 291//617 +f 342//618 292//618 307//618 +f 342//619 328//619 292//619 +f 343//620 344//620 294//620 +f 343//621 294//621 308//621 +f 345//622 295//622 309//622 +f 345//623 329//623 295//623 +f 346//624 296//624 310//624 +f 346//625 330//625 296//625 +f 347//626 331//626 297//626 +f 347//627 297//627 311//627 +f 348//628 332//628 298//628 +f 348//629 298//629 312//629 +f 349//630 333//630 299//630 +f 349//631 299//631 313//631 +f 350//632 300//632 314//632 +f 350//633 334//633 300//633 +f 351//634 335//634 301//634 +f 351//635 301//635 315//635 +f 352//636 336//636 302//636 +f 352//637 302//637 316//637 +f 353//638 303//638 317//638 +f 353//639 337//639 303//639 +f 354//640 338//640 304//640 +f 354//641 304//641 318//641 +f 355//642 339//642 3//642 +f 356//643 305//643 319//643 +f 356//644 340//644 305//644 +f 357//645 306//645 320//645 +f 357//646 341//646 306//646 +f 358//647 307//647 321//647 +f 358//648 342//648 307//648 +f 359//649 308//649 322//649 +f 359//650 343//650 308//650 +f 360//651 309//651 323//651 +f 360//652 345//652 309//652 +f 361//653 310//653 324//653 +f 361//654 346//654 310//654 +f 362//655 311//655 325//655 +f 362//656 347//656 311//656 +f 363//657 312//657 326//657 +f 363//658 348//658 312//658 +f 364//659 349//659 313//659 +f 364//660 313//660 327//660 +f 365//661 350//661 314//661 +f 365//662 314//662 328//662 +f 366//663 315//663 329//663 +f 366//664 351//664 315//664 +f 367//665 316//665 330//665 +f 367//666 352//666 316//666 +f 368//667 353//667 317//667 +f 368//668 317//668 331//668 +f 369//669 318//669 332//669 +f 369//670 354//670 318//670 +f 370//671 355//671 3//671 +f 371//672 319//672 333//672 +f 371//673 356//673 319//673 +f 372//674 320//674 334//674 +f 372//675 357//675 320//675 +f 373//676 321//676 335//676 +f 373//677 358//677 321//677 +f 374//678 322//678 336//678 +f 374//679 359//679 322//679 +f 375//680 323//680 337//680 +f 375//681 360//681 323//681 +f 376//682 361//682 324//682 +f 376//683 324//683 338//683 +f 377//684 325//684 339//684 +f 377//685 362//685 325//685 +f 378//686 363//686 326//686 +f 378//687 326//687 340//687 +f 379//688 364//688 327//688 +f 379//689 327//689 341//689 +f 380//690 328//690 342//690 +f 380//691 365//691 328//691 +f 381//692 344//692 343//692 +f 381//693 382//693 344//693 +f 383//694 366//694 329//694 +f 383//695 329//695 345//695 +f 384//696 330//696 346//696 +f 384//697 367//697 330//697 +f 385//698 368//698 331//698 +f 385//699 331//699 347//699 +f 386//700 369//700 332//700 +f 386//701 332//701 348//701 +f 387//702 370//702 3//702 +f 388//703 371//703 333//703 +f 388//704 333//704 349//704 +f 389//705 334//705 350//705 +f 389//706 372//706 334//706 +f 390//707 373//707 335//707 +f 390//708 335//708 351//708 +f 391//709 336//709 352//709 +f 391//710 374//710 336//710 +f 392//711 337//711 353//711 +f 392//712 375//712 337//712 +f 393//713 376//713 338//713 +f 393//714 338//714 354//714 +f 394//715 339//715 355//715 +f 394//716 377//716 339//716 +f 395//717 378//717 340//717 +f 395//718 340//718 356//718 +f 396//719 341//719 357//719 +f 396//720 379//720 341//720 +f 397//721 342//721 358//721 +f 397//722 380//722 342//722 +f 398//723 381//723 343//723 +f 398//724 343//724 359//724 +f 399//725 383//725 345//725 +f 399//726 345//726 360//726 +f 400//727 384//727 346//727 +f 400//728 346//728 361//728 +f 401//729 347//729 362//729 +f 401//730 385//730 347//730 +f 402//731 386//731 348//731 +f 402//732 348//732 363//732 +f 403//733 387//733 3//733 +f 404//734 388//734 349//734 +f 404//735 349//735 364//735 +f 405//736 350//736 365//736 +f 405//737 389//737 350//737 +f 406//738 351//738 366//738 +f 406//739 390//739 351//739 +f 407//740 352//740 367//740 +f 407//741 391//741 352//741 +f 408//742 353//742 368//742 +f 408//743 392//743 353//743 +f 409//744 393//744 354//744 +f 409//745 354//745 369//745 +f 410//746 355//746 370//746 +f 410//747 394//747 355//747 +f 411//748 395//748 356//748 +f 411//749 356//749 371//749 +f 412//750 357//750 372//750 +f 412//751 396//751 357//751 +f 413//752 397//752 358//752 +f 413//753 358//753 373//753 +f 414//754 398//754 359//754 +f 414//755 359//755 374//755 +f 415//756 399//756 360//756 +f 415//757 360//757 375//757 +f 416//758 400//758 361//758 +f 416//759 361//759 376//759 +f 417//760 401//760 362//760 +f 417//761 362//761 377//761 +f 418//762 363//762 378//762 +f 418//763 402//763 363//763 +f 419//764 403//764 3//764 +f 420//765 364//765 379//765 +f 420//766 404//766 364//766 +f 421//767 405//767 365//767 +f 421//768 365//768 380//768 +f 422//769 406//769 366//769 +f 422//770 366//770 383//770 +f 423//771 407//771 367//771 +f 423//772 367//772 384//772 +f 424//773 408//773 368//773 +f 424//774 368//774 385//774 +f 425//775 369//775 386//775 +f 425//776 409//776 369//776 +f 426//777 410//777 370//777 +f 426//778 370//778 387//778 +f 427//779 411//779 371//779 +f 427//780 371//780 388//780 +f 428//781 372//781 389//781 +f 428//782 412//782 372//782 +f 429//783 373//783 390//783 +f 429//784 413//784 373//784 +f 430//785 374//785 391//785 +f 430//786 414//786 374//786 +f 431//787 415//787 375//787 +f 431//788 375//788 392//788 +f 432//789 376//789 393//789 +f 432//790 416//790 376//790 +f 433//791 417//791 377//791 +f 433//792 377//792 394//792 +f 434//793 418//793 378//793 +f 434//794 378//794 395//794 +f 435//795 419//795 3//795 +f 436//796 379//796 396//796 +f 436//797 420//797 379//797 +f 437//798 380//798 397//798 +f 437//799 421//799 380//799 +f 438//800 439//800 382//800 +f 438//801 381//801 398//801 +f 438//802 382//802 381//802 +f 440//803 383//803 399//803 +f 440//804 422//804 383//804 +f 441//805 384//805 400//805 +f 441//806 423//806 384//806 +f 442//807 385//807 401//807 +f 442//808 424//808 385//808 +f 443//809 386//809 402//809 +f 443//810 425//810 386//810 +f 444//811 426//811 387//811 +f 444//812 387//812 403//812 +f 445//813 388//813 404//813 +f 445//814 427//814 388//814 +f 446//815 389//815 405//815 +f 446//816 428//816 389//816 +f 447//817 429//817 390//817 +f 447//818 390//818 406//818 +f 448//819 430//819 391//819 +f 448//820 391//820 407//820 +f 449//821 392//821 408//821 +f 449//822 431//822 392//822 +f 450//823 432//823 393//823 +f 450//824 393//824 409//824 +f 451//825 433//825 394//825 +f 451//826 394//826 410//826 +f 452//827 395//827 411//827 +f 452//828 434//828 395//828 +f 453//829 435//829 3//829 +f 454//830 436//830 396//830 +f 454//831 396//831 412//831 +f 455//832 437//832 397//832 +f 455//833 397//833 413//833 +f 456//834 438//834 398//834 +f 456//835 398//835 414//835 +f 457//836 399//836 415//836 +f 457//837 440//837 399//837 +f 458//838 441//838 400//838 +f 458//839 400//839 416//839 +f 459//840 442//840 401//840 +f 459//841 401//841 417//841 +f 460//842 443//842 402//842 +f 460//843 402//843 418//843 +f 461//844 444//844 403//844 +f 461//845 403//845 419//845 +f 462//846 445//846 404//846 +f 462//847 404//847 420//847 +f 463//848 446//848 405//848 +f 463//849 405//849 421//849 +f 464//850 447//850 406//850 +f 464//851 406//851 422//851 +f 465//852 407//852 423//852 +f 465//853 448//853 407//853 +f 466//854 449//854 408//854 +f 466//855 408//855 424//855 +f 467//856 450//856 409//856 +f 467//857 409//857 425//857 +f 468//858 451//858 410//858 +f 468//859 410//859 426//859 +f 469//860 452//860 411//860 +f 469//861 411//861 427//861 +f 470//862 3//862 2//862 +f 470//863 453//863 3//863 +f 471//864 412//864 428//864 +f 471//865 454//865 412//865 +f 472//866 455//866 413//866 +f 472//867 413//867 429//867 +f 473//868 414//868 430//868 +f 473//869 456//869 414//869 +f 474//870 415//870 431//870 +f 474//871 457//871 415//871 +f 475//872 416//872 432//872 +f 475//873 458//873 416//873 +f 476//874 417//874 433//874 +f 476//875 459//875 417//875 +f 477//876 460//876 418//876 +f 477//877 418//877 434//877 +f 478//878 461//878 419//878 +f 478//879 419//879 435//879 +f 479//880 420//880 436//880 +f 479//881 462//881 420//881 +f 480//882 421//882 437//882 +f 480//883 463//883 421//883 +f 481//884 482//884 439//884 +f 481//885 439//885 438//885 +f 483//886 422//886 440//886 +f 483//887 464//887 422//887 +f 484//888 423//888 441//888 +f 484//889 465//889 423//889 +f 485//890 424//890 442//890 +f 485//891 466//891 424//891 +f 486//892 425//892 443//892 +f 486//893 467//893 425//893 +f 487//894 468//894 426//894 +f 487//895 426//895 444//895 +f 488//896 469//896 427//896 +f 488//897 427//897 445//897 +f 489//898 471//898 428//898 +f 489//899 428//899 446//899 +f 490//900 472//900 429//900 +f 490//901 429//901 447//901 +f 491//902 430//902 448//902 +f 491//903 473//903 430//903 +f 492//904 474//904 431//904 +f 492//905 431//905 449//905 +f 493//906 432//906 450//906 +f 493//907 475//907 432//907 +f 494//908 476//908 433//908 +f 494//909 433//909 451//909 +f 495//910 434//910 452//910 +f 495//911 477//911 434//911 +f 496//912 478//912 435//912 +f 496//913 435//913 453//913 +f 497//914 479//914 436//914 +f 497//915 436//915 454//915 +f 498//916 437//916 455//916 +f 498//917 480//917 437//917 +f 499//918 438//918 456//918 +f 499//919 481//919 438//919 +f 500//920 483//920 440//920 +f 500//921 440//921 457//921 +f 501//922 441//922 458//922 +f 501//923 484//923 441//923 +f 502//924 485//924 442//924 +f 502//925 442//925 459//925 +f 503//926 443//926 460//926 +f 503//927 486//927 443//927 +f 504//928 444//928 461//928 +f 504//929 487//929 444//929 +f 505//930 445//930 462//930 +f 505//931 488//931 445//931 +f 506//932 489//932 446//932 +f 506//933 446//933 463//933 +f 507//934 490//934 447//934 +f 507//935 447//935 464//935 +f 508//936 448//936 465//936 +f 508//937 491//937 448//937 +f 509//938 449//938 466//938 +f 509//939 492//939 449//939 +f 510//940 493//940 450//940 +f 510//941 450//941 467//941 +f 511//942 494//942 451//942 +f 511//943 451//943 468//943 +f 512//944 452//944 469//944 +f 512//945 495//945 452//945 +f 513//946 496//946 453//946 +f 513//947 2//947 8//947 +f 513//948 470//948 2//948 +f 513//949 453//949 470//949 +f 514//950 454//950 471//950 +f 514//951 497//951 454//951 +f 515//952 498//952 455//952 +f 515//953 455//953 472//953 +f 516//954 499//954 456//954 +f 516//955 456//955 473//955 +f 517//956 457//956 474//956 +f 517//957 500//957 457//957 +f 518//958 458//958 475//958 +f 518//959 501//959 458//959 +f 519//960 502//960 459//960 +f 519//961 459//961 476//961 +f 520//962 460//962 477//962 +f 520//963 503//963 460//963 +f 521//964 461//964 478//964 +f 521//965 504//965 461//965 +f 522//966 505//966 462//966 +f 522//967 462//967 479//967 +f 523//968 506//968 463//968 +f 523//969 463//969 480//969 +f 524//970 464//970 483//970 +f 524//971 507//971 464//971 +f 525//972 508//972 465//972 +f 525//973 465//973 484//973 +f 526//974 509//974 466//974 +f 526//975 466//975 485//975 +f 527//976 467//976 486//976 +f 527//977 510//977 467//977 +f 528//978 511//978 468//978 +f 528//979 468//979 487//979 +f 529//980 512//980 469//980 +f 529//981 469//981 488//981 +f 530//982 514//982 471//982 +f 530//983 471//983 489//983 +f 531//984 472//984 490//984 +f 531//985 515//985 472//985 +f 532//986 473//986 491//986 +f 532//987 516//987 473//987 +f 533//988 474//988 492//988 +f 533//989 517//989 474//989 +f 534//990 475//990 493//990 +f 534//991 518//991 475//991 +f 535//992 476//992 494//992 +f 535//993 519//993 476//993 +f 536//994 520//994 477//994 +f 536//995 477//995 495//995 +f 537//996 478//996 496//996 +f 537//997 521//997 478//997 +f 538//998 479//998 497//998 +f 538//999 522//999 479//999 +f 539//1000 480//1000 498//1000 +f 539//1001 523//1001 480//1001 +f 540//1002 541//1002 482//1002 +f 540//1003 481//1003 499//1003 +f 540//1004 482//1004 481//1004 +f 542//1005 483//1005 500//1005 +f 542//1006 524//1006 483//1006 +f 543//1007 484//1007 501//1007 +f 543//1008 525//1008 484//1008 +f 544//1009 526//1009 485//1009 +f 544//1010 485//1010 502//1010 +f 545//1011 486//1011 503//1011 +f 545//1012 527//1012 486//1012 +f 546//1013 528//1013 487//1013 +f 546//1014 487//1014 504//1014 +f 547//1015 488//1015 505//1015 +f 547//1016 529//1016 488//1016 +f 548//1017 530//1017 489//1017 +f 548//1018 489//1018 506//1018 +f 549//1019 531//1019 490//1019 +f 549//1020 490//1020 507//1020 +f 550//1021 532//1021 491//1021 +f 550//1022 491//1022 508//1022 +f 551//1023 533//1023 492//1023 +f 551//1024 492//1024 509//1024 +f 552//1025 534//1025 493//1025 +f 552//1026 493//1026 510//1026 +f 553//1027 494//1027 511//1027 +f 553//1028 535//1028 494//1028 +f 554//1029 536//1029 495//1029 +f 554//1030 495//1030 512//1030 +f 555//1031 496//1031 513//1031 +f 555//1032 537//1032 496//1032 +f 556//1033 538//1033 497//1033 +f 556//1034 497//1034 514//1034 +f 557//1035 539//1035 498//1035 +f 557//1036 498//1036 515//1036 +f 558//1037 540//1037 499//1037 +f 558//1038 499//1038 516//1038 +f 559//1039 542//1039 500//1039 +f 559//1040 500//1040 517//1040 +f 560//1041 501//1041 518//1041 +f 560//1042 543//1042 501//1042 +f 561//1043 544//1043 502//1043 +f 561//1044 502//1044 519//1044 +f 562//1045 545//1045 503//1045 +f 562//1046 503//1046 520//1046 +f 563//1047 546//1047 504//1047 +f 563//1048 504//1048 521//1048 +f 564//1049 547//1049 505//1049 +f 564//1050 505//1050 522//1050 +f 565//1051 548//1051 506//1051 +f 565//1052 506//1052 523//1052 +f 566//1053 507//1053 524//1053 +f 566//1054 549//1054 507//1054 +f 567//1055 508//1055 525//1055 +f 567//1056 550//1056 508//1056 +f 568//1057 509//1057 526//1057 +f 568//1058 551//1058 509//1058 +f 569//1059 510//1059 527//1059 +f 569//1060 552//1060 510//1060 +f 570//1061 511//1061 528//1061 +f 570//1062 553//1062 511//1062 +f 571//1063 512//1063 529//1063 +f 571//1064 554//1064 512//1064 +f 572//1065 8//1065 14//1065 +f 572//1066 513//1066 8//1066 +f 572//1067 14//1067 555//1067 +f 572//1068 555//1068 513//1068 +f 573//1069 514//1069 530//1069 +f 573//1070 556//1070 514//1070 +f 574//1071 515//1071 531//1071 +f 574//1072 557//1072 515//1072 +f 575//1073 516//1073 532//1073 +f 575//1074 558//1074 516//1074 +f 576//1075 517//1075 533//1075 +f 576//1076 559//1076 517//1076 +f 577//1077 518//1077 534//1077 +f 577//1078 560//1078 518//1078 +f 578//1079 519//1079 535//1079 +f 578//1080 561//1080 519//1080 +f 579//1081 562//1081 520//1081 +f 579//1082 520//1082 536//1082 +f 580//1083 563//1083 521//1083 +f 580//1084 521//1084 537//1084 +f 581//1085 564//1085 522//1085 +f 581//1086 522//1086 538//1086 +f 582//1087 523//1087 539//1087 +f 582//1088 565//1088 523//1088 +f 583//1089 584//1089 541//1089 +f 583//1090 541//1090 540//1090 +f 585//1091 566//1091 524//1091 +f 585//1092 524//1092 542//1092 +f 586//1093 525//1093 543//1093 +f 586//1094 567//1094 525//1094 +f 587//1095 526//1095 544//1095 +f 587//1096 568//1096 526//1096 +f 588//1097 569//1097 527//1097 +f 588//1098 527//1098 545//1098 +f 589//1099 570//1099 528//1099 +f 589//1100 528//1100 546//1100 +f 590//1101 529//1101 547//1101 +f 590//1102 571//1102 529//1102 +f 591//1103 530//1103 548//1103 +f 591//1104 573//1104 530//1104 +f 592//1105 531//1105 549//1105 +f 592//1106 574//1106 531//1106 +f 593//1107 532//1107 550//1107 +f 593//1108 575//1108 532//1108 +f 594//1109 533//1109 551//1109 +f 594//1110 576//1110 533//1110 +f 595//1111 577//1111 534//1111 +f 595//1112 534//1112 552//1112 +f 596//1113 578//1113 535//1113 +f 596//1114 535//1114 553//1114 +f 597//1115 536//1115 554//1115 +f 597//1116 579//1116 536//1116 +f 598//1117 580//1117 537//1117 +f 598//1118 537//1118 555//1118 +f 599//1119 538//1119 556//1119 +f 599//1120 581//1120 538//1120 +f 600//1121 582//1121 539//1121 +f 600//1122 539//1122 557//1122 +f 601//1123 583//1123 540//1123 +f 601//1124 540//1124 558//1124 +f 602//1125 542//1125 559//1125 +f 602//1126 585//1126 542//1126 +f 603//1127 543//1127 560//1127 +f 603//1128 586//1128 543//1128 +f 604//1129 587//1129 544//1129 +f 604//1130 544//1130 561//1130 +f 605//1131 545//1131 562//1131 +f 605//1132 588//1132 545//1132 +f 606//1133 546//1133 563//1133 +f 606//1134 589//1134 546//1134 +f 607//1135 590//1135 547//1135 +f 607//1136 547//1136 564//1136 +f 608//1137 591//1137 548//1137 +f 608//1138 548//1138 565//1138 +f 609//1139 549//1139 566//1139 +f 609//1140 592//1140 549//1140 +f 610//1141 550//1141 567//1141 +f 610//1142 593//1142 550//1142 +f 611//1143 551//1143 568//1143 +f 611//1144 594//1144 551//1144 +f 612//1145 552//1145 569//1145 +f 612//1146 595//1146 552//1146 +f 613//1147 596//1147 553//1147 +f 613//1148 553//1148 570//1148 +f 614//1149 597//1149 554//1149 +f 614//1150 554//1150 571//1150 +f 615//1151 598//1151 555//1151 +f 615//1152 14//1152 26//1152 +f 615//1153 555//1153 14//1153 +f 616//1154 599//1154 556//1154 +f 616//1155 556//1155 573//1155 +f 617//1156 600//1156 557//1156 +f 617//1157 557//1157 574//1157 +f 618//1158 601//1158 558//1158 +f 618//1159 558//1159 575//1159 +f 619//1160 602//1160 559//1160 +f 619//1161 559//1161 576//1161 +f 620//1162 603//1162 560//1162 +f 620//1163 560//1163 577//1163 +f 621//1164 604//1164 561//1164 +f 621//1165 561//1165 578//1165 +f 622//1166 562//1166 579//1166 +f 622//1167 605//1167 562//1167 +f 623//1168 563//1168 580//1168 +f 623//1169 606//1169 563//1169 +f 624//1170 607//1170 564//1170 +f 624//1171 564//1171 581//1171 +f 625//1172 608//1172 565//1172 +f 625//1173 565//1173 582//1173 +f 626//1174 566//1174 585//1174 +f 626//1175 609//1175 566//1175 +f 627//1176 610//1176 567//1176 +f 627//1177 567//1177 586//1177 +f 628//1178 611//1178 568//1178 +f 628//1179 568//1179 587//1179 +f 629//1180 569//1180 588//1180 +f 629//1181 612//1181 569//1181 +f 630//1182 570//1182 589//1182 +f 630//1183 613//1183 570//1183 +f 631//1184 614//1184 571//1184 +f 631//1185 571//1185 590//1185 +f 632//1186 616//1186 573//1186 +f 632//1187 573//1187 591//1187 +f 633//1188 574//1188 592//1188 +f 633//1189 617//1189 574//1189 +f 634//1190 618//1190 575//1190 +f 634//1191 575//1191 593//1191 +f 635//1192 619//1192 576//1192 +f 635//1193 576//1193 594//1193 +f 636//1194 577//1194 595//1194 +f 636//1195 620//1195 577//1195 +f 637//1196 578//1196 596//1196 +f 637//1197 621//1197 578//1197 +f 638//1198 622//1198 579//1198 +f 638//1199 579//1199 597//1199 +f 639//1200 580//1200 598//1200 +f 639//1201 623//1201 580//1201 +f 640//1202 581//1202 599//1202 +f 640//1203 624//1203 581//1203 +f 641//1204 582//1204 600//1204 +f 641//1205 625//1205 582//1205 +f 642//1206 643//1206 584//1206 +f 642//1207 584//1207 583//1207 +f 642//1208 583//1208 601//1208 +f 644//1209 585//1209 602//1209 +f 644//1210 626//1210 585//1210 +f 645//1211 627//1211 586//1211 +f 645//1212 586//1212 603//1212 +f 646//1213 628//1213 587//1213 +f 646//1214 587//1214 604//1214 +f 647//1215 588//1215 605//1215 +f 647//1216 629//1216 588//1216 +f 648//1217 589//1217 606//1217 +f 648//1218 630//1218 589//1218 +f 649//1219 631//1219 590//1219 +f 649//1220 590//1220 607//1220 +f 650//1221 632//1221 591//1221 +f 650//1222 591//1222 608//1222 +f 651//1223 592//1223 609//1223 +f 651//1224 633//1224 592//1224 +f 652//1225 593//1225 610//1225 +f 652//1226 634//1226 593//1226 +f 653//1227 635//1227 594//1227 +f 653//1228 594//1228 611//1228 +f 654//1229 636//1229 595//1229 +f 654//1230 595//1230 612//1230 +f 655//1231 596//1231 613//1231 +f 655//1232 637//1232 596//1232 +f 656//1233 638//1233 597//1233 +f 656//1234 597//1234 614//1234 +f 657//1235 598//1235 615//1235 +f 657//1236 615//1236 26//1236 +f 657//1237 639//1237 598//1237 +f 658//1238 599//1238 616//1238 +f 658//1239 640//1239 599//1239 +f 659//1240 600//1240 617//1240 +f 659//1241 641//1241 600//1241 +f 660//1242 642//1242 601//1242 +f 660//1243 601//1243 618//1243 +f 661//1244 602//1244 619//1244 +f 661//1245 644//1245 602//1245 +f 662//1246 603//1246 620//1246 +f 662//1247 645//1247 603//1247 +f 663//1248 646//1248 604//1248 +f 663//1249 604//1249 621//1249 +f 664//1250 605//1250 622//1250 +f 664//1251 647//1251 605//1251 +f 665//1252 648//1252 606//1252 +f 665//1253 606//1253 623//1253 +f 666//1254 607//1254 624//1254 +f 666//1255 649//1255 607//1255 +f 667//1256 608//1256 625//1256 +f 667//1257 650//1257 608//1257 +f 668//1258 651//1258 609//1258 +f 668//1259 609//1259 626//1259 +f 669//1260 610//1260 627//1260 +f 669//1261 652//1261 610//1261 +f 670//1262 653//1262 611//1262 +f 670//1263 611//1263 628//1263 +f 671//1264 612//1264 629//1264 +f 671//1265 654//1265 612//1265 +f 672//1266 655//1266 613//1266 +f 672//1267 613//1267 630//1267 +f 673//1268 614//1268 631//1268 +f 673//1269 656//1269 614//1269 +f 674//1270 26//1270 37//1270 +f 674//1271 657//1271 26//1271 +f 674//1272 37//1272 657//1272 +f 675//1273 616//1273 632//1273 +f 675//1274 658//1274 616//1274 +f 676//1275 617//1275 633//1275 +f 676//1276 659//1276 617//1276 +f 677//1277 618//1277 634//1277 +f 677//1278 660//1278 618//1278 +f 678//1279 619//1279 635//1279 +f 678//1280 661//1280 619//1280 +f 679//1281 662//1281 620//1281 +f 679//1282 620//1282 636//1282 +f 680//1283 621//1283 637//1283 +f 680//1284 663//1284 621//1284 +f 681//1285 622//1285 638//1285 +f 681//1286 664//1286 622//1286 +f 682//1287 665//1287 623//1287 +f 682//1288 623//1288 639//1288 +f 683//1289 666//1289 624//1289 +f 683//1290 624//1290 640//1290 +f 684//1291 625//1291 641//1291 +f 684//1292 667//1292 625//1292 +f 685//1293 643//1293 642//1293 +f 685//1294 686//1294 643//1294 +f 687//1295 668//1295 626//1295 +f 687//1296 626//1296 644//1296 +f 688//1297 627//1297 645//1297 +f 688//1298 669//1298 627//1298 +f 689//1299 628//1299 646//1299 +f 689//1300 670//1300 628//1300 +f 690//1301 629//1301 647//1301 +f 690//1302 671//1302 629//1302 +f 691//1303 630//1303 648//1303 +f 691//1304 672//1304 630//1304 +f 692//1305 631//1305 649//1305 +f 692//1306 673//1306 631//1306 +f 693//1307 675//1307 632//1307 +f 693//1308 632//1308 650//1308 +f 694//1309 633//1309 651//1309 +f 694//1310 676//1310 633//1310 +f 695//1311 677//1311 634//1311 +f 695//1312 634//1312 652//1312 +f 696//1313 678//1313 635//1313 +f 696//1314 635//1314 653//1314 +f 697//1315 679//1315 636//1315 +f 697//1316 636//1316 654//1316 +f 698//1317 680//1317 637//1317 +f 698//1318 637//1318 655//1318 +f 699//1319 681//1319 638//1319 +f 699//1320 638//1320 656//1320 +f 700//1321 682//1321 639//1321 +f 700//1322 639//1322 657//1322 +f 701//1323 683//1323 640//1323 +f 701//1324 640//1324 658//1324 +f 702//1325 684//1325 641//1325 +f 702//1326 641//1326 659//1326 +f 703//1327 642//1327 660//1327 +f 703//1328 685//1328 642//1328 +f 704//1329 687//1329 644//1329 +f 704//1330 644//1330 661//1330 +f 705//1331 645//1331 662//1331 +f 705//1332 688//1332 645//1332 +f 706//1333 689//1333 646//1333 +f 706//1334 646//1334 663//1334 +f 707//1335 647//1335 664//1335 +f 707//1336 690//1336 647//1336 +f 708//1337 648//1337 665//1337 +f 708//1338 691//1338 648//1338 +f 709//1339 649//1339 666//1339 +f 709//1340 692//1340 649//1340 +f 710//1341 650//1341 667//1341 +f 710//1342 693//1342 650//1342 +f 711//1343 651//1343 668//1343 +f 711//1344 694//1344 651//1344 +f 712//1345 652//1345 669//1345 +f 712//1346 695//1346 652//1346 +f 713//1347 653//1347 670//1347 +f 713//1348 696//1348 653//1348 +f 714//1349 697//1349 654//1349 +f 714//1350 654//1350 671//1350 +f 715//1351 698//1351 655//1351 +f 715//1352 655//1352 672//1352 +f 716//1353 699//1353 656//1353 +f 716//1354 656//1354 673//1354 +f 717//1355 700//1355 657//1355 +f 717//1356 37//1356 56//1356 +f 717//1357 657//1357 37//1357 +f 718//1358 658//1358 675//1358 +f 718//1359 701//1359 658//1359 +f 719//1360 659//1360 676//1360 +f 719//1361 702//1361 659//1361 +f 720//1362 703//1362 660//1362 +f 720//1363 660//1363 677//1363 +f 721//1364 704//1364 661//1364 +f 721//1365 661//1365 678//1365 +f 722//1366 662//1366 679//1366 +f 722//1367 705//1367 662//1367 +f 723//1368 706//1368 663//1368 +f 723//1369 663//1369 680//1369 +f 724//1370 664//1370 681//1370 +f 724//1371 707//1371 664//1371 +f 725//1372 665//1372 682//1372 +f 725//1373 708//1373 665//1373 +f 726//1374 709//1374 666//1374 +f 726//1375 666//1375 683//1375 +f 727//1376 710//1376 667//1376 +f 727//1377 667//1377 684//1377 +f 728//1378 711//1378 668//1378 +f 728//1379 668//1379 687//1379 +f 729//1380 669//1380 688//1380 +f 729//1381 712//1381 669//1381 +f 730//1382 713//1382 670//1382 +f 730//1383 670//1383 689//1383 +f 731//1384 714//1384 671//1384 +f 731//1385 671//1385 690//1385 +f 732//1386 672//1386 691//1386 +f 732//1387 715//1387 672//1387 +f 733//1388 673//1388 692//1388 +f 733//1389 716//1389 673//1389 +f 734//1390 718//1390 675//1390 +f 734//1391 675//1391 693//1391 +f 735//1392 719//1392 676//1392 +f 735//1393 676//1393 694//1393 +f 736//1394 720//1394 677//1394 +f 736//1395 677//1395 695//1395 +f 737//1396 721//1396 678//1396 +f 737//1397 678//1397 696//1397 +f 738//1398 679//1398 697//1398 +f 738//1399 722//1399 679//1399 +f 739//1400 723//1400 680//1400 +f 739//1401 680//1401 698//1401 +f 740//1402 724//1402 681//1402 +f 740//1403 681//1403 699//1403 +f 741//1404 682//1404 700//1404 +f 741//1405 725//1405 682//1405 +f 742//1406 726//1406 683//1406 +f 742//1407 683//1407 701//1407 +f 743//1408 727//1408 684//1408 +f 743//1409 684//1409 702//1409 +f 744//1410 685//1410 703//1410 +f 744//1411 745//1411 686//1411 +f 744//1412 686//1412 685//1412 +f 746//1413 687//1413 704//1413 +f 746//1414 728//1414 687//1414 +f 747//1415 688//1415 705//1415 +f 747//1416 729//1416 688//1416 +f 748//1417 689//1417 706//1417 +f 748//1418 730//1418 689//1418 +f 749//1419 731//1419 690//1419 +f 749//1420 690//1420 707//1420 +f 750//1421 691//1421 708//1421 +f 750//1422 732//1422 691//1422 +f 751//1423 733//1423 692//1423 +f 751//1424 692//1424 709//1424 +f 752//1425 734//1425 693//1425 +f 752//1426 693//1426 710//1426 +f 753//1427 735//1427 694//1427 +f 753//1428 694//1428 711//1428 +f 754//1429 695//1429 712//1429 +f 754//1430 736//1430 695//1430 +f 755//1431 696//1431 713//1431 +f 755//1432 737//1432 696//1432 +f 756//1433 697//1433 714//1433 +f 756//1434 738//1434 697//1434 +f 757//1435 698//1435 715//1435 +f 757//1436 739//1436 698//1436 +f 758//1437 740//1437 699//1437 +f 758//1438 699//1438 716//1438 +f 759//1439 741//1439 700//1439 +f 759//1440 700//1440 717//1440 +f 759//1441 717//1441 56//1441 +f 760//1442 742//1442 701//1442 +f 760//1443 701//1443 718//1443 +f 761//1444 702//1444 719//1444 +f 761//1445 743//1445 702//1445 +f 762//1446 703//1446 720//1446 +f 762//1447 744//1447 703//1447 +f 763//1448 746//1448 704//1448 +f 763//1449 704//1449 721//1449 +f 764//1450 747//1450 705//1450 +f 764//1451 705//1451 722//1451 +f 765//1452 748//1452 706//1452 +f 765//1453 706//1453 723//1453 +f 766//1454 707//1454 724//1454 +f 766//1455 749//1455 707//1455 +f 767//1456 750//1456 708//1456 +f 767//1457 708//1457 725//1457 +f 768//1458 709//1458 726//1458 +f 768//1459 751//1459 709//1459 +f 769//1460 710//1460 727//1460 +f 769//1461 752//1461 710//1461 +f 770//1462 753//1462 711//1462 +f 770//1463 711//1463 728//1463 +f 771//1464 754//1464 712//1464 +f 771//1465 712//1465 729//1465 +f 772//1466 755//1466 713//1466 +f 772//1467 713//1467 730//1467 +f 773//1468 756//1468 714//1468 +f 773//1469 714//1469 731//1469 +f 774//1470 715//1470 732//1470 +f 774//1471 757//1471 715//1471 +f 775//1472 758//1472 716//1472 +f 775//1473 716//1473 733//1473 +f 776//1474 56//1474 72//1474 +f 776//1475 759//1475 56//1475 +f 776//1476 72//1476 759//1476 +f 777//1477 760//1477 718//1477 +f 777//1478 718//1478 734//1478 +f 778//1479 761//1479 719//1479 +f 778//1480 719//1480 735//1480 +f 779//1481 762//1481 720//1481 +f 779//1482 720//1482 736//1482 +f 780//1483 721//1483 737//1483 +f 780//1484 763//1484 721//1484 +f 781//1485 722//1485 738//1485 +f 781//1486 764//1486 722//1486 +f 782//1487 765//1487 723//1487 +f 782//1488 723//1488 739//1488 +f 783//1489 724//1489 740//1489 +f 783//1490 766//1490 724//1490 +f 784//1491 767//1491 725//1491 +f 784//1492 725//1492 741//1492 +f 785//1493 768//1493 726//1493 +f 785//1494 726//1494 742//1494 +f 786//1495 769//1495 727//1495 +f 786//1496 727//1496 743//1496 +f 787//1497 788//1497 745//1497 +f 787//1498 745//1498 744//1498 +f 789//1499 728//1499 746//1499 +f 789//1500 770//1500 728//1500 +f 790//1501 771//1501 729//1501 +f 790//1502 729//1502 747//1502 +f 791//1503 730//1503 748//1503 +f 791//1504 772//1504 730//1504 +f 792//1505 773//1505 731//1505 +f 792//1506 731//1506 749//1506 +f 793//1507 732//1507 750//1507 +f 793//1508 774//1508 732//1508 +f 794//1509 733//1509 751//1509 +f 794//1510 775//1510 733//1510 +f 795//1511 734//1511 752//1511 +f 795//1512 777//1512 734//1512 +f 796//1513 778//1513 735//1513 +f 796//1514 735//1514 753//1514 +f 797//1515 779//1515 736//1515 +f 797//1516 736//1516 754//1516 +f 798//1517 737//1517 755//1517 +f 798//1518 780//1518 737//1518 +f 799//1519 738//1519 756//1519 +f 799//1520 781//1520 738//1520 +f 800//1521 782//1521 739//1521 +f 800//1522 739//1522 757//1522 +f 801//1523 740//1523 758//1523 +f 801//1524 783//1524 740//1524 +f 802//1525 784//1525 741//1525 +f 802//1526 741//1526 759//1526 +f 803//1527 742//1527 760//1527 +f 803//1528 785//1528 742//1528 +f 804//1529 786//1529 743//1529 +f 804//1530 743//1530 761//1530 +f 805//1531 787//1531 744//1531 +f 805//1532 744//1532 762//1532 +f 806//1533 789//1533 746//1533 +f 806//1534 746//1534 763//1534 +f 807//1535 790//1535 747//1535 +f 807//1536 747//1536 764//1536 +f 808//1537 791//1537 748//1537 +f 808//1538 748//1538 765//1538 +f 809//1539 749//1539 766//1539 +f 809//1540 792//1540 749//1540 +f 810//1541 750//1541 767//1541 +f 810//1542 793//1542 750//1542 +f 811//1543 751//1543 768//1543 +f 811//1544 794//1544 751//1544 +f 812//1545 795//1545 752//1545 +f 812//1546 752//1546 769//1546 +f 813//1547 796//1547 753//1547 +f 813//1548 753//1548 770//1548 +f 814//1549 754//1549 771//1549 +f 814//1550 797//1550 754//1550 +f 815//1551 755//1551 772//1551 +f 815//1552 798//1552 755//1552 +f 816//1553 799//1553 756//1553 +f 816//1554 756//1554 773//1554 +f 817//1555 757//1555 774//1555 +f 817//1556 800//1556 757//1556 +f 818//1557 758//1557 775//1557 +f 818//1558 801//1558 758//1558 +f 819//1559 802//1559 759//1559 +f 819//1560 72//1560 98//1560 +f 819//1561 759//1561 72//1561 +f 820//1562 803//1562 760//1562 +f 820//1563 760//1563 777//1563 +f 821//1564 804//1564 761//1564 +f 821//1565 761//1565 778//1565 +f 822//1566 762//1566 779//1566 +f 822//1567 805//1567 762//1567 +f 823//1568 806//1568 763//1568 +f 823//1569 763//1569 780//1569 +f 824//1570 764//1570 781//1570 +f 824//1571 807//1571 764//1571 +f 825//1572 765//1572 782//1572 +f 825//1573 808//1573 765//1573 +f 826//1574 766//1574 783//1574 +f 826//1575 809//1575 766//1575 +f 827//1576 767//1576 784//1576 +f 827//1577 810//1577 767//1577 +f 828//1578 768//1578 785//1578 +f 828//1579 811//1579 768//1579 +f 829//1580 769//1580 786//1580 +f 829//1581 812//1581 769//1581 +f 830//1582 831//1582 788//1582 +f 830//1583 788//1583 787//1583 +f 832//1584 770//1584 789//1584 +f 832//1585 813//1585 770//1585 +f 833//1586 814//1586 771//1586 +f 833//1587 771//1587 790//1587 +f 834//1588 815//1588 772//1588 +f 834//1589 772//1589 791//1589 +f 835//1590 773//1590 792//1590 +f 835//1591 816//1591 773//1591 +f 836//1592 817//1592 774//1592 +f 836//1593 774//1593 793//1593 +f 837//1594 818//1594 775//1594 +f 837//1595 775//1595 794//1595 +f 838//1596 777//1596 795//1596 +f 838//1597 820//1597 777//1597 +f 839//1598 778//1598 796//1598 +f 839//1599 821//1599 778//1599 +f 840//1600 779//1600 797//1600 +f 840//1601 822//1601 779//1601 +f 841//1602 823//1602 780//1602 +f 841//1603 780//1603 798//1603 +f 842//1604 824//1604 781//1604 +f 842//1605 781//1605 799//1605 +f 843//1606 782//1606 800//1606 +f 843//1607 825//1607 782//1607 +f 844//1608 783//1608 801//1608 +f 844//1609 826//1609 783//1609 +f 845//1610 827//1610 784//1610 +f 845//1611 784//1611 802//1611 +f 846//1612 828//1612 785//1612 +f 846//1613 785//1613 803//1613 +f 847//1614 829//1614 786//1614 +f 847//1615 786//1615 804//1615 +f 848//1616 787//1616 805//1616 +f 848//1617 830//1617 787//1617 +f 848//1618 831//1618 830//1618 +f 849//1619 832//1619 789//1619 +f 849//1620 789//1620 806//1620 +f 850//1621 790//1621 807//1621 +f 850//1622 833//1622 790//1622 +f 851//1623 791//1623 808//1623 +f 851//1624 834//1624 791//1624 +f 852//1625 835//1625 792//1625 +f 852//1626 792//1626 809//1626 +f 853//1627 793//1627 810//1627 +f 853//1628 836//1628 793//1628 +f 854//1629 794//1629 811//1629 +f 854//1630 837//1630 794//1630 +f 855//1631 795//1631 812//1631 +f 855//1632 838//1632 795//1632 +f 856//1633 839//1633 796//1633 +f 856//1634 796//1634 813//1634 +f 857//1635 840//1635 797//1635 +f 857//1636 797//1636 814//1636 +f 858//1637 841//1637 798//1637 +f 858//1638 798//1638 815//1638 +f 859//1639 842//1639 799//1639 +f 859//1640 799//1640 816//1640 +f 860//1641 843//1641 800//1641 +f 860//1642 800//1642 817//1642 +f 861//1643 844//1643 801//1643 +f 861//1644 801//1644 818//1644 +f 862//1645 98//1645 119//1645 +f 862//1646 819//1646 98//1646 +f 862//1647 802//1647 819//1647 +f 862//1648 845//1648 802//1648 +f 863//1649 803//1649 820//1649 +f 863//1650 846//1650 803//1650 +f 864//1651 804//1651 821//1651 +f 864//1652 847//1652 804//1652 +f 865//1653 805//1653 822//1653 +f 865//1654 831//1654 848//1654 +f 865//1655 848//1655 805//1655 +f 866//1656 806//1656 823//1656 +f 866//1657 849//1657 806//1657 +f 867//1658 850//1658 807//1658 +f 867//1659 807//1659 824//1659 +f 868//1660 851//1660 808//1660 +f 868//1661 808//1661 825//1661 +f 869//1662 852//1662 809//1662 +f 869//1663 809//1663 826//1663 +f 870//1664 810//1664 827//1664 +f 870//1665 853//1665 810//1665 +f 871//1666 854//1666 811//1666 +f 871//1667 811//1667 828//1667 +f 872//1668 855//1668 812//1668 +f 872//1669 812//1669 829//1669 +f 873//1670 856//1670 813//1670 +f 873//1671 813//1671 832//1671 +f 874//1672 857//1672 814//1672 +f 874//1673 814//1673 833//1673 +f 875//1674 858//1674 815//1674 +f 875//1675 815//1675 834//1675 +f 876//1676 816//1676 835//1676 +f 876//1677 859//1677 816//1677 +f 877//1678 817//1678 836//1678 +f 877//1679 860//1679 817//1679 +f 878//1680 861//1680 818//1680 +f 878//1681 818//1681 837//1681 +f 879//1682 863//1682 820//1682 +f 879//1683 820//1683 838//1683 +f 880//1684 864//1684 821//1684 +f 880//1685 821//1685 839//1685 +f 881//1686 865//1686 822//1686 +f 881//1687 831//1687 865//1687 +f 881//1688 822//1688 840//1688 +f 882//1689 823//1689 841//1689 +f 882//1690 866//1690 823//1690 +f 883//1691 824//1691 842//1691 +f 883//1692 867//1692 824//1692 +f 884//1693 825//1693 843//1693 +f 884//1694 868//1694 825//1694 +f 885//1695 869//1695 826//1695 +f 885//1696 826//1696 844//1696 +f 886//1697 870//1697 827//1697 +f 886//1698 827//1698 845//1698 +f 887//1699 828//1699 846//1699 +f 887//1700 871//1700 828//1700 +f 888//1701 829//1701 847//1701 +f 888//1702 872//1702 829//1702 +f 889//1703 832//1703 849//1703 +f 889//1704 873//1704 832//1704 +f 890//1705 833//1705 850//1705 +f 890//1706 874//1706 833//1706 +f 891//1707 834//1707 851//1707 +f 891//1708 875//1708 834//1708 +f 892//1709 876//1709 835//1709 +f 892//1710 835//1710 852//1710 +f 893//1711 877//1711 836//1711 +f 893//1712 836//1712 853//1712 +f 894//1713 878//1713 837//1713 +f 894//1714 837//1714 854//1714 +f 895//1715 879//1715 838//1715 +f 895//1716 838//1716 855//1716 +f 896//1717 839//1717 856//1717 +f 896//1718 880//1718 839//1718 +f 897//1719 831//1719 881//1719 +f 897//1720 881//1720 840//1720 +f 897//1721 840//1721 857//1721 +f 898//1722 841//1722 858//1722 +f 898//1723 882//1723 841//1723 +f 899//1724 842//1724 859//1724 +f 899//1725 883//1725 842//1725 +f 900//1726 884//1726 843//1726 +f 900//1727 843//1727 860//1727 +f 901//1728 844//1728 861//1728 +f 901//1729 885//1729 844//1729 +f 902//1730 845//1730 862//1730 +f 902//1731 886//1731 845//1731 +f 903//1732 887//1732 846//1732 +f 903//1733 846//1733 863//1733 +f 904//1734 888//1734 847//1734 +f 904//1735 847//1735 864//1735 +f 905//1736 849//1736 866//1736 +f 905//1737 889//1737 849//1737 +f 906//1738 890//1738 850//1738 +f 906//1739 850//1739 867//1739 +f 907//1740 891//1740 851//1740 +f 907//1741 851//1741 868//1741 +f 908//1742 892//1742 852//1742 +f 908//1743 852//1743 869//1743 +f 909//1744 853//1744 870//1744 +f 909//1745 893//1745 853//1745 +f 910//1746 854//1746 871//1746 +f 910//1747 894//1747 854//1747 +f 911//1748 855//1748 872//1748 +f 911//1749 895//1749 855//1749 +f 912//1750 896//1750 856//1750 +f 912//1751 856//1751 873//1751 +f 913//1752 857//1752 874//1752 +f 913//1753 831//1753 897//1753 +f 913//1754 897//1754 857//1754 +f 914//1755 858//1755 875//1755 +f 914//1756 898//1756 858//1756 +f 915//1757 859//1757 876//1757 +f 915//1758 899//1758 859//1758 +f 916//1759 860//1759 877//1759 +f 916//1760 900//1760 860//1760 +f 917//1761 901//1761 861//1761 +f 917//1762 861//1762 878//1762 +f 918//1763 862//1763 119//1763 +f 918//1764 119//1764 152//1764 +f 918//1765 902//1765 862//1765 +f 919//1766 903//1766 863//1766 +f 919//1767 863//1767 879//1767 +f 920//1768 904//1768 864//1768 +f 920//1769 864//1769 880//1769 +f 921//1770 866//1770 882//1770 +f 921//1771 905//1771 866//1771 +f 922//1772 906//1772 867//1772 +f 922//1773 867//1773 883//1773 +f 923//1774 907//1774 868//1774 +f 923//1775 868//1775 884//1775 +f 924//1776 869//1776 885//1776 +f 924//1777 908//1777 869//1777 +f 925//1778 870//1778 886//1778 +f 925//1779 909//1779 870//1779 +f 926//1780 871//1780 887//1780 +f 926//1781 910//1781 871//1781 +f 927//1782 911//1782 872//1782 +f 927//1783 872//1783 888//1783 +f 928//1784 912//1784 873//1784 +f 928//1785 873//1785 889//1785 +f 929//1786 913//1786 874//1786 +f 929//1787 874//1787 890//1787 +f 929//1788 831//1788 913//1788 +f 930//1789 914//1789 875//1789 +f 930//1790 875//1790 891//1790 +f 931//1791 876//1791 892//1791 +f 931//1792 915//1792 876//1792 +f 932//1793 877//1793 893//1793 +f 932//1794 916//1794 877//1794 +f 933//1795 878//1795 894//1795 +f 933//1796 917//1796 878//1796 +f 934//1797 879//1797 895//1797 +f 934//1798 919//1798 879//1798 +f 935//1799 920//1799 880//1799 +f 935//1800 880//1800 896//1800 +f 936//1801 921//1801 882//1801 +f 936//1802 882//1802 898//1802 +f 937//1803 883//1803 899//1803 +f 937//1804 922//1804 883//1804 +f 938//1805 923//1805 884//1805 +f 938//1806 884//1806 900//1806 +f 939//1807 924//1807 885//1807 +f 939//1808 885//1808 901//1808 +f 940//1809 925//1809 886//1809 +f 940//1810 886//1810 902//1810 +f 941//1811 887//1811 903//1811 +f 941//1812 926//1812 887//1812 +f 942//1813 888//1813 904//1813 +f 942//1814 927//1814 888//1814 +f 943//1815 889//1815 905//1815 +f 943//1816 928//1816 889//1816 +f 944//1817 890//1817 906//1817 +f 944//1818 831//1818 929//1818 +f 944//1819 929//1819 890//1819 +f 945//1820 891//1820 907//1820 +f 945//1821 930//1821 891//1821 +f 946//1822 892//1822 908//1822 +f 946//1823 931//1823 892//1823 +f 947//1824 893//1824 909//1824 +f 947//1825 932//1825 893//1825 +f 948//1826 894//1826 910//1826 +f 948//1827 933//1827 894//1827 +f 949//1828 895//1828 911//1828 +f 949//1829 934//1829 895//1829 +f 950//1830 896//1830 912//1830 +f 950//1831 935//1831 896//1831 +f 951//1832 936//1832 898//1832 +f 951//1833 898//1833 914//1833 +f 952//1834 899//1834 915//1834 +f 952//1835 937//1835 899//1835 +f 953//1836 938//1836 900//1836 +f 953//1837 900//1837 916//1837 +f 954//1838 901//1838 917//1838 +f 954//1839 939//1839 901//1839 +f 955//1840 918//1840 152//1840 +f 955//1841 152//1841 178//1841 +f 955//1842 902//1842 918//1842 +f 955//1843 940//1843 902//1843 +f 956//1844 903//1844 919//1844 +f 956//1845 941//1845 903//1845 +f 957//1846 942//1846 904//1846 +f 957//1847 904//1847 920//1847 +f 958//1848 943//1848 905//1848 +f 958//1849 905//1849 921//1849 +f 959//1850 944//1850 906//1850 +f 959//1851 906//1851 922//1851 +f 959//1852 831//1852 944//1852 +f 960//1853 945//1853 907//1853 +f 960//1854 907//1854 923//1854 +f 961//1855 908//1855 924//1855 +f 961//1856 946//1856 908//1856 +f 962//1857 947//1857 909//1857 +f 962//1858 909//1858 925//1858 +f 963//1859 910//1859 926//1859 +f 963//1860 948//1860 910//1860 +f 964//1861 911//1861 927//1861 +f 964//1862 949//1862 911//1862 +f 965//1863 912//1863 928//1863 +f 965//1864 950//1864 912//1864 +f 966//1865 951//1865 914//1865 +f 966//1866 914//1866 930//1866 +f 967//1867 952//1867 915//1867 +f 967//1868 915//1868 931//1868 +f 968//1869 953//1869 916//1869 +f 968//1870 916//1870 932//1870 +f 969//1871 954//1871 917//1871 +f 969//1872 917//1872 933//1872 +f 970//1873 956//1873 919//1873 +f 970//1874 919//1874 934//1874 +f 971//1875 920//1875 935//1875 +f 971//1876 957//1876 920//1876 +f 972//1877 921//1877 936//1877 +f 972//1878 958//1878 921//1878 +f 973//1879 831//1879 959//1879 +f 973//1880 922//1880 937//1880 +f 973//1881 959//1881 922//1881 +f 974//1882 923//1882 938//1882 +f 974//1883 960//1883 923//1883 +f 975//1884 961//1884 924//1884 +f 975//1885 924//1885 939//1885 +f 976//1886 925//1886 940//1886 +f 976//1887 962//1887 925//1887 +f 977//1888 926//1888 941//1888 +f 977//1889 963//1889 926//1889 +f 978//1890 964//1890 927//1890 +f 978//1891 927//1891 942//1891 +f 979//1892 965//1892 928//1892 +f 979//1893 928//1893 943//1893 +f 980//1894 930//1894 945//1894 +f 980//1895 966//1895 930//1895 +f 981//1896 931//1896 946//1896 +f 981//1897 967//1897 931//1897 +f 982//1898 932//1898 947//1898 +f 982//1899 968//1899 932//1899 +f 983//1900 969//1900 933//1900 +f 983//1901 933//1901 948//1901 +f 984//1902 934//1902 949//1902 +f 984//1903 970//1903 934//1903 +f 985//1904 971//1904 935//1904 +f 985//1905 935//1905 950//1905 +f 986//1906 936//1906 951//1906 +f 986//1907 972//1907 936//1907 +f 987//1908 973//1908 937//1908 +f 987//1909 937//1909 952//1909 +f 987//1910 831//1910 973//1910 +f 988//1911 938//1911 953//1911 +f 988//1912 974//1912 938//1912 +f 989//1913 975//1913 939//1913 +f 989//1914 939//1914 954//1914 +f 990//1915 976//1915 940//1915 +f 990//1916 955//1916 178//1916 +f 990//1917 940//1917 955//1917 +f 991//1918 941//1918 956//1918 +f 991//1919 977//1919 941//1919 +f 992//1920 978//1920 942//1920 +f 992//1921 942//1921 957//1921 +f 993//1922 979//1922 943//1922 +f 993//1923 943//1923 958//1923 +f 994//1924 980//1924 945//1924 +f 994//1925 945//1925 960//1925 +f 995//1926 946//1926 961//1926 +f 995//1927 981//1927 946//1927 +f 996//1928 947//1928 962//1928 +f 996//1929 982//1929 947//1929 +f 997//1930 983//1930 948//1930 +f 997//1931 948//1931 963//1931 +f 998//1932 984//1932 949//1932 +f 998//1933 949//1933 964//1933 +f 999//1934 985//1934 950//1934 +f 999//1935 950//1935 965//1935 +f 1000//1936 986//1936 951//1936 +f 1000//1937 951//1937 966//1937 +f 1001//1938 987//1938 952//1938 +f 1001//1939 831//1939 987//1939 +f 1001//1940 952//1940 967//1940 +f 1002//1941 988//1941 953//1941 +f 1002//1942 953//1942 968//1942 +f 1003//1943 954//1943 969//1943 +f 1003//1944 989//1944 954//1944 +f 1004//1945 217//1945 990//1945 +f 1004//1946 178//1946 217//1946 +f 1004//1947 990//1947 178//1947 +f 1005//1948 956//1948 970//1948 +f 1005//1949 991//1949 956//1949 +f 1006//1950 957//1950 971//1950 +f 1006//1951 992//1951 957//1951 +f 1007//1952 958//1952 972//1952 +f 1007//1953 993//1953 958//1953 +f 1008//1954 960//1954 974//1954 +f 1008//1955 994//1955 960//1955 +f 1009//1956 961//1956 975//1956 +f 1009//1957 995//1957 961//1957 +f 1010//1958 962//1958 976//1958 +f 1010//1959 996//1959 962//1959 +f 1011//1960 963//1960 977//1960 +f 1011//1961 997//1961 963//1961 +f 1012//1962 964//1962 978//1962 +f 1012//1963 998//1963 964//1963 +f 1013//1964 999//1964 965//1964 +f 1013//1965 965//1965 979//1965 +f 1014//1966 966//1966 980//1966 +f 1014//1967 1000//1967 966//1967 +f 1015//1968 1001//1968 967//1968 +f 1015//1969 967//1969 981//1969 +f 1015//1970 831//1970 1001//1970 +f 1016//1971 968//1971 982//1971 +f 1016//1972 1002//1972 968//1972 +f 1017//1973 1003//1973 969//1973 +f 1017//1974 969//1974 983//1974 +f 1018//1975 970//1975 984//1975 +f 1018//1976 1005//1976 970//1976 +f 1019//1977 971//1977 985//1977 +f 1019//1978 1006//1978 971//1978 +f 1020//1979 1007//1979 972//1979 +f 1020//1980 972//1980 986//1980 +f 1021//1981 974//1981 988//1981 +f 1021//1982 1008//1982 974//1982 +f 1022//1983 1009//1983 975//1983 +f 1022//1984 975//1984 989//1984 +f 1023//1985 976//1985 990//1985 +f 1023//1986 1010//1986 976//1986 +f 1024//1987 1011//1987 977//1987 +f 1024//1988 977//1988 991//1988 +f 1025//1989 978//1989 992//1989 +f 1025//1990 1012//1990 978//1990 +f 1026//1991 1013//1991 979//1991 +f 1026//1992 979//1992 993//1992 +f 1027//1993 1014//1993 980//1993 +f 1027//1994 980//1994 994//1994 +f 1028//1995 1015//1995 981//1995 +f 1028//1996 831//1996 1015//1996 +f 1028//1997 981//1997 995//1997 +f 1029//1998 982//1998 996//1998 +f 1029//1999 1016//1999 982//1999 +f 1030//2000 983//2000 997//2000 +f 1030//2001 1017//2001 983//2001 +f 1031//2002 1018//2002 984//2002 +f 1031//2003 984//2003 998//2003 +f 1032//2004 1019//2004 985//2004 +f 1032//2005 985//2005 999//2005 +f 1033//2006 1020//2006 986//2006 +f 1033//2007 986//2007 1000//2007 +f 1034//2008 1021//2008 988//2008 +f 1034//2009 988//2009 1002//2009 +f 1035//2010 989//2010 1003//2010 +f 1035//2011 1022//2011 989//2011 +f 1036//2012 990//2012 217//2012 +f 1036//2013 1023//2013 990//2013 +f 1036//2014 217//2014 248//2014 +f 1037//2015 991//2015 1005//2015 +f 1037//2016 1024//2016 991//2016 +f 1038//2017 992//2017 1006//2017 +f 1038//2018 1025//2018 992//2018 +f 1039//2019 993//2019 1007//2019 +f 1039//2020 1026//2020 993//2020 +f 1040//2021 1027//2021 994//2021 +f 1040//2022 994//2022 1008//2022 +f 1041//2023 1028//2023 995//2023 +f 1041//2024 995//2024 1009//2024 +f 1041//2025 831//2025 1028//2025 +f 1042//2026 1029//2026 996//2026 +f 1042//2027 996//2027 1010//2027 +f 1043//2028 1030//2028 997//2028 +f 1043//2029 997//2029 1011//2029 +f 1044//2030 998//2030 1012//2030 +f 1044//2031 1031//2031 998//2031 +f 1045//2032 1032//2032 999//2032 +f 1045//2033 999//2033 1013//2033 +f 1046//2034 1000//2034 1014//2034 +f 1046//2035 1033//2035 1000//2035 +f 1047//2036 1034//2036 1002//2036 +f 1047//2037 1002//2037 1016//2037 +f 1048//2038 1003//2038 1017//2038 +f 1048//2039 1035//2039 1003//2039 +f 1049//2040 1037//2040 1005//2040 +f 1049//2041 1005//2041 1018//2041 +f 1050//2042 1038//2042 1006//2042 +f 1050//2043 1006//2043 1019//2043 +f 1051//2044 1039//2044 1007//2044 +f 1051//2045 1007//2045 1020//2045 +f 1052//2046 1040//2046 1008//2046 +f 1052//2047 1008//2047 1021//2047 +f 1053//2048 1041//2048 1009//2048 +f 1053//2049 1009//2049 1022//2049 +f 1053//2050 831//2050 1041//2050 +f 1054//2051 1042//2051 1010//2051 +f 1054//2052 1010//2052 1023//2052 +f 1055//2053 1011//2053 1024//2053 +f 1055//2054 1043//2054 1011//2054 +f 1056//2055 1012//2055 1025//2055 +f 1056//2056 1044//2056 1012//2056 +f 1057//2057 1045//2057 1013//2057 +f 1057//2058 1013//2058 1026//2058 +f 1058//2059 1046//2059 1014//2059 +f 1058//2060 1014//2060 1027//2060 +f 1059//2061 1047//2061 1016//2061 +f 1059//2062 1016//2062 1029//2062 +f 1060//2063 1017//2063 1030//2063 +f 1060//2064 1048//2064 1017//2064 +f 1061//2065 1049//2065 1018//2065 +f 1061//2066 1018//2066 1031//2066 +f 1062//2067 1019//2067 1032//2067 +f 1062//2068 1050//2068 1019//2068 +f 1063//2069 1051//2069 1020//2069 +f 1063//2070 1020//2070 1033//2070 +f 1064//2071 1021//2071 1034//2071 +f 1064//2072 1052//2072 1021//2072 +f 1065//2073 1022//2073 1035//2073 +f 1065//2074 1053//2074 1022//2074 +f 1065//2075 831//2075 1053//2075 +f 1066//2076 1036//2076 248//2076 +f 1066//2077 1054//2077 1023//2077 +f 1066//2078 1023//2078 1036//2078 +f 1067//2079 1055//2079 1024//2079 +f 1067//2080 1024//2080 1037//2080 +f 1068//2081 1056//2081 1025//2081 +f 1068//2082 1025//2082 1038//2082 +f 1069//2083 1057//2083 1026//2083 +f 1069//2084 1026//2084 1039//2084 +f 1070//2085 1027//2085 1040//2085 +f 1070//2086 1058//2086 1027//2086 +f 1071//2087 1029//2087 1042//2087 +f 1071//2088 1059//2088 1029//2088 +f 1072//2089 1030//2089 1043//2089 +f 1072//2090 1060//2090 1030//2090 +f 1073//2091 1031//2091 1044//2091 +f 1073//2092 1061//2092 1031//2092 +f 1074//2093 1062//2093 1032//2093 +f 1074//2094 1032//2094 1045//2094 +f 1075//2095 1063//2095 1033//2095 +f 1075//2096 1033//2096 1046//2096 +f 1076//2097 1064//2097 1034//2097 +f 1076//2098 1034//2098 1047//2098 +f 1077//2099 1065//2099 1035//2099 +f 1077//2100 1035//2100 1048//2100 +f 1077//2101 831//2101 1065//2101 +f 1078//2102 248//2102 294//2102 +f 1078//2103 1066//2103 248//2103 +f 1078//2104 294//2104 1066//2104 +f 1079//2105 1037//2105 1049//2105 +f 1079//2106 1067//2106 1037//2106 +f 1080//2107 1038//2107 1050//2107 +f 1080//2108 1068//2108 1038//2108 +f 1081//2109 1039//2109 1051//2109 +f 1081//2110 1069//2110 1039//2110 +f 1082//2111 1070//2111 1040//2111 +f 1082//2112 1040//2112 1052//2112 +f 1083//2113 1042//2113 1054//2113 +f 1083//2114 1071//2114 1042//2114 +f 1084//2115 1043//2115 1055//2115 +f 1084//2116 1072//2116 1043//2116 +f 1085//2117 1044//2117 1056//2117 +f 1085//2118 1073//2118 1044//2118 +f 1086//2119 1074//2119 1045//2119 +f 1086//2120 1045//2120 1057//2120 +f 1087//2121 1046//2121 1058//2121 +f 1087//2122 1075//2122 1046//2122 +f 1088//2123 1047//2123 1059//2123 +f 1088//2124 1076//2124 1047//2124 +f 1089//2125 1077//2125 1048//2125 +f 1089//2126 1048//2126 1060//2126 +f 1089//2127 831//2127 1077//2127 +f 1090//2128 1049//2128 1061//2128 +f 1090//2129 1079//2129 1049//2129 +f 1091//2130 1050//2130 1062//2130 +f 1091//2131 1080//2131 1050//2131 +f 1092//2132 1051//2132 1063//2132 +f 1092//2133 1081//2133 1051//2133 +f 1093//2134 1082//2134 1052//2134 +f 1093//2135 1052//2135 1064//2135 +f 1094//2136 1083//2136 1054//2136 +f 1094//2137 1054//2137 1066//2137 +f 1095//2138 1055//2138 1067//2138 +f 1095//2139 1084//2139 1055//2139 +f 1096//2140 1056//2140 1068//2140 +f 1096//2141 1085//2141 1056//2141 +f 1097//2142 1086//2142 1057//2142 +f 1097//2143 1057//2143 1069//2143 +f 1098//2144 1087//2144 1058//2144 +f 1098//2145 1058//2145 1070//2145 +f 1099//2146 1059//2146 1071//2146 +f 1099//2147 1088//2147 1059//2147 +f 1100//2148 1060//2148 1072//2148 +f 1100//2149 1089//2149 1060//2149 +f 1100//2150 831//2150 1089//2150 +f 1101//2151 1061//2151 1073//2151 +f 1101//2152 1090//2152 1061//2152 +f 1102//2153 1091//2153 1062//2153 +f 1102//2154 1062//2154 1074//2154 +f 1103//2155 1063//2155 1075//2155 +f 1103//2156 1092//2156 1063//2156 +f 1104//2157 1064//2157 1076//2157 +f 1104//2158 1093//2158 1064//2158 +f 1105//2159 294//2159 344//2159 +f 1105//2160 1094//2160 1066//2160 +f 1105//2161 1066//2161 294//2161 +f 1106//2162 1067//2162 1079//2162 +f 1106//2163 1095//2163 1067//2163 +f 1107//2164 1096//2164 1068//2164 +f 1107//2165 1068//2165 1080//2165 +f 1108//2166 1097//2166 1069//2166 +f 1108//2167 1069//2167 1081//2167 +f 1109//2168 1070//2168 1082//2168 +f 1109//2169 1098//2169 1070//2169 +f 1110//2170 1071//2170 1083//2170 +f 1110//2171 1099//2171 1071//2171 +f 1111//2172 1100//2172 1072//2172 +f 1111//2173 1072//2173 1084//2173 +f 1111//2174 831//2174 1100//2174 +f 1112//2175 1073//2175 1085//2175 +f 1112//2176 1101//2176 1073//2176 +f 1113//2177 1074//2177 1086//2177 +f 1113//2178 1102//2178 1074//2178 +f 1114//2179 1075//2179 1087//2179 +f 1114//2180 1103//2180 1075//2180 +f 1115//2181 1076//2181 1088//2181 +f 1115//2182 1104//2182 1076//2182 +f 1116//2183 1106//2183 1079//2183 +f 1116//2184 1079//2184 1090//2184 +f 1117//2185 1080//2185 1091//2185 +f 1117//2186 1107//2186 1080//2186 +f 1118//2187 1108//2187 1081//2187 +f 1118//2188 1081//2188 1092//2188 +f 1119//2189 1082//2189 1093//2189 +f 1119//2190 1109//2190 1082//2190 +f 1120//2191 1083//2191 1094//2191 +f 1120//2192 1110//2192 1083//2192 +f 1121//2193 1111//2193 1084//2193 +f 1121//2194 1084//2194 1095//2194 +f 1121//2195 831//2195 1111//2195 +f 1122//2196 1112//2196 1085//2196 +f 1122//2197 1085//2197 1096//2197 +f 1123//2198 1086//2198 1097//2198 +f 1123//2199 1113//2199 1086//2199 +f 1124//2200 1114//2200 1087//2200 +f 1124//2201 1087//2201 1098//2201 +f 1125//2202 1088//2202 1099//2202 +f 1125//2203 1115//2203 1088//2203 +f 1126//2204 1090//2204 1101//2204 +f 1126//2205 1116//2205 1090//2205 +f 1127//2206 1117//2206 1091//2206 +f 1127//2207 1091//2207 1102//2207 +f 1128//2208 1118//2208 1092//2208 +f 1128//2209 1092//2209 1103//2209 +f 1129//2210 1119//2210 1093//2210 +f 1129//2211 1093//2211 1104//2211 +f 1130//2212 1094//2212 1105//2212 +f 1130//2213 1120//2213 1094//2213 +f 1131//2214 1095//2214 1106//2214 +f 1131//2215 1121//2215 1095//2215 +f 1131//2216 831//2216 1121//2216 +f 1132//2217 1122//2217 1096//2217 +f 1132//2218 1096//2218 1107//2218 +f 1133//2219 1123//2219 1097//2219 +f 1133//2220 1097//2220 1108//2220 +f 1134//2221 1098//2221 1109//2221 +f 1134//2222 1124//2222 1098//2222 +f 1135//2223 1125//2223 1099//2223 +f 1135//2224 1099//2224 1110//2224 +f 1136//2225 1101//2225 1112//2225 +f 1136//2226 1126//2226 1101//2226 +f 1137//2227 1102//2227 1113//2227 +f 1137//2228 1127//2228 1102//2228 +f 1138//2229 1128//2229 1103//2229 +f 1138//2230 1103//2230 1114//2230 +f 1139//2231 1104//2231 1115//2231 +f 1139//2232 1129//2232 1104//2232 +f 1140//2233 1105//2233 344//2233 +f 1140//2234 1130//2234 1105//2234 +f 1140//2235 344//2235 382//2235 +f 1141//2236 831//2236 1131//2236 +f 1141//2237 1106//2237 1116//2237 +f 1141//2238 1131//2238 1106//2238 +f 1142//2239 1132//2239 1107//2239 +f 1142//2240 1107//2240 1117//2240 +f 1143//2241 1108//2241 1118//2241 +f 1143//2242 1133//2242 1108//2242 +f 1144//2243 1109//2243 1119//2243 +f 1144//2244 1134//2244 1109//2244 +f 1145//2245 1110//2245 1120//2245 +f 1145//2246 1135//2246 1110//2246 +f 1146//2247 1136//2247 1112//2247 +f 1146//2248 1112//2248 1122//2248 +f 1147//2249 1113//2249 1123//2249 +f 1147//2250 1137//2250 1113//2250 +f 1148//2251 1114//2251 1124//2251 +f 1148//2252 1138//2252 1114//2252 +f 1149//2253 1115//2253 1125//2253 +f 1149//2254 1139//2254 1115//2254 +f 1150//2255 1141//2255 1116//2255 +f 1150//2256 1116//2256 1126//2256 +f 1150//2257 831//2257 1141//2257 +f 1151//2258 1142//2258 1117//2258 +f 1151//2259 1117//2259 1127//2259 +f 1152//2260 1118//2260 1128//2260 +f 1152//2261 1143//2261 1118//2261 +f 1153//2262 1119//2262 1129//2262 +f 1153//2263 1144//2263 1119//2263 +f 1154//2264 1145//2264 1120//2264 +f 1154//2265 1120//2265 1130//2265 +f 1155//2266 1146//2266 1122//2266 +f 1155//2267 1122//2267 1132//2267 +f 1156//2268 1147//2268 1123//2268 +f 1156//2269 1123//2269 1133//2269 +f 1157//2270 1148//2270 1124//2270 +f 1157//2271 1124//2271 1134//2271 +f 1158//2272 1125//2272 1135//2272 +f 1158//2273 1149//2273 1125//2273 +f 1159//2274 831//2274 1150//2274 +f 1159//2275 1150//2275 1126//2275 +f 1159//2276 1126//2276 1136//2276 +f 1160//2277 1127//2277 1137//2277 +f 1160//2278 1151//2278 1127//2278 +f 1161//2279 1152//2279 1128//2279 +f 1161//2280 1128//2280 1138//2280 +f 1162//2281 1153//2281 1129//2281 +f 1162//2282 1129//2282 1139//2282 +f 1163//2283 1130//2283 1140//2283 +f 1163//2284 1140//2284 382//2284 +f 1163//2285 382//2285 439//2285 +f 1163//2286 1154//2286 1130//2286 +f 1164//2287 1132//2287 1142//2287 +f 1164//2288 1155//2288 1132//2288 +f 1165//2289 1133//2289 1143//2289 +f 1165//2290 1156//2290 1133//2290 +f 1166//2291 1157//2291 1134//2291 +f 1166//2292 1134//2292 1144//2292 +f 1167//2293 1135//2293 1145//2293 +f 1167//2294 1158//2294 1135//2294 +f 1168//2295 831//2295 1159//2295 +f 1168//2296 1159//2296 1136//2296 +f 1168//2297 1136//2297 1146//2297 +f 1169//2298 1137//2298 1147//2298 +f 1169//2299 1160//2299 1137//2299 +f 1170//2300 1161//2300 1138//2300 +f 1170//2301 1138//2301 1148//2301 +f 1171//2302 1139//2302 1149//2302 +f 1171//2303 1162//2303 1139//2303 +f 1172//2304 1164//2304 1142//2304 +f 1172//2305 1142//2305 1151//2305 +f 1173//2306 1165//2306 1143//2306 +f 1173//2307 1143//2307 1152//2307 +f 1174//2308 1166//2308 1144//2308 +f 1174//2309 1144//2309 1153//2309 +f 1175//2310 1167//2310 1145//2310 +f 1175//2311 1145//2311 1154//2311 +f 1176//2312 831//2312 1168//2312 +f 1176//2313 1168//2313 1146//2313 +f 1176//2314 1146//2314 1155//2314 +f 1177//2315 1147//2315 1156//2315 +f 1177//2316 1169//2316 1147//2316 +f 1178//2317 1148//2317 1157//2317 +f 1178//2318 1170//2318 1148//2318 +f 1179//2319 1149//2319 1158//2319 +f 1179//2320 1171//2320 1149//2320 +f 1180//2321 1151//2321 1160//2321 +f 1180//2322 1172//2322 1151//2322 +f 1181//2323 1152//2323 1161//2323 +f 1181//2324 1173//2324 1152//2324 +f 1182//2325 1153//2325 1162//2325 +f 1182//2326 1174//2326 1153//2326 +f 1183//2327 1175//2327 1154//2327 +f 1183//2328 1154//2328 1163//2328 +f 1184//2329 1155//2329 1164//2329 +f 1184//2330 1176//2330 1155//2330 +f 1184//2331 831//2331 1176//2331 +f 1185//2332 1177//2332 1156//2332 +f 1185//2333 1156//2333 1165//2333 +f 1186//2334 1178//2334 1157//2334 +f 1186//2335 1157//2335 1166//2335 +f 1187//2336 1179//2336 1158//2336 +f 1187//2337 1158//2337 1167//2337 +f 1188//2338 1160//2338 1169//2338 +f 1188//2339 1180//2339 1160//2339 +f 1189//2340 1161//2340 1170//2340 +f 1189//2341 1181//2341 1161//2341 +f 1190//2342 1162//2342 1171//2342 +f 1190//2343 1182//2343 1162//2343 +f 1191//2344 1183//2344 1163//2344 +f 1191//2345 439//2345 482//2345 +f 1191//2346 1163//2346 439//2346 +f 1192//2347 831//2347 1184//2347 +f 1192//2348 1184//2348 1164//2348 +f 1192//2349 1164//2349 1172//2349 +f 1193//2350 1165//2350 1173//2350 +f 1193//2351 1185//2351 1165//2351 +f 1194//2352 1166//2352 1174//2352 +f 1194//2353 1186//2353 1166//2353 +f 1195//2354 1167//2354 1175//2354 +f 1195//2355 1187//2355 1167//2355 +f 1196//2356 1188//2356 1169//2356 +f 1196//2357 1169//2357 1177//2357 +f 1197//2358 1170//2358 1178//2358 +f 1197//2359 1189//2359 1170//2359 +f 1198//2360 1171//2360 1179//2360 +f 1198//2361 1190//2361 1171//2361 +f 1199//2362 1172//2362 1180//2362 +f 1199//2363 831//2363 1192//2363 +f 1199//2364 1192//2364 1172//2364 +f 1200//2365 1173//2365 1181//2365 +f 1200//2366 1193//2366 1173//2366 +f 1201//2367 1174//2367 1182//2367 +f 1201//2368 1194//2368 1174//2368 +f 1202//2369 1175//2369 1183//2369 +f 1202//2370 1195//2370 1175//2370 +f 1203//2371 1177//2371 1185//2371 +f 1203//2372 1196//2372 1177//2372 +f 1204//2373 1178//2373 1186//2373 +f 1204//2374 1197//2374 1178//2374 +f 1205//2375 1179//2375 1187//2375 +f 1205//2376 1198//2376 1179//2376 +f 1206//2377 831//2377 1199//2377 +f 1206//2378 1180//2378 1188//2378 +f 1206//2379 1199//2379 1180//2379 +f 1207//2380 1200//2380 1181//2380 +f 1207//2381 1181//2381 1189//2381 +f 1208//2382 1182//2382 1190//2382 +f 1208//2383 1201//2383 1182//2383 +f 1209//2384 1191//2384 482//2384 +f 1209//2385 1183//2385 1191//2385 +f 1209//2386 1202//2386 1183//2386 +f 1210//2387 1185//2387 1193//2387 +f 1210//2388 1203//2388 1185//2388 +f 1211//2389 1204//2389 1186//2389 +f 1211//2390 1186//2390 1194//2390 +f 1212//2391 1205//2391 1187//2391 +f 1212//2392 1187//2392 1195//2392 +f 1213//2393 1206//2393 1188//2393 +f 1213//2394 1188//2394 1196//2394 +f 1213//2395 831//2395 1206//2395 +f 1214//2396 1207//2396 1189//2396 +f 1214//2397 1189//2397 1197//2397 +f 1215//2398 1208//2398 1190//2398 +f 1215//2399 1190//2399 1198//2399 +f 1216//2400 1209//2400 482//2400 +f 1216//2401 541//2401 1209//2401 +f 1216//2402 482//2402 541//2402 +f 1217//2403 1193//2403 1200//2403 +f 1217//2404 1210//2404 1193//2404 +f 1218//2405 1211//2405 1194//2405 +f 1218//2406 1194//2406 1201//2406 +f 1219//2407 1212//2407 1195//2407 +f 1219//2408 1195//2408 1202//2408 +f 1220//2409 1213//2409 1196//2409 +f 1220//2410 831//2410 1213//2410 +f 1220//2411 1196//2411 1203//2411 +f 1221//2412 1214//2412 1197//2412 +f 1221//2413 1197//2413 1204//2413 +f 1222//2414 1215//2414 1198//2414 +f 1222//2415 1198//2415 1205//2415 +f 1223//2416 1217//2416 1200//2416 +f 1223//2417 1200//2417 1207//2417 +f 1224//2418 1218//2418 1201//2418 +f 1224//2419 1201//2419 1208//2419 +f 1225//2420 1202//2420 1209//2420 +f 1225//2421 1219//2421 1202//2421 +f 1226//2422 831//2422 1220//2422 +f 1226//2423 1203//2423 1210//2423 +f 1226//2424 1220//2424 1203//2424 +f 1227//2425 1204//2425 1211//2425 +f 1227//2426 1221//2426 1204//2426 +f 1228//2427 1222//2427 1205//2427 +f 1228//2428 1205//2428 1212//2428 +f 1229//2429 1207//2429 1214//2429 +f 1229//2430 1223//2430 1207//2430 +f 1230//2431 1208//2431 1215//2431 +f 1230//2432 1224//2432 1208//2432 +f 1231//2433 1225//2433 1209//2433 +f 1231//2434 1209//2434 541//2434 +f 1231//2435 541//2435 584//2435 +f 1232//2436 1226//2436 1210//2436 +f 1232//2437 1210//2437 1217//2437 +f 1232//2438 831//2438 1226//2438 +f 1233//2439 1227//2439 1211//2439 +f 1233//2440 1211//2440 1218//2440 +f 1234//2441 1212//2441 1219//2441 +f 1234//2442 1228//2442 1212//2442 +f 1235//2443 1214//2443 1221//2443 +f 1235//2444 1229//2444 1214//2444 +f 1236//2445 1230//2445 1215//2445 +f 1236//2446 1215//2446 1222//2446 +f 1237//2447 1217//2447 1223//2447 +f 1237//2448 1232//2448 1217//2448 +f 1237//2449 831//2449 1232//2449 +f 1238//2450 1218//2450 1224//2450 +f 1238//2451 1233//2451 1218//2451 +f 1239//2452 1234//2452 1219//2452 +f 1239//2453 1219//2453 1225//2453 +f 1240//2454 1221//2454 1227//2454 +f 1240//2455 1235//2455 1221//2455 +f 1241//2456 1222//2456 1228//2456 +f 1241//2457 1236//2457 1222//2457 +f 1242//2458 1223//2458 1229//2458 +f 1242//2459 1237//2459 1223//2459 +f 1242//2460 831//2460 1237//2460 +f 1243//2461 1224//2461 1230//2461 +f 1243//2462 1238//2462 1224//2462 +f 1244//2463 1225//2463 1231//2463 +f 1244//2464 1231//2464 584//2464 +f 1244//2465 1239//2465 1225//2465 +f 1245//2466 1227//2466 1233//2466 +f 1245//2467 1240//2467 1227//2467 +f 1246//2468 1241//2468 1228//2468 +f 1246//2469 1228//2469 1234//2469 +f 1247//2470 1242//2470 1229//2470 +f 1247//2471 831//2471 1242//2471 +f 1247//2472 1229//2472 1235//2472 +f 1248//2473 1230//2473 1236//2473 +f 1248//2474 1243//2474 1230//2474 +f 1249//2475 1244//2475 584//2475 +f 1249//2476 643//2476 1244//2476 +f 1249//2477 584//2477 643//2477 +f 1250//2478 1245//2478 1233//2478 +f 1250//2479 1233//2479 1238//2479 +f 1251//2480 1234//2480 1239//2480 +f 1251//2481 1246//2481 1234//2481 +f 1252//2482 1235//2482 1240//2482 +f 1252//2483 1247//2483 1235//2483 +f 1252//2484 831//2484 1247//2484 +f 1253//2485 1248//2485 1236//2485 +f 1253//2486 1236//2486 1241//2486 +f 1254//2487 1238//2487 1243//2487 +f 1254//2488 1250//2488 1238//2488 +f 1255//2489 1239//2489 1244//2489 +f 1255//2490 1251//2490 1239//2490 +f 1256//2491 1252//2491 1240//2491 +f 1256//2492 1240//2492 1245//2492 +f 1256//2493 831//2493 1252//2493 +f 1257//2494 1253//2494 1241//2494 +f 1257//2495 1241//2495 1246//2495 +f 1258//2496 1243//2496 1248//2496 +f 1258//2497 1254//2497 1243//2497 +f 1259//2498 1244//2498 643//2498 +f 1259//2499 643//2499 686//2499 +f 1259//2500 1255//2500 1244//2500 +f 1260//2501 831//2501 1256//2501 +f 1260//2502 1256//2502 1245//2502 +f 1260//2503 1245//2503 1250//2503 +f 1261//2504 1257//2504 1246//2504 +f 1261//2505 1246//2505 1251//2505 +f 1262//2506 1248//2506 1253//2506 +f 1262//2507 1258//2507 1248//2507 +f 1263//2508 1250//2508 1254//2508 +f 1263//2509 1260//2509 1250//2509 +f 1263//2510 831//2510 1260//2510 +f 1264//2511 1251//2511 1255//2511 +f 1264//2512 1261//2512 1251//2512 +f 1265//2513 1262//2513 1253//2513 +f 1265//2514 1253//2514 1257//2514 +f 1266//2515 1254//2515 1258//2515 +f 1266//2516 1263//2516 1254//2516 +f 1266//2517 831//2517 1263//2517 +f 1267//2518 1259//2518 686//2518 +f 1267//2519 1255//2519 1259//2519 +f 1267//2520 1264//2520 1255//2520 +f 1268//2521 1257//2521 1261//2521 +f 1268//2522 1265//2522 1257//2522 +f 1269//2523 1258//2523 1262//2523 +f 1269//2524 1266//2524 1258//2524 +f 1269//2525 831//2525 1266//2525 +f 1270//2526 686//2526 745//2526 +f 1270//2527 1267//2527 686//2527 +f 1271//2528 1261//2528 1264//2528 +f 1271//2529 1268//2529 1261//2529 +f 1272//2530 831//2530 1269//2530 +f 1272//2531 1262//2531 1265//2531 +f 1272//2532 1269//2532 1262//2532 +f 1273//2533 1264//2533 1267//2533 +f 1273//2534 1271//2534 1264//2534 +f 1274//2535 1272//2535 1265//2535 +f 1274//2536 831//2536 1272//2536 +f 1274//2537 1265//2537 1268//2537 +f 1275//2538 1273//2538 1267//2538 +f 1275//2539 745//2539 788//2539 +f 1275//2540 1270//2540 745//2540 +f 1275//2541 1267//2541 1270//2541 +f 1276//2542 831//2542 1274//2542 +f 1276//2543 1274//2543 1268//2543 +f 1276//2544 1268//2544 1271//2544 +f 1277//2545 1271//2545 1273//2545 +f 1277//2546 1276//2546 1271//2546 +f 1277//2547 831//2547 1276//2547 +f 1278//2548 1277//2548 1273//2548 +f 1278//2549 831//2549 1277//2549 +f 1278//2550 1273//2550 1275//2550 +f 1279//2551 1275//2551 788//2551 +f 1279//2552 1278//2552 1275//2552 +f 1279//2553 831//2553 1278//2553 +f 1279//2554 788//2554 831//2554 +g Sphere001 +f 1280//2555 1281//2555 1282//2555 +f 1283//2556 1280//2556 1282//2556 +f 1284//2557 1283//2557 1282//2557 +f 1285//2558 1284//2558 1282//2558 +f 1286//2559 1287//2559 1281//2559 +f 1286//2560 1281//2560 1280//2560 +f 1286//2561 1280//2561 1283//2561 +f 1288//2562 1285//2562 1282//2562 +f 1289//2563 1286//2563 1283//2563 +f 1289//2564 1283//2564 1284//2564 +f 1290//2565 1288//2565 1282//2565 +f 1291//2566 1284//2566 1285//2566 +f 1291//2567 1289//2567 1284//2567 +f 1292//2568 1293//2568 1287//2568 +f 1292//2569 1287//2569 1286//2569 +f 1294//2570 1290//2570 1282//2570 +f 1295//2571 1285//2571 1288//2571 +f 1295//2572 1291//2572 1285//2572 +f 1296//2573 1292//2573 1286//2573 +f 1296//2574 1293//2574 1292//2574 +f 1296//2575 1286//2575 1289//2575 +f 1297//2576 1294//2576 1282//2576 +f 1298//2577 1288//2577 1290//2577 +f 1298//2578 1295//2578 1288//2578 +f 1299//2579 1296//2579 1289//2579 +f 1299//2580 1289//2580 1291//2580 +f 1300//2581 1297//2581 1282//2581 +f 1301//2582 1290//2582 1294//2582 +f 1301//2583 1298//2583 1290//2583 +f 1302//2584 1291//2584 1295//2584 +f 1302//2585 1299//2585 1291//2585 +f 1303//2586 1300//2586 1282//2586 +f 1304//2587 1305//2587 1293//2587 +f 1304//2588 1293//2588 1296//2588 +f 1306//2589 1294//2589 1297//2589 +f 1306//2590 1301//2590 1294//2590 +f 1307//2591 1295//2591 1298//2591 +f 1307//2592 1302//2592 1295//2592 +f 1308//2593 1303//2593 1282//2593 +f 1309//2594 1296//2594 1299//2594 +f 1309//2595 1304//2595 1296//2595 +f 1310//2596 1297//2596 1300//2596 +f 1310//2597 1306//2597 1297//2597 +f 1311//2598 1298//2598 1301//2598 +f 1311//2599 1307//2599 1298//2599 +f 1312//2600 1308//2600 1282//2600 +f 1313//2601 1309//2601 1299//2601 +f 1313//2602 1299//2602 1302//2602 +f 1314//2603 1310//2603 1300//2603 +f 1314//2604 1300//2604 1303//2604 +f 1315//2605 1316//2605 1305//2605 +f 1317//2606 1301//2606 1306//2606 +f 1317//2607 1311//2607 1301//2607 +f 1318//2608 1312//2608 1282//2608 +f 1319//2609 1302//2609 1307//2609 +f 1319//2610 1313//2610 1302//2610 +f 1320//2611 1303//2611 1308//2611 +f 1320//2612 1314//2612 1303//2612 +f 1321//2613 1305//2613 1304//2613 +f 1321//2614 1316//2614 1315//2614 +f 1321//2615 1304//2615 1309//2615 +f 1321//2616 1315//2616 1305//2616 +f 1322//2617 1306//2617 1310//2617 +f 1322//2618 1317//2618 1306//2618 +f 1323//2619 1318//2619 1282//2619 +f 1324//2620 1307//2620 1311//2620 +f 1324//2621 1319//2621 1307//2621 +f 1325//2622 1308//2622 1312//2622 +f 1325//2623 1320//2623 1308//2623 +f 1326//2624 1321//2624 1309//2624 +f 1326//2625 1309//2625 1313//2625 +f 1327//2626 1310//2626 1314//2626 +f 1327//2627 1322//2627 1310//2627 +f 1328//2628 1323//2628 1282//2628 +f 1329//2629 1324//2629 1311//2629 +f 1329//2630 1311//2630 1317//2630 +f 1330//2631 1325//2631 1312//2631 +f 1330//2632 1312//2632 1318//2632 +f 1331//2633 1313//2633 1319//2633 +f 1331//2634 1326//2634 1313//2634 +f 1332//2635 1314//2635 1320//2635 +f 1332//2636 1327//2636 1314//2636 +f 1333//2637 1328//2637 1282//2637 +f 1334//2638 1335//2638 1316//2638 +f 1334//2639 1316//2639 1321//2639 +f 1336//2640 1317//2640 1322//2640 +f 1336//2641 1329//2641 1317//2641 +f 1337//2642 1330//2642 1318//2642 +f 1337//2643 1318//2643 1323//2643 +f 1338//2644 1319//2644 1324//2644 +f 1338//2645 1331//2645 1319//2645 +f 1339//2646 1332//2646 1320//2646 +f 1339//2647 1320//2647 1325//2647 +f 1340//2648 1333//2648 1282//2648 +f 1341//2649 1334//2649 1321//2649 +f 1341//2650 1321//2650 1326//2650 +f 1342//2651 1336//2651 1322//2651 +f 1342//2652 1322//2652 1327//2652 +f 1343//2653 1323//2653 1328//2653 +f 1343//2654 1337//2654 1323//2654 +f 1344//2655 1338//2655 1324//2655 +f 1344//2656 1324//2656 1329//2656 +f 1345//2657 1325//2657 1330//2657 +f 1345//2658 1339//2658 1325//2658 +f 1346//2659 1340//2659 1282//2659 +f 1347//2660 1326//2660 1331//2660 +f 1347//2661 1341//2661 1326//2661 +f 1348//2662 1342//2662 1327//2662 +f 1348//2663 1327//2663 1332//2663 +f 1349//2664 1328//2664 1333//2664 +f 1349//2665 1343//2665 1328//2665 +f 1350//2666 1351//2666 1335//2666 +f 1352//2667 1329//2667 1336//2667 +f 1352//2668 1344//2668 1329//2668 +f 1353//2669 1345//2669 1330//2669 +f 1353//2670 1330//2670 1337//2670 +f 1354//2671 1346//2671 1282//2671 +f 1355//2672 1331//2672 1338//2672 +f 1355//2673 1347//2673 1331//2673 +f 1356//2674 1332//2674 1339//2674 +f 1356//2675 1348//2675 1332//2675 +f 1357//2676 1333//2676 1340//2676 +f 1357//2677 1349//2677 1333//2677 +f 1358//2678 1351//2678 1350//2678 +f 1358//2679 1350//2679 1335//2679 +f 1358//2680 1334//2680 1341//2680 +f 1358//2681 1335//2681 1334//2681 +f 1359//2682 1336//2682 1342//2682 +f 1359//2683 1352//2683 1336//2683 +f 1360//2684 1353//2684 1337//2684 +f 1360//2685 1337//2685 1343//2685 +f 1361//2686 1354//2686 1282//2686 +f 1362//2687 1355//2687 1338//2687 +f 1362//2688 1338//2688 1344//2688 +f 1363//2689 1339//2689 1345//2689 +f 1363//2690 1356//2690 1339//2690 +f 1364//2691 1340//2691 1346//2691 +f 1364//2692 1357//2692 1340//2692 +f 1365//2693 1358//2693 1341//2693 +f 1365//2694 1341//2694 1347//2694 +f 1366//2695 1359//2695 1342//2695 +f 1366//2696 1342//2696 1348//2696 +f 1367//2697 1360//2697 1343//2697 +f 1367//2698 1343//2698 1349//2698 +f 1368//2699 1361//2699 1282//2699 +f 1369//2700 1362//2700 1344//2700 +f 1369//2701 1344//2701 1352//2701 +f 1370//2702 1363//2702 1345//2702 +f 1370//2703 1345//2703 1353//2703 +f 1371//2704 1364//2704 1346//2704 +f 1371//2705 1346//2705 1354//2705 +f 1372//2706 1347//2706 1355//2706 +f 1372//2707 1365//2707 1347//2707 +f 1373//2708 1348//2708 1356//2708 +f 1373//2709 1366//2709 1348//2709 +f 1374//2710 1349//2710 1357//2710 +f 1374//2711 1367//2711 1349//2711 +f 1375//2712 1368//2712 1282//2712 +f 1376//2713 1377//2713 1351//2713 +f 1376//2714 1351//2714 1358//2714 +f 1378//2715 1369//2715 1352//2715 +f 1378//2716 1352//2716 1359//2716 +f 1379//2717 1370//2717 1353//2717 +f 1379//2718 1353//2718 1360//2718 +f 1380//2719 1371//2719 1354//2719 +f 1380//2720 1354//2720 1361//2720 +f 1381//2721 1355//2721 1362//2721 +f 1381//2722 1372//2722 1355//2722 +f 1382//2723 1356//2723 1363//2723 +f 1382//2724 1373//2724 1356//2724 +f 1383//2725 1357//2725 1364//2725 +f 1383//2726 1374//2726 1357//2726 +f 1384//2727 1375//2727 1282//2727 +f 1385//2728 1358//2728 1365//2728 +f 1385//2729 1376//2729 1358//2729 +f 1386//2730 1378//2730 1359//2730 +f 1386//2731 1359//2731 1366//2731 +f 1387//2732 1379//2732 1360//2732 +f 1387//2733 1360//2733 1367//2733 +f 1388//2734 1380//2734 1361//2734 +f 1388//2735 1361//2735 1368//2735 +f 1389//2736 1362//2736 1369//2736 +f 1389//2737 1381//2737 1362//2737 +f 1390//2738 1363//2738 1370//2738 +f 1390//2739 1382//2739 1363//2739 +f 1391//2740 1364//2740 1371//2740 +f 1391//2741 1383//2741 1364//2741 +f 1392//2742 1384//2742 1282//2742 +f 1393//2743 1365//2743 1372//2743 +f 1393//2744 1385//2744 1365//2744 +f 1394//2745 1386//2745 1366//2745 +f 1394//2746 1366//2746 1373//2746 +f 1395//2747 1367//2747 1374//2747 +f 1395//2748 1387//2748 1367//2748 +f 1396//2749 1368//2749 1375//2749 +f 1396//2750 1388//2750 1368//2750 +f 1397//2751 1398//2751 1377//2751 +f 1399//2752 1369//2752 1378//2752 +f 1399//2753 1389//2753 1369//2753 +f 1400//2754 1370//2754 1379//2754 +f 1400//2755 1390//2755 1370//2755 +f 1401//2756 1391//2756 1371//2756 +f 1401//2757 1371//2757 1380//2757 +f 1402//2758 1392//2758 1282//2758 +f 1403//2759 1393//2759 1372//2759 +f 1403//2760 1372//2760 1381//2760 +f 1404//2761 1394//2761 1373//2761 +f 1404//2762 1373//2762 1382//2762 +f 1405//2763 1395//2763 1374//2763 +f 1405//2764 1374//2764 1383//2764 +f 1406//2765 1375//2765 1384//2765 +f 1406//2766 1396//2766 1375//2766 +f 1407//2767 1377//2767 1376//2767 +f 1407//2768 1398//2768 1397//2768 +f 1407//2769 1397//2769 1377//2769 +f 1407//2770 1376//2770 1385//2770 +f 1408//2771 1399//2771 1378//2771 +f 1408//2772 1378//2772 1386//2772 +f 1409//2773 1400//2773 1379//2773 +f 1409//2774 1379//2774 1387//2774 +f 1410//2775 1401//2775 1380//2775 +f 1410//2776 1380//2776 1388//2776 +f 1411//2777 1402//2777 1282//2777 +f 1412//2778 1403//2778 1381//2778 +f 1412//2779 1381//2779 1389//2779 +f 1413//2780 1382//2780 1390//2780 +f 1413//2781 1404//2781 1382//2781 +f 1414//2782 1383//2782 1391//2782 +f 1414//2783 1405//2783 1383//2783 +f 1415//2784 1406//2784 1384//2784 +f 1415//2785 1384//2785 1392//2785 +f 1416//2786 1385//2786 1393//2786 +f 1416//2787 1407//2787 1385//2787 +f 1417//2788 1408//2788 1386//2788 +f 1417//2789 1386//2789 1394//2789 +f 1418//2790 1387//2790 1395//2790 +f 1418//2791 1409//2791 1387//2791 +f 1419//2792 1410//2792 1388//2792 +f 1419//2793 1388//2793 1396//2793 +f 1420//2794 1411//2794 1282//2794 +f 1421//2795 1389//2795 1399//2795 +f 1421//2796 1412//2796 1389//2796 +f 1422//2797 1390//2797 1400//2797 +f 1422//2798 1413//2798 1390//2798 +f 1423//2799 1391//2799 1401//2799 +f 1423//2800 1414//2800 1391//2800 +f 1424//2801 1392//2801 1402//2801 +f 1424//2802 1415//2802 1392//2802 +f 1425//2803 1416//2803 1393//2803 +f 1425//2804 1393//2804 1403//2804 +f 1426//2805 1394//2805 1404//2805 +f 1426//2806 1417//2806 1394//2806 +f 1427//2807 1395//2807 1405//2807 +f 1427//2808 1418//2808 1395//2808 +f 1428//2809 1396//2809 1406//2809 +f 1428//2810 1419//2810 1396//2810 +f 1429//2811 1420//2811 1282//2811 +f 1430//2812 1431//2812 1398//2812 +f 1430//2813 1398//2813 1407//2813 +f 1432//2814 1399//2814 1408//2814 +f 1432//2815 1421//2815 1399//2815 +f 1433//2816 1400//2816 1409//2816 +f 1433//2817 1422//2817 1400//2817 +f 1434//2818 1423//2818 1401//2818 +f 1434//2819 1401//2819 1410//2819 +f 1435//2820 1402//2820 1411//2820 +f 1435//2821 1424//2821 1402//2821 +f 1436//2822 1425//2822 1403//2822 +f 1436//2823 1403//2823 1412//2823 +f 1437//2824 1404//2824 1413//2824 +f 1437//2825 1426//2825 1404//2825 +f 1438//2826 1405//2826 1414//2826 +f 1438//2827 1427//2827 1405//2827 +f 1439//2828 1428//2828 1406//2828 +f 1439//2829 1406//2829 1415//2829 +f 1440//2830 1429//2830 1282//2830 +f 1441//2831 1430//2831 1407//2831 +f 1441//2832 1407//2832 1416//2832 +f 1442//2833 1408//2833 1417//2833 +f 1442//2834 1432//2834 1408//2834 +f 1443//2835 1433//2835 1409//2835 +f 1443//2836 1409//2836 1418//2836 +f 1444//2837 1434//2837 1410//2837 +f 1444//2838 1410//2838 1419//2838 +f 1445//2839 1435//2839 1411//2839 +f 1445//2840 1411//2840 1420//2840 +f 1446//2841 1436//2841 1412//2841 +f 1446//2842 1412//2842 1421//2842 +f 1447//2843 1437//2843 1413//2843 +f 1447//2844 1413//2844 1422//2844 +f 1448//2845 1438//2845 1414//2845 +f 1448//2846 1414//2846 1423//2846 +f 1449//2847 1415//2847 1424//2847 +f 1449//2848 1439//2848 1415//2848 +f 1450//2849 1440//2849 1282//2849 +f 1451//2850 1441//2850 1416//2850 +f 1451//2851 1416//2851 1425//2851 +f 1452//2852 1417//2852 1426//2852 +f 1452//2853 1442//2853 1417//2853 +f 1453//2854 1443//2854 1418//2854 +f 1453//2855 1418//2855 1427//2855 +f 1454//2856 1419//2856 1428//2856 +f 1454//2857 1444//2857 1419//2857 +f 1455//2858 1445//2858 1420//2858 +f 1455//2859 1420//2859 1429//2859 +f 1456//2860 1457//2860 1431//2860 +f 1458//2861 1446//2861 1421//2861 +f 1458//2862 1421//2862 1432//2862 +f 1459//2863 1422//2863 1433//2863 +f 1459//2864 1447//2864 1422//2864 +f 1460//2865 1448//2865 1423//2865 +f 1460//2866 1423//2866 1434//2866 +f 1461//2867 1424//2867 1435//2867 +f 1461//2868 1449//2868 1424//2868 +f 1462//2869 1450//2869 1282//2869 +f 1463//2870 1451//2870 1425//2870 +f 1463//2871 1425//2871 1436//2871 +f 1464//2872 1426//2872 1437//2872 +f 1464//2873 1452//2873 1426//2873 +f 1465//2874 1427//2874 1438//2874 +f 1465//2875 1453//2875 1427//2875 +f 1466//2876 1428//2876 1439//2876 +f 1466//2877 1454//2877 1428//2877 +f 1467//2878 1429//2878 1440//2878 +f 1467//2879 1455//2879 1429//2879 +f 1468//2880 1431//2880 1430//2880 +f 1468//2881 1430//2881 1441//2881 +f 1468//2882 1457//2882 1456//2882 +f 1468//2883 1456//2883 1431//2883 +f 1469//2884 1432//2884 1442//2884 +f 1469//2885 1458//2885 1432//2885 +f 1470//2886 1433//2886 1443//2886 +f 1470//2887 1459//2887 1433//2887 +f 1471//2888 1460//2888 1434//2888 +f 1471//2889 1434//2889 1444//2889 +f 1472//2890 1435//2890 1445//2890 +f 1472//2891 1461//2891 1435//2891 +f 1473//2892 1462//2892 1282//2892 +f 1474//2893 1436//2893 1446//2893 +f 1474//2894 1463//2894 1436//2894 +f 1475//2895 1437//2895 1447//2895 +f 1475//2896 1464//2896 1437//2896 +f 1476//2897 1438//2897 1448//2897 +f 1476//2898 1465//2898 1438//2898 +f 1477//2899 1439//2899 1449//2899 +f 1477//2900 1466//2900 1439//2900 +f 1478//2901 1467//2901 1440//2901 +f 1478//2902 1440//2902 1450//2902 +f 1479//2903 1468//2903 1441//2903 +f 1479//2904 1441//2904 1451//2904 +f 1480//2905 1442//2905 1452//2905 +f 1480//2906 1469//2906 1442//2906 +f 1481//2907 1470//2907 1443//2907 +f 1481//2908 1443//2908 1453//2908 +f 1482//2909 1471//2909 1444//2909 +f 1482//2910 1444//2910 1454//2910 +f 1483//2911 1472//2911 1445//2911 +f 1483//2912 1445//2912 1455//2912 +f 1484//2913 1473//2913 1282//2913 +f 1485//2914 1474//2914 1446//2914 +f 1485//2915 1446//2915 1458//2915 +f 1486//2916 1475//2916 1447//2916 +f 1486//2917 1447//2917 1459//2917 +f 1487//2918 1476//2918 1448//2918 +f 1487//2919 1448//2919 1460//2919 +f 1488//2920 1449//2920 1461//2920 +f 1488//2921 1477//2921 1449//2921 +f 1489//2922 1450//2922 1462//2922 +f 1489//2923 1478//2923 1450//2923 +f 1490//2924 1479//2924 1451//2924 +f 1490//2925 1451//2925 1463//2925 +f 1491//2926 1452//2926 1464//2926 +f 1491//2927 1480//2927 1452//2927 +f 1492//2928 1453//2928 1465//2928 +f 1492//2929 1481//2929 1453//2929 +f 1493//2930 1454//2930 1466//2930 +f 1493//2931 1482//2931 1454//2931 +f 1494//2932 1455//2932 1467//2932 +f 1494//2933 1483//2933 1455//2933 +f 1495//2934 1496//2934 1457//2934 +f 1497//2935 1484//2935 1282//2935 +f 1498//2936 1458//2936 1469//2936 +f 1498//2937 1485//2937 1458//2937 +f 1499//2938 1459//2938 1470//2938 +f 1499//2939 1486//2939 1459//2939 +f 1500//2940 1460//2940 1471//2940 +f 1500//2941 1487//2941 1460//2941 +f 1501//2942 1488//2942 1461//2942 +f 1501//2943 1461//2943 1472//2943 +f 1502//2944 1489//2944 1462//2944 +f 1502//2945 1462//2945 1473//2945 +f 1503//2946 1490//2946 1463//2946 +f 1503//2947 1463//2947 1474//2947 +f 1504//2948 1464//2948 1475//2948 +f 1504//2949 1491//2949 1464//2949 +f 1505//2950 1465//2950 1476//2950 +f 1505//2951 1492//2951 1465//2951 +f 1506//2952 1493//2952 1466//2952 +f 1506//2953 1466//2953 1477//2953 +f 1507//2954 1467//2954 1478//2954 +f 1507//2955 1494//2955 1467//2955 +f 1508//2956 1495//2956 1457//2956 +f 1508//2957 1468//2957 1479//2957 +f 1508//2958 1457//2958 1468//2958 +f 1508//2959 1496//2959 1495//2959 +f 1509//2960 1497//2960 1282//2960 +f 1510//2961 1498//2961 1469//2961 +f 1510//2962 1469//2962 1480//2962 +f 1511//2963 1470//2963 1481//2963 +f 1511//2964 1499//2964 1470//2964 +f 1512//2965 1471//2965 1482//2965 +f 1512//2966 1500//2966 1471//2966 +f 1513//2967 1501//2967 1472//2967 +f 1513//2968 1472//2968 1483//2968 +f 1514//2969 1502//2969 1473//2969 +f 1514//2970 1473//2970 1484//2970 +f 1515//2971 1503//2971 1474//2971 +f 1515//2972 1474//2972 1485//2972 +f 1516//2973 1475//2973 1486//2973 +f 1516//2974 1504//2974 1475//2974 +f 1517//2975 1505//2975 1476//2975 +f 1517//2976 1476//2976 1487//2976 +f 1518//2977 1506//2977 1477//2977 +f 1518//2978 1477//2978 1488//2978 +f 1519//2979 1507//2979 1478//2979 +f 1519//2980 1478//2980 1489//2980 +f 1520//2981 1508//2981 1479//2981 +f 1520//2982 1479//2982 1490//2982 +f 1521//2983 1509//2983 1282//2983 +f 1522//2984 1510//2984 1480//2984 +f 1522//2985 1480//2985 1491//2985 +f 1523//2986 1511//2986 1481//2986 +f 1523//2987 1481//2987 1492//2987 +f 1524//2988 1512//2988 1482//2988 +f 1524//2989 1482//2989 1493//2989 +f 1525//2990 1483//2990 1494//2990 +f 1525//2991 1513//2991 1483//2991 +f 1526//2992 1527//2992 1496//2992 +f 1528//2993 1484//2993 1497//2993 +f 1528//2994 1514//2994 1484//2994 +f 1529//2995 1515//2995 1485//2995 +f 1529//2996 1485//2996 1498//2996 +f 1530//2997 1486//2997 1499//2997 +f 1530//2998 1516//2998 1486//2998 +f 1531//2999 1487//2999 1500//2999 +f 1531//3000 1517//3000 1487//3000 +f 1532//3001 1518//3001 1488//3001 +f 1532//3002 1488//3002 1501//3002 +f 1533//3003 1519//3003 1489//3003 +f 1533//3004 1489//3004 1502//3004 +f 1534//3005 1490//3005 1503//3005 +f 1534//3006 1520//3006 1490//3006 +f 1535//3007 1521//3007 1282//3007 +f 1536//3008 1522//3008 1491//3008 +f 1536//3009 1491//3009 1504//3009 +f 1537//3010 1492//3010 1505//3010 +f 1537//3011 1523//3011 1492//3011 +f 1538//3012 1493//3012 1506//3012 +f 1538//3013 1524//3013 1493//3013 +f 1539//3014 1494//3014 1507//3014 +f 1539//3015 1525//3015 1494//3015 +f 1540//3016 1527//3016 1526//3016 +f 1540//3017 1496//3017 1508//3017 +f 1540//3018 1526//3018 1496//3018 +f 1541//3019 1497//3019 1509//3019 +f 1541//3020 1528//3020 1497//3020 +f 1542//3021 1498//3021 1510//3021 +f 1542//3022 1529//3022 1498//3022 +f 1543//3023 1499//3023 1511//3023 +f 1543//3024 1530//3024 1499//3024 +f 1544//3025 1531//3025 1500//3025 +f 1544//3026 1500//3026 1512//3026 +f 1545//3027 1532//3027 1501//3027 +f 1545//3028 1501//3028 1513//3028 +f 1546//3029 1533//3029 1502//3029 +f 1546//3030 1502//3030 1514//3030 +f 1547//3031 1534//3031 1503//3031 +f 1547//3032 1503//3032 1515//3032 +f 1548//3033 1535//3033 1282//3033 +f 1549//3034 1504//3034 1516//3034 +f 1549//3035 1536//3035 1504//3035 +f 1550//3036 1505//3036 1517//3036 +f 1550//3037 1537//3037 1505//3037 +f 1551//3038 1506//3038 1518//3038 +f 1551//3039 1538//3039 1506//3039 +f 1552//3040 1539//3040 1507//3040 +f 1552//3041 1507//3041 1519//3041 +f 1553//3042 1540//3042 1508//3042 +f 1553//3043 1508//3043 1520//3043 +f 1554//3044 1509//3044 1521//3044 +f 1554//3045 1541//3045 1509//3045 +f 1555//3046 1510//3046 1522//3046 +f 1555//3047 1542//3047 1510//3047 +f 1556//3048 1543//3048 1511//3048 +f 1556//3049 1511//3049 1523//3049 +f 1557//3050 1544//3050 1512//3050 +f 1557//3051 1512//3051 1524//3051 +f 1558//3052 1545//3052 1513//3052 +f 1558//3053 1513//3053 1525//3053 +f 1559//3054 1546//3054 1514//3054 +f 1559//3055 1514//3055 1528//3055 +f 1560//3056 1515//3056 1529//3056 +f 1560//3057 1547//3057 1515//3057 +f 1561//3058 1548//3058 1282//3058 +f 1562//3059 1516//3059 1530//3059 +f 1562//3060 1549//3060 1516//3060 +f 1563//3061 1550//3061 1517//3061 +f 1563//3062 1517//3062 1531//3062 +f 1564//3063 1518//3063 1532//3063 +f 1564//3064 1551//3064 1518//3064 +f 1565//3065 1519//3065 1533//3065 +f 1565//3066 1552//3066 1519//3066 +f 1566//3067 1520//3067 1534//3067 +f 1566//3068 1553//3068 1520//3068 +f 1567//3069 1521//3069 1535//3069 +f 1567//3070 1554//3070 1521//3070 +f 1568//3071 1555//3071 1522//3071 +f 1568//3072 1522//3072 1536//3072 +f 1569//3073 1523//3073 1537//3073 +f 1569//3074 1556//3074 1523//3074 +f 1570//3075 1557//3075 1524//3075 +f 1570//3076 1524//3076 1538//3076 +f 1571//3077 1525//3077 1539//3077 +f 1571//3078 1558//3078 1525//3078 +f 1572//3079 1573//3079 1527//3079 +f 1574//3080 1528//3080 1541//3080 +f 1574//3081 1559//3081 1528//3081 +f 1575//3082 1529//3082 1542//3082 +f 1575//3083 1560//3083 1529//3083 +f 1576//3084 1561//3084 1282//3084 +f 1577//3085 1530//3085 1543//3085 +f 1577//3086 1562//3086 1530//3086 +f 1578//3087 1531//3087 1544//3087 +f 1578//3088 1563//3088 1531//3088 +f 1579//3089 1564//3089 1532//3089 +f 1579//3090 1532//3090 1545//3090 +f 1580//3091 1533//3091 1546//3091 +f 1580//3092 1565//3092 1533//3092 +f 1581//3093 1534//3093 1547//3093 +f 1581//3094 1566//3094 1534//3094 +f 1582//3095 1535//3095 1548//3095 +f 1582//3096 1567//3096 1535//3096 +f 1583//3097 1568//3097 1536//3097 +f 1583//3098 1536//3098 1549//3098 +f 1584//3099 1569//3099 1537//3099 +f 1584//3100 1537//3100 1550//3100 +f 1585//3101 1570//3101 1538//3101 +f 1585//3102 1538//3102 1551//3102 +f 1586//3103 1539//3103 1552//3103 +f 1586//3104 1571//3104 1539//3104 +f 1587//3105 1572//3105 1527//3105 +f 1587//3106 1540//3106 1553//3106 +f 1587//3107 1573//3107 1572//3107 +f 1587//3108 1527//3108 1540//3108 +f 1588//3109 1574//3109 1541//3109 +f 1588//3110 1541//3110 1554//3110 +f 1589//3111 1575//3111 1542//3111 +f 1589//3112 1542//3112 1555//3112 +f 1590//3113 1576//3113 1282//3113 +f 1591//3114 1577//3114 1543//3114 +f 1591//3115 1543//3115 1556//3115 +f 1592//3116 1578//3116 1544//3116 +f 1592//3117 1544//3117 1557//3117 +f 1593//3118 1579//3118 1545//3118 +f 1593//3119 1545//3119 1558//3119 +f 1594//3120 1580//3120 1546//3120 +f 1594//3121 1546//3121 1559//3121 +f 1595//3122 1547//3122 1560//3122 +f 1595//3123 1581//3123 1547//3123 +f 1596//3124 1582//3124 1548//3124 +f 1596//3125 1548//3125 1561//3125 +f 1597//3126 1549//3126 1562//3126 +f 1597//3127 1583//3127 1549//3127 +f 1598//3128 1550//3128 1563//3128 +f 1598//3129 1584//3129 1550//3129 +f 1599//3130 1585//3130 1551//3130 +f 1599//3131 1551//3131 1564//3131 +f 1600//3132 1586//3132 1552//3132 +f 1600//3133 1552//3133 1565//3133 +f 1601//3134 1553//3134 1566//3134 +f 1601//3135 1587//3135 1553//3135 +f 1602//3136 1554//3136 1567//3136 +f 1602//3137 1588//3137 1554//3137 +f 1603//3138 1589//3138 1555//3138 +f 1603//3139 1555//3139 1568//3139 +f 1604//3140 1590//3140 1282//3140 +f 1605//3141 1591//3141 1556//3141 +f 1605//3142 1556//3142 1569//3142 +f 1606//3143 1592//3143 1557//3143 +f 1606//3144 1557//3144 1570//3144 +f 1607//3145 1558//3145 1571//3145 +f 1607//3146 1593//3146 1558//3146 +f 1608//3147 1559//3147 1574//3147 +f 1608//3148 1594//3148 1559//3148 +f 1609//3149 1560//3149 1575//3149 +f 1609//3150 1595//3150 1560//3150 +f 1610//3151 1561//3151 1576//3151 +f 1610//3152 1596//3152 1561//3152 +f 1611//3153 1597//3153 1562//3153 +f 1611//3154 1562//3154 1577//3154 +f 1612//3155 1563//3155 1578//3155 +f 1612//3156 1598//3156 1563//3156 +f 1613//3157 1599//3157 1564//3157 +f 1613//3158 1564//3158 1579//3158 +f 1614//3159 1600//3159 1565//3159 +f 1614//3160 1565//3160 1580//3160 +f 1615//3161 1566//3161 1581//3161 +f 1615//3162 1601//3162 1566//3162 +f 1616//3163 1602//3163 1567//3163 +f 1616//3164 1567//3164 1582//3164 +f 1617//3165 1568//3165 1583//3165 +f 1617//3166 1603//3166 1568//3166 +f 1618//3167 1604//3167 1282//3167 +f 1619//3168 1569//3168 1584//3168 +f 1619//3169 1605//3169 1569//3169 +f 1620//3170 1570//3170 1585//3170 +f 1620//3171 1606//3171 1570//3171 +f 1621//3172 1571//3172 1586//3172 +f 1621//3173 1607//3173 1571//3173 +f 1622//3174 1623//3174 1573//3174 +f 1622//3175 1573//3175 1587//3175 +f 1624//3176 1574//3176 1588//3176 +f 1624//3177 1608//3177 1574//3177 +f 1625//3178 1575//3178 1589//3178 +f 1625//3179 1609//3179 1575//3179 +f 1626//3180 1610//3180 1576//3180 +f 1626//3181 1576//3181 1590//3181 +f 1627//3182 1611//3182 1577//3182 +f 1627//3183 1577//3183 1591//3183 +f 1628//3184 1612//3184 1578//3184 +f 1628//3185 1578//3185 1592//3185 +f 1629//3186 1579//3186 1593//3186 +f 1629//3187 1613//3187 1579//3187 +f 1630//3188 1614//3188 1580//3188 +f 1630//3189 1580//3189 1594//3189 +f 1631//3190 1615//3190 1581//3190 +f 1631//3191 1581//3191 1595//3191 +f 1632//3192 1582//3192 1596//3192 +f 1632//3193 1616//3193 1582//3193 +f 1633//3194 1617//3194 1583//3194 +f 1633//3195 1583//3195 1597//3195 +f 1634//3196 1618//3196 1282//3196 +f 1635//3197 1584//3197 1598//3197 +f 1635//3198 1619//3198 1584//3198 +f 1636//3199 1585//3199 1599//3199 +f 1636//3200 1620//3200 1585//3200 +f 1637//3201 1586//3201 1600//3201 +f 1637//3202 1621//3202 1586//3202 +f 1638//3203 1587//3203 1601//3203 +f 1638//3204 1622//3204 1587//3204 +f 1639//3205 1588//3205 1602//3205 +f 1639//3206 1624//3206 1588//3206 +f 1640//3207 1589//3207 1603//3207 +f 1640//3208 1625//3208 1589//3208 +f 1641//3209 1590//3209 1604//3209 +f 1641//3210 1626//3210 1590//3210 +f 1642//3211 1591//3211 1605//3211 +f 1642//3212 1627//3212 1591//3212 +f 1643//3213 1628//3213 1592//3213 +f 1643//3214 1592//3214 1606//3214 +f 1644//3215 1629//3215 1593//3215 +f 1644//3216 1593//3216 1607//3216 +f 1645//3217 1594//3217 1608//3217 +f 1645//3218 1630//3218 1594//3218 +f 1646//3219 1595//3219 1609//3219 +f 1646//3220 1631//3220 1595//3220 +f 1647//3221 1632//3221 1596//3221 +f 1647//3222 1596//3222 1610//3222 +f 1648//3223 1597//3223 1611//3223 +f 1648//3224 1633//3224 1597//3224 +f 1649//3225 1634//3225 1282//3225 +f 1650//3226 1598//3226 1612//3226 +f 1650//3227 1635//3227 1598//3227 +f 1651//3228 1599//3228 1613//3228 +f 1651//3229 1636//3229 1599//3229 +f 1652//3230 1600//3230 1614//3230 +f 1652//3231 1637//3231 1600//3231 +f 1653//3232 1601//3232 1615//3232 +f 1653//3233 1638//3233 1601//3233 +f 1654//3234 1602//3234 1616//3234 +f 1654//3235 1639//3235 1602//3235 +f 1655//3236 1640//3236 1603//3236 +f 1655//3237 1603//3237 1617//3237 +f 1656//3238 1604//3238 1618//3238 +f 1656//3239 1641//3239 1604//3239 +f 1657//3240 1642//3240 1605//3240 +f 1657//3241 1605//3241 1619//3241 +f 1658//3242 1643//3242 1606//3242 +f 1658//3243 1606//3243 1620//3243 +f 1659//3244 1607//3244 1621//3244 +f 1659//3245 1644//3245 1607//3245 +f 1660//3246 1623//3246 1622//3246 +f 1660//3247 1661//3247 1623//3247 +f 1662//3248 1645//3248 1608//3248 +f 1662//3249 1608//3249 1624//3249 +f 1663//3250 1609//3250 1625//3250 +f 1663//3251 1646//3251 1609//3251 +f 1664//3252 1647//3252 1610//3252 +f 1664//3253 1610//3253 1626//3253 +f 1665//3254 1648//3254 1611//3254 +f 1665//3255 1611//3255 1627//3255 +f 1666//3256 1649//3256 1282//3256 +f 1667//3257 1650//3257 1612//3257 +f 1667//3258 1612//3258 1628//3258 +f 1668//3259 1613//3259 1629//3259 +f 1668//3260 1651//3260 1613//3260 +f 1669//3261 1652//3261 1614//3261 +f 1669//3262 1614//3262 1630//3262 +f 1670//3263 1615//3263 1631//3263 +f 1670//3264 1653//3264 1615//3264 +f 1671//3265 1616//3265 1632//3265 +f 1671//3266 1654//3266 1616//3266 +f 1672//3267 1655//3267 1617//3267 +f 1672//3268 1617//3268 1633//3268 +f 1673//3269 1618//3269 1634//3269 +f 1673//3270 1656//3270 1618//3270 +f 1674//3271 1657//3271 1619//3271 +f 1674//3272 1619//3272 1635//3272 +f 1675//3273 1620//3273 1636//3273 +f 1675//3274 1658//3274 1620//3274 +f 1676//3275 1621//3275 1637//3275 +f 1676//3276 1659//3276 1621//3276 +f 1677//3277 1660//3277 1622//3277 +f 1677//3278 1622//3278 1638//3278 +f 1678//3279 1662//3279 1624//3279 +f 1678//3280 1624//3280 1639//3280 +f 1679//3281 1663//3281 1625//3281 +f 1679//3282 1625//3282 1640//3282 +f 1680//3283 1626//3283 1641//3283 +f 1680//3284 1664//3284 1626//3284 +f 1681//3285 1665//3285 1627//3285 +f 1681//3286 1627//3286 1642//3286 +f 1682//3287 1666//3287 1282//3287 +f 1683//3288 1667//3288 1628//3288 +f 1683//3289 1628//3289 1643//3289 +f 1684//3290 1629//3290 1644//3290 +f 1684//3291 1668//3291 1629//3291 +f 1685//3292 1630//3292 1645//3292 +f 1685//3293 1669//3293 1630//3293 +f 1686//3294 1631//3294 1646//3294 +f 1686//3295 1670//3295 1631//3295 +f 1687//3296 1632//3296 1647//3296 +f 1687//3297 1671//3297 1632//3297 +f 1688//3298 1672//3298 1633//3298 +f 1688//3299 1633//3299 1648//3299 +f 1689//3300 1634//3300 1649//3300 +f 1689//3301 1673//3301 1634//3301 +f 1690//3302 1674//3302 1635//3302 +f 1690//3303 1635//3303 1650//3303 +f 1691//3304 1636//3304 1651//3304 +f 1691//3305 1675//3305 1636//3305 +f 1692//3306 1676//3306 1637//3306 +f 1692//3307 1637//3307 1652//3307 +f 1693//3308 1677//3308 1638//3308 +f 1693//3309 1638//3309 1653//3309 +f 1694//3310 1678//3310 1639//3310 +f 1694//3311 1639//3311 1654//3311 +f 1695//3312 1679//3312 1640//3312 +f 1695//3313 1640//3313 1655//3313 +f 1696//3314 1680//3314 1641//3314 +f 1696//3315 1641//3315 1656//3315 +f 1697//3316 1642//3316 1657//3316 +f 1697//3317 1681//3317 1642//3317 +f 1698//3318 1682//3318 1282//3318 +f 1699//3319 1643//3319 1658//3319 +f 1699//3320 1683//3320 1643//3320 +f 1700//3321 1684//3321 1644//3321 +f 1700//3322 1644//3322 1659//3322 +f 1701//3323 1685//3323 1645//3323 +f 1701//3324 1645//3324 1662//3324 +f 1702//3325 1686//3325 1646//3325 +f 1702//3326 1646//3326 1663//3326 +f 1703//3327 1687//3327 1647//3327 +f 1703//3328 1647//3328 1664//3328 +f 1704//3329 1648//3329 1665//3329 +f 1704//3330 1688//3330 1648//3330 +f 1705//3331 1689//3331 1649//3331 +f 1705//3332 1649//3332 1666//3332 +f 1706//3333 1690//3333 1650//3333 +f 1706//3334 1650//3334 1667//3334 +f 1707//3335 1651//3335 1668//3335 +f 1707//3336 1691//3336 1651//3336 +f 1708//3337 1652//3337 1669//3337 +f 1708//3338 1692//3338 1652//3338 +f 1709//3339 1653//3339 1670//3339 +f 1709//3340 1693//3340 1653//3340 +f 1710//3341 1694//3341 1654//3341 +f 1710//3342 1654//3342 1671//3342 +f 1711//3343 1655//3343 1672//3343 +f 1711//3344 1695//3344 1655//3344 +f 1712//3345 1696//3345 1656//3345 +f 1712//3346 1656//3346 1673//3346 +f 1713//3347 1697//3347 1657//3347 +f 1713//3348 1657//3348 1674//3348 +f 1714//3349 1698//3349 1282//3349 +f 1715//3350 1658//3350 1675//3350 +f 1715//3351 1699//3351 1658//3351 +f 1716//3352 1659//3352 1676//3352 +f 1716//3353 1700//3353 1659//3353 +f 1717//3354 1718//3354 1661//3354 +f 1717//3355 1660//3355 1677//3355 +f 1717//3356 1661//3356 1660//3356 +f 1719//3357 1662//3357 1678//3357 +f 1719//3358 1701//3358 1662//3358 +f 1720//3359 1663//3359 1679//3359 +f 1720//3360 1702//3360 1663//3360 +f 1721//3361 1664//3361 1680//3361 +f 1721//3362 1703//3362 1664//3362 +f 1722//3363 1665//3363 1681//3363 +f 1722//3364 1704//3364 1665//3364 +f 1723//3365 1705//3365 1666//3365 +f 1723//3366 1666//3366 1682//3366 +f 1724//3367 1667//3367 1683//3367 +f 1724//3368 1706//3368 1667//3368 +f 1725//3369 1668//3369 1684//3369 +f 1725//3370 1707//3370 1668//3370 +f 1726//3371 1708//3371 1669//3371 +f 1726//3372 1669//3372 1685//3372 +f 1727//3373 1709//3373 1670//3373 +f 1727//3374 1670//3374 1686//3374 +f 1728//3375 1671//3375 1687//3375 +f 1728//3376 1710//3376 1671//3376 +f 1729//3377 1711//3377 1672//3377 +f 1729//3378 1672//3378 1688//3378 +f 1730//3379 1712//3379 1673//3379 +f 1730//3380 1673//3380 1689//3380 +f 1731//3381 1674//3381 1690//3381 +f 1731//3382 1713//3382 1674//3382 +f 1732//3383 1714//3383 1282//3383 +f 1733//3384 1715//3384 1675//3384 +f 1733//3385 1675//3385 1691//3385 +f 1734//3386 1716//3386 1676//3386 +f 1734//3387 1676//3387 1692//3387 +f 1735//3388 1717//3388 1677//3388 +f 1735//3389 1677//3389 1693//3389 +f 1736//3390 1678//3390 1694//3390 +f 1736//3391 1719//3391 1678//3391 +f 1737//3392 1720//3392 1679//3392 +f 1737//3393 1679//3393 1695//3393 +f 1738//3394 1721//3394 1680//3394 +f 1738//3395 1680//3395 1696//3395 +f 1739//3396 1722//3396 1681//3396 +f 1739//3397 1681//3397 1697//3397 +f 1740//3398 1723//3398 1682//3398 +f 1740//3399 1682//3399 1698//3399 +f 1741//3400 1724//3400 1683//3400 +f 1741//3401 1683//3401 1699//3401 +f 1742//3402 1725//3402 1684//3402 +f 1742//3403 1684//3403 1700//3403 +f 1743//3404 1726//3404 1685//3404 +f 1743//3405 1685//3405 1701//3405 +f 1744//3406 1686//3406 1702//3406 +f 1744//3407 1727//3407 1686//3407 +f 1745//3408 1728//3408 1687//3408 +f 1745//3409 1687//3409 1703//3409 +f 1746//3410 1729//3410 1688//3410 +f 1746//3411 1688//3411 1704//3411 +f 1747//3412 1730//3412 1689//3412 +f 1747//3413 1689//3413 1705//3413 +f 1748//3414 1731//3414 1690//3414 +f 1748//3415 1690//3415 1706//3415 +f 1749//3416 1282//3416 1281//3416 +f 1749//3417 1732//3417 1282//3417 +f 1750//3418 1691//3418 1707//3418 +f 1750//3419 1733//3419 1691//3419 +f 1751//3420 1734//3420 1692//3420 +f 1751//3421 1692//3421 1708//3421 +f 1752//3422 1693//3422 1709//3422 +f 1752//3423 1735//3423 1693//3423 +f 1753//3424 1694//3424 1710//3424 +f 1753//3425 1736//3425 1694//3425 +f 1754//3426 1695//3426 1711//3426 +f 1754//3427 1737//3427 1695//3427 +f 1755//3428 1696//3428 1712//3428 +f 1755//3429 1738//3429 1696//3429 +f 1756//3430 1739//3430 1697//3430 +f 1756//3431 1697//3431 1713//3431 +f 1757//3432 1740//3432 1698//3432 +f 1757//3433 1698//3433 1714//3433 +f 1758//3434 1699//3434 1715//3434 +f 1758//3435 1741//3435 1699//3435 +f 1759//3436 1700//3436 1716//3436 +f 1759//3437 1742//3437 1700//3437 +f 1760//3438 1761//3438 1718//3438 +f 1760//3439 1718//3439 1717//3439 +f 1762//3440 1701//3440 1719//3440 +f 1762//3441 1743//3441 1701//3441 +f 1763//3442 1702//3442 1720//3442 +f 1763//3443 1744//3443 1702//3443 +f 1764//3444 1703//3444 1721//3444 +f 1764//3445 1745//3445 1703//3445 +f 1765//3446 1704//3446 1722//3446 +f 1765//3447 1746//3447 1704//3447 +f 1766//3448 1747//3448 1705//3448 +f 1766//3449 1705//3449 1723//3449 +f 1767//3450 1748//3450 1706//3450 +f 1767//3451 1706//3451 1724//3451 +f 1768//3452 1750//3452 1707//3452 +f 1768//3453 1707//3453 1725//3453 +f 1769//3454 1751//3454 1708//3454 +f 1769//3455 1708//3455 1726//3455 +f 1770//3456 1709//3456 1727//3456 +f 1770//3457 1752//3457 1709//3457 +f 1771//3458 1753//3458 1710//3458 +f 1771//3459 1710//3459 1728//3459 +f 1772//3460 1711//3460 1729//3460 +f 1772//3461 1754//3461 1711//3461 +f 1773//3462 1755//3462 1712//3462 +f 1773//3463 1712//3463 1730//3463 +f 1774//3464 1713//3464 1731//3464 +f 1774//3465 1756//3465 1713//3465 +f 1775//3466 1757//3466 1714//3466 +f 1775//3467 1714//3467 1732//3467 +f 1776//3468 1758//3468 1715//3468 +f 1776//3469 1715//3469 1733//3469 +f 1777//3470 1716//3470 1734//3470 +f 1777//3471 1759//3471 1716//3471 +f 1778//3472 1717//3472 1735//3472 +f 1778//3473 1760//3473 1717//3473 +f 1779//3474 1762//3474 1719//3474 +f 1779//3475 1719//3475 1736//3475 +f 1780//3476 1720//3476 1737//3476 +f 1780//3477 1763//3477 1720//3477 +f 1781//3478 1764//3478 1721//3478 +f 1781//3479 1721//3479 1738//3479 +f 1782//3480 1722//3480 1739//3480 +f 1782//3481 1765//3481 1722//3481 +f 1783//3482 1723//3482 1740//3482 +f 1783//3483 1766//3483 1723//3483 +f 1784//3484 1724//3484 1741//3484 +f 1784//3485 1767//3485 1724//3485 +f 1785//3486 1768//3486 1725//3486 +f 1785//3487 1725//3487 1742//3487 +f 1786//3488 1769//3488 1726//3488 +f 1786//3489 1726//3489 1743//3489 +f 1787//3490 1727//3490 1744//3490 +f 1787//3491 1770//3491 1727//3491 +f 1788//3492 1728//3492 1745//3492 +f 1788//3493 1771//3493 1728//3493 +f 1789//3494 1772//3494 1729//3494 +f 1789//3495 1729//3495 1746//3495 +f 1790//3496 1773//3496 1730//3496 +f 1790//3497 1730//3497 1747//3497 +f 1791//3498 1731//3498 1748//3498 +f 1791//3499 1774//3499 1731//3499 +f 1792//3500 1775//3500 1732//3500 +f 1792//3501 1281//3501 1287//3501 +f 1792//3502 1749//3502 1281//3502 +f 1792//3503 1732//3503 1749//3503 +f 1793//3504 1733//3504 1750//3504 +f 1793//3505 1776//3505 1733//3505 +f 1794//3506 1777//3506 1734//3506 +f 1794//3507 1734//3507 1751//3507 +f 1795//3508 1778//3508 1735//3508 +f 1795//3509 1735//3509 1752//3509 +f 1796//3510 1736//3510 1753//3510 +f 1796//3511 1779//3511 1736//3511 +f 1797//3512 1737//3512 1754//3512 +f 1797//3513 1780//3513 1737//3513 +f 1798//3514 1781//3514 1738//3514 +f 1798//3515 1738//3515 1755//3515 +f 1799//3516 1739//3516 1756//3516 +f 1799//3517 1782//3517 1739//3517 +f 1800//3518 1740//3518 1757//3518 +f 1800//3519 1783//3519 1740//3519 +f 1801//3520 1784//3520 1741//3520 +f 1801//3521 1741//3521 1758//3521 +f 1802//3522 1785//3522 1742//3522 +f 1802//3523 1742//3523 1759//3523 +f 1803//3524 1743//3524 1762//3524 +f 1803//3525 1786//3525 1743//3525 +f 1804//3526 1787//3526 1744//3526 +f 1804//3527 1744//3527 1763//3527 +f 1805//3528 1788//3528 1745//3528 +f 1805//3529 1745//3529 1764//3529 +f 1806//3530 1746//3530 1765//3530 +f 1806//3531 1789//3531 1746//3531 +f 1807//3532 1790//3532 1747//3532 +f 1807//3533 1747//3533 1766//3533 +f 1808//3534 1791//3534 1748//3534 +f 1808//3535 1748//3535 1767//3535 +f 1809//3536 1793//3536 1750//3536 +f 1809//3537 1750//3537 1768//3537 +f 1810//3538 1751//3538 1769//3538 +f 1810//3539 1794//3539 1751//3539 +f 1811//3540 1752//3540 1770//3540 +f 1811//3541 1795//3541 1752//3541 +f 1812//3542 1753//3542 1771//3542 +f 1812//3543 1796//3543 1753//3543 +f 1813//3544 1754//3544 1772//3544 +f 1813//3545 1797//3545 1754//3545 +f 1814//3546 1755//3546 1773//3546 +f 1814//3547 1798//3547 1755//3547 +f 1815//3548 1799//3548 1756//3548 +f 1815//3549 1756//3549 1774//3549 +f 1816//3550 1757//3550 1775//3550 +f 1816//3551 1800//3551 1757//3551 +f 1817//3552 1758//3552 1776//3552 +f 1817//3553 1801//3553 1758//3553 +f 1818//3554 1759//3554 1777//3554 +f 1818//3555 1802//3555 1759//3555 +f 1819//3556 1820//3556 1761//3556 +f 1819//3557 1760//3557 1778//3557 +f 1819//3558 1761//3558 1760//3558 +f 1821//3559 1762//3559 1779//3559 +f 1821//3560 1803//3560 1762//3560 +f 1822//3561 1763//3561 1780//3561 +f 1822//3562 1804//3562 1763//3562 +f 1823//3563 1805//3563 1764//3563 +f 1823//3564 1764//3564 1781//3564 +f 1824//3565 1765//3565 1782//3565 +f 1824//3566 1806//3566 1765//3566 +f 1825//3567 1807//3567 1766//3567 +f 1825//3568 1766//3568 1783//3568 +f 1826//3569 1767//3569 1784//3569 +f 1826//3570 1808//3570 1767//3570 +f 1827//3571 1809//3571 1768//3571 +f 1827//3572 1768//3572 1785//3572 +f 1828//3573 1810//3573 1769//3573 +f 1828//3574 1769//3574 1786//3574 +f 1829//3575 1811//3575 1770//3575 +f 1829//3576 1770//3576 1787//3576 +f 1830//3577 1812//3577 1771//3577 +f 1830//3578 1771//3578 1788//3578 +f 1831//3579 1813//3579 1772//3579 +f 1831//3580 1772//3580 1789//3580 +f 1832//3581 1773//3581 1790//3581 +f 1832//3582 1814//3582 1773//3582 +f 1833//3583 1815//3583 1774//3583 +f 1833//3584 1774//3584 1791//3584 +f 1834//3585 1775//3585 1792//3585 +f 1834//3586 1816//3586 1775//3586 +f 1835//3587 1817//3587 1776//3587 +f 1835//3588 1776//3588 1793//3588 +f 1836//3589 1818//3589 1777//3589 +f 1836//3590 1777//3590 1794//3590 +f 1837//3591 1819//3591 1778//3591 +f 1837//3592 1778//3592 1795//3592 +f 1838//3593 1821//3593 1779//3593 +f 1838//3594 1779//3594 1796//3594 +f 1839//3595 1780//3595 1797//3595 +f 1839//3596 1822//3596 1780//3596 +f 1840//3597 1823//3597 1781//3597 +f 1840//3598 1781//3598 1798//3598 +f 1841//3599 1824//3599 1782//3599 +f 1841//3600 1782//3600 1799//3600 +f 1842//3601 1825//3601 1783//3601 +f 1842//3602 1783//3602 1800//3602 +f 1843//3603 1826//3603 1784//3603 +f 1843//3604 1784//3604 1801//3604 +f 1844//3605 1827//3605 1785//3605 +f 1844//3606 1785//3606 1802//3606 +f 1845//3607 1786//3607 1803//3607 +f 1845//3608 1828//3608 1786//3608 +f 1846//3609 1787//3609 1804//3609 +f 1846//3610 1829//3610 1787//3610 +f 1847//3611 1788//3611 1805//3611 +f 1847//3612 1830//3612 1788//3612 +f 1848//3613 1789//3613 1806//3613 +f 1848//3614 1831//3614 1789//3614 +f 1849//3615 1790//3615 1807//3615 +f 1849//3616 1832//3616 1790//3616 +f 1850//3617 1791//3617 1808//3617 +f 1850//3618 1833//3618 1791//3618 +f 1851//3619 1287//3619 1293//3619 +f 1851//3620 1792//3620 1287//3620 +f 1851//3621 1293//3621 1834//3621 +f 1851//3622 1834//3622 1792//3622 +f 1852//3623 1793//3623 1809//3623 +f 1852//3624 1835//3624 1793//3624 +f 1853//3625 1794//3625 1810//3625 +f 1853//3626 1836//3626 1794//3626 +f 1854//3627 1795//3627 1811//3627 +f 1854//3628 1837//3628 1795//3628 +f 1855//3629 1796//3629 1812//3629 +f 1855//3630 1838//3630 1796//3630 +f 1856//3631 1797//3631 1813//3631 +f 1856//3632 1839//3632 1797//3632 +f 1857//3633 1798//3633 1814//3633 +f 1857//3634 1840//3634 1798//3634 +f 1858//3635 1841//3635 1799//3635 +f 1858//3636 1799//3636 1815//3636 +f 1859//3637 1842//3637 1800//3637 +f 1859//3638 1800//3638 1816//3638 +f 1860//3639 1843//3639 1801//3639 +f 1860//3640 1801//3640 1817//3640 +f 1861//3641 1802//3641 1818//3641 +f 1861//3642 1844//3642 1802//3642 +f 1862//3643 1863//3643 1820//3643 +f 1862//3644 1820//3644 1819//3644 +f 1864//3645 1845//3645 1803//3645 +f 1864//3646 1803//3646 1821//3646 +f 1865//3647 1804//3647 1822//3647 +f 1865//3648 1846//3648 1804//3648 +f 1866//3649 1805//3649 1823//3649 +f 1866//3650 1847//3650 1805//3650 +f 1867//3651 1848//3651 1806//3651 +f 1867//3652 1806//3652 1824//3652 +f 1868//3653 1849//3653 1807//3653 +f 1868//3654 1807//3654 1825//3654 +f 1869//3655 1808//3655 1826//3655 +f 1869//3656 1850//3656 1808//3656 +f 1870//3657 1809//3657 1827//3657 +f 1870//3658 1852//3658 1809//3658 +f 1871//3659 1810//3659 1828//3659 +f 1871//3660 1853//3660 1810//3660 +f 1872//3661 1811//3661 1829//3661 +f 1872//3662 1854//3662 1811//3662 +f 1873//3663 1812//3663 1830//3663 +f 1873//3664 1855//3664 1812//3664 +f 1874//3665 1856//3665 1813//3665 +f 1874//3666 1813//3666 1831//3666 +f 1875//3667 1857//3667 1814//3667 +f 1875//3668 1814//3668 1832//3668 +f 1876//3669 1815//3669 1833//3669 +f 1876//3670 1858//3670 1815//3670 +f 1877//3671 1859//3671 1816//3671 +f 1877//3672 1816//3672 1834//3672 +f 1878//3673 1817//3673 1835//3673 +f 1878//3674 1860//3674 1817//3674 +f 1879//3675 1861//3675 1818//3675 +f 1879//3676 1818//3676 1836//3676 +f 1880//3677 1862//3677 1819//3677 +f 1880//3678 1819//3678 1837//3678 +f 1881//3679 1821//3679 1838//3679 +f 1881//3680 1864//3680 1821//3680 +f 1882//3681 1822//3681 1839//3681 +f 1882//3682 1865//3682 1822//3682 +f 1883//3683 1866//3683 1823//3683 +f 1883//3684 1823//3684 1840//3684 +f 1884//3685 1824//3685 1841//3685 +f 1884//3686 1867//3686 1824//3686 +f 1885//3687 1825//3687 1842//3687 +f 1885//3688 1868//3688 1825//3688 +f 1886//3689 1869//3689 1826//3689 +f 1886//3690 1826//3690 1843//3690 +f 1887//3691 1870//3691 1827//3691 +f 1887//3692 1827//3692 1844//3692 +f 1888//3693 1828//3693 1845//3693 +f 1888//3694 1871//3694 1828//3694 +f 1889//3695 1829//3695 1846//3695 +f 1889//3696 1872//3696 1829//3696 +f 1890//3697 1830//3697 1847//3697 +f 1890//3698 1873//3698 1830//3698 +f 1891//3699 1831//3699 1848//3699 +f 1891//3700 1874//3700 1831//3700 +f 1892//3701 1875//3701 1832//3701 +f 1892//3702 1832//3702 1849//3702 +f 1893//3703 1876//3703 1833//3703 +f 1893//3704 1833//3704 1850//3704 +f 1894//3705 1877//3705 1834//3705 +f 1894//3706 1293//3706 1305//3706 +f 1894//3707 1834//3707 1293//3707 +f 1895//3708 1878//3708 1835//3708 +f 1895//3709 1835//3709 1852//3709 +f 1896//3710 1879//3710 1836//3710 +f 1896//3711 1836//3711 1853//3711 +f 1897//3712 1880//3712 1837//3712 +f 1897//3713 1837//3713 1854//3713 +f 1898//3714 1881//3714 1838//3714 +f 1898//3715 1838//3715 1855//3715 +f 1899//3716 1882//3716 1839//3716 +f 1899//3717 1839//3717 1856//3717 +f 1900//3718 1883//3718 1840//3718 +f 1900//3719 1840//3719 1857//3719 +f 1901//3720 1841//3720 1858//3720 +f 1901//3721 1884//3721 1841//3721 +f 1902//3722 1842//3722 1859//3722 +f 1902//3723 1885//3723 1842//3723 +f 1903//3724 1886//3724 1843//3724 +f 1903//3725 1843//3725 1860//3725 +f 1904//3726 1887//3726 1844//3726 +f 1904//3727 1844//3727 1861//3727 +f 1905//3728 1845//3728 1864//3728 +f 1905//3729 1888//3729 1845//3729 +f 1906//3730 1889//3730 1846//3730 +f 1906//3731 1846//3731 1865//3731 +f 1907//3732 1890//3732 1847//3732 +f 1907//3733 1847//3733 1866//3733 +f 1908//3734 1848//3734 1867//3734 +f 1908//3735 1891//3735 1848//3735 +f 1909//3736 1849//3736 1868//3736 +f 1909//3737 1892//3737 1849//3737 +f 1910//3738 1893//3738 1850//3738 +f 1910//3739 1850//3739 1869//3739 +f 1911//3740 1895//3740 1852//3740 +f 1911//3741 1852//3741 1870//3741 +f 1912//3742 1853//3742 1871//3742 +f 1912//3743 1896//3743 1853//3743 +f 1913//3744 1897//3744 1854//3744 +f 1913//3745 1854//3745 1872//3745 +f 1914//3746 1898//3746 1855//3746 +f 1914//3747 1855//3747 1873//3747 +f 1915//3748 1856//3748 1874//3748 +f 1915//3749 1899//3749 1856//3749 +f 1916//3750 1857//3750 1875//3750 +f 1916//3751 1900//3751 1857//3751 +f 1917//3752 1901//3752 1858//3752 +f 1917//3753 1858//3753 1876//3753 +f 1918//3754 1859//3754 1877//3754 +f 1918//3755 1902//3755 1859//3755 +f 1919//3756 1860//3756 1878//3756 +f 1919//3757 1903//3757 1860//3757 +f 1920//3758 1861//3758 1879//3758 +f 1920//3759 1904//3759 1861//3759 +f 1921//3760 1922//3760 1863//3760 +f 1921//3761 1863//3761 1862//3761 +f 1921//3762 1862//3762 1880//3762 +f 1923//3763 1864//3763 1881//3763 +f 1923//3764 1905//3764 1864//3764 +f 1924//3765 1906//3765 1865//3765 +f 1924//3766 1865//3766 1882//3766 +f 1925//3767 1907//3767 1866//3767 +f 1925//3768 1866//3768 1883//3768 +f 1926//3769 1867//3769 1884//3769 +f 1926//3770 1908//3770 1867//3770 +f 1927//3771 1868//3771 1885//3771 +f 1927//3772 1909//3772 1868//3772 +f 1928//3773 1910//3773 1869//3773 +f 1928//3774 1869//3774 1886//3774 +f 1929//3775 1911//3775 1870//3775 +f 1929//3776 1870//3776 1887//3776 +f 1930//3777 1871//3777 1888//3777 +f 1930//3778 1912//3778 1871//3778 +f 1931//3779 1872//3779 1889//3779 +f 1931//3780 1913//3780 1872//3780 +f 1932//3781 1914//3781 1873//3781 +f 1932//3782 1873//3782 1890//3782 +f 1933//3783 1915//3783 1874//3783 +f 1933//3784 1874//3784 1891//3784 +f 1934//3785 1875//3785 1892//3785 +f 1934//3786 1916//3786 1875//3786 +f 1935//3787 1917//3787 1876//3787 +f 1935//3788 1876//3788 1893//3788 +f 1936//3789 1877//3789 1894//3789 +f 1936//3790 1894//3790 1305//3790 +f 1936//3791 1918//3791 1877//3791 +f 1937//3792 1878//3792 1895//3792 +f 1937//3793 1919//3793 1878//3793 +f 1938//3794 1879//3794 1896//3794 +f 1938//3795 1920//3795 1879//3795 +f 1939//3796 1921//3796 1880//3796 +f 1939//3797 1880//3797 1897//3797 +f 1940//3798 1881//3798 1898//3798 +f 1940//3799 1923//3799 1881//3799 +f 1941//3800 1882//3800 1899//3800 +f 1941//3801 1924//3801 1882//3801 +f 1942//3802 1925//3802 1883//3802 +f 1942//3803 1883//3803 1900//3803 +f 1943//3804 1884//3804 1901//3804 +f 1943//3805 1926//3805 1884//3805 +f 1944//3806 1927//3806 1885//3806 +f 1944//3807 1885//3807 1902//3807 +f 1945//3808 1886//3808 1903//3808 +f 1945//3809 1928//3809 1886//3809 +f 1946//3810 1887//3810 1904//3810 +f 1946//3811 1929//3811 1887//3811 +f 1947//3812 1930//3812 1888//3812 +f 1947//3813 1888//3813 1905//3813 +f 1948//3814 1889//3814 1906//3814 +f 1948//3815 1931//3815 1889//3815 +f 1949//3816 1932//3816 1890//3816 +f 1949//3817 1890//3817 1907//3817 +f 1950//3818 1891//3818 1908//3818 +f 1950//3819 1933//3819 1891//3819 +f 1951//3820 1934//3820 1892//3820 +f 1951//3821 1892//3821 1909//3821 +f 1952//3822 1893//3822 1910//3822 +f 1952//3823 1935//3823 1893//3823 +f 1953//3824 1305//3824 1316//3824 +f 1953//3825 1936//3825 1305//3825 +f 1953//3826 1316//3826 1936//3826 +f 1954//3827 1895//3827 1911//3827 +f 1954//3828 1937//3828 1895//3828 +f 1955//3829 1896//3829 1912//3829 +f 1955//3830 1938//3830 1896//3830 +f 1956//3831 1897//3831 1913//3831 +f 1956//3832 1939//3832 1897//3832 +f 1957//3833 1898//3833 1914//3833 +f 1957//3834 1940//3834 1898//3834 +f 1958//3835 1941//3835 1899//3835 +f 1958//3836 1899//3836 1915//3836 +f 1959//3837 1900//3837 1916//3837 +f 1959//3838 1942//3838 1900//3838 +f 1960//3839 1901//3839 1917//3839 +f 1960//3840 1943//3840 1901//3840 +f 1961//3841 1944//3841 1902//3841 +f 1961//3842 1902//3842 1918//3842 +f 1962//3843 1945//3843 1903//3843 +f 1962//3844 1903//3844 1919//3844 +f 1963//3845 1904//3845 1920//3845 +f 1963//3846 1946//3846 1904//3846 +f 1964//3847 1922//3847 1921//3847 +f 1964//3848 1965//3848 1922//3848 +f 1966//3849 1947//3849 1905//3849 +f 1966//3850 1905//3850 1923//3850 +f 1967//3851 1906//3851 1924//3851 +f 1967//3852 1948//3852 1906//3852 +f 1968//3853 1907//3853 1925//3853 +f 1968//3854 1949//3854 1907//3854 +f 1969//3855 1908//3855 1926//3855 +f 1969//3856 1950//3856 1908//3856 +f 1970//3857 1909//3857 1927//3857 +f 1970//3858 1951//3858 1909//3858 +f 1971//3859 1910//3859 1928//3859 +f 1971//3860 1952//3860 1910//3860 +f 1972//3861 1954//3861 1911//3861 +f 1972//3862 1911//3862 1929//3862 +f 1973//3863 1912//3863 1930//3863 +f 1973//3864 1955//3864 1912//3864 +f 1974//3865 1956//3865 1913//3865 +f 1974//3866 1913//3866 1931//3866 +f 1975//3867 1957//3867 1914//3867 +f 1975//3868 1914//3868 1932//3868 +f 1976//3869 1958//3869 1915//3869 +f 1976//3870 1915//3870 1933//3870 +f 1977//3871 1959//3871 1916//3871 +f 1977//3872 1916//3872 1934//3872 +f 1978//3873 1960//3873 1917//3873 +f 1978//3874 1917//3874 1935//3874 +f 1979//3875 1961//3875 1918//3875 +f 1979//3876 1918//3876 1936//3876 +f 1980//3877 1962//3877 1919//3877 +f 1980//3878 1919//3878 1937//3878 +f 1981//3879 1963//3879 1920//3879 +f 1981//3880 1920//3880 1938//3880 +f 1982//3881 1921//3881 1939//3881 +f 1982//3882 1964//3882 1921//3882 +f 1983//3883 1966//3883 1923//3883 +f 1983//3884 1923//3884 1940//3884 +f 1984//3885 1924//3885 1941//3885 +f 1984//3886 1967//3886 1924//3886 +f 1985//3887 1968//3887 1925//3887 +f 1985//3888 1925//3888 1942//3888 +f 1986//3889 1926//3889 1943//3889 +f 1986//3890 1969//3890 1926//3890 +f 1987//3891 1927//3891 1944//3891 +f 1987//3892 1970//3892 1927//3892 +f 1988//3893 1928//3893 1945//3893 +f 1988//3894 1971//3894 1928//3894 +f 1989//3895 1929//3895 1946//3895 +f 1989//3896 1972//3896 1929//3896 +f 1990//3897 1930//3897 1947//3897 +f 1990//3898 1973//3898 1930//3898 +f 1991//3899 1931//3899 1948//3899 +f 1991//3900 1974//3900 1931//3900 +f 1992//3901 1932//3901 1949//3901 +f 1992//3902 1975//3902 1932//3902 +f 1993//3903 1976//3903 1933//3903 +f 1993//3904 1933//3904 1950//3904 +f 1994//3905 1977//3905 1934//3905 +f 1994//3906 1934//3906 1951//3906 +f 1995//3907 1978//3907 1935//3907 +f 1995//3908 1935//3908 1952//3908 +f 1996//3909 1979//3909 1936//3909 +f 1996//3910 1316//3910 1335//3910 +f 1996//3911 1936//3911 1316//3911 +f 1997//3912 1937//3912 1954//3912 +f 1997//3913 1980//3913 1937//3913 +f 1998//3914 1938//3914 1955//3914 +f 1998//3915 1981//3915 1938//3915 +f 1999//3916 1982//3916 1939//3916 +f 1999//3917 1939//3917 1956//3917 +f 2000//3918 1983//3918 1940//3918 +f 2000//3919 1940//3919 1957//3919 +f 2001//3920 1941//3920 1958//3920 +f 2001//3921 1984//3921 1941//3921 +f 2002//3922 1985//3922 1942//3922 +f 2002//3923 1942//3923 1959//3923 +f 2003//3924 1943//3924 1960//3924 +f 2003//3925 1986//3925 1943//3925 +f 2004//3926 1944//3926 1961//3926 +f 2004//3927 1987//3927 1944//3927 +f 2005//3928 1988//3928 1945//3928 +f 2005//3929 1945//3929 1962//3929 +f 2006//3930 1989//3930 1946//3930 +f 2006//3931 1946//3931 1963//3931 +f 2007//3932 1990//3932 1947//3932 +f 2007//3933 1947//3933 1966//3933 +f 2008//3934 1948//3934 1967//3934 +f 2008//3935 1991//3935 1948//3935 +f 2009//3936 1992//3936 1949//3936 +f 2009//3937 1949//3937 1968//3937 +f 2010//3938 1993//3938 1950//3938 +f 2010//3939 1950//3939 1969//3939 +f 2011//3940 1951//3940 1970//3940 +f 2011//3941 1994//3941 1951//3941 +f 2012//3942 1952//3942 1971//3942 +f 2012//3943 1995//3943 1952//3943 +f 2013//3944 1997//3944 1954//3944 +f 2013//3945 1954//3945 1972//3945 +f 2014//3946 1998//3946 1955//3946 +f 2014//3947 1955//3947 1973//3947 +f 2015//3948 1999//3948 1956//3948 +f 2015//3949 1956//3949 1974//3949 +f 2016//3950 2000//3950 1957//3950 +f 2016//3951 1957//3951 1975//3951 +f 2017//3952 1958//3952 1976//3952 +f 2017//3953 2001//3953 1958//3953 +f 2018//3954 2002//3954 1959//3954 +f 2018//3955 1959//3955 1977//3955 +f 2019//3956 2003//3956 1960//3956 +f 2019//3957 1960//3957 1978//3957 +f 2020//3958 1961//3958 1979//3958 +f 2020//3959 2004//3959 1961//3959 +f 2021//3960 2005//3960 1962//3960 +f 2021//3961 1962//3961 1980//3961 +f 2022//3962 2006//3962 1963//3962 +f 2022//3963 1963//3963 1981//3963 +f 2023//3964 1964//3964 1982//3964 +f 2023//3965 2024//3965 1965//3965 +f 2023//3966 1965//3966 1964//3966 +f 2025//3967 1966//3967 1983//3967 +f 2025//3968 2007//3968 1966//3968 +f 2026//3969 1967//3969 1984//3969 +f 2026//3970 2008//3970 1967//3970 +f 2027//3971 1968//3971 1985//3971 +f 2027//3972 2009//3972 1968//3972 +f 2028//3973 2010//3973 1969//3973 +f 2028//3974 1969//3974 1986//3974 +f 2029//3975 1970//3975 1987//3975 +f 2029//3976 2011//3976 1970//3976 +f 2030//3977 2012//3977 1971//3977 +f 2030//3978 1971//3978 1988//3978 +f 2031//3979 2013//3979 1972//3979 +f 2031//3980 1972//3980 1989//3980 +f 2032//3981 2014//3981 1973//3981 +f 2032//3982 1973//3982 1990//3982 +f 2033//3983 1974//3983 1991//3983 +f 2033//3984 2015//3984 1974//3984 +f 2034//3985 1975//3985 1992//3985 +f 2034//3986 2016//3986 1975//3986 +f 2035//3987 1976//3987 1993//3987 +f 2035//3988 2017//3988 1976//3988 +f 2036//3989 1977//3989 1994//3989 +f 2036//3990 2018//3990 1977//3990 +f 2037//3991 2019//3991 1978//3991 +f 2037//3992 1978//3992 1995//3992 +f 2038//3993 2020//3993 1979//3993 +f 2038//3994 1979//3994 1996//3994 +f 2038//3995 1996//3995 1335//3995 +f 2039//3996 2021//3996 1980//3996 +f 2039//3997 1980//3997 1997//3997 +f 2040//3998 1981//3998 1998//3998 +f 2040//3999 2022//3999 1981//3999 +f 2041//4000 1982//4000 1999//4000 +f 2041//4001 2023//4001 1982//4001 +f 2042//4002 2025//4002 1983//4002 +f 2042//4003 1983//4003 2000//4003 +f 2043//4004 2026//4004 1984//4004 +f 2043//4005 1984//4005 2001//4005 +f 2044//4006 2027//4006 1985//4006 +f 2044//4007 1985//4007 2002//4007 +f 2045//4008 1986//4008 2003//4008 +f 2045//4009 2028//4009 1986//4009 +f 2046//4010 2029//4010 1987//4010 +f 2046//4011 1987//4011 2004//4011 +f 2047//4012 1988//4012 2005//4012 +f 2047//4013 2030//4013 1988//4013 +f 2048//4014 1989//4014 2006//4014 +f 2048//4015 2031//4015 1989//4015 +f 2049//4016 2032//4016 1990//4016 +f 2049//4017 1990//4017 2007//4017 +f 2050//4018 2033//4018 1991//4018 +f 2050//4019 1991//4019 2008//4019 +f 2051//4020 2034//4020 1992//4020 +f 2051//4021 1992//4021 2009//4021 +f 2052//4022 2035//4022 1993//4022 +f 2052//4023 1993//4023 2010//4023 +f 2053//4024 1994//4024 2011//4024 +f 2053//4025 2036//4025 1994//4025 +f 2054//4026 2037//4026 1995//4026 +f 2054//4027 1995//4027 2012//4027 +f 2055//4028 1335//4028 1351//4028 +f 2055//4029 2038//4029 1335//4029 +f 2055//4030 1351//4030 2038//4030 +f 2056//4031 2039//4031 1997//4031 +f 2056//4032 1997//4032 2013//4032 +f 2057//4033 2040//4033 1998//4033 +f 2057//4034 1998//4034 2014//4034 +f 2058//4035 2041//4035 1999//4035 +f 2058//4036 1999//4036 2015//4036 +f 2059//4037 2000//4037 2016//4037 +f 2059//4038 2042//4038 2000//4038 +f 2060//4039 2001//4039 2017//4039 +f 2060//4040 2043//4040 2001//4040 +f 2061//4041 2044//4041 2002//4041 +f 2061//4042 2002//4042 2018//4042 +f 2062//4043 2003//4043 2019//4043 +f 2062//4044 2045//4044 2003//4044 +f 2063//4045 2046//4045 2004//4045 +f 2063//4046 2004//4046 2020//4046 +f 2064//4047 2047//4047 2005//4047 +f 2064//4048 2005//4048 2021//4048 +f 2065//4049 2048//4049 2006//4049 +f 2065//4050 2006//4050 2022//4050 +f 2066//4051 2067//4051 2024//4051 +f 2066//4052 2024//4052 2023//4052 +f 2068//4053 2007//4053 2025//4053 +f 2068//4054 2049//4054 2007//4054 +f 2069//4055 2050//4055 2008//4055 +f 2069//4056 2008//4056 2026//4056 +f 2070//4057 2009//4057 2027//4057 +f 2070//4058 2051//4058 2009//4058 +f 2071//4059 2052//4059 2010//4059 +f 2071//4060 2010//4060 2028//4060 +f 2072//4061 2011//4061 2029//4061 +f 2072//4062 2053//4062 2011//4062 +f 2073//4063 2012//4063 2030//4063 +f 2073//4064 2054//4064 2012//4064 +f 2074//4065 2013//4065 2031//4065 +f 2074//4066 2056//4066 2013//4066 +f 2075//4067 2057//4067 2014//4067 +f 2075//4068 2014//4068 2032//4068 +f 2076//4069 2058//4069 2015//4069 +f 2076//4070 2015//4070 2033//4070 +f 2077//4071 2016//4071 2034//4071 +f 2077//4072 2059//4072 2016//4072 +f 2078//4073 2017//4073 2035//4073 +f 2078//4074 2060//4074 2017//4074 +f 2079//4075 2061//4075 2018//4075 +f 2079//4076 2018//4076 2036//4076 +f 2080//4077 2019//4077 2037//4077 +f 2080//4078 2062//4078 2019//4078 +f 2081//4079 2063//4079 2020//4079 +f 2081//4080 2020//4080 2038//4080 +f 2082//4081 2021//4081 2039//4081 +f 2082//4082 2064//4082 2021//4082 +f 2083//4083 2065//4083 2022//4083 +f 2083//4084 2022//4084 2040//4084 +f 2084//4085 2066//4085 2023//4085 +f 2084//4086 2023//4086 2041//4086 +f 2085//4087 2068//4087 2025//4087 +f 2085//4088 2025//4088 2042//4088 +f 2086//4089 2069//4089 2026//4089 +f 2086//4090 2026//4090 2043//4090 +f 2087//4091 2070//4091 2027//4091 +f 2087//4092 2027//4092 2044//4092 +f 2088//4093 2028//4093 2045//4093 +f 2088//4094 2071//4094 2028//4094 +f 2089//4095 2029//4095 2046//4095 +f 2089//4096 2072//4096 2029//4096 +f 2090//4097 2030//4097 2047//4097 +f 2090//4098 2073//4098 2030//4098 +f 2091//4099 2074//4099 2031//4099 +f 2091//4100 2031//4100 2048//4100 +f 2092//4101 2075//4101 2032//4101 +f 2092//4102 2032//4102 2049//4102 +f 2093//4103 2033//4103 2050//4103 +f 2093//4104 2076//4104 2033//4104 +f 2094//4105 2034//4105 2051//4105 +f 2094//4106 2077//4106 2034//4106 +f 2095//4107 2078//4107 2035//4107 +f 2095//4108 2035//4108 2052//4108 +f 2096//4109 2036//4109 2053//4109 +f 2096//4110 2079//4110 2036//4110 +f 2097//4111 2037//4111 2054//4111 +f 2097//4112 2080//4112 2037//4112 +f 2098//4113 2081//4113 2038//4113 +f 2098//4114 1351//4114 1377//4114 +f 2098//4115 2038//4115 1351//4115 +f 2099//4116 2082//4116 2039//4116 +f 2099//4117 2039//4117 2056//4117 +f 2100//4118 2083//4118 2040//4118 +f 2100//4119 2040//4119 2057//4119 +f 2101//4120 2041//4120 2058//4120 +f 2101//4121 2084//4121 2041//4121 +f 2102//4122 2085//4122 2042//4122 +f 2102//4123 2042//4123 2059//4123 +f 2103//4124 2043//4124 2060//4124 +f 2103//4125 2086//4125 2043//4125 +f 2104//4126 2044//4126 2061//4126 +f 2104//4127 2087//4127 2044//4127 +f 2105//4128 2045//4128 2062//4128 +f 2105//4129 2088//4129 2045//4129 +f 2106//4130 2046//4130 2063//4130 +f 2106//4131 2089//4131 2046//4131 +f 2107//4132 2047//4132 2064//4132 +f 2107//4133 2090//4133 2047//4133 +f 2108//4134 2048//4134 2065//4134 +f 2108//4135 2091//4135 2048//4135 +f 2109//4136 2110//4136 2067//4136 +f 2109//4137 2067//4137 2066//4137 +f 2111//4138 2049//4138 2068//4138 +f 2111//4139 2092//4139 2049//4139 +f 2112//4140 2093//4140 2050//4140 +f 2112//4141 2050//4141 2069//4141 +f 2113//4142 2094//4142 2051//4142 +f 2113//4143 2051//4143 2070//4143 +f 2114//4144 2052//4144 2071//4144 +f 2114//4145 2095//4145 2052//4145 +f 2115//4146 2096//4146 2053//4146 +f 2115//4147 2053//4147 2072//4147 +f 2116//4148 2097//4148 2054//4148 +f 2116//4149 2054//4149 2073//4149 +f 2117//4150 2056//4150 2074//4150 +f 2117//4151 2099//4151 2056//4151 +f 2118//4152 2057//4152 2075//4152 +f 2118//4153 2100//4153 2057//4153 +f 2119//4154 2058//4154 2076//4154 +f 2119//4155 2101//4155 2058//4155 +f 2120//4156 2102//4156 2059//4156 +f 2120//4157 2059//4157 2077//4157 +f 2121//4158 2103//4158 2060//4158 +f 2121//4159 2060//4159 2078//4159 +f 2122//4160 2061//4160 2079//4160 +f 2122//4161 2104//4161 2061//4161 +f 2123//4162 2062//4162 2080//4162 +f 2123//4163 2105//4163 2062//4163 +f 2124//4164 2106//4164 2063//4164 +f 2124//4165 2063//4165 2081//4165 +f 2125//4166 2107//4166 2064//4166 +f 2125//4167 2064//4167 2082//4167 +f 2126//4168 2108//4168 2065//4168 +f 2126//4169 2065//4169 2083//4169 +f 2127//4170 2066//4170 2084//4170 +f 2127//4171 2109//4171 2066//4171 +f 2127//4172 2110//4172 2109//4172 +f 2128//4173 2111//4173 2068//4173 +f 2128//4174 2068//4174 2085//4174 +f 2129//4175 2069//4175 2086//4175 +f 2129//4176 2112//4176 2069//4176 +f 2130//4177 2070//4177 2087//4177 +f 2130//4178 2113//4178 2070//4178 +f 2131//4179 2114//4179 2071//4179 +f 2131//4180 2071//4180 2088//4180 +f 2132//4181 2072//4181 2089//4181 +f 2132//4182 2115//4182 2072//4182 +f 2133//4183 2073//4183 2090//4183 +f 2133//4184 2116//4184 2073//4184 +f 2134//4185 2074//4185 2091//4185 +f 2134//4186 2117//4186 2074//4186 +f 2135//4187 2118//4187 2075//4187 +f 2135//4188 2075//4188 2092//4188 +f 2136//4189 2119//4189 2076//4189 +f 2136//4190 2076//4190 2093//4190 +f 2137//4191 2120//4191 2077//4191 +f 2137//4192 2077//4192 2094//4192 +f 2138//4193 2121//4193 2078//4193 +f 2138//4194 2078//4194 2095//4194 +f 2139//4195 2122//4195 2079//4195 +f 2139//4196 2079//4196 2096//4196 +f 2140//4197 2123//4197 2080//4197 +f 2140//4198 2080//4198 2097//4198 +f 2141//4199 1377//4199 1398//4199 +f 2141//4200 2098//4200 1377//4200 +f 2141//4201 2081//4201 2098//4201 +f 2141//4202 2124//4202 2081//4202 +f 2142//4203 2082//4203 2099//4203 +f 2142//4204 2125//4204 2082//4204 +f 2143//4205 2083//4205 2100//4205 +f 2143//4206 2126//4206 2083//4206 +f 2144//4207 2084//4207 2101//4207 +f 2144//4208 2110//4208 2127//4208 +f 2144//4209 2127//4209 2084//4209 +f 2145//4210 2085//4210 2102//4210 +f 2145//4211 2128//4211 2085//4211 +f 2146//4212 2129//4212 2086//4212 +f 2146//4213 2086//4213 2103//4213 +f 2147//4214 2130//4214 2087//4214 +f 2147//4215 2087//4215 2104//4215 +f 2148//4216 2131//4216 2088//4216 +f 2148//4217 2088//4217 2105//4217 +f 2149//4218 2089//4218 2106//4218 +f 2149//4219 2132//4219 2089//4219 +f 2150//4220 2133//4220 2090//4220 +f 2150//4221 2090//4221 2107//4221 +f 2151//4222 2134//4222 2091//4222 +f 2151//4223 2091//4223 2108//4223 +f 2152//4224 2135//4224 2092//4224 +f 2152//4225 2092//4225 2111//4225 +f 2153//4226 2136//4226 2093//4226 +f 2153//4227 2093//4227 2112//4227 +f 2154//4228 2137//4228 2094//4228 +f 2154//4229 2094//4229 2113//4229 +f 2155//4230 2095//4230 2114//4230 +f 2155//4231 2138//4231 2095//4231 +f 2156//4232 2096//4232 2115//4232 +f 2156//4233 2139//4233 2096//4233 +f 2157//4234 2140//4234 2097//4234 +f 2157//4235 2097//4235 2116//4235 +f 2158//4236 2142//4236 2099//4236 +f 2158//4237 2099//4237 2117//4237 +f 2159//4238 2143//4238 2100//4238 +f 2159//4239 2100//4239 2118//4239 +f 2160//4240 2144//4240 2101//4240 +f 2160//4241 2110//4241 2144//4241 +f 2160//4242 2101//4242 2119//4242 +f 2161//4243 2102//4243 2120//4243 +f 2161//4244 2145//4244 2102//4244 +f 2162//4245 2103//4245 2121//4245 +f 2162//4246 2146//4246 2103//4246 +f 2163//4247 2104//4247 2122//4247 +f 2163//4248 2147//4248 2104//4248 +f 2164//4249 2148//4249 2105//4249 +f 2164//4250 2105//4250 2123//4250 +f 2165//4251 2149//4251 2106//4251 +f 2165//4252 2106//4252 2124//4252 +f 2166//4253 2107//4253 2125//4253 +f 2166//4254 2150//4254 2107//4254 +f 2167//4255 2108//4255 2126//4255 +f 2167//4256 2151//4256 2108//4256 +f 2168//4257 2111//4257 2128//4257 +f 2168//4258 2152//4258 2111//4258 +f 2169//4259 2112//4259 2129//4259 +f 2169//4260 2153//4260 2112//4260 +f 2170//4261 2113//4261 2130//4261 +f 2170//4262 2154//4262 2113//4262 +f 2171//4263 2155//4263 2114//4263 +f 2171//4264 2114//4264 2131//4264 +f 2172//4265 2156//4265 2115//4265 +f 2172//4266 2115//4266 2132//4266 +f 2173//4267 2157//4267 2116//4267 +f 2173//4268 2116//4268 2133//4268 +f 2174//4269 2158//4269 2117//4269 +f 2174//4270 2117//4270 2134//4270 +f 2175//4271 2118//4271 2135//4271 +f 2175//4272 2159//4272 2118//4272 +f 2176//4273 2110//4273 2160//4273 +f 2176//4274 2160//4274 2119//4274 +f 2176//4275 2119//4275 2136//4275 +f 2177//4276 2120//4276 2137//4276 +f 2177//4277 2161//4277 2120//4277 +f 2178//4278 2121//4278 2138//4278 +f 2178//4279 2162//4279 2121//4279 +f 2179//4280 2163//4280 2122//4280 +f 2179//4281 2122//4281 2139//4281 +f 2180//4282 2123//4282 2140//4282 +f 2180//4283 2164//4283 2123//4283 +f 2181//4284 2124//4284 2141//4284 +f 2181//4285 2165//4285 2124//4285 +f 2182//4286 2166//4286 2125//4286 +f 2182//4287 2125//4287 2142//4287 +f 2183//4288 2167//4288 2126//4288 +f 2183//4289 2126//4289 2143//4289 +f 2184//4290 2128//4290 2145//4290 +f 2184//4291 2168//4291 2128//4291 +f 2185//4292 2169//4292 2129//4292 +f 2185//4293 2129//4293 2146//4293 +f 2186//4294 2170//4294 2130//4294 +f 2186//4295 2130//4295 2147//4295 +f 2187//4296 2171//4296 2131//4296 +f 2187//4297 2131//4297 2148//4297 +f 2188//4298 2132//4298 2149//4298 +f 2188//4299 2172//4299 2132//4299 +f 2189//4300 2133//4300 2150//4300 +f 2189//4301 2173//4301 2133//4301 +f 2190//4302 2134//4302 2151//4302 +f 2190//4303 2174//4303 2134//4303 +f 2191//4304 2175//4304 2135//4304 +f 2191//4305 2135//4305 2152//4305 +f 2192//4306 2136//4306 2153//4306 +f 2192//4307 2110//4307 2176//4307 +f 2192//4308 2176//4308 2136//4308 +f 2193//4309 2137//4309 2154//4309 +f 2193//4310 2177//4310 2137//4310 +f 2194//4311 2138//4311 2155//4311 +f 2194//4312 2178//4312 2138//4312 +f 2195//4313 2139//4313 2156//4313 +f 2195//4314 2179//4314 2139//4314 +f 2196//4315 2180//4315 2140//4315 +f 2196//4316 2140//4316 2157//4316 +f 2197//4317 2141//4317 1398//4317 +f 2197//4318 1398//4318 1431//4318 +f 2197//4319 2181//4319 2141//4319 +f 2198//4320 2182//4320 2142//4320 +f 2198//4321 2142//4321 2158//4321 +f 2199//4322 2183//4322 2143//4322 +f 2199//4323 2143//4323 2159//4323 +f 2200//4324 2145//4324 2161//4324 +f 2200//4325 2184//4325 2145//4325 +f 2201//4326 2185//4326 2146//4326 +f 2201//4327 2146//4327 2162//4327 +f 2202//4328 2186//4328 2147//4328 +f 2202//4329 2147//4329 2163//4329 +f 2203//4330 2148//4330 2164//4330 +f 2203//4331 2187//4331 2148//4331 +f 2204//4332 2149//4332 2165//4332 +f 2204//4333 2188//4333 2149//4333 +f 2205//4334 2150//4334 2166//4334 +f 2205//4335 2189//4335 2150//4335 +f 2206//4336 2190//4336 2151//4336 +f 2206//4337 2151//4337 2167//4337 +f 2207//4338 2191//4338 2152//4338 +f 2207//4339 2152//4339 2168//4339 +f 2208//4340 2192//4340 2153//4340 +f 2208//4341 2153//4341 2169//4341 +f 2208//4342 2110//4342 2192//4342 +f 2209//4343 2193//4343 2154//4343 +f 2209//4344 2154//4344 2170//4344 +f 2210//4345 2155//4345 2171//4345 +f 2210//4346 2194//4346 2155//4346 +f 2211//4347 2156//4347 2172//4347 +f 2211//4348 2195//4348 2156//4348 +f 2212//4349 2157//4349 2173//4349 +f 2212//4350 2196//4350 2157//4350 +f 2213//4351 2158//4351 2174//4351 +f 2213//4352 2198//4352 2158//4352 +f 2214//4353 2199//4353 2159//4353 +f 2214//4354 2159//4354 2175//4354 +f 2215//4355 2200//4355 2161//4355 +f 2215//4356 2161//4356 2177//4356 +f 2216//4357 2162//4357 2178//4357 +f 2216//4358 2201//4358 2162//4358 +f 2217//4359 2202//4359 2163//4359 +f 2217//4360 2163//4360 2179//4360 +f 2218//4361 2203//4361 2164//4361 +f 2218//4362 2164//4362 2180//4362 +f 2219//4363 2204//4363 2165//4363 +f 2219//4364 2165//4364 2181//4364 +f 2220//4365 2166//4365 2182//4365 +f 2220//4366 2205//4366 2166//4366 +f 2221//4367 2167//4367 2183//4367 +f 2221//4368 2206//4368 2167//4368 +f 2222//4369 2168//4369 2184//4369 +f 2222//4370 2207//4370 2168//4370 +f 2223//4371 2169//4371 2185//4371 +f 2223//4372 2110//4372 2208//4372 +f 2223//4373 2208//4373 2169//4373 +f 2224//4374 2170//4374 2186//4374 +f 2224//4375 2209//4375 2170//4375 +f 2225//4376 2171//4376 2187//4376 +f 2225//4377 2210//4377 2171//4377 +f 2226//4378 2172//4378 2188//4378 +f 2226//4379 2211//4379 2172//4379 +f 2227//4380 2173//4380 2189//4380 +f 2227//4381 2212//4381 2173//4381 +f 2228//4382 2174//4382 2190//4382 +f 2228//4383 2213//4383 2174//4383 +f 2229//4384 2175//4384 2191//4384 +f 2229//4385 2214//4385 2175//4385 +f 2230//4386 2215//4386 2177//4386 +f 2230//4387 2177//4387 2193//4387 +f 2231//4388 2178//4388 2194//4388 +f 2231//4389 2216//4389 2178//4389 +f 2232//4390 2217//4390 2179//4390 +f 2232//4391 2179//4391 2195//4391 +f 2233//4392 2180//4392 2196//4392 +f 2233//4393 2218//4393 2180//4393 +f 2234//4394 2197//4394 1431//4394 +f 2234//4395 1431//4395 1457//4395 +f 2234//4396 2181//4396 2197//4396 +f 2234//4397 2219//4397 2181//4397 +f 2235//4398 2182//4398 2198//4398 +f 2235//4399 2220//4399 2182//4399 +f 2236//4400 2221//4400 2183//4400 +f 2236//4401 2183//4401 2199//4401 +f 2237//4402 2222//4402 2184//4402 +f 2237//4403 2184//4403 2200//4403 +f 2238//4404 2223//4404 2185//4404 +f 2238//4405 2185//4405 2201//4405 +f 2238//4406 2110//4406 2223//4406 +f 2239//4407 2224//4407 2186//4407 +f 2239//4408 2186//4408 2202//4408 +f 2240//4409 2187//4409 2203//4409 +f 2240//4410 2225//4410 2187//4410 +f 2241//4411 2226//4411 2188//4411 +f 2241//4412 2188//4412 2204//4412 +f 2242//4413 2189//4413 2205//4413 +f 2242//4414 2227//4414 2189//4414 +f 2243//4415 2190//4415 2206//4415 +f 2243//4416 2228//4416 2190//4416 +f 2244//4417 2191//4417 2207//4417 +f 2244//4418 2229//4418 2191//4418 +f 2245//4419 2230//4419 2193//4419 +f 2245//4420 2193//4420 2209//4420 +f 2246//4421 2231//4421 2194//4421 +f 2246//4422 2194//4422 2210//4422 +f 2247//4423 2232//4423 2195//4423 +f 2247//4424 2195//4424 2211//4424 +f 2248//4425 2233//4425 2196//4425 +f 2248//4426 2196//4426 2212//4426 +f 2249//4427 2235//4427 2198//4427 +f 2249//4428 2198//4428 2213//4428 +f 2250//4429 2199//4429 2214//4429 +f 2250//4430 2236//4430 2199//4430 +f 2251//4431 2200//4431 2215//4431 +f 2251//4432 2237//4432 2200//4432 +f 2252//4433 2110//4433 2238//4433 +f 2252//4434 2201//4434 2216//4434 +f 2252//4435 2238//4435 2201//4435 +f 2253//4436 2202//4436 2217//4436 +f 2253//4437 2239//4437 2202//4437 +f 2254//4438 2240//4438 2203//4438 +f 2254//4439 2203//4439 2218//4439 +f 2255//4440 2204//4440 2219//4440 +f 2255//4441 2241//4441 2204//4441 +f 2256//4442 2205//4442 2220//4442 +f 2256//4443 2242//4443 2205//4443 +f 2257//4444 2243//4444 2206//4444 +f 2257//4445 2206//4445 2221//4445 +f 2258//4446 2244//4446 2207//4446 +f 2258//4447 2207//4447 2222//4447 +f 2259//4448 2209//4448 2224//4448 +f 2259//4449 2245//4449 2209//4449 +f 2260//4450 2210//4450 2225//4450 +f 2260//4451 2246//4451 2210//4451 +f 2261//4452 2211//4452 2226//4452 +f 2261//4453 2247//4453 2211//4453 +f 2262//4454 2248//4454 2212//4454 +f 2262//4455 2212//4455 2227//4455 +f 2263//4456 2213//4456 2228//4456 +f 2263//4457 2249//4457 2213//4457 +f 2264//4458 2250//4458 2214//4458 +f 2264//4459 2214//4459 2229//4459 +f 2265//4460 2215//4460 2230//4460 +f 2265//4461 2251//4461 2215//4461 +f 2266//4462 2252//4462 2216//4462 +f 2266//4463 2216//4463 2231//4463 +f 2266//4464 2110//4464 2252//4464 +f 2267//4465 2217//4465 2232//4465 +f 2267//4466 2253//4466 2217//4466 +f 2268//4467 2254//4467 2218//4467 +f 2268//4468 2218//4468 2233//4468 +f 2269//4469 2255//4469 2219//4469 +f 2269//4470 2234//4470 1457//4470 +f 2269//4471 2219//4471 2234//4471 +f 2270//4472 2220//4472 2235//4472 +f 2270//4473 2256//4473 2220//4473 +f 2271//4474 2257//4474 2221//4474 +f 2271//4475 2221//4475 2236//4475 +f 2272//4476 2258//4476 2222//4476 +f 2272//4477 2222//4477 2237//4477 +f 2273//4478 2259//4478 2224//4478 +f 2273//4479 2224//4479 2239//4479 +f 2274//4480 2225//4480 2240//4480 +f 2274//4481 2260//4481 2225//4481 +f 2275//4482 2226//4482 2241//4482 +f 2275//4483 2261//4483 2226//4483 +f 2276//4484 2262//4484 2227//4484 +f 2276//4485 2227//4485 2242//4485 +f 2277//4486 2263//4486 2228//4486 +f 2277//4487 2228//4487 2243//4487 +f 2278//4488 2264//4488 2229//4488 +f 2278//4489 2229//4489 2244//4489 +f 2279//4490 2265//4490 2230//4490 +f 2279//4491 2230//4491 2245//4491 +f 2280//4492 2266//4492 2231//4492 +f 2280//4493 2110//4493 2266//4493 +f 2280//4494 2231//4494 2246//4494 +f 2281//4495 2267//4495 2232//4495 +f 2281//4496 2232//4496 2247//4496 +f 2282//4497 2233//4497 2248//4497 +f 2282//4498 2268//4498 2233//4498 +f 2283//4499 1496//4499 2269//4499 +f 2283//4500 1457//4500 1496//4500 +f 2283//4501 2269//4501 1457//4501 +f 2284//4502 2235//4502 2249//4502 +f 2284//4503 2270//4503 2235//4503 +f 2285//4504 2236//4504 2250//4504 +f 2285//4505 2271//4505 2236//4505 +f 2286//4506 2237//4506 2251//4506 +f 2286//4507 2272//4507 2237//4507 +f 2287//4508 2239//4508 2253//4508 +f 2287//4509 2273//4509 2239//4509 +f 2288//4510 2240//4510 2254//4510 +f 2288//4511 2274//4511 2240//4511 +f 2289//4512 2241//4512 2255//4512 +f 2289//4513 2275//4513 2241//4513 +f 2290//4514 2242//4514 2256//4514 +f 2290//4515 2276//4515 2242//4515 +f 2291//4516 2243//4516 2257//4516 +f 2291//4517 2277//4517 2243//4517 +f 2292//4518 2278//4518 2244//4518 +f 2292//4519 2244//4519 2258//4519 +f 2293//4520 2245//4520 2259//4520 +f 2293//4521 2279//4521 2245//4521 +f 2294//4522 2280//4522 2246//4522 +f 2294//4523 2246//4523 2260//4523 +f 2294//4524 2110//4524 2280//4524 +f 2295//4525 2247//4525 2261//4525 +f 2295//4526 2281//4526 2247//4526 +f 2296//4527 2282//4527 2248//4527 +f 2296//4528 2248//4528 2262//4528 +f 2297//4529 2249//4529 2263//4529 +f 2297//4530 2284//4530 2249//4530 +f 2298//4531 2250//4531 2264//4531 +f 2298//4532 2285//4532 2250//4532 +f 2299//4533 2286//4533 2251//4533 +f 2299//4534 2251//4534 2265//4534 +f 2300//4535 2253//4535 2267//4535 +f 2300//4536 2287//4536 2253//4536 +f 2301//4537 2288//4537 2254//4537 +f 2301//4538 2254//4538 2268//4538 +f 2302//4539 2255//4539 2269//4539 +f 2302//4540 2289//4540 2255//4540 +f 2303//4541 2290//4541 2256//4541 +f 2303//4542 2256//4542 2270//4542 +f 2304//4543 2257//4543 2271//4543 +f 2304//4544 2291//4544 2257//4544 +f 2305//4545 2292//4545 2258//4545 +f 2305//4546 2258//4546 2272//4546 +f 2306//4547 2293//4547 2259//4547 +f 2306//4548 2259//4548 2273//4548 +f 2307//4549 2294//4549 2260//4549 +f 2307//4550 2110//4550 2294//4550 +f 2307//4551 2260//4551 2274//4551 +f 2308//4552 2261//4552 2275//4552 +f 2308//4553 2295//4553 2261//4553 +f 2309//4554 2262//4554 2276//4554 +f 2309//4555 2296//4555 2262//4555 +f 2310//4556 2297//4556 2263//4556 +f 2310//4557 2263//4557 2277//4557 +f 2311//4558 2298//4558 2264//4558 +f 2311//4559 2264//4559 2278//4559 +f 2312//4560 2299//4560 2265//4560 +f 2312//4561 2265//4561 2279//4561 +f 2313//4562 2300//4562 2267//4562 +f 2313//4563 2267//4563 2281//4563 +f 2314//4564 2268//4564 2282//4564 +f 2314//4565 2301//4565 2268//4565 +f 2315//4566 2269//4566 1496//4566 +f 2315//4567 2302//4567 2269//4567 +f 2315//4568 1496//4568 1527//4568 +f 2316//4569 2270//4569 2284//4569 +f 2316//4570 2303//4570 2270//4570 +f 2317//4571 2271//4571 2285//4571 +f 2317//4572 2304//4572 2271//4572 +f 2318//4573 2272//4573 2286//4573 +f 2318//4574 2305//4574 2272//4574 +f 2319//4575 2306//4575 2273//4575 +f 2319//4576 2273//4576 2287//4576 +f 2320//4577 2307//4577 2274//4577 +f 2320//4578 2274//4578 2288//4578 +f 2320//4579 2110//4579 2307//4579 +f 2321//4580 2308//4580 2275//4580 +f 2321//4581 2275//4581 2289//4581 +f 2322//4582 2309//4582 2276//4582 +f 2322//4583 2276//4583 2290//4583 +f 2323//4584 2277//4584 2291//4584 +f 2323//4585 2310//4585 2277//4585 +f 2324//4586 2311//4586 2278//4586 +f 2324//4587 2278//4587 2292//4587 +f 2325//4588 2279//4588 2293//4588 +f 2325//4589 2312//4589 2279//4589 +f 2326//4590 2313//4590 2281//4590 +f 2326//4591 2281//4591 2295//4591 +f 2327//4592 2282//4592 2296//4592 +f 2327//4593 2314//4593 2282//4593 +f 2328//4594 2316//4594 2284//4594 +f 2328//4595 2284//4595 2297//4595 +f 2329//4596 2317//4596 2285//4596 +f 2329//4597 2285//4597 2298//4597 +f 2330//4598 2318//4598 2286//4598 +f 2330//4599 2286//4599 2299//4599 +f 2331//4600 2319//4600 2287//4600 +f 2331//4601 2287//4601 2300//4601 +f 2332//4602 2320//4602 2288//4602 +f 2332//4603 2288//4603 2301//4603 +f 2332//4604 2110//4604 2320//4604 +f 2333//4605 2321//4605 2289//4605 +f 2333//4606 2289//4606 2302//4606 +f 2334//4607 2290//4607 2303//4607 +f 2334//4608 2322//4608 2290//4608 +f 2335//4609 2291//4609 2304//4609 +f 2335//4610 2323//4610 2291//4610 +f 2336//4611 2324//4611 2292//4611 +f 2336//4612 2292//4612 2305//4612 +f 2337//4613 2325//4613 2293//4613 +f 2337//4614 2293//4614 2306//4614 +f 2338//4615 2326//4615 2295//4615 +f 2338//4616 2295//4616 2308//4616 +f 2339//4617 2296//4617 2309//4617 +f 2339//4618 2327//4618 2296//4618 +f 2340//4619 2328//4619 2297//4619 +f 2340//4620 2297//4620 2310//4620 +f 2341//4621 2298//4621 2311//4621 +f 2341//4622 2329//4622 2298//4622 +f 2342//4623 2330//4623 2299//4623 +f 2342//4624 2299//4624 2312//4624 +f 2343//4625 2300//4625 2313//4625 +f 2343//4626 2331//4626 2300//4626 +f 2344//4627 2301//4627 2314//4627 +f 2344//4628 2332//4628 2301//4628 +f 2344//4629 2110//4629 2332//4629 +f 2345//4630 2315//4630 1527//4630 +f 2345//4631 2333//4631 2302//4631 +f 2345//4632 2302//4632 2315//4632 +f 2346//4633 2334//4633 2303//4633 +f 2346//4634 2303//4634 2316//4634 +f 2347//4635 2335//4635 2304//4635 +f 2347//4636 2304//4636 2317//4636 +f 2348//4637 2336//4637 2305//4637 +f 2348//4638 2305//4638 2318//4638 +f 2349//4639 2306//4639 2319//4639 +f 2349//4640 2337//4640 2306//4640 +f 2350//4641 2308//4641 2321//4641 +f 2350//4642 2338//4642 2308//4642 +f 2351//4643 2309//4643 2322//4643 +f 2351//4644 2339//4644 2309//4644 +f 2352//4645 2310//4645 2323//4645 +f 2352//4646 2340//4646 2310//4646 +f 2353//4647 2341//4647 2311//4647 +f 2353//4648 2311//4648 2324//4648 +f 2354//4649 2342//4649 2312//4649 +f 2354//4650 2312//4650 2325//4650 +f 2355//4651 2343//4651 2313//4651 +f 2355//4652 2313//4652 2326//4652 +f 2356//4653 2344//4653 2314//4653 +f 2356//4654 2314//4654 2327//4654 +f 2356//4655 2110//4655 2344//4655 +f 2357//4656 1527//4656 1573//4656 +f 2357//4657 2345//4657 1527//4657 +f 2357//4658 1573//4658 2345//4658 +f 2358//4659 2316//4659 2328//4659 +f 2358//4660 2346//4660 2316//4660 +f 2359//4661 2317//4661 2329//4661 +f 2359//4662 2347//4662 2317//4662 +f 2360//4663 2318//4663 2330//4663 +f 2360//4664 2348//4664 2318//4664 +f 2361//4665 2349//4665 2319//4665 +f 2361//4666 2319//4666 2331//4666 +f 2362//4667 2321//4667 2333//4667 +f 2362//4668 2350//4668 2321//4668 +f 2363//4669 2322//4669 2334//4669 +f 2363//4670 2351//4670 2322//4670 +f 2364//4671 2323//4671 2335//4671 +f 2364//4672 2352//4672 2323//4672 +f 2365//4673 2353//4673 2324//4673 +f 2365//4674 2324//4674 2336//4674 +f 2366//4675 2325//4675 2337//4675 +f 2366//4676 2354//4676 2325//4676 +f 2367//4677 2326//4677 2338//4677 +f 2367//4678 2355//4678 2326//4678 +f 2368//4679 2356//4679 2327//4679 +f 2368//4680 2327//4680 2339//4680 +f 2368//4681 2110//4681 2356//4681 +f 2369//4682 2328//4682 2340//4682 +f 2369//4683 2358//4683 2328//4683 +f 2370//4684 2329//4684 2341//4684 +f 2370//4685 2359//4685 2329//4685 +f 2371//4686 2330//4686 2342//4686 +f 2371//4687 2360//4687 2330//4687 +f 2372//4688 2361//4688 2331//4688 +f 2372//4689 2331//4689 2343//4689 +f 2373//4690 2362//4690 2333//4690 +f 2373//4691 2333//4691 2345//4691 +f 2374//4692 2334//4692 2346//4692 +f 2374//4693 2363//4693 2334//4693 +f 2375//4694 2335//4694 2347//4694 +f 2375//4695 2364//4695 2335//4695 +f 2376//4696 2365//4696 2336//4696 +f 2376//4697 2336//4697 2348//4697 +f 2377//4698 2366//4698 2337//4698 +f 2377//4699 2337//4699 2349//4699 +f 2378//4700 2338//4700 2350//4700 +f 2378//4701 2367//4701 2338//4701 +f 2379//4702 2339//4702 2351//4702 +f 2379//4703 2368//4703 2339//4703 +f 2379//4704 2110//4704 2368//4704 +f 2380//4705 2340//4705 2352//4705 +f 2380//4706 2369//4706 2340//4706 +f 2381//4707 2370//4707 2341//4707 +f 2381//4708 2341//4708 2353//4708 +f 2382//4709 2342//4709 2354//4709 +f 2382//4710 2371//4710 2342//4710 +f 2383//4711 2343//4711 2355//4711 +f 2383//4712 2372//4712 2343//4712 +f 2384//4713 1573//4713 1623//4713 +f 2384//4714 2373//4714 2345//4714 +f 2384//4715 2345//4715 1573//4715 +f 2385//4716 2346//4716 2358//4716 +f 2385//4717 2374//4717 2346//4717 +f 2386//4718 2375//4718 2347//4718 +f 2386//4719 2347//4719 2359//4719 +f 2387//4720 2376//4720 2348//4720 +f 2387//4721 2348//4721 2360//4721 +f 2388//4722 2349//4722 2361//4722 +f 2388//4723 2377//4723 2349//4723 +f 2389//4724 2350//4724 2362//4724 +f 2389//4725 2378//4725 2350//4725 +f 2390//4726 2379//4726 2351//4726 +f 2390//4727 2351//4727 2363//4727 +f 2390//4728 2110//4728 2379//4728 +f 2391//4729 2352//4729 2364//4729 +f 2391//4730 2380//4730 2352//4730 +f 2392//4731 2353//4731 2365//4731 +f 2392//4732 2381//4732 2353//4732 +f 2393//4733 2354//4733 2366//4733 +f 2393//4734 2382//4734 2354//4734 +f 2394//4735 2355//4735 2367//4735 +f 2394//4736 2383//4736 2355//4736 +f 2395//4737 2385//4737 2358//4737 +f 2395//4738 2358//4738 2369//4738 +f 2396//4739 2359//4739 2370//4739 +f 2396//4740 2386//4740 2359//4740 +f 2397//4741 2387//4741 2360//4741 +f 2397//4742 2360//4742 2371//4742 +f 2398//4743 2361//4743 2372//4743 +f 2398//4744 2388//4744 2361//4744 +f 2399//4745 2362//4745 2373//4745 +f 2399//4746 2389//4746 2362//4746 +f 2400//4747 2390//4747 2363//4747 +f 2400//4748 2363//4748 2374//4748 +f 2400//4749 2110//4749 2390//4749 +f 2401//4750 2391//4750 2364//4750 +f 2401//4751 2364//4751 2375//4751 +f 2402//4752 2365//4752 2376//4752 +f 2402//4753 2392//4753 2365//4753 +f 2403//4754 2393//4754 2366//4754 +f 2403//4755 2366//4755 2377//4755 +f 2404//4756 2367//4756 2378//4756 +f 2404//4757 2394//4757 2367//4757 +f 2405//4758 2369//4758 2380//4758 +f 2405//4759 2395//4759 2369//4759 +f 2406//4760 2396//4760 2370//4760 +f 2406//4761 2370//4761 2381//4761 +f 2407//4762 2397//4762 2371//4762 +f 2407//4763 2371//4763 2382//4763 +f 2408//4764 2398//4764 2372//4764 +f 2408//4765 2372//4765 2383//4765 +f 2409//4766 2373//4766 2384//4766 +f 2409//4767 2399//4767 2373//4767 +f 2410//4768 2374//4768 2385//4768 +f 2410//4769 2400//4769 2374//4769 +f 2410//4770 2110//4770 2400//4770 +f 2411//4771 2401//4771 2375//4771 +f 2411//4772 2375//4772 2386//4772 +f 2412//4773 2402//4773 2376//4773 +f 2412//4774 2376//4774 2387//4774 +f 2413//4775 2377//4775 2388//4775 +f 2413//4776 2403//4776 2377//4776 +f 2414//4777 2404//4777 2378//4777 +f 2414//4778 2378//4778 2389//4778 +f 2415//4779 2380//4779 2391//4779 +f 2415//4780 2405//4780 2380//4780 +f 2416//4781 2381//4781 2392//4781 +f 2416//4782 2406//4782 2381//4782 +f 2417//4783 2407//4783 2382//4783 +f 2417//4784 2382//4784 2393//4784 +f 2418//4785 2383//4785 2394//4785 +f 2418//4786 2408//4786 2383//4786 +f 2419//4787 2384//4787 1623//4787 +f 2419//4788 2409//4788 2384//4788 +f 2419//4789 1623//4789 1661//4789 +f 2420//4790 2110//4790 2410//4790 +f 2420//4791 2385//4791 2395//4791 +f 2420//4792 2410//4792 2385//4792 +f 2421//4793 2411//4793 2386//4793 +f 2421//4794 2386//4794 2396//4794 +f 2422//4795 2387//4795 2397//4795 +f 2422//4796 2412//4796 2387//4796 +f 2423//4797 2388//4797 2398//4797 +f 2423//4798 2413//4798 2388//4798 +f 2424//4799 2389//4799 2399//4799 +f 2424//4800 2414//4800 2389//4800 +f 2425//4801 2415//4801 2391//4801 +f 2425//4802 2391//4802 2401//4802 +f 2426//4803 2392//4803 2402//4803 +f 2426//4804 2416//4804 2392//4804 +f 2427//4805 2393//4805 2403//4805 +f 2427//4806 2417//4806 2393//4806 +f 2428//4807 2394//4807 2404//4807 +f 2428//4808 2418//4808 2394//4808 +f 2429//4809 2420//4809 2395//4809 +f 2429//4810 2395//4810 2405//4810 +f 2429//4811 2110//4811 2420//4811 +f 2430//4812 2421//4812 2396//4812 +f 2430//4813 2396//4813 2406//4813 +f 2431//4814 2397//4814 2407//4814 +f 2431//4815 2422//4815 2397//4815 +f 2432//4816 2398//4816 2408//4816 +f 2432//4817 2423//4817 2398//4817 +f 2433//4818 2424//4818 2399//4818 +f 2433//4819 2399//4819 2409//4819 +f 2434//4820 2425//4820 2401//4820 +f 2434//4821 2401//4821 2411//4821 +f 2435//4822 2426//4822 2402//4822 +f 2435//4823 2402//4823 2412//4823 +f 2436//4824 2427//4824 2403//4824 +f 2436//4825 2403//4825 2413//4825 +f 2437//4826 2404//4826 2414//4826 +f 2437//4827 2428//4827 2404//4827 +f 2438//4828 2110//4828 2429//4828 +f 2438//4829 2429//4829 2405//4829 +f 2438//4830 2405//4830 2415//4830 +f 2439//4831 2406//4831 2416//4831 +f 2439//4832 2430//4832 2406//4832 +f 2440//4833 2431//4833 2407//4833 +f 2440//4834 2407//4834 2417//4834 +f 2441//4835 2432//4835 2408//4835 +f 2441//4836 2408//4836 2418//4836 +f 2442//4837 2409//4837 2419//4837 +f 2442//4838 2419//4838 1661//4838 +f 2442//4839 1661//4839 1718//4839 +f 2442//4840 2433//4840 2409//4840 +f 2443//4841 2411//4841 2421//4841 +f 2443//4842 2434//4842 2411//4842 +f 2444//4843 2412//4843 2422//4843 +f 2444//4844 2435//4844 2412//4844 +f 2445//4845 2436//4845 2413//4845 +f 2445//4846 2413//4846 2423//4846 +f 2446//4847 2414//4847 2424//4847 +f 2446//4848 2437//4848 2414//4848 +f 2447//4849 2110//4849 2438//4849 +f 2447//4850 2438//4850 2415//4850 +f 2447//4851 2415//4851 2425//4851 +f 2448//4852 2416//4852 2426//4852 +f 2448//4853 2439//4853 2416//4853 +f 2449//4854 2440//4854 2417//4854 +f 2449//4855 2417//4855 2427//4855 +f 2450//4856 2418//4856 2428//4856 +f 2450//4857 2441//4857 2418//4857 +f 2451//4858 2443//4858 2421//4858 +f 2451//4859 2421//4859 2430//4859 +f 2452//4860 2444//4860 2422//4860 +f 2452//4861 2422//4861 2431//4861 +f 2453//4862 2445//4862 2423//4862 +f 2453//4863 2423//4863 2432//4863 +f 2454//4864 2446//4864 2424//4864 +f 2454//4865 2424//4865 2433//4865 +f 2455//4866 2110//4866 2447//4866 +f 2455//4867 2447//4867 2425//4867 +f 2455//4868 2425//4868 2434//4868 +f 2456//4869 2426//4869 2435//4869 +f 2456//4870 2448//4870 2426//4870 +f 2457//4871 2427//4871 2436//4871 +f 2457//4872 2449//4872 2427//4872 +f 2458//4873 2428//4873 2437//4873 +f 2458//4874 2450//4874 2428//4874 +f 2459//4875 2430//4875 2439//4875 +f 2459//4876 2451//4876 2430//4876 +f 2460//4877 2431//4877 2440//4877 +f 2460//4878 2452//4878 2431//4878 +f 2461//4879 2432//4879 2441//4879 +f 2461//4880 2453//4880 2432//4880 +f 2462//4881 2454//4881 2433//4881 +f 2462//4882 2433//4882 2442//4882 +f 2463//4883 2434//4883 2443//4883 +f 2463//4884 2455//4884 2434//4884 +f 2463//4885 2110//4885 2455//4885 +f 2464//4886 2456//4886 2435//4886 +f 2464//4887 2435//4887 2444//4887 +f 2465//4888 2457//4888 2436//4888 +f 2465//4889 2436//4889 2445//4889 +f 2466//4890 2458//4890 2437//4890 +f 2466//4891 2437//4891 2446//4891 +f 2467//4892 2439//4892 2448//4892 +f 2467//4893 2459//4893 2439//4893 +f 2468//4894 2440//4894 2449//4894 +f 2468//4895 2460//4895 2440//4895 +f 2469//4896 2441//4896 2450//4896 +f 2469//4897 2461//4897 2441//4897 +f 2470//4898 2462//4898 2442//4898 +f 2470//4899 1718//4899 1761//4899 +f 2470//4900 2442//4900 1718//4900 +f 2471//4901 2110//4901 2463//4901 +f 2471//4902 2463//4902 2443//4902 +f 2471//4903 2443//4903 2451//4903 +f 2472//4904 2444//4904 2452//4904 +f 2472//4905 2464//4905 2444//4905 +f 2473//4906 2445//4906 2453//4906 +f 2473//4907 2465//4907 2445//4907 +f 2474//4908 2446//4908 2454//4908 +f 2474//4909 2466//4909 2446//4909 +f 2475//4910 2467//4910 2448//4910 +f 2475//4911 2448//4911 2456//4911 +f 2476//4912 2449//4912 2457//4912 +f 2476//4913 2468//4913 2449//4913 +f 2477//4914 2450//4914 2458//4914 +f 2477//4915 2469//4915 2450//4915 +f 2478//4916 2451//4916 2459//4916 +f 2478//4917 2110//4917 2471//4917 +f 2478//4918 2471//4918 2451//4918 +f 2479//4919 2452//4919 2460//4919 +f 2479//4920 2472//4920 2452//4920 +f 2480//4921 2453//4921 2461//4921 +f 2480//4922 2473//4922 2453//4922 +f 2481//4923 2454//4923 2462//4923 +f 2481//4924 2474//4924 2454//4924 +f 2482//4925 2456//4925 2464//4925 +f 2482//4926 2475//4926 2456//4926 +f 2483//4927 2457//4927 2465//4927 +f 2483//4928 2476//4928 2457//4928 +f 2484//4929 2458//4929 2466//4929 +f 2484//4930 2477//4930 2458//4930 +f 2485//4931 2110//4931 2478//4931 +f 2485//4932 2459//4932 2467//4932 +f 2485//4933 2478//4933 2459//4933 +f 2486//4934 2479//4934 2460//4934 +f 2486//4935 2460//4935 2468//4935 +f 2487//4936 2461//4936 2469//4936 +f 2487//4937 2480//4937 2461//4937 +f 2488//4938 2470//4938 1761//4938 +f 2488//4939 2462//4939 2470//4939 +f 2488//4940 2481//4940 2462//4940 +f 2489//4941 2464//4941 2472//4941 +f 2489//4942 2482//4942 2464//4942 +f 2490//4943 2483//4943 2465//4943 +f 2490//4944 2465//4944 2473//4944 +f 2491//4945 2484//4945 2466//4945 +f 2491//4946 2466//4946 2474//4946 +f 2492//4947 2485//4947 2467//4947 +f 2492//4948 2467//4948 2475//4948 +f 2492//4949 2110//4949 2485//4949 +f 2493//4950 2486//4950 2468//4950 +f 2493//4951 2468//4951 2476//4951 +f 2494//4952 2487//4952 2469//4952 +f 2494//4953 2469//4953 2477//4953 +f 2495//4954 2488//4954 1761//4954 +f 2495//4955 1820//4955 2488//4955 +f 2495//4956 1761//4956 1820//4956 +f 2496//4957 2472//4957 2479//4957 +f 2496//4958 2489//4958 2472//4958 +f 2497//4959 2490//4959 2473//4959 +f 2497//4960 2473//4960 2480//4960 +f 2498//4961 2491//4961 2474//4961 +f 2498//4962 2474//4962 2481//4962 +f 2499//4963 2492//4963 2475//4963 +f 2499//4964 2110//4964 2492//4964 +f 2499//4965 2475//4965 2482//4965 +f 2500//4966 2493//4966 2476//4966 +f 2500//4967 2476//4967 2483//4967 +f 2501//4968 2494//4968 2477//4968 +f 2501//4969 2477//4969 2484//4969 +f 2502//4970 2496//4970 2479//4970 +f 2502//4971 2479//4971 2486//4971 +f 2503//4972 2497//4972 2480//4972 +f 2503//4973 2480//4973 2487//4973 +f 2504//4974 2481//4974 2488//4974 +f 2504//4975 2498//4975 2481//4975 +f 2505//4976 2110//4976 2499//4976 +f 2505//4977 2482//4977 2489//4977 +f 2505//4978 2499//4978 2482//4978 +f 2506//4979 2483//4979 2490//4979 +f 2506//4980 2500//4980 2483//4980 +f 2507//4981 2501//4981 2484//4981 +f 2507//4982 2484//4982 2491//4982 +f 2508//4983 2486//4983 2493//4983 +f 2508//4984 2502//4984 2486//4984 +f 2509//4985 2487//4985 2494//4985 +f 2509//4986 2503//4986 2487//4986 +f 2510//4987 2504//4987 2488//4987 +f 2510//4988 2488//4988 1820//4988 +f 2510//4989 1820//4989 1863//4989 +f 2511//4990 2505//4990 2489//4990 +f 2511//4991 2489//4991 2496//4991 +f 2511//4992 2110//4992 2505//4992 +f 2512//4993 2506//4993 2490//4993 +f 2512//4994 2490//4994 2497//4994 +f 2513//4995 2491//4995 2498//4995 +f 2513//4996 2507//4996 2491//4996 +f 2514//4997 2493//4997 2500//4997 +f 2514//4998 2508//4998 2493//4998 +f 2515//4999 2509//4999 2494//4999 +f 2515//5000 2494//5000 2501//5000 +f 2516//5001 2496//5001 2502//5001 +f 2516//5002 2511//5002 2496//5002 +f 2516//5003 2110//5003 2511//5003 +f 2517//5004 2497//5004 2503//5004 +f 2517//5005 2512//5005 2497//5005 +f 2518//5006 2513//5006 2498//5006 +f 2518//5007 2498//5007 2504//5007 +f 2519//5008 2500//5008 2506//5008 +f 2519//5009 2514//5009 2500//5009 +f 2520//5010 2501//5010 2507//5010 +f 2520//5011 2515//5011 2501//5011 +f 2521//5012 2502//5012 2508//5012 +f 2521//5013 2516//5013 2502//5013 +f 2521//5014 2110//5014 2516//5014 +f 2522//5015 2503//5015 2509//5015 +f 2522//5016 2517//5016 2503//5016 +f 2523//5017 2504//5017 2510//5017 +f 2523//5018 2510//5018 1863//5018 +f 2523//5019 2518//5019 2504//5019 +f 2524//5020 2506//5020 2512//5020 +f 2524//5021 2519//5021 2506//5021 +f 2525//5022 2520//5022 2507//5022 +f 2525//5023 2507//5023 2513//5023 +f 2526//5024 2521//5024 2508//5024 +f 2526//5025 2110//5025 2521//5025 +f 2526//5026 2508//5026 2514//5026 +f 2527//5027 2509//5027 2515//5027 +f 2527//5028 2522//5028 2509//5028 +f 2528//5029 2523//5029 1863//5029 +f 2528//5030 1922//5030 2523//5030 +f 2528//5031 1863//5031 1922//5031 +f 2529//5032 2524//5032 2512//5032 +f 2529//5033 2512//5033 2517//5033 +f 2530//5034 2513//5034 2518//5034 +f 2530//5035 2525//5035 2513//5035 +f 2531//5036 2514//5036 2519//5036 +f 2531//5037 2526//5037 2514//5037 +f 2531//5038 2110//5038 2526//5038 +f 2532//5039 2527//5039 2515//5039 +f 2532//5040 2515//5040 2520//5040 +f 2533//5041 2517//5041 2522//5041 +f 2533//5042 2529//5042 2517//5042 +f 2534//5043 2518//5043 2523//5043 +f 2534//5044 2530//5044 2518//5044 +f 2535//5045 2531//5045 2519//5045 +f 2535//5046 2519//5046 2524//5046 +f 2535//5047 2110//5047 2531//5047 +f 2536//5048 2532//5048 2520//5048 +f 2536//5049 2520//5049 2525//5049 +f 2537//5050 2522//5050 2527//5050 +f 2537//5051 2533//5051 2522//5051 +f 2538//5052 2523//5052 1922//5052 +f 2538//5053 1922//5053 1965//5053 +f 2538//5054 2534//5054 2523//5054 +f 2539//5055 2110//5055 2535//5055 +f 2539//5056 2535//5056 2524//5056 +f 2539//5057 2524//5057 2529//5057 +f 2540//5058 2536//5058 2525//5058 +f 2540//5059 2525//5059 2530//5059 +f 2541//5060 2527//5060 2532//5060 +f 2541//5061 2537//5061 2527//5061 +f 2542//5062 2529//5062 2533//5062 +f 2542//5063 2539//5063 2529//5063 +f 2542//5064 2110//5064 2539//5064 +f 2543//5065 2530//5065 2534//5065 +f 2543//5066 2540//5066 2530//5066 +f 2544//5067 2541//5067 2532//5067 +f 2544//5068 2532//5068 2536//5068 +f 2545//5069 2533//5069 2537//5069 +f 2545//5070 2542//5070 2533//5070 +f 2545//5071 2110//5071 2542//5071 +f 2546//5072 2538//5072 1965//5072 +f 2546//5073 2534//5073 2538//5073 +f 2546//5074 2543//5074 2534//5074 +f 2547//5075 2536//5075 2540//5075 +f 2547//5076 2544//5076 2536//5076 +f 2548//5077 2537//5077 2541//5077 +f 2548//5078 2545//5078 2537//5078 +f 2548//5079 2110//5079 2545//5079 +f 2549//5080 1965//5080 2024//5080 +f 2549//5081 2546//5081 1965//5081 +f 2550//5082 2540//5082 2543//5082 +f 2550//5083 2547//5083 2540//5083 +f 2551//5084 2110//5084 2548//5084 +f 2551//5085 2541//5085 2544//5085 +f 2551//5086 2548//5086 2541//5086 +f 2552//5087 2543//5087 2546//5087 +f 2552//5088 2550//5088 2543//5088 +f 2553//5089 2551//5089 2544//5089 +f 2553//5090 2110//5090 2551//5090 +f 2553//5091 2544//5091 2547//5091 +f 2554//5092 2552//5092 2546//5092 +f 2554//5093 2024//5093 2067//5093 +f 2554//5094 2549//5094 2024//5094 +f 2554//5095 2546//5095 2549//5095 +f 2555//5096 2110//5096 2553//5096 +f 2555//5097 2553//5097 2547//5097 +f 2555//5098 2547//5098 2550//5098 +f 2556//5099 2550//5099 2552//5099 +f 2556//5100 2555//5100 2550//5100 +f 2556//5101 2110//5101 2555//5101 +f 2557//5102 2556//5102 2552//5102 +f 2557//5103 2110//5103 2556//5103 +f 2557//5104 2552//5104 2554//5104 +f 2558//5105 2554//5105 2067//5105 +f 2558//5106 2557//5106 2554//5106 +f 2558//5107 2110//5107 2557//5107 +f 2558//5108 2067//5108 2110//5108 +g Cylinder +f 2559//5109 2560//5109 2561//5109 +f 2561//5110 2560//5110 2562//5110 +f 2562//5111 2563//5111 2564//5111 +f 2564//5112 2563//5112 2565//5112 +f 2560//5113 2563//5113 2562//5113 +f 2563//5114 2566//5114 2565//5114 +f 2565//5115 2567//5115 2568//5115 +f 2568//5116 2567//5116 2569//5116 +f 2566//5117 2567//5117 2565//5117 +f 2569//5118 2570//5118 2571//5118 +f 2567//5119 2570//5119 2569//5119 +f 2570//5120 2572//5120 2571//5120 +f 2571//5121 2573//5121 2574//5121 +f 2574//5122 2573//5122 2575//5122 +f 2572//5123 2573//5123 2571//5123 +f 2573//5124 2576//5124 2575//5124 +f 2576//5125 2577//5125 2575//5125 +f 2575//5126 2577//5126 2578//5126 +f 2578//5127 2577//5127 2579//5127 +f 2577//5128 2580//5128 2579//5128 +f 2580//5129 2581//5129 2579//5129 +f 2579//5130 2581//5130 2582//5130 +f 2582//5131 2583//5131 2584//5131 +f 2581//5132 2583//5132 2582//5132 +f 2584//5133 2585//5133 2586//5133 +f 2583//5134 2585//5134 2584//5134 +f 2586//5135 2587//5135 2588//5135 +f 2588//5136 2587//5136 2589//5136 +f 2585//5137 2587//5137 2586//5137 +f 2587//5138 2590//5138 2589//5138 +f 2589//5139 2591//5139 2592//5139 +f 2592//5140 2591//5140 2593//5140 +f 2590//5141 2591//5141 2589//5141 +f 2591//5142 2594//5142 2593//5142 +f 2593//5143 2595//5143 2596//5143 +f 2594//5144 2595//5144 2593//5144 +f 2596//5145 2597//5145 2598//5145 +f 2595//5146 2597//5146 2596//5146 +f 2598//5147 2599//5147 2600//5147 +f 2600//5148 2599//5148 2601//5148 +f 2597//5149 2599//5149 2598//5149 +f 2599//5150 2602//5150 2601//5150 +f 2601//5151 2603//5151 2604//5151 +f 2602//5152 2603//5152 2601//5152 +f 2604//5153 2605//5153 2606//5153 +f 2603//5154 2605//5154 2604//5154 +f 2606//5155 2607//5155 2608//5155 +f 2605//5156 2607//5156 2606//5156 +f 2608//5157 2609//5157 2610//5157 +f 2607//5158 2609//5158 2608//5158 +f 2610//5159 2611//5159 2612//5159 +f 2612//5160 2611//5160 2613//5160 +f 2609//5161 2611//5161 2610//5161 +f 2611//5162 2614//5162 2613//5162 +f 2613//5163 2615//5163 2616//5163 +f 2614//5164 2615//5164 2613//5164 +f 2616//5165 2617//5165 2618//5165 +f 2615//5166 2617//5166 2616//5166 +f 2618//5167 2559//5167 2561//5167 +f 2617//5168 2559//5168 2618//5168 +f 2595//5169 2602//5169 2597//5169 +f 2597//5170 2602//5170 2599//5170 +f 2603//5171 2607//5171 2605//5171 +f 2583//5172 2581//5172 2585//5172 +f 2609//5173 2614//5173 2611//5173 +f 2607//5174 2617//5174 2609//5174 +f 2614//5175 2617//5175 2615//5175 +f 2609//5176 2617//5176 2614//5176 +f 2573//5177 2572//5177 2576//5177 +f 2576//5178 2572//5178 2577//5178 +f 2577//5179 2572//5179 2580//5179 +f 2580//5180 2572//5180 2581//5180 +f 2559//5181 2563//5181 2560//5181 +f 2602//5182 2563//5182 2603//5182 +f 2617//5183 2563//5183 2559//5183 +f 2603//5184 2563//5184 2607//5184 +f 2607//5185 2563//5185 2617//5185 +f 2563//5186 2567//5186 2566//5186 +f 2570//5187 2567//5187 2572//5187 +f 2585//5188 2567//5188 2587//5188 +f 2587//5189 2567//5189 2590//5189 +f 2590//5190 2567//5190 2591//5190 +f 2591//5191 2567//5191 2594//5191 +f 2594//5192 2567//5192 2595//5192 +f 2595//5193 2567//5193 2602//5193 +f 2602//5194 2567//5194 2563//5194 +f 2581//5195 2567//5195 2585//5195 +f 2572//5196 2567//5196 2581//5196 +f 2601//5197 2596//5197 2598//5197 +f 2601//5198 2598//5198 2600//5198 +f 2608//5199 2604//5199 2606//5199 +f 2582//5200 2584//5200 2586//5200 +f 2613//5201 2610//5201 2612//5201 +f 2618//5202 2608//5202 2610//5202 +f 2618//5203 2613//5203 2616//5203 +f 2618//5204 2610//5204 2613//5204 +f 2571//5205 2574//5205 2575//5205 +f 2571//5206 2575//5206 2578//5206 +f 2571//5207 2578//5207 2579//5207 +f 2571//5208 2579//5208 2582//5208 +f 2564//5209 2561//5209 2562//5209 +f 2564//5210 2601//5210 2604//5210 +f 2564//5211 2618//5211 2561//5211 +f 2564//5212 2604//5212 2608//5212 +f 2564//5213 2608//5213 2618//5213 +f 2568//5214 2564//5214 2565//5214 +f 2568//5215 2569//5215 2571//5215 +f 2568//5216 2586//5216 2588//5216 +f 2568//5217 2588//5217 2589//5217 +f 2568//5218 2589//5218 2592//5218 +f 2568//5219 2592//5219 2593//5219 +f 2568//5220 2593//5220 2596//5220 +f 2568//5221 2596//5221 2601//5221 +f 2568//5222 2601//5222 2564//5222 +f 2568//5223 2582//5223 2586//5223 +f 2568//5224 2571//5224 2582//5224 +g Sphere002 +f 2619//5225 2620//5225 2621//5225 +f 2622//5226 2619//5226 2621//5226 +f 2623//5227 2622//5227 2621//5227 +f 2624//5228 2623//5228 2621//5228 +f 2625//5229 2626//5229 2620//5229 +f 2625//5230 2620//5230 2619//5230 +f 2625//5231 2619//5231 2622//5231 +f 2627//5232 2624//5232 2621//5232 +f 2628//5233 2625//5233 2622//5233 +f 2628//5234 2622//5234 2623//5234 +f 2629//5235 2627//5235 2621//5235 +f 2630//5236 2623//5236 2624//5236 +f 2630//5237 2628//5237 2623//5237 +f 2631//5238 2632//5238 2626//5238 +f 2631//5239 2626//5239 2625//5239 +f 2633//5240 2629//5240 2621//5240 +f 2634//5241 2624//5241 2627//5241 +f 2634//5242 2630//5242 2624//5242 +f 2635//5243 2631//5243 2625//5243 +f 2635//5244 2632//5244 2631//5244 +f 2635//5245 2625//5245 2628//5245 +f 2636//5246 2633//5246 2621//5246 +f 2637//5247 2627//5247 2629//5247 +f 2637//5248 2634//5248 2627//5248 +f 2638//5249 2635//5249 2628//5249 +f 2638//5250 2628//5250 2630//5250 +f 2639//5251 2636//5251 2621//5251 +f 2640//5252 2629//5252 2633//5252 +f 2640//5253 2637//5253 2629//5253 +f 2641//5254 2630//5254 2634//5254 +f 2641//5255 2638//5255 2630//5255 +f 2642//5256 2639//5256 2621//5256 +f 2643//5257 2644//5257 2632//5257 +f 2643//5258 2632//5258 2635//5258 +f 2645//5259 2633//5259 2636//5259 +f 2645//5260 2640//5260 2633//5260 +f 2646//5261 2634//5261 2637//5261 +f 2646//5262 2641//5262 2634//5262 +f 2647//5263 2642//5263 2621//5263 +f 2648//5264 2635//5264 2638//5264 +f 2648//5265 2643//5265 2635//5265 +f 2649//5266 2636//5266 2639//5266 +f 2649//5267 2645//5267 2636//5267 +f 2650//5268 2637//5268 2640//5268 +f 2650//5269 2646//5269 2637//5269 +f 2651//5270 2647//5270 2621//5270 +f 2652//5271 2648//5271 2638//5271 +f 2652//5272 2638//5272 2641//5272 +f 2653//5273 2649//5273 2639//5273 +f 2653//5274 2639//5274 2642//5274 +f 2654//5275 2655//5275 2644//5275 +f 2656//5276 2640//5276 2645//5276 +f 2656//5277 2650//5277 2640//5277 +f 2657//5278 2651//5278 2621//5278 +f 2658//5279 2641//5279 2646//5279 +f 2658//5280 2652//5280 2641//5280 +f 2659//5281 2642//5281 2647//5281 +f 2659//5282 2653//5282 2642//5282 +f 2660//5283 2644//5283 2643//5283 +f 2660//5284 2655//5284 2654//5284 +f 2660//5285 2643//5285 2648//5285 +f 2660//5286 2654//5286 2644//5286 +f 2661//5287 2645//5287 2649//5287 +f 2661//5288 2656//5288 2645//5288 +f 2662//5289 2657//5289 2621//5289 +f 2663//5290 2646//5290 2650//5290 +f 2663//5291 2658//5291 2646//5291 +f 2664//5292 2647//5292 2651//5292 +f 2664//5293 2659//5293 2647//5293 +f 2665//5294 2660//5294 2648//5294 +f 2665//5295 2648//5295 2652//5295 +f 2666//5296 2649//5296 2653//5296 +f 2666//5297 2661//5297 2649//5297 +f 2667//5298 2662//5298 2621//5298 +f 2668//5299 2663//5299 2650//5299 +f 2668//5300 2650//5300 2656//5300 +f 2669//5301 2664//5301 2651//5301 +f 2669//5302 2651//5302 2657//5302 +f 2670//5303 2652//5303 2658//5303 +f 2670//5304 2665//5304 2652//5304 +f 2671//5305 2653//5305 2659//5305 +f 2671//5306 2666//5306 2653//5306 +f 2672//5307 2667//5307 2621//5307 +f 2673//5308 2674//5308 2655//5308 +f 2673//5309 2655//5309 2660//5309 +f 2675//5310 2656//5310 2661//5310 +f 2675//5311 2668//5311 2656//5311 +f 2676//5312 2669//5312 2657//5312 +f 2676//5313 2657//5313 2662//5313 +f 2677//5314 2658//5314 2663//5314 +f 2677//5315 2670//5315 2658//5315 +f 2678//5316 2671//5316 2659//5316 +f 2678//5317 2659//5317 2664//5317 +f 2679//5318 2672//5318 2621//5318 +f 2680//5319 2673//5319 2660//5319 +f 2680//5320 2660//5320 2665//5320 +f 2681//5321 2675//5321 2661//5321 +f 2681//5322 2661//5322 2666//5322 +f 2682//5323 2662//5323 2667//5323 +f 2682//5324 2676//5324 2662//5324 +f 2683//5325 2677//5325 2663//5325 +f 2683//5326 2663//5326 2668//5326 +f 2684//5327 2664//5327 2669//5327 +f 2684//5328 2678//5328 2664//5328 +f 2685//5329 2679//5329 2621//5329 +f 2686//5330 2665//5330 2670//5330 +f 2686//5331 2680//5331 2665//5331 +f 2687//5332 2681//5332 2666//5332 +f 2687//5333 2666//5333 2671//5333 +f 2688//5334 2667//5334 2672//5334 +f 2688//5335 2682//5335 2667//5335 +f 2689//5336 2690//5336 2674//5336 +f 2691//5337 2668//5337 2675//5337 +f 2691//5338 2683//5338 2668//5338 +f 2692//5339 2684//5339 2669//5339 +f 2692//5340 2669//5340 2676//5340 +f 2693//5341 2685//5341 2621//5341 +f 2694//5342 2670//5342 2677//5342 +f 2694//5343 2686//5343 2670//5343 +f 2695//5344 2671//5344 2678//5344 +f 2695//5345 2687//5345 2671//5345 +f 2696//5346 2672//5346 2679//5346 +f 2696//5347 2688//5347 2672//5347 +f 2697//5348 2690//5348 2689//5348 +f 2697//5349 2689//5349 2674//5349 +f 2697//5350 2673//5350 2680//5350 +f 2697//5351 2674//5351 2673//5351 +f 2698//5352 2675//5352 2681//5352 +f 2698//5353 2691//5353 2675//5353 +f 2699//5354 2692//5354 2676//5354 +f 2699//5355 2676//5355 2682//5355 +f 2700//5356 2693//5356 2621//5356 +f 2701//5357 2694//5357 2677//5357 +f 2701//5358 2677//5358 2683//5358 +f 2702//5359 2678//5359 2684//5359 +f 2702//5360 2695//5360 2678//5360 +f 2703//5361 2679//5361 2685//5361 +f 2703//5362 2696//5362 2679//5362 +f 2704//5363 2697//5363 2680//5363 +f 2704//5364 2680//5364 2686//5364 +f 2705//5365 2698//5365 2681//5365 +f 2705//5366 2681//5366 2687//5366 +f 2706//5367 2699//5367 2682//5367 +f 2706//5368 2682//5368 2688//5368 +f 2707//5369 2700//5369 2621//5369 +f 2708//5370 2701//5370 2683//5370 +f 2708//5371 2683//5371 2691//5371 +f 2709//5372 2702//5372 2684//5372 +f 2709//5373 2684//5373 2692//5373 +f 2710//5374 2703//5374 2685//5374 +f 2710//5375 2685//5375 2693//5375 +f 2711//5376 2686//5376 2694//5376 +f 2711//5377 2704//5377 2686//5377 +f 2712//5378 2687//5378 2695//5378 +f 2712//5379 2705//5379 2687//5379 +f 2713//5380 2688//5380 2696//5380 +f 2713//5381 2706//5381 2688//5381 +f 2714//5382 2707//5382 2621//5382 +f 2715//5383 2716//5383 2690//5383 +f 2715//5384 2690//5384 2697//5384 +f 2717//5385 2708//5385 2691//5385 +f 2717//5386 2691//5386 2698//5386 +f 2718//5387 2709//5387 2692//5387 +f 2718//5388 2692//5388 2699//5388 +f 2719//5389 2710//5389 2693//5389 +f 2719//5390 2693//5390 2700//5390 +f 2720//5391 2694//5391 2701//5391 +f 2720//5392 2711//5392 2694//5392 +f 2721//5393 2695//5393 2702//5393 +f 2721//5394 2712//5394 2695//5394 +f 2722//5395 2696//5395 2703//5395 +f 2722//5396 2713//5396 2696//5396 +f 2723//5397 2714//5397 2621//5397 +f 2724//5398 2697//5398 2704//5398 +f 2724//5399 2715//5399 2697//5399 +f 2725//5400 2717//5400 2698//5400 +f 2725//5401 2698//5401 2705//5401 +f 2726//5402 2718//5402 2699//5402 +f 2726//5403 2699//5403 2706//5403 +f 2727//5404 2719//5404 2700//5404 +f 2727//5405 2700//5405 2707//5405 +f 2728//5406 2701//5406 2708//5406 +f 2728//5407 2720//5407 2701//5407 +f 2729//5408 2702//5408 2709//5408 +f 2729//5409 2721//5409 2702//5409 +f 2730//5410 2703//5410 2710//5410 +f 2730//5411 2722//5411 2703//5411 +f 2731//5412 2723//5412 2621//5412 +f 2732//5413 2704//5413 2711//5413 +f 2732//5414 2724//5414 2704//5414 +f 2733//5415 2725//5415 2705//5415 +f 2733//5416 2705//5416 2712//5416 +f 2734//5417 2706//5417 2713//5417 +f 2734//5418 2726//5418 2706//5418 +f 2735//5419 2707//5419 2714//5419 +f 2735//5420 2727//5420 2707//5420 +f 2736//5421 2737//5421 2716//5421 +f 2738//5422 2708//5422 2717//5422 +f 2738//5423 2728//5423 2708//5423 +f 2739//5424 2709//5424 2718//5424 +f 2739//5425 2729//5425 2709//5425 +f 2740//5426 2730//5426 2710//5426 +f 2740//5427 2710//5427 2719//5427 +f 2741//5428 2731//5428 2621//5428 +f 2742//5429 2732//5429 2711//5429 +f 2742//5430 2711//5430 2720//5430 +f 2743//5431 2733//5431 2712//5431 +f 2743//5432 2712//5432 2721//5432 +f 2744//5433 2734//5433 2713//5433 +f 2744//5434 2713//5434 2722//5434 +f 2745//5435 2714//5435 2723//5435 +f 2745//5436 2735//5436 2714//5436 +f 2746//5437 2716//5437 2715//5437 +f 2746//5438 2737//5438 2736//5438 +f 2746//5439 2736//5439 2716//5439 +f 2746//5440 2715//5440 2724//5440 +f 2747//5441 2738//5441 2717//5441 +f 2747//5442 2717//5442 2725//5442 +f 2748//5443 2739//5443 2718//5443 +f 2748//5444 2718//5444 2726//5444 +f 2749//5445 2740//5445 2719//5445 +f 2749//5446 2719//5446 2727//5446 +f 2750//5447 2741//5447 2621//5447 +f 2751//5448 2742//5448 2720//5448 +f 2751//5449 2720//5449 2728//5449 +f 2752//5450 2721//5450 2729//5450 +f 2752//5451 2743//5451 2721//5451 +f 2753//5452 2722//5452 2730//5452 +f 2753//5453 2744//5453 2722//5453 +f 2754//5454 2745//5454 2723//5454 +f 2754//5455 2723//5455 2731//5455 +f 2755//5456 2724//5456 2732//5456 +f 2755//5457 2746//5457 2724//5457 +f 2756//5458 2747//5458 2725//5458 +f 2756//5459 2725//5459 2733//5459 +f 2757//5460 2726//5460 2734//5460 +f 2757//5461 2748//5461 2726//5461 +f 2758//5462 2749//5462 2727//5462 +f 2758//5463 2727//5463 2735//5463 +f 2759//5464 2750//5464 2621//5464 +f 2760//5465 2728//5465 2738//5465 +f 2760//5466 2751//5466 2728//5466 +f 2761//5467 2729//5467 2739//5467 +f 2761//5468 2752//5468 2729//5468 +f 2762//5469 2730//5469 2740//5469 +f 2762//5470 2753//5470 2730//5470 +f 2763//5471 2731//5471 2741//5471 +f 2763//5472 2754//5472 2731//5472 +f 2764//5473 2755//5473 2732//5473 +f 2764//5474 2732//5474 2742//5474 +f 2765//5475 2733//5475 2743//5475 +f 2765//5476 2756//5476 2733//5476 +f 2766//5477 2734//5477 2744//5477 +f 2766//5478 2757//5478 2734//5478 +f 2767//5479 2735//5479 2745//5479 +f 2767//5480 2758//5480 2735//5480 +f 2768//5481 2759//5481 2621//5481 +f 2769//5482 2770//5482 2737//5482 +f 2769//5483 2737//5483 2746//5483 +f 2771//5484 2738//5484 2747//5484 +f 2771//5485 2760//5485 2738//5485 +f 2772//5486 2739//5486 2748//5486 +f 2772//5487 2761//5487 2739//5487 +f 2773//5488 2762//5488 2740//5488 +f 2773//5489 2740//5489 2749//5489 +f 2774//5490 2741//5490 2750//5490 +f 2774//5491 2763//5491 2741//5491 +f 2775//5492 2764//5492 2742//5492 +f 2775//5493 2742//5493 2751//5493 +f 2776//5494 2743//5494 2752//5494 +f 2776//5495 2765//5495 2743//5495 +f 2777//5496 2744//5496 2753//5496 +f 2777//5497 2766//5497 2744//5497 +f 2778//5498 2767//5498 2745//5498 +f 2778//5499 2745//5499 2754//5499 +f 2779//5500 2768//5500 2621//5500 +f 2780//5501 2769//5501 2746//5501 +f 2780//5502 2746//5502 2755//5502 +f 2781//5503 2747//5503 2756//5503 +f 2781//5504 2771//5504 2747//5504 +f 2782//5505 2772//5505 2748//5505 +f 2782//5506 2748//5506 2757//5506 +f 2783//5507 2773//5507 2749//5507 +f 2783//5508 2749//5508 2758//5508 +f 2784//5509 2774//5509 2750//5509 +f 2784//5510 2750//5510 2759//5510 +f 2785//5511 2775//5511 2751//5511 +f 2785//5512 2751//5512 2760//5512 +f 2786//5513 2776//5513 2752//5513 +f 2786//5514 2752//5514 2761//5514 +f 2787//5515 2777//5515 2753//5515 +f 2787//5516 2753//5516 2762//5516 +f 2788//5517 2754//5517 2763//5517 +f 2788//5518 2778//5518 2754//5518 +f 2789//5519 2779//5519 2621//5519 +f 2790//5520 2780//5520 2755//5520 +f 2790//5521 2755//5521 2764//5521 +f 2791//5522 2756//5522 2765//5522 +f 2791//5523 2781//5523 2756//5523 +f 2792//5524 2782//5524 2757//5524 +f 2792//5525 2757//5525 2766//5525 +f 2793//5526 2758//5526 2767//5526 +f 2793//5527 2783//5527 2758//5527 +f 2794//5528 2784//5528 2759//5528 +f 2794//5529 2759//5529 2768//5529 +f 2795//5530 2796//5530 2770//5530 +f 2797//5531 2785//5531 2760//5531 +f 2797//5532 2760//5532 2771//5532 +f 2798//5533 2761//5533 2772//5533 +f 2798//5534 2786//5534 2761//5534 +f 2799//5535 2787//5535 2762//5535 +f 2799//5536 2762//5536 2773//5536 +f 2800//5537 2763//5537 2774//5537 +f 2800//5538 2788//5538 2763//5538 +f 2801//5539 2789//5539 2621//5539 +f 2802//5540 2790//5540 2764//5540 +f 2802//5541 2764//5541 2775//5541 +f 2803//5542 2765//5542 2776//5542 +f 2803//5543 2791//5543 2765//5543 +f 2804//5544 2766//5544 2777//5544 +f 2804//5545 2792//5545 2766//5545 +f 2805//5546 2767//5546 2778//5546 +f 2805//5547 2793//5547 2767//5547 +f 2806//5548 2768//5548 2779//5548 +f 2806//5549 2794//5549 2768//5549 +f 2807//5550 2770//5550 2769//5550 +f 2807//5551 2769//5551 2780//5551 +f 2807//5552 2796//5552 2795//5552 +f 2807//5553 2795//5553 2770//5553 +f 2808//5554 2771//5554 2781//5554 +f 2808//5555 2797//5555 2771//5555 +f 2809//5556 2772//5556 2782//5556 +f 2809//5557 2798//5557 2772//5557 +f 2810//5558 2799//5558 2773//5558 +f 2810//5559 2773//5559 2783//5559 +f 2811//5560 2774//5560 2784//5560 +f 2811//5561 2800//5561 2774//5561 +f 2812//5562 2801//5562 2621//5562 +f 2813//5563 2775//5563 2785//5563 +f 2813//5564 2802//5564 2775//5564 +f 2814//5565 2776//5565 2786//5565 +f 2814//5566 2803//5566 2776//5566 +f 2815//5567 2777//5567 2787//5567 +f 2815//5568 2804//5568 2777//5568 +f 2816//5569 2778//5569 2788//5569 +f 2816//5570 2805//5570 2778//5570 +f 2817//5571 2806//5571 2779//5571 +f 2817//5572 2779//5572 2789//5572 +f 2818//5573 2807//5573 2780//5573 +f 2818//5574 2780//5574 2790//5574 +f 2819//5575 2781//5575 2791//5575 +f 2819//5576 2808//5576 2781//5576 +f 2820//5577 2809//5577 2782//5577 +f 2820//5578 2782//5578 2792//5578 +f 2821//5579 2810//5579 2783//5579 +f 2821//5580 2783//5580 2793//5580 +f 2822//5581 2811//5581 2784//5581 +f 2822//5582 2784//5582 2794//5582 +f 2823//5583 2812//5583 2621//5583 +f 2824//5584 2813//5584 2785//5584 +f 2824//5585 2785//5585 2797//5585 +f 2825//5586 2814//5586 2786//5586 +f 2825//5587 2786//5587 2798//5587 +f 2826//5588 2815//5588 2787//5588 +f 2826//5589 2787//5589 2799//5589 +f 2827//5590 2788//5590 2800//5590 +f 2827//5591 2816//5591 2788//5591 +f 2828//5592 2789//5592 2801//5592 +f 2828//5593 2817//5593 2789//5593 +f 2829//5594 2818//5594 2790//5594 +f 2829//5595 2790//5595 2802//5595 +f 2830//5596 2791//5596 2803//5596 +f 2830//5597 2819//5597 2791//5597 +f 2831//5598 2792//5598 2804//5598 +f 2831//5599 2820//5599 2792//5599 +f 2832//5600 2793//5600 2805//5600 +f 2832//5601 2821//5601 2793//5601 +f 2833//5602 2794//5602 2806//5602 +f 2833//5603 2822//5603 2794//5603 +f 2834//5604 2835//5604 2796//5604 +f 2836//5605 2823//5605 2621//5605 +f 2837//5606 2797//5606 2808//5606 +f 2837//5607 2824//5607 2797//5607 +f 2838//5608 2798//5608 2809//5608 +f 2838//5609 2825//5609 2798//5609 +f 2839//5610 2799//5610 2810//5610 +f 2839//5611 2826//5611 2799//5611 +f 2840//5612 2827//5612 2800//5612 +f 2840//5613 2800//5613 2811//5613 +f 2841//5614 2828//5614 2801//5614 +f 2841//5615 2801//5615 2812//5615 +f 2842//5616 2829//5616 2802//5616 +f 2842//5617 2802//5617 2813//5617 +f 2843//5618 2803//5618 2814//5618 +f 2843//5619 2830//5619 2803//5619 +f 2844//5620 2804//5620 2815//5620 +f 2844//5621 2831//5621 2804//5621 +f 2845//5622 2832//5622 2805//5622 +f 2845//5623 2805//5623 2816//5623 +f 2846//5624 2806//5624 2817//5624 +f 2846//5625 2833//5625 2806//5625 +f 2847//5626 2834//5626 2796//5626 +f 2847//5627 2807//5627 2818//5627 +f 2847//5628 2796//5628 2807//5628 +f 2847//5629 2835//5629 2834//5629 +f 2848//5630 2836//5630 2621//5630 +f 2849//5631 2837//5631 2808//5631 +f 2849//5632 2808//5632 2819//5632 +f 2850//5633 2809//5633 2820//5633 +f 2850//5634 2838//5634 2809//5634 +f 2851//5635 2810//5635 2821//5635 +f 2851//5636 2839//5636 2810//5636 +f 2852//5637 2840//5637 2811//5637 +f 2852//5638 2811//5638 2822//5638 +f 2853//5639 2841//5639 2812//5639 +f 2853//5640 2812//5640 2823//5640 +f 2854//5641 2842//5641 2813//5641 +f 2854//5642 2813//5642 2824//5642 +f 2855//5643 2814//5643 2825//5643 +f 2855//5644 2843//5644 2814//5644 +f 2856//5645 2844//5645 2815//5645 +f 2856//5646 2815//5646 2826//5646 +f 2857//5647 2845//5647 2816//5647 +f 2857//5648 2816//5648 2827//5648 +f 2858//5649 2846//5649 2817//5649 +f 2858//5650 2817//5650 2828//5650 +f 2859//5651 2847//5651 2818//5651 +f 2859//5652 2818//5652 2829//5652 +f 2860//5653 2848//5653 2621//5653 +f 2861//5654 2849//5654 2819//5654 +f 2861//5655 2819//5655 2830//5655 +f 2862//5656 2850//5656 2820//5656 +f 2862//5657 2820//5657 2831//5657 +f 2863//5658 2851//5658 2821//5658 +f 2863//5659 2821//5659 2832//5659 +f 2864//5660 2822//5660 2833//5660 +f 2864//5661 2852//5661 2822//5661 +f 2865//5662 2866//5662 2835//5662 +f 2867//5663 2823//5663 2836//5663 +f 2867//5664 2853//5664 2823//5664 +f 2868//5665 2854//5665 2824//5665 +f 2868//5666 2824//5666 2837//5666 +f 2869//5667 2825//5667 2838//5667 +f 2869//5668 2855//5668 2825//5668 +f 2870//5669 2826//5669 2839//5669 +f 2870//5670 2856//5670 2826//5670 +f 2871//5671 2857//5671 2827//5671 +f 2871//5672 2827//5672 2840//5672 +f 2872//5673 2858//5673 2828//5673 +f 2872//5674 2828//5674 2841//5674 +f 2873//5675 2829//5675 2842//5675 +f 2873//5676 2859//5676 2829//5676 +f 2874//5677 2860//5677 2621//5677 +f 2875//5678 2861//5678 2830//5678 +f 2875//5679 2830//5679 2843//5679 +f 2876//5680 2831//5680 2844//5680 +f 2876//5681 2862//5681 2831//5681 +f 2877//5682 2832//5682 2845//5682 +f 2877//5683 2863//5683 2832//5683 +f 2878//5684 2833//5684 2846//5684 +f 2878//5685 2864//5685 2833//5685 +f 2879//5686 2866//5686 2865//5686 +f 2879//5687 2835//5687 2847//5687 +f 2879//5688 2865//5688 2835//5688 +f 2880//5689 2836//5689 2848//5689 +f 2880//5690 2867//5690 2836//5690 +f 2881//5691 2837//5691 2849//5691 +f 2881//5692 2868//5692 2837//5692 +f 2882//5693 2838//5693 2850//5693 +f 2882//5694 2869//5694 2838//5694 +f 2883//5695 2870//5695 2839//5695 +f 2883//5696 2839//5696 2851//5696 +f 2884//5697 2871//5697 2840//5697 +f 2884//5698 2840//5698 2852//5698 +f 2885//5699 2872//5699 2841//5699 +f 2885//5700 2841//5700 2853//5700 +f 2886//5701 2873//5701 2842//5701 +f 2886//5702 2842//5702 2854//5702 +f 2887//5703 2874//5703 2621//5703 +f 2888//5704 2843//5704 2855//5704 +f 2888//5705 2875//5705 2843//5705 +f 2889//5706 2844//5706 2856//5706 +f 2889//5707 2876//5707 2844//5707 +f 2890//5708 2845//5708 2857//5708 +f 2890//5709 2877//5709 2845//5709 +f 2891//5710 2878//5710 2846//5710 +f 2891//5711 2846//5711 2858//5711 +f 2892//5712 2879//5712 2847//5712 +f 2892//5713 2847//5713 2859//5713 +f 2893//5714 2848//5714 2860//5714 +f 2893//5715 2880//5715 2848//5715 +f 2894//5716 2849//5716 2861//5716 +f 2894//5717 2881//5717 2849//5717 +f 2895//5718 2882//5718 2850//5718 +f 2895//5719 2850//5719 2862//5719 +f 2896//5720 2883//5720 2851//5720 +f 2896//5721 2851//5721 2863//5721 +f 2897//5722 2884//5722 2852//5722 +f 2897//5723 2852//5723 2864//5723 +f 2898//5724 2885//5724 2853//5724 +f 2898//5725 2853//5725 2867//5725 +f 2899//5726 2854//5726 2868//5726 +f 2899//5727 2886//5727 2854//5727 +f 2900//5728 2887//5728 2621//5728 +f 2901//5729 2855//5729 2869//5729 +f 2901//5730 2888//5730 2855//5730 +f 2902//5731 2889//5731 2856//5731 +f 2902//5732 2856//5732 2870//5732 +f 2903//5733 2857//5733 2871//5733 +f 2903//5734 2890//5734 2857//5734 +f 2904//5735 2858//5735 2872//5735 +f 2904//5736 2891//5736 2858//5736 +f 2905//5737 2859//5737 2873//5737 +f 2905//5738 2892//5738 2859//5738 +f 2906//5739 2860//5739 2874//5739 +f 2906//5740 2893//5740 2860//5740 +f 2907//5741 2894//5741 2861//5741 +f 2907//5742 2861//5742 2875//5742 +f 2908//5743 2862//5743 2876//5743 +f 2908//5744 2895//5744 2862//5744 +f 2909//5745 2896//5745 2863//5745 +f 2909//5746 2863//5746 2877//5746 +f 2910//5747 2864//5747 2878//5747 +f 2910//5748 2897//5748 2864//5748 +f 2911//5749 2912//5749 2866//5749 +f 2913//5750 2867//5750 2880//5750 +f 2913//5751 2898//5751 2867//5751 +f 2914//5752 2868//5752 2881//5752 +f 2914//5753 2899//5753 2868//5753 +f 2915//5754 2900//5754 2621//5754 +f 2916//5755 2869//5755 2882//5755 +f 2916//5756 2901//5756 2869//5756 +f 2917//5757 2870//5757 2883//5757 +f 2917//5758 2902//5758 2870//5758 +f 2918//5759 2903//5759 2871//5759 +f 2918//5760 2871//5760 2884//5760 +f 2919//5761 2872//5761 2885//5761 +f 2919//5762 2904//5762 2872//5762 +f 2920//5763 2873//5763 2886//5763 +f 2920//5764 2905//5764 2873//5764 +f 2921//5765 2874//5765 2887//5765 +f 2921//5766 2906//5766 2874//5766 +f 2922//5767 2907//5767 2875//5767 +f 2922//5768 2875//5768 2888//5768 +f 2923//5769 2908//5769 2876//5769 +f 2923//5770 2876//5770 2889//5770 +f 2924//5771 2909//5771 2877//5771 +f 2924//5772 2877//5772 2890//5772 +f 2925//5773 2878//5773 2891//5773 +f 2925//5774 2910//5774 2878//5774 +f 2926//5775 2911//5775 2866//5775 +f 2926//5776 2879//5776 2892//5776 +f 2926//5777 2912//5777 2911//5777 +f 2926//5778 2866//5778 2879//5778 +f 2927//5779 2913//5779 2880//5779 +f 2927//5780 2880//5780 2893//5780 +f 2928//5781 2914//5781 2881//5781 +f 2928//5782 2881//5782 2894//5782 +f 2929//5783 2915//5783 2621//5783 +f 2930//5784 2916//5784 2882//5784 +f 2930//5785 2882//5785 2895//5785 +f 2931//5786 2917//5786 2883//5786 +f 2931//5787 2883//5787 2896//5787 +f 2932//5788 2918//5788 2884//5788 +f 2932//5789 2884//5789 2897//5789 +f 2933//5790 2919//5790 2885//5790 +f 2933//5791 2885//5791 2898//5791 +f 2934//5792 2886//5792 2899//5792 +f 2934//5793 2920//5793 2886//5793 +f 2935//5794 2921//5794 2887//5794 +f 2935//5795 2887//5795 2900//5795 +f 2936//5796 2888//5796 2901//5796 +f 2936//5797 2922//5797 2888//5797 +f 2937//5798 2889//5798 2902//5798 +f 2937//5799 2923//5799 2889//5799 +f 2938//5800 2924//5800 2890//5800 +f 2938//5801 2890//5801 2903//5801 +f 2939//5802 2925//5802 2891//5802 +f 2939//5803 2891//5803 2904//5803 +f 2940//5804 2892//5804 2905//5804 +f 2940//5805 2926//5805 2892//5805 +f 2941//5806 2893//5806 2906//5806 +f 2941//5807 2927//5807 2893//5807 +f 2942//5808 2928//5808 2894//5808 +f 2942//5809 2894//5809 2907//5809 +f 2943//5810 2929//5810 2621//5810 +f 2944//5811 2930//5811 2895//5811 +f 2944//5812 2895//5812 2908//5812 +f 2945//5813 2931//5813 2896//5813 +f 2945//5814 2896//5814 2909//5814 +f 2946//5815 2897//5815 2910//5815 +f 2946//5816 2932//5816 2897//5816 +f 2947//5817 2898//5817 2913//5817 +f 2947//5818 2933//5818 2898//5818 +f 2948//5819 2899//5819 2914//5819 +f 2948//5820 2934//5820 2899//5820 +f 2949//5821 2900//5821 2915//5821 +f 2949//5822 2935//5822 2900//5822 +f 2950//5823 2936//5823 2901//5823 +f 2950//5824 2901//5824 2916//5824 +f 2951//5825 2902//5825 2917//5825 +f 2951//5826 2937//5826 2902//5826 +f 2952//5827 2938//5827 2903//5827 +f 2952//5828 2903//5828 2918//5828 +f 2953//5829 2939//5829 2904//5829 +f 2953//5830 2904//5830 2919//5830 +f 2954//5831 2905//5831 2920//5831 +f 2954//5832 2940//5832 2905//5832 +f 2955//5833 2941//5833 2906//5833 +f 2955//5834 2906//5834 2921//5834 +f 2956//5835 2907//5835 2922//5835 +f 2956//5836 2942//5836 2907//5836 +f 2957//5837 2943//5837 2621//5837 +f 2958//5838 2908//5838 2923//5838 +f 2958//5839 2944//5839 2908//5839 +f 2959//5840 2909//5840 2924//5840 +f 2959//5841 2945//5841 2909//5841 +f 2960//5842 2910//5842 2925//5842 +f 2960//5843 2946//5843 2910//5843 +f 2961//5844 2962//5844 2912//5844 +f 2961//5845 2912//5845 2926//5845 +f 2963//5846 2913//5846 2927//5846 +f 2963//5847 2947//5847 2913//5847 +f 2964//5848 2914//5848 2928//5848 +f 2964//5849 2948//5849 2914//5849 +f 2965//5850 2949//5850 2915//5850 +f 2965//5851 2915//5851 2929//5851 +f 2966//5852 2950//5852 2916//5852 +f 2966//5853 2916//5853 2930//5853 +f 2967//5854 2951//5854 2917//5854 +f 2967//5855 2917//5855 2931//5855 +f 2968//5856 2918//5856 2932//5856 +f 2968//5857 2952//5857 2918//5857 +f 2969//5858 2953//5858 2919//5858 +f 2969//5859 2919//5859 2933//5859 +f 2970//5860 2954//5860 2920//5860 +f 2970//5861 2920//5861 2934//5861 +f 2971//5862 2921//5862 2935//5862 +f 2971//5863 2955//5863 2921//5863 +f 2972//5864 2956//5864 2922//5864 +f 2972//5865 2922//5865 2936//5865 +f 2973//5866 2957//5866 2621//5866 +f 2974//5867 2923//5867 2937//5867 +f 2974//5868 2958//5868 2923//5868 +f 2975//5869 2924//5869 2938//5869 +f 2975//5870 2959//5870 2924//5870 +f 2976//5871 2925//5871 2939//5871 +f 2976//5872 2960//5872 2925//5872 +f 2977//5873 2926//5873 2940//5873 +f 2977//5874 2961//5874 2926//5874 +f 2978//5875 2927//5875 2941//5875 +f 2978//5876 2963//5876 2927//5876 +f 2979//5877 2928//5877 2942//5877 +f 2979//5878 2964//5878 2928//5878 +f 2980//5879 2929//5879 2943//5879 +f 2980//5880 2965//5880 2929//5880 +f 2981//5881 2930//5881 2944//5881 +f 2981//5882 2966//5882 2930//5882 +f 2982//5883 2967//5883 2931//5883 +f 2982//5884 2931//5884 2945//5884 +f 2983//5885 2968//5885 2932//5885 +f 2983//5886 2932//5886 2946//5886 +f 2984//5887 2933//5887 2947//5887 +f 2984//5888 2969//5888 2933//5888 +f 2985//5889 2934//5889 2948//5889 +f 2985//5890 2970//5890 2934//5890 +f 2986//5891 2971//5891 2935//5891 +f 2986//5892 2935//5892 2949//5892 +f 2987//5893 2936//5893 2950//5893 +f 2987//5894 2972//5894 2936//5894 +f 2988//5895 2973//5895 2621//5895 +f 2989//5896 2937//5896 2951//5896 +f 2989//5897 2974//5897 2937//5897 +f 2990//5898 2938//5898 2952//5898 +f 2990//5899 2975//5899 2938//5899 +f 2991//5900 2939//5900 2953//5900 +f 2991//5901 2976//5901 2939//5901 +f 2992//5902 2940//5902 2954//5902 +f 2992//5903 2977//5903 2940//5903 +f 2993//5904 2941//5904 2955//5904 +f 2993//5905 2978//5905 2941//5905 +f 2994//5906 2979//5906 2942//5906 +f 2994//5907 2942//5907 2956//5907 +f 2995//5908 2943//5908 2957//5908 +f 2995//5909 2980//5909 2943//5909 +f 2996//5910 2981//5910 2944//5910 +f 2996//5911 2944//5911 2958//5911 +f 2997//5912 2982//5912 2945//5912 +f 2997//5913 2945//5913 2959//5913 +f 2998//5914 2946//5914 2960//5914 +f 2998//5915 2983//5915 2946//5915 +f 2999//5916 2962//5916 2961//5916 +f 2999//5917 3000//5917 2962//5917 +f 3001//5918 2984//5918 2947//5918 +f 3001//5919 2947//5919 2963//5919 +f 3002//5920 2948//5920 2964//5920 +f 3002//5921 2985//5921 2948//5921 +f 3003//5922 2986//5922 2949//5922 +f 3003//5923 2949//5923 2965//5923 +f 3004//5924 2987//5924 2950//5924 +f 3004//5925 2950//5925 2966//5925 +f 3005//5926 2988//5926 2621//5926 +f 3006//5927 2989//5927 2951//5927 +f 3006//5928 2951//5928 2967//5928 +f 3007//5929 2952//5929 2968//5929 +f 3007//5930 2990//5930 2952//5930 +f 3008//5931 2991//5931 2953//5931 +f 3008//5932 2953//5932 2969//5932 +f 3009//5933 2954//5933 2970//5933 +f 3009//5934 2992//5934 2954//5934 +f 3010//5935 2955//5935 2971//5935 +f 3010//5936 2993//5936 2955//5936 +f 3011//5937 2994//5937 2956//5937 +f 3011//5938 2956//5938 2972//5938 +f 3012//5939 2957//5939 2973//5939 +f 3012//5940 2995//5940 2957//5940 +f 3013//5941 2996//5941 2958//5941 +f 3013//5942 2958//5942 2974//5942 +f 3014//5943 2959//5943 2975//5943 +f 3014//5944 2997//5944 2959//5944 +f 3015//5945 2960//5945 2976//5945 +f 3015//5946 2998//5946 2960//5946 +f 3016//5947 2999//5947 2961//5947 +f 3016//5948 2961//5948 2977//5948 +f 3017//5949 3001//5949 2963//5949 +f 3017//5950 2963//5950 2978//5950 +f 3018//5951 3002//5951 2964//5951 +f 3018//5952 2964//5952 2979//5952 +f 3019//5953 2965//5953 2980//5953 +f 3019//5954 3003//5954 2965//5954 +f 3020//5955 3004//5955 2966//5955 +f 3020//5956 2966//5956 2981//5956 +f 3021//5957 3005//5957 2621//5957 +f 3022//5958 3006//5958 2967//5958 +f 3022//5959 2967//5959 2982//5959 +f 3023//5960 2968//5960 2983//5960 +f 3023//5961 3007//5961 2968//5961 +f 3024//5962 2969//5962 2984//5962 +f 3024//5963 3008//5963 2969//5963 +f 3025//5964 2970//5964 2985//5964 +f 3025//5965 3009//5965 2970//5965 +f 3026//5966 2971//5966 2986//5966 +f 3026//5967 3010//5967 2971//5967 +f 3027//5968 3011//5968 2972//5968 +f 3027//5969 2972//5969 2987//5969 +f 3028//5970 2973//5970 2988//5970 +f 3028//5971 3012//5971 2973//5971 +f 3029//5972 3013//5972 2974//5972 +f 3029//5973 2974//5973 2989//5973 +f 3030//5974 2975//5974 2990//5974 +f 3030//5975 3014//5975 2975//5975 +f 3031//5976 3015//5976 2976//5976 +f 3031//5977 2976//5977 2991//5977 +f 3032//5978 3016//5978 2977//5978 +f 3032//5979 2977//5979 2992//5979 +f 3033//5980 3017//5980 2978//5980 +f 3033//5981 2978//5981 2993//5981 +f 3034//5982 3018//5982 2979//5982 +f 3034//5983 2979//5983 2994//5983 +f 3035//5984 3019//5984 2980//5984 +f 3035//5985 2980//5985 2995//5985 +f 3036//5986 2981//5986 2996//5986 +f 3036//5987 3020//5987 2981//5987 +f 3037//5988 3021//5988 2621//5988 +f 3038//5989 2982//5989 2997//5989 +f 3038//5990 3022//5990 2982//5990 +f 3039//5991 3023//5991 2983//5991 +f 3039//5992 2983//5992 2998//5992 +f 3040//5993 3024//5993 2984//5993 +f 3040//5994 2984//5994 3001//5994 +f 3041//5995 3025//5995 2985//5995 +f 3041//5996 2985//5996 3002//5996 +f 3042//5997 3026//5997 2986//5997 +f 3042//5998 2986//5998 3003//5998 +f 3043//5999 2987//5999 3004//5999 +f 3043//6000 3027//6000 2987//6000 +f 3044//6001 3028//6001 2988//6001 +f 3044//6002 2988//6002 3005//6002 +f 3045//6003 3029//6003 2989//6003 +f 3045//6004 2989//6004 3006//6004 +f 3046//6005 2990//6005 3007//6005 +f 3046//6006 3030//6006 2990//6006 +f 3047//6007 2991//6007 3008//6007 +f 3047//6008 3031//6008 2991//6008 +f 3048//6009 2992//6009 3009//6009 +f 3048//6010 3032//6010 2992//6010 +f 3049//6011 3033//6011 2993//6011 +f 3049//6012 2993//6012 3010//6012 +f 3050//6013 2994//6013 3011//6013 +f 3050//6014 3034//6014 2994//6014 +f 3051//6015 3035//6015 2995//6015 +f 3051//6016 2995//6016 3012//6016 +f 3052//6017 3036//6017 2996//6017 +f 3052//6018 2996//6018 3013//6018 +f 3053//6019 3037//6019 2621//6019 +f 3054//6020 2997//6020 3014//6020 +f 3054//6021 3038//6021 2997//6021 +f 3055//6022 2998//6022 3015//6022 +f 3055//6023 3039//6023 2998//6023 +f 3056//6024 3057//6024 3000//6024 +f 3056//6025 2999//6025 3016//6025 +f 3056//6026 3000//6026 2999//6026 +f 3058//6027 3001//6027 3017//6027 +f 3058//6028 3040//6028 3001//6028 +f 3059//6029 3002//6029 3018//6029 +f 3059//6030 3041//6030 3002//6030 +f 3060//6031 3003//6031 3019//6031 +f 3060//6032 3042//6032 3003//6032 +f 3061//6033 3004//6033 3020//6033 +f 3061//6034 3043//6034 3004//6034 +f 3062//6035 3044//6035 3005//6035 +f 3062//6036 3005//6036 3021//6036 +f 3063//6037 3006//6037 3022//6037 +f 3063//6038 3045//6038 3006//6038 +f 3064//6039 3007//6039 3023//6039 +f 3064//6040 3046//6040 3007//6040 +f 3065//6041 3047//6041 3008//6041 +f 3065//6042 3008//6042 3024//6042 +f 3066//6043 3048//6043 3009//6043 +f 3066//6044 3009//6044 3025//6044 +f 3067//6045 3010//6045 3026//6045 +f 3067//6046 3049//6046 3010//6046 +f 3068//6047 3050//6047 3011//6047 +f 3068//6048 3011//6048 3027//6048 +f 3069//6049 3051//6049 3012//6049 +f 3069//6050 3012//6050 3028//6050 +f 3070//6051 3013//6051 3029//6051 +f 3070//6052 3052//6052 3013//6052 +f 3071//6053 3053//6053 2621//6053 +f 3072//6054 3054//6054 3014//6054 +f 3072//6055 3014//6055 3030//6055 +f 3073//6056 3055//6056 3015//6056 +f 3073//6057 3015//6057 3031//6057 +f 3074//6058 3056//6058 3016//6058 +f 3074//6059 3016//6059 3032//6059 +f 3075//6060 3017//6060 3033//6060 +f 3075//6061 3058//6061 3017//6061 +f 3076//6062 3059//6062 3018//6062 +f 3076//6063 3018//6063 3034//6063 +f 3077//6064 3060//6064 3019//6064 +f 3077//6065 3019//6065 3035//6065 +f 3078//6066 3061//6066 3020//6066 +f 3078//6067 3020//6067 3036//6067 +f 3079//6068 3062//6068 3021//6068 +f 3079//6069 3021//6069 3037//6069 +f 3080//6070 3063//6070 3022//6070 +f 3080//6071 3022//6071 3038//6071 +f 3081//6072 3064//6072 3023//6072 +f 3081//6073 3023//6073 3039//6073 +f 3082//6074 3065//6074 3024//6074 +f 3082//6075 3024//6075 3040//6075 +f 3083//6076 3025//6076 3041//6076 +f 3083//6077 3066//6077 3025//6077 +f 3084//6078 3067//6078 3026//6078 +f 3084//6079 3026//6079 3042//6079 +f 3085//6080 3068//6080 3027//6080 +f 3085//6081 3027//6081 3043//6081 +f 3086//6082 3069//6082 3028//6082 +f 3086//6083 3028//6083 3044//6083 +f 3087//6084 3070//6084 3029//6084 +f 3087//6085 3029//6085 3045//6085 +f 3088//6086 2621//6086 2620//6086 +f 3088//6087 3071//6087 2621//6087 +f 3089//6088 3030//6088 3046//6088 +f 3089//6089 3072//6089 3030//6089 +f 3090//6090 3073//6090 3031//6090 +f 3090//6091 3031//6091 3047//6091 +f 3091//6092 3032//6092 3048//6092 +f 3091//6093 3074//6093 3032//6093 +f 3092//6094 3033//6094 3049//6094 +f 3092//6095 3075//6095 3033//6095 +f 3093//6096 3034//6096 3050//6096 +f 3093//6097 3076//6097 3034//6097 +f 3094//6098 3035//6098 3051//6098 +f 3094//6099 3077//6099 3035//6099 +f 3095//6100 3078//6100 3036//6100 +f 3095//6101 3036//6101 3052//6101 +f 3096//6102 3079//6102 3037//6102 +f 3096//6103 3037//6103 3053//6103 +f 3097//6104 3038//6104 3054//6104 +f 3097//6105 3080//6105 3038//6105 +f 3098//6106 3039//6106 3055//6106 +f 3098//6107 3081//6107 3039//6107 +f 3099//6108 3100//6108 3057//6108 +f 3099//6109 3057//6109 3056//6109 +f 3101//6110 3040//6110 3058//6110 +f 3101//6111 3082//6111 3040//6111 +f 3102//6112 3041//6112 3059//6112 +f 3102//6113 3083//6113 3041//6113 +f 3103//6114 3042//6114 3060//6114 +f 3103//6115 3084//6115 3042//6115 +f 3104//6116 3043//6116 3061//6116 +f 3104//6117 3085//6117 3043//6117 +f 3105//6118 3086//6118 3044//6118 +f 3105//6119 3044//6119 3062//6119 +f 3106//6120 3087//6120 3045//6120 +f 3106//6121 3045//6121 3063//6121 +f 3107//6122 3089//6122 3046//6122 +f 3107//6123 3046//6123 3064//6123 +f 3108//6124 3090//6124 3047//6124 +f 3108//6125 3047//6125 3065//6125 +f 3109//6126 3048//6126 3066//6126 +f 3109//6127 3091//6127 3048//6127 +f 3110//6128 3092//6128 3049//6128 +f 3110//6129 3049//6129 3067//6129 +f 3111//6130 3050//6130 3068//6130 +f 3111//6131 3093//6131 3050//6131 +f 3112//6132 3094//6132 3051//6132 +f 3112//6133 3051//6133 3069//6133 +f 3113//6134 3052//6134 3070//6134 +f 3113//6135 3095//6135 3052//6135 +f 3114//6136 3096//6136 3053//6136 +f 3114//6137 3053//6137 3071//6137 +f 3115//6138 3097//6138 3054//6138 +f 3115//6139 3054//6139 3072//6139 +f 3116//6140 3055//6140 3073//6140 +f 3116//6141 3098//6141 3055//6141 +f 3117//6142 3056//6142 3074//6142 +f 3117//6143 3099//6143 3056//6143 +f 3118//6144 3101//6144 3058//6144 +f 3118//6145 3058//6145 3075//6145 +f 3119//6146 3059//6146 3076//6146 +f 3119//6147 3102//6147 3059//6147 +f 3120//6148 3103//6148 3060//6148 +f 3120//6149 3060//6149 3077//6149 +f 3121//6150 3061//6150 3078//6150 +f 3121//6151 3104//6151 3061//6151 +f 3122//6152 3062//6152 3079//6152 +f 3122//6153 3105//6153 3062//6153 +f 3123//6154 3063//6154 3080//6154 +f 3123//6155 3106//6155 3063//6155 +f 3124//6156 3107//6156 3064//6156 +f 3124//6157 3064//6157 3081//6157 +f 3125//6158 3108//6158 3065//6158 +f 3125//6159 3065//6159 3082//6159 +f 3126//6160 3066//6160 3083//6160 +f 3126//6161 3109//6161 3066//6161 +f 3127//6162 3067//6162 3084//6162 +f 3127//6163 3110//6163 3067//6163 +f 3128//6164 3111//6164 3068//6164 +f 3128//6165 3068//6165 3085//6165 +f 3129//6166 3112//6166 3069//6166 +f 3129//6167 3069//6167 3086//6167 +f 3130//6168 3070//6168 3087//6168 +f 3130//6169 3113//6169 3070//6169 +f 3131//6170 3114//6170 3071//6170 +f 3131//6171 2620//6171 2626//6171 +f 3131//6172 3088//6172 2620//6172 +f 3131//6173 3071//6173 3088//6173 +f 3132//6174 3072//6174 3089//6174 +f 3132//6175 3115//6175 3072//6175 +f 3133//6176 3116//6176 3073//6176 +f 3133//6177 3073//6177 3090//6177 +f 3134//6178 3117//6178 3074//6178 +f 3134//6179 3074//6179 3091//6179 +f 3135//6180 3075//6180 3092//6180 +f 3135//6181 3118//6181 3075//6181 +f 3136//6182 3076//6182 3093//6182 +f 3136//6183 3119//6183 3076//6183 +f 3137//6184 3120//6184 3077//6184 +f 3137//6185 3077//6185 3094//6185 +f 3138//6186 3078//6186 3095//6186 +f 3138//6187 3121//6187 3078//6187 +f 3139//6188 3079//6188 3096//6188 +f 3139//6189 3122//6189 3079//6189 +f 3140//6190 3123//6190 3080//6190 +f 3140//6191 3080//6191 3097//6191 +f 3141//6192 3124//6192 3081//6192 +f 3141//6193 3081//6193 3098//6193 +f 3142//6194 3082//6194 3101//6194 +f 3142//6195 3125//6195 3082//6195 +f 3143//6196 3126//6196 3083//6196 +f 3143//6197 3083//6197 3102//6197 +f 3144//6198 3127//6198 3084//6198 +f 3144//6199 3084//6199 3103//6199 +f 3145//6200 3085//6200 3104//6200 +f 3145//6201 3128//6201 3085//6201 +f 3146//6202 3129//6202 3086//6202 +f 3146//6203 3086//6203 3105//6203 +f 3147//6204 3130//6204 3087//6204 +f 3147//6205 3087//6205 3106//6205 +f 3148//6206 3132//6206 3089//6206 +f 3148//6207 3089//6207 3107//6207 +f 3149//6208 3090//6208 3108//6208 +f 3149//6209 3133//6209 3090//6209 +f 3150//6210 3091//6210 3109//6210 +f 3150//6211 3134//6211 3091//6211 +f 3151//6212 3092//6212 3110//6212 +f 3151//6213 3135//6213 3092//6213 +f 3152//6214 3093//6214 3111//6214 +f 3152//6215 3136//6215 3093//6215 +f 3153//6216 3094//6216 3112//6216 +f 3153//6217 3137//6217 3094//6217 +f 3154//6218 3138//6218 3095//6218 +f 3154//6219 3095//6219 3113//6219 +f 3155//6220 3096//6220 3114//6220 +f 3155//6221 3139//6221 3096//6221 +f 3156//6222 3097//6222 3115//6222 +f 3156//6223 3140//6223 3097//6223 +f 3157//6224 3098//6224 3116//6224 +f 3157//6225 3141//6225 3098//6225 +f 3158//6226 3159//6226 3100//6226 +f 3158//6227 3099//6227 3117//6227 +f 3158//6228 3100//6228 3099//6228 +f 3160//6229 3101//6229 3118//6229 +f 3160//6230 3142//6230 3101//6230 +f 3161//6231 3102//6231 3119//6231 +f 3161//6232 3143//6232 3102//6232 +f 3162//6233 3144//6233 3103//6233 +f 3162//6234 3103//6234 3120//6234 +f 3163//6235 3104//6235 3121//6235 +f 3163//6236 3145//6236 3104//6236 +f 3164//6237 3146//6237 3105//6237 +f 3164//6238 3105//6238 3122//6238 +f 3165//6239 3106//6239 3123//6239 +f 3165//6240 3147//6240 3106//6240 +f 3166//6241 3148//6241 3107//6241 +f 3166//6242 3107//6242 3124//6242 +f 3167//6243 3149//6243 3108//6243 +f 3167//6244 3108//6244 3125//6244 +f 3168//6245 3150//6245 3109//6245 +f 3168//6246 3109//6246 3126//6246 +f 3169//6247 3151//6247 3110//6247 +f 3169//6248 3110//6248 3127//6248 +f 3170//6249 3152//6249 3111//6249 +f 3170//6250 3111//6250 3128//6250 +f 3171//6251 3112//6251 3129//6251 +f 3171//6252 3153//6252 3112//6252 +f 3172//6253 3154//6253 3113//6253 +f 3172//6254 3113//6254 3130//6254 +f 3173//6255 3114//6255 3131//6255 +f 3173//6256 3155//6256 3114//6256 +f 3174//6257 3156//6257 3115//6257 +f 3174//6258 3115//6258 3132//6258 +f 3175//6259 3157//6259 3116//6259 +f 3175//6260 3116//6260 3133//6260 +f 3176//6261 3158//6261 3117//6261 +f 3176//6262 3117//6262 3134//6262 +f 3177//6263 3160//6263 3118//6263 +f 3177//6264 3118//6264 3135//6264 +f 3178//6265 3119//6265 3136//6265 +f 3178//6266 3161//6266 3119//6266 +f 3179//6267 3162//6267 3120//6267 +f 3179//6268 3120//6268 3137//6268 +f 3180//6269 3163//6269 3121//6269 +f 3180//6270 3121//6270 3138//6270 +f 3181//6271 3164//6271 3122//6271 +f 3181//6272 3122//6272 3139//6272 +f 3182//6273 3165//6273 3123//6273 +f 3182//6274 3123//6274 3140//6274 +f 3183//6275 3166//6275 3124//6275 +f 3183//6276 3124//6276 3141//6276 +f 3184//6277 3125//6277 3142//6277 +f 3184//6278 3167//6278 3125//6278 +f 3185//6279 3126//6279 3143//6279 +f 3185//6280 3168//6280 3126//6280 +f 3186//6281 3127//6281 3144//6281 +f 3186//6282 3169//6282 3127//6282 +f 3187//6283 3128//6283 3145//6283 +f 3187//6284 3170//6284 3128//6284 +f 3188//6285 3129//6285 3146//6285 +f 3188//6286 3171//6286 3129//6286 +f 3189//6287 3130//6287 3147//6287 +f 3189//6288 3172//6288 3130//6288 +f 3190//6289 2626//6289 2632//6289 +f 3190//6290 3131//6290 2626//6290 +f 3190//6291 2632//6291 3173//6291 +f 3190//6292 3173//6292 3131//6292 +f 3191//6293 3132//6293 3148//6293 +f 3191//6294 3174//6294 3132//6294 +f 3192//6295 3133//6295 3149//6295 +f 3192//6296 3175//6296 3133//6296 +f 3193//6297 3134//6297 3150//6297 +f 3193//6298 3176//6298 3134//6298 +f 3194//6299 3135//6299 3151//6299 +f 3194//6300 3177//6300 3135//6300 +f 3195//6301 3136//6301 3152//6301 +f 3195//6302 3178//6302 3136//6302 +f 3196//6303 3137//6303 3153//6303 +f 3196//6304 3179//6304 3137//6304 +f 3197//6305 3180//6305 3138//6305 +f 3197//6306 3138//6306 3154//6306 +f 3198//6307 3181//6307 3139//6307 +f 3198//6308 3139//6308 3155//6308 +f 3199//6309 3182//6309 3140//6309 +f 3199//6310 3140//6310 3156//6310 +f 3200//6311 3141//6311 3157//6311 +f 3200//6312 3183//6312 3141//6312 +f 3201//6313 3202//6313 3159//6313 +f 3201//6314 3159//6314 3158//6314 +f 3203//6315 3184//6315 3142//6315 +f 3203//6316 3142//6316 3160//6316 +f 3204//6317 3185//6317 3143//6317 +f 3204//6318 3143//6318 3161//6318 +f 3205//6319 3144//6319 3162//6319 +f 3205//6320 3186//6320 3144//6320 +f 3206//6321 3187//6321 3145//6321 +f 3206//6322 3145//6322 3163//6322 +f 3207//6323 3188//6323 3146//6323 +f 3207//6324 3146//6324 3164//6324 +f 3208//6325 3147//6325 3165//6325 +f 3208//6326 3189//6326 3147//6326 +f 3209//6327 3148//6327 3166//6327 +f 3209//6328 3191//6328 3148//6328 +f 3210//6329 3149//6329 3167//6329 +f 3210//6330 3192//6330 3149//6330 +f 3211//6331 3150//6331 3168//6331 +f 3211//6332 3193//6332 3150//6332 +f 3212//6333 3151//6333 3169//6333 +f 3212//6334 3194//6334 3151//6334 +f 3213//6335 3195//6335 3152//6335 +f 3213//6336 3152//6336 3170//6336 +f 3214//6337 3196//6337 3153//6337 +f 3214//6338 3153//6338 3171//6338 +f 3215//6339 3154//6339 3172//6339 +f 3215//6340 3197//6340 3154//6340 +f 3216//6341 3198//6341 3155//6341 +f 3216//6342 3155//6342 3173//6342 +f 3217//6343 3156//6343 3174//6343 +f 3217//6344 3199//6344 3156//6344 +f 3218//6345 3200//6345 3157//6345 +f 3218//6346 3157//6346 3175//6346 +f 3219//6347 3201//6347 3158//6347 +f 3219//6348 3158//6348 3176//6348 +f 3220//6349 3160//6349 3177//6349 +f 3220//6350 3203//6350 3160//6350 +f 3221//6351 3161//6351 3178//6351 +f 3221//6352 3204//6352 3161//6352 +f 3222//6353 3205//6353 3162//6353 +f 3222//6354 3162//6354 3179//6354 +f 3223//6355 3163//6355 3180//6355 +f 3223//6356 3206//6356 3163//6356 +f 3224//6357 3164//6357 3181//6357 +f 3224//6358 3207//6358 3164//6358 +f 3225//6359 3208//6359 3165//6359 +f 3225//6360 3165//6360 3182//6360 +f 3226//6361 3209//6361 3166//6361 +f 3226//6362 3166//6362 3183//6362 +f 3227//6363 3167//6363 3184//6363 +f 3227//6364 3210//6364 3167//6364 +f 3228//6365 3168//6365 3185//6365 +f 3228//6366 3211//6366 3168//6366 +f 3229//6367 3169//6367 3186//6367 +f 3229//6368 3212//6368 3169//6368 +f 3230//6369 3213//6369 3170//6369 +f 3230//6370 3170//6370 3187//6370 +f 3231//6371 3214//6371 3171//6371 +f 3231//6372 3171//6372 3188//6372 +f 3232//6373 3172//6373 3189//6373 +f 3232//6374 3215//6374 3172//6374 +f 3233//6375 3216//6375 3173//6375 +f 3233//6376 2632//6376 2644//6376 +f 3233//6377 3173//6377 2632//6377 +f 3234//6378 3217//6378 3174//6378 +f 3234//6379 3174//6379 3191//6379 +f 3235//6380 3218//6380 3175//6380 +f 3235//6381 3175//6381 3192//6381 +f 3236//6382 3219//6382 3176//6382 +f 3236//6383 3176//6383 3193//6383 +f 3237//6384 3220//6384 3177//6384 +f 3237//6385 3177//6385 3194//6385 +f 3238//6386 3221//6386 3178//6386 +f 3238//6387 3178//6387 3195//6387 +f 3239//6388 3222//6388 3179//6388 +f 3239//6389 3179//6389 3196//6389 +f 3240//6390 3180//6390 3197//6390 +f 3240//6391 3223//6391 3180//6391 +f 3241//6392 3181//6392 3198//6392 +f 3241//6393 3224//6393 3181//6393 +f 3242//6394 3225//6394 3182//6394 +f 3242//6395 3182//6395 3199//6395 +f 3243//6396 3226//6396 3183//6396 +f 3243//6397 3183//6397 3200//6397 +f 3244//6398 3184//6398 3203//6398 +f 3244//6399 3227//6399 3184//6399 +f 3245//6400 3228//6400 3185//6400 +f 3245//6401 3185//6401 3204//6401 +f 3246//6402 3229//6402 3186//6402 +f 3246//6403 3186//6403 3205//6403 +f 3247//6404 3187//6404 3206//6404 +f 3247//6405 3230//6405 3187//6405 +f 3248//6406 3188//6406 3207//6406 +f 3248//6407 3231//6407 3188//6407 +f 3249//6408 3232//6408 3189//6408 +f 3249//6409 3189//6409 3208//6409 +f 3250//6410 3234//6410 3191//6410 +f 3250//6411 3191//6411 3209//6411 +f 3251//6412 3192//6412 3210//6412 +f 3251//6413 3235//6413 3192//6413 +f 3252//6414 3193//6414 3211//6414 +f 3252//6415 3236//6415 3193//6415 +f 3253//6416 3237//6416 3194//6416 +f 3253//6417 3194//6417 3212//6417 +f 3254//6418 3195//6418 3213//6418 +f 3254//6419 3238//6419 3195//6419 +f 3255//6420 3196//6420 3214//6420 +f 3255//6421 3239//6421 3196//6421 +f 3256//6422 3197//6422 3215//6422 +f 3256//6423 3240//6423 3197//6423 +f 3257//6424 3198//6424 3216//6424 +f 3257//6425 3241//6425 3198//6425 +f 3258//6426 3199//6426 3217//6426 +f 3258//6427 3242//6427 3199//6427 +f 3259//6428 3200//6428 3218//6428 +f 3259//6429 3243//6429 3200//6429 +f 3260//6430 3261//6430 3202//6430 +f 3260//6431 3202//6431 3201//6431 +f 3260//6432 3201//6432 3219//6432 +f 3262//6433 3203//6433 3220//6433 +f 3262//6434 3244//6434 3203//6434 +f 3263//6435 3204//6435 3221//6435 +f 3263//6436 3245//6436 3204//6436 +f 3264//6437 3246//6437 3205//6437 +f 3264//6438 3205//6438 3222//6438 +f 3265//6439 3206//6439 3223//6439 +f 3265//6440 3247//6440 3206//6440 +f 3266//6441 3207//6441 3224//6441 +f 3266//6442 3248//6442 3207//6442 +f 3267//6443 3249//6443 3208//6443 +f 3267//6444 3208//6444 3225//6444 +f 3268//6445 3250//6445 3209//6445 +f 3268//6446 3209//6446 3226//6446 +f 3269//6447 3210//6447 3227//6447 +f 3269//6448 3251//6448 3210//6448 +f 3270//6449 3211//6449 3228//6449 +f 3270//6450 3252//6450 3211//6450 +f 3271//6451 3253//6451 3212//6451 +f 3271//6452 3212//6452 3229//6452 +f 3272//6453 3254//6453 3213//6453 +f 3272//6454 3213//6454 3230//6454 +f 3273//6455 3214//6455 3231//6455 +f 3273//6456 3255//6456 3214//6456 +f 3274//6457 3256//6457 3215//6457 +f 3274//6458 3215//6458 3232//6458 +f 3275//6459 3216//6459 3233//6459 +f 3275//6460 3233//6460 2644//6460 +f 3275//6461 3257//6461 3216//6461 +f 3276//6462 3217//6462 3234//6462 +f 3276//6463 3258//6463 3217//6463 +f 3277//6464 3218//6464 3235//6464 +f 3277//6465 3259//6465 3218//6465 +f 3278//6466 3260//6466 3219//6466 +f 3278//6467 3219//6467 3236//6467 +f 3279//6468 3220//6468 3237//6468 +f 3279//6469 3262//6469 3220//6469 +f 3280//6470 3221//6470 3238//6470 +f 3280//6471 3263//6471 3221//6471 +f 3281//6472 3264//6472 3222//6472 +f 3281//6473 3222//6473 3239//6473 +f 3282//6474 3265//6474 3223//6474 +f 3282//6475 3223//6475 3240//6475 +f 3283//6476 3266//6476 3224//6476 +f 3283//6477 3224//6477 3241//6477 +f 3284//6478 3225//6478 3242//6478 +f 3284//6479 3267//6479 3225//6479 +f 3285//6480 3226//6480 3243//6480 +f 3285//6481 3268//6481 3226//6481 +f 3286//6482 3269//6482 3227//6482 +f 3286//6483 3227//6483 3244//6483 +f 3287//6484 3228//6484 3245//6484 +f 3287//6485 3270//6485 3228//6485 +f 3288//6486 3271//6486 3229//6486 +f 3288//6487 3229//6487 3246//6487 +f 3289//6488 3230//6488 3247//6488 +f 3289//6489 3272//6489 3230//6489 +f 3290//6490 3273//6490 3231//6490 +f 3290//6491 3231//6491 3248//6491 +f 3291//6492 3274//6492 3232//6492 +f 3291//6493 3232//6493 3249//6493 +f 3292//6494 2644//6494 2655//6494 +f 3292//6495 3275//6495 2644//6495 +f 3292//6496 2655//6496 3275//6496 +f 3293//6497 3234//6497 3250//6497 +f 3293//6498 3276//6498 3234//6498 +f 3294//6499 3235//6499 3251//6499 +f 3294//6500 3277//6500 3235//6500 +f 3295//6501 3236//6501 3252//6501 +f 3295//6502 3278//6502 3236//6502 +f 3296//6503 3237//6503 3253//6503 +f 3296//6504 3279//6504 3237//6504 +f 3297//6505 3238//6505 3254//6505 +f 3297//6506 3280//6506 3238//6506 +f 3298//6507 3239//6507 3255//6507 +f 3298//6508 3281//6508 3239//6508 +f 3299//6509 3240//6509 3256//6509 +f 3299//6510 3282//6510 3240//6510 +f 3300//6511 3283//6511 3241//6511 +f 3300//6512 3241//6512 3257//6512 +f 3301//6513 3284//6513 3242//6513 +f 3301//6514 3242//6514 3258//6514 +f 3302//6515 3243//6515 3259//6515 +f 3302//6516 3285//6516 3243//6516 +f 3303//6517 3304//6517 3261//6517 +f 3303//6518 3261//6518 3260//6518 +f 3305//6519 3286//6519 3244//6519 +f 3305//6520 3244//6520 3262//6520 +f 3306//6521 3245//6521 3263//6521 +f 3306//6522 3287//6522 3245//6522 +f 3307//6523 3246//6523 3264//6523 +f 3307//6524 3288//6524 3246//6524 +f 3308//6525 3247//6525 3265//6525 +f 3308//6526 3289//6526 3247//6526 +f 3309//6527 3248//6527 3266//6527 +f 3309//6528 3290//6528 3248//6528 +f 3310//6529 3291//6529 3249//6529 +f 3310//6530 3249//6530 3267//6530 +f 3311//6531 3293//6531 3250//6531 +f 3311//6532 3250//6532 3268//6532 +f 3312//6533 3251//6533 3269//6533 +f 3312//6534 3294//6534 3251//6534 +f 3313//6535 3295//6535 3252//6535 +f 3313//6536 3252//6536 3270//6536 +f 3314//6537 3296//6537 3253//6537 +f 3314//6538 3253//6538 3271//6538 +f 3315//6539 3254//6539 3272//6539 +f 3315//6540 3297//6540 3254//6540 +f 3316//6541 3298//6541 3255//6541 +f 3316//6542 3255//6542 3273//6542 +f 3317//6543 3256//6543 3274//6543 +f 3317//6544 3299//6544 3256//6544 +f 3318//6545 3300//6545 3257//6545 +f 3318//6546 3257//6546 3275//6546 +f 3319//6547 3301//6547 3258//6547 +f 3319//6548 3258//6548 3276//6548 +f 3320//6549 3302//6549 3259//6549 +f 3320//6550 3259//6550 3277//6550 +f 3321//6551 3303//6551 3260//6551 +f 3321//6552 3260//6552 3278//6552 +f 3322//6553 3305//6553 3262//6553 +f 3322//6554 3262//6554 3279//6554 +f 3323//6555 3306//6555 3263//6555 +f 3323//6556 3263//6556 3280//6556 +f 3324//6557 3307//6557 3264//6557 +f 3324//6558 3264//6558 3281//6558 +f 3325//6559 3265//6559 3282//6559 +f 3325//6560 3308//6560 3265//6560 +f 3326//6561 3266//6561 3283//6561 +f 3326//6562 3309//6562 3266//6562 +f 3327//6563 3267//6563 3284//6563 +f 3327//6564 3310//6564 3267//6564 +f 3328//6565 3311//6565 3268//6565 +f 3328//6566 3268//6566 3285//6566 +f 3329//6567 3312//6567 3269//6567 +f 3329//6568 3269//6568 3286//6568 +f 3330//6569 3270//6569 3287//6569 +f 3330//6570 3313//6570 3270//6570 +f 3331//6571 3271//6571 3288//6571 +f 3331//6572 3314//6572 3271//6572 +f 3332//6573 3272//6573 3289//6573 +f 3332//6574 3315//6574 3272//6574 +f 3333//6575 3316//6575 3273//6575 +f 3333//6576 3273//6576 3290//6576 +f 3334//6577 3317//6577 3274//6577 +f 3334//6578 3274//6578 3291//6578 +f 3335//6579 3318//6579 3275//6579 +f 3335//6580 2655//6580 2674//6580 +f 3335//6581 3275//6581 2655//6581 +f 3336//6582 3319//6582 3276//6582 +f 3336//6583 3276//6583 3293//6583 +f 3337//6584 3277//6584 3294//6584 +f 3337//6585 3320//6585 3277//6585 +f 3338//6586 3321//6586 3278//6586 +f 3338//6587 3278//6587 3295//6587 +f 3339//6588 3322//6588 3279//6588 +f 3339//6589 3279//6589 3296//6589 +f 3340//6590 3323//6590 3280//6590 +f 3340//6591 3280//6591 3297//6591 +f 3341//6592 3324//6592 3281//6592 +f 3341//6593 3281//6593 3298//6593 +f 3342//6594 3325//6594 3282//6594 +f 3342//6595 3282//6595 3299//6595 +f 3343//6596 3283//6596 3300//6596 +f 3343//6597 3326//6597 3283//6597 +f 3344//6598 3327//6598 3284//6598 +f 3344//6599 3284//6599 3301//6599 +f 3345//6600 3328//6600 3285//6600 +f 3345//6601 3285//6601 3302//6601 +f 3346//6602 3329//6602 3286//6602 +f 3346//6603 3286//6603 3305//6603 +f 3347//6604 3287//6604 3306//6604 +f 3347//6605 3330//6605 3287//6605 +f 3348//6606 3331//6606 3288//6606 +f 3348//6607 3288//6607 3307//6607 +f 3349//6608 3332//6608 3289//6608 +f 3349//6609 3289//6609 3308//6609 +f 3350//6610 3290//6610 3309//6610 +f 3350//6611 3333//6611 3290//6611 +f 3351//6612 3334//6612 3291//6612 +f 3351//6613 3291//6613 3310//6613 +f 3352//6614 3293//6614 3311//6614 +f 3352//6615 3336//6615 3293//6615 +f 3353//6616 3337//6616 3294//6616 +f 3353//6617 3294//6617 3312//6617 +f 3354//6618 3295//6618 3313//6618 +f 3354//6619 3338//6619 3295//6619 +f 3355//6620 3339//6620 3296//6620 +f 3355//6621 3296//6621 3314//6621 +f 3356//6622 3297//6622 3315//6622 +f 3356//6623 3340//6623 3297//6623 +f 3357//6624 3341//6624 3298//6624 +f 3357//6625 3298//6625 3316//6625 +f 3358//6626 3299//6626 3317//6626 +f 3358//6627 3342//6627 3299//6627 +f 3359//6628 3300//6628 3318//6628 +f 3359//6629 3343//6629 3300//6629 +f 3360//6630 3344//6630 3301//6630 +f 3360//6631 3301//6631 3319//6631 +f 3361//6632 3302//6632 3320//6632 +f 3361//6633 3345//6633 3302//6633 +f 3362//6634 3303//6634 3321//6634 +f 3362//6635 3363//6635 3304//6635 +f 3362//6636 3304//6636 3303//6636 +f 3364//6637 3346//6637 3305//6637 +f 3364//6638 3305//6638 3322//6638 +f 3365//6639 3347//6639 3306//6639 +f 3365//6640 3306//6640 3323//6640 +f 3366//6641 3348//6641 3307//6641 +f 3366//6642 3307//6642 3324//6642 +f 3367//6643 3308//6643 3325//6643 +f 3367//6644 3349//6644 3308//6644 +f 3368//6645 3309//6645 3326//6645 +f 3368//6646 3350//6646 3309//6646 +f 3369//6647 3351//6647 3310//6647 +f 3369//6648 3310//6648 3327//6648 +f 3370//6649 3311//6649 3328//6649 +f 3370//6650 3352//6650 3311//6650 +f 3371//6651 3312//6651 3329//6651 +f 3371//6652 3353//6652 3312//6652 +f 3372//6653 3354//6653 3313//6653 +f 3372//6654 3313//6654 3330//6654 +f 3373//6655 3314//6655 3331//6655 +f 3373//6656 3355//6656 3314//6656 +f 3374//6657 3315//6657 3332//6657 +f 3374//6658 3356//6658 3315//6658 +f 3375//6659 3316//6659 3333//6659 +f 3375//6660 3357//6660 3316//6660 +f 3376//6661 3317//6661 3334//6661 +f 3376//6662 3358//6662 3317//6662 +f 3377//6663 3359//6663 3318//6663 +f 3377//6664 3318//6664 3335//6664 +f 3377//6665 3335//6665 2674//6665 +f 3378//6666 3319//6666 3336//6666 +f 3378//6667 3360//6667 3319//6667 +f 3379//6668 3320//6668 3337//6668 +f 3379//6669 3361//6669 3320//6669 +f 3380//6670 3362//6670 3321//6670 +f 3380//6671 3321//6671 3338//6671 +f 3381//6672 3364//6672 3322//6672 +f 3381//6673 3322//6673 3339//6673 +f 3382//6674 3365//6674 3323//6674 +f 3382//6675 3323//6675 3340//6675 +f 3383//6676 3366//6676 3324//6676 +f 3383//6677 3324//6677 3341//6677 +f 3384//6678 3325//6678 3342//6678 +f 3384//6679 3367//6679 3325//6679 +f 3385//6680 3368//6680 3326//6680 +f 3385//6681 3326//6681 3343//6681 +f 3386//6682 3369//6682 3327//6682 +f 3386//6683 3327//6683 3344//6683 +f 3387//6684 3370//6684 3328//6684 +f 3387//6685 3328//6685 3345//6685 +f 3388//6686 3371//6686 3329//6686 +f 3388//6687 3329//6687 3346//6687 +f 3389//6688 3372//6688 3330//6688 +f 3389//6689 3330//6689 3347//6689 +f 3390//6690 3373//6690 3331//6690 +f 3390//6691 3331//6691 3348//6691 +f 3391//6692 3374//6692 3332//6692 +f 3391//6693 3332//6693 3349//6693 +f 3392//6694 3333//6694 3350//6694 +f 3392//6695 3375//6695 3333//6695 +f 3393//6696 3376//6696 3334//6696 +f 3393//6697 3334//6697 3351//6697 +f 3394//6698 2674//6698 2690//6698 +f 3394//6699 3377//6699 2674//6699 +f 3394//6700 2690//6700 3377//6700 +f 3395//6701 3336//6701 3352//6701 +f 3395//6702 3378//6702 3336//6702 +f 3396//6703 3379//6703 3337//6703 +f 3396//6704 3337//6704 3353//6704 +f 3397//6705 3338//6705 3354//6705 +f 3397//6706 3380//6706 3338//6706 +f 3398//6707 3339//6707 3355//6707 +f 3398//6708 3381//6708 3339//6708 +f 3399//6709 3340//6709 3356//6709 +f 3399//6710 3382//6710 3340//6710 +f 3400//6711 3383//6711 3341//6711 +f 3400//6712 3341//6712 3357//6712 +f 3401//6713 3342//6713 3358//6713 +f 3401//6714 3384//6714 3342//6714 +f 3402//6715 3385//6715 3343//6715 +f 3402//6716 3343//6716 3359//6716 +f 3403//6717 3386//6717 3344//6717 +f 3403//6718 3344//6718 3360//6718 +f 3404//6719 3387//6719 3345//6719 +f 3404//6720 3345//6720 3361//6720 +f 3405//6721 3406//6721 3363//6721 +f 3405//6722 3363//6722 3362//6722 +f 3407//6723 3388//6723 3346//6723 +f 3407//6724 3346//6724 3364//6724 +f 3408//6725 3347//6725 3365//6725 +f 3408//6726 3389//6726 3347//6726 +f 3409//6727 3348//6727 3366//6727 +f 3409//6728 3390//6728 3348//6728 +f 3410//6729 3391//6729 3349//6729 +f 3410//6730 3349//6730 3367//6730 +f 3411//6731 3350//6731 3368//6731 +f 3411//6732 3392//6732 3350//6732 +f 3412//6733 3393//6733 3351//6733 +f 3412//6734 3351//6734 3369//6734 +f 3413//6735 3352//6735 3370//6735 +f 3413//6736 3395//6736 3352//6736 +f 3414//6737 3396//6737 3353//6737 +f 3414//6738 3353//6738 3371//6738 +f 3415//6739 3397//6739 3354//6739 +f 3415//6740 3354//6740 3372//6740 +f 3416//6741 3355//6741 3373//6741 +f 3416//6742 3398//6742 3355//6742 +f 3417//6743 3399//6743 3356//6743 +f 3417//6744 3356//6744 3374//6744 +f 3418//6745 3400//6745 3357//6745 +f 3418//6746 3357//6746 3375//6746 +f 3419//6747 3358//6747 3376//6747 +f 3419//6748 3401//6748 3358//6748 +f 3420//6749 3402//6749 3359//6749 +f 3420//6750 3359//6750 3377//6750 +f 3421//6751 3403//6751 3360//6751 +f 3421//6752 3360//6752 3378//6752 +f 3422//6753 3361//6753 3379//6753 +f 3422//6754 3404//6754 3361//6754 +f 3423//6755 3362//6755 3380//6755 +f 3423//6756 3405//6756 3362//6756 +f 3424//6757 3407//6757 3364//6757 +f 3424//6758 3364//6758 3381//6758 +f 3425//6759 3408//6759 3365//6759 +f 3425//6760 3365//6760 3382//6760 +f 3426//6761 3366//6761 3383//6761 +f 3426//6762 3409//6762 3366//6762 +f 3427//6763 3367//6763 3384//6763 +f 3427//6764 3410//6764 3367//6764 +f 3428//6765 3368//6765 3385//6765 +f 3428//6766 3411//6766 3368//6766 +f 3429//6767 3369//6767 3386//6767 +f 3429//6768 3412//6768 3369//6768 +f 3430//6769 3370//6769 3387//6769 +f 3430//6770 3413//6770 3370//6770 +f 3431//6771 3371//6771 3388//6771 +f 3431//6772 3414//6772 3371//6772 +f 3432//6773 3372//6773 3389//6773 +f 3432//6774 3415//6774 3372//6774 +f 3433//6775 3416//6775 3373//6775 +f 3433//6776 3373//6776 3390//6776 +f 3434//6777 3417//6777 3374//6777 +f 3434//6778 3374//6778 3391//6778 +f 3435//6779 3418//6779 3375//6779 +f 3435//6780 3375//6780 3392//6780 +f 3436//6781 3419//6781 3376//6781 +f 3436//6782 3376//6782 3393//6782 +f 3437//6783 3420//6783 3377//6783 +f 3437//6784 2690//6784 2716//6784 +f 3437//6785 3377//6785 2690//6785 +f 3438//6786 3378//6786 3395//6786 +f 3438//6787 3421//6787 3378//6787 +f 3439//6788 3422//6788 3379//6788 +f 3439//6789 3379//6789 3396//6789 +f 3440//6790 3423//6790 3380//6790 +f 3440//6791 3380//6791 3397//6791 +f 3441//6792 3424//6792 3381//6792 +f 3441//6793 3381//6793 3398//6793 +f 3442//6794 3382//6794 3399//6794 +f 3442//6795 3425//6795 3382//6795 +f 3443//6796 3426//6796 3383//6796 +f 3443//6797 3383//6797 3400//6797 +f 3444//6798 3384//6798 3401//6798 +f 3444//6799 3427//6799 3384//6799 +f 3445//6800 3385//6800 3402//6800 +f 3445//6801 3428//6801 3385//6801 +f 3446//6802 3386//6802 3403//6802 +f 3446//6803 3429//6803 3386//6803 +f 3447//6804 3430//6804 3387//6804 +f 3447//6805 3387//6805 3404//6805 +f 3448//6806 3449//6806 3406//6806 +f 3448//6807 3406//6807 3405//6807 +f 3450//6808 3431//6808 3388//6808 +f 3450//6809 3388//6809 3407//6809 +f 3451//6810 3389//6810 3408//6810 +f 3451//6811 3432//6811 3389//6811 +f 3452//6812 3390//6812 3409//6812 +f 3452//6813 3433//6813 3390//6813 +f 3453//6814 3434//6814 3391//6814 +f 3453//6815 3391//6815 3410//6815 +f 3454//6816 3435//6816 3392//6816 +f 3454//6817 3392//6817 3411//6817 +f 3455//6818 3436//6818 3393//6818 +f 3455//6819 3393//6819 3412//6819 +f 3456//6820 3438//6820 3395//6820 +f 3456//6821 3395//6821 3413//6821 +f 3457//6822 3439//6822 3396//6822 +f 3457//6823 3396//6823 3414//6823 +f 3458//6824 3440//6824 3397//6824 +f 3458//6825 3397//6825 3415//6825 +f 3459//6826 3441//6826 3398//6826 +f 3459//6827 3398//6827 3416//6827 +f 3460//6828 3399//6828 3417//6828 +f 3460//6829 3442//6829 3399//6829 +f 3461//6830 3400//6830 3418//6830 +f 3461//6831 3443//6831 3400//6831 +f 3462//6832 3401//6832 3419//6832 +f 3462//6833 3444//6833 3401//6833 +f 3463//6834 3445//6834 3402//6834 +f 3463//6835 3402//6835 3420//6835 +f 3464//6836 3446//6836 3403//6836 +f 3464//6837 3403//6837 3421//6837 +f 3465//6838 3404//6838 3422//6838 +f 3465//6839 3447//6839 3404//6839 +f 3466//6840 3405//6840 3423//6840 +f 3466//6841 3448//6841 3405//6841 +f 3466//6842 3449//6842 3448//6842 +f 3467//6843 3407//6843 3424//6843 +f 3467//6844 3450//6844 3407//6844 +f 3468//6845 3408//6845 3425//6845 +f 3468//6846 3451//6846 3408//6846 +f 3469//6847 3452//6847 3409//6847 +f 3469//6848 3409//6848 3426//6848 +f 3470//6849 3410//6849 3427//6849 +f 3470//6850 3453//6850 3410//6850 +f 3471//6851 3411//6851 3428//6851 +f 3471//6852 3454//6852 3411//6852 +f 3472//6853 3412//6853 3429//6853 +f 3472//6854 3455//6854 3412//6854 +f 3473//6855 3413//6855 3430//6855 +f 3473//6856 3456//6856 3413//6856 +f 3474//6857 3414//6857 3431//6857 +f 3474//6858 3457//6858 3414//6858 +f 3475//6859 3415//6859 3432//6859 +f 3475//6860 3458//6860 3415//6860 +f 3476//6861 3459//6861 3416//6861 +f 3476//6862 3416//6862 3433//6862 +f 3477//6863 3417//6863 3434//6863 +f 3477//6864 3460//6864 3417//6864 +f 3478//6865 3418//6865 3435//6865 +f 3478//6866 3461//6866 3418//6866 +f 3479//6867 3462//6867 3419//6867 +f 3479//6868 3419//6868 3436//6868 +f 3480//6869 3463//6869 3420//6869 +f 3480//6870 2716//6870 2737//6870 +f 3480//6871 3437//6871 2716//6871 +f 3480//6872 3420//6872 3437//6872 +f 3481//6873 3464//6873 3421//6873 +f 3481//6874 3421//6874 3438//6874 +f 3482//6875 3422//6875 3439//6875 +f 3482//6876 3465//6876 3422//6876 +f 3483//6877 3449//6877 3466//6877 +f 3483//6878 3466//6878 3423//6878 +f 3483//6879 3423//6879 3440//6879 +f 3484//6880 3467//6880 3424//6880 +f 3484//6881 3424//6881 3441//6881 +f 3485//6882 3468//6882 3425//6882 +f 3485//6883 3425//6883 3442//6883 +f 3486//6884 3426//6884 3443//6884 +f 3486//6885 3469//6885 3426//6885 +f 3487//6886 3470//6886 3427//6886 +f 3487//6887 3427//6887 3444//6887 +f 3488//6888 3471//6888 3428//6888 +f 3488//6889 3428//6889 3445//6889 +f 3489//6890 3429//6890 3446//6890 +f 3489//6891 3472//6891 3429//6891 +f 3490//6892 3473//6892 3430//6892 +f 3490//6893 3430//6893 3447//6893 +f 3491//6894 3431//6894 3450//6894 +f 3491//6895 3474//6895 3431//6895 +f 3492//6896 3475//6896 3432//6896 +f 3492//6897 3432//6897 3451//6897 +f 3493//6898 3433//6898 3452//6898 +f 3493//6899 3476//6899 3433//6899 +f 3494//6900 3477//6900 3434//6900 +f 3494//6901 3434//6901 3453//6901 +f 3495//6902 3435//6902 3454//6902 +f 3495//6903 3478//6903 3435//6903 +f 3496//6904 3479//6904 3436//6904 +f 3496//6905 3436//6905 3455//6905 +f 3497//6906 3438//6906 3456//6906 +f 3497//6907 3481//6907 3438//6907 +f 3498//6908 3482//6908 3439//6908 +f 3498//6909 3439//6909 3457//6909 +f 3499//6910 3449//6910 3483//6910 +f 3499//6911 3440//6911 3458//6911 +f 3499//6912 3483//6912 3440//6912 +f 3500//6913 3441//6913 3459//6913 +f 3500//6914 3484//6914 3441//6914 +f 3501//6915 3442//6915 3460//6915 +f 3501//6916 3485//6916 3442//6916 +f 3502//6917 3443//6917 3461//6917 +f 3502//6918 3486//6918 3443//6918 +f 3503//6919 3487//6919 3444//6919 +f 3503//6920 3444//6920 3462//6920 +f 3504//6921 3488//6921 3445//6921 +f 3504//6922 3445//6922 3463//6922 +f 3505//6923 3489//6923 3446//6923 +f 3505//6924 3446//6924 3464//6924 +f 3506//6925 3490//6925 3447//6925 +f 3506//6926 3447//6926 3465//6926 +f 3507//6927 3450//6927 3467//6927 +f 3507//6928 3491//6928 3450//6928 +f 3508//6929 3492//6929 3451//6929 +f 3508//6930 3451//6930 3468//6930 +f 3509//6931 3452//6931 3469//6931 +f 3509//6932 3493//6932 3452//6932 +f 3510//6933 3453//6933 3470//6933 +f 3510//6934 3494//6934 3453//6934 +f 3511//6935 3454//6935 3471//6935 +f 3511//6936 3495//6936 3454//6936 +f 3512//6937 3496//6937 3455//6937 +f 3512//6938 3455//6938 3472//6938 +f 3513//6939 3497//6939 3456//6939 +f 3513//6940 3456//6940 3473//6940 +f 3514//6941 3498//6941 3457//6941 +f 3514//6942 3457//6942 3474//6942 +f 3515//6943 3458//6943 3475//6943 +f 3515//6944 3499//6944 3458//6944 +f 3515//6945 3449//6945 3499//6945 +f 3516//6946 3459//6946 3476//6946 +f 3516//6947 3500//6947 3459//6947 +f 3517//6948 3460//6948 3477//6948 +f 3517//6949 3501//6949 3460//6949 +f 3518//6950 3502//6950 3461//6950 +f 3518//6951 3461//6951 3478//6951 +f 3519//6952 3503//6952 3462//6952 +f 3519//6953 3462//6953 3479//6953 +f 3520//6954 3504//6954 3463//6954 +f 3520//6955 3463//6955 3480//6955 +f 3521//6956 3464//6956 3481//6956 +f 3521//6957 3505//6957 3464//6957 +f 3522//6958 3506//6958 3465//6958 +f 3522//6959 3465//6959 3482//6959 +f 3523//6960 3467//6960 3484//6960 +f 3523//6961 3507//6961 3467//6961 +f 3524//6962 3468//6962 3485//6962 +f 3524//6963 3508//6963 3468//6963 +f 3525//6964 3509//6964 3469//6964 +f 3525//6965 3469//6965 3486//6965 +f 3526//6966 3470//6966 3487//6966 +f 3526//6967 3510//6967 3470//6967 +f 3527//6968 3511//6968 3471//6968 +f 3527//6969 3471//6969 3488//6969 +f 3528//6970 3472//6970 3489//6970 +f 3528//6971 3512//6971 3472//6971 +f 3529//6972 3513//6972 3473//6972 +f 3529//6973 3473//6973 3490//6973 +f 3530//6974 3474//6974 3491//6974 +f 3530//6975 3514//6975 3474//6975 +f 3531//6976 3449//6976 3515//6976 +f 3531//6977 3475//6977 3492//6977 +f 3531//6978 3515//6978 3475//6978 +f 3532//6979 3476//6979 3493//6979 +f 3532//6980 3516//6980 3476//6980 +f 3533//6981 3477//6981 3494//6981 +f 3533//6982 3517//6982 3477//6982 +f 3534//6983 3478//6983 3495//6983 +f 3534//6984 3518//6984 3478//6984 +f 3535//6985 3479//6985 3496//6985 +f 3535//6986 3519//6986 3479//6986 +f 3536//6987 3520//6987 3480//6987 +f 3536//6988 2737//6988 2770//6988 +f 3536//6989 3480//6989 2737//6989 +f 3537//6990 3521//6990 3481//6990 +f 3537//6991 3481//6991 3497//6991 +f 3538//6992 3522//6992 3482//6992 +f 3538//6993 3482//6993 3498//6993 +f 3539//6994 3484//6994 3500//6994 +f 3539//6995 3523//6995 3484//6995 +f 3540//6996 3485//6996 3501//6996 +f 3540//6997 3524//6997 3485//6997 +f 3541//6998 3486//6998 3502//6998 +f 3541//6999 3525//6999 3486//6999 +f 3542//7000 3487//7000 3503//7000 +f 3542//7001 3526//7001 3487//7001 +f 3543//7002 3527//7002 3488//7002 +f 3543//7003 3488//7003 3504//7003 +f 3544//7004 3489//7004 3505//7004 +f 3544//7005 3528//7005 3489//7005 +f 3545//7006 3529//7006 3490//7006 +f 3545//7007 3490//7007 3506//7007 +f 3546//7008 3530//7008 3491//7008 +f 3546//7009 3491//7009 3507//7009 +f 3547//7010 3492//7010 3508//7010 +f 3547//7011 3531//7011 3492//7011 +f 3547//7012 3449//7012 3531//7012 +f 3548//7013 3493//7013 3509//7013 +f 3548//7014 3532//7014 3493//7014 +f 3549//7015 3533//7015 3494//7015 +f 3549//7016 3494//7016 3510//7016 +f 3550//7017 3534//7017 3495//7017 +f 3550//7018 3495//7018 3511//7018 +f 3551//7019 3496//7019 3512//7019 +f 3551//7020 3535//7020 3496//7020 +f 3552//7021 3537//7021 3497//7021 +f 3552//7022 3497//7022 3513//7022 +f 3553//7023 3538//7023 3498//7023 +f 3553//7024 3498//7024 3514//7024 +f 3554//7025 3500//7025 3516//7025 +f 3554//7026 3539//7026 3500//7026 +f 3555//7027 3501//7027 3517//7027 +f 3555//7028 3540//7028 3501//7028 +f 3556//7029 3541//7029 3502//7029 +f 3556//7030 3502//7030 3518//7030 +f 3557//7031 3503//7031 3519//7031 +f 3557//7032 3542//7032 3503//7032 +f 3558//7033 3504//7033 3520//7033 +f 3558//7034 3543//7034 3504//7034 +f 3559//7035 3505//7035 3521//7035 +f 3559//7036 3544//7036 3505//7036 +f 3560//7037 3506//7037 3522//7037 +f 3560//7038 3545//7038 3506//7038 +f 3561//7039 3507//7039 3523//7039 +f 3561//7040 3546//7040 3507//7040 +f 3562//7041 3508//7041 3524//7041 +f 3562//7042 3547//7042 3508//7042 +f 3562//7043 3449//7043 3547//7043 +f 3563//7044 3509//7044 3525//7044 +f 3563//7045 3548//7045 3509//7045 +f 3564//7046 3510//7046 3526//7046 +f 3564//7047 3549//7047 3510//7047 +f 3565//7048 3511//7048 3527//7048 +f 3565//7049 3550//7049 3511//7049 +f 3566//7050 3512//7050 3528//7050 +f 3566//7051 3551//7051 3512//7051 +f 3567//7052 3552//7052 3513//7052 +f 3567//7053 3513//7053 3529//7053 +f 3568//7054 3514//7054 3530//7054 +f 3568//7055 3553//7055 3514//7055 +f 3569//7056 3516//7056 3532//7056 +f 3569//7057 3554//7057 3516//7057 +f 3570//7058 3517//7058 3533//7058 +f 3570//7059 3555//7059 3517//7059 +f 3571//7060 3518//7060 3534//7060 +f 3571//7061 3556//7061 3518//7061 +f 3572//7062 3519//7062 3535//7062 +f 3572//7063 3557//7063 3519//7063 +f 3573//7064 2770//7064 2796//7064 +f 3573//7065 3536//7065 2770//7065 +f 3573//7066 3520//7066 3536//7066 +f 3573//7067 3558//7067 3520//7067 +f 3574//7068 3559//7068 3521//7068 +f 3574//7069 3521//7069 3537//7069 +f 3575//7070 3522//7070 3538//7070 +f 3575//7071 3560//7071 3522//7071 +f 3576//7072 3561//7072 3523//7072 +f 3576//7073 3523//7073 3539//7073 +f 3577//7074 3562//7074 3524//7074 +f 3577//7075 3524//7075 3540//7075 +f 3577//7076 3449//7076 3562//7076 +f 3578//7077 3525//7077 3541//7077 +f 3578//7078 3563//7078 3525//7078 +f 3579//7079 3564//7079 3526//7079 +f 3579//7080 3526//7080 3542//7080 +f 3580//7081 3565//7081 3527//7081 +f 3580//7082 3527//7082 3543//7082 +f 3581//7083 3566//7083 3528//7083 +f 3581//7084 3528//7084 3544//7084 +f 3582//7085 3567//7085 3529//7085 +f 3582//7086 3529//7086 3545//7086 +f 3583//7087 3568//7087 3530//7087 +f 3583//7088 3530//7088 3546//7088 +f 3584//7089 3569//7089 3532//7089 +f 3584//7090 3532//7090 3548//7090 +f 3585//7091 3533//7091 3549//7091 +f 3585//7092 3570//7092 3533//7092 +f 3586//7093 3571//7093 3534//7093 +f 3586//7094 3534//7094 3550//7094 +f 3587//7095 3572//7095 3535//7095 +f 3587//7096 3535//7096 3551//7096 +f 3588//7097 3537//7097 3552//7097 +f 3588//7098 3574//7098 3537//7098 +f 3589//7099 3575//7099 3538//7099 +f 3589//7100 3538//7100 3553//7100 +f 3590//7101 3539//7101 3554//7101 +f 3590//7102 3576//7102 3539//7102 +f 3591//7103 3540//7103 3555//7103 +f 3591//7104 3577//7104 3540//7104 +f 3591//7105 3449//7105 3577//7105 +f 3592//7106 3578//7106 3541//7106 +f 3592//7107 3541//7107 3556//7107 +f 3593//7108 3542//7108 3557//7108 +f 3593//7109 3579//7109 3542//7109 +f 3594//7110 3543//7110 3558//7110 +f 3594//7111 3580//7111 3543//7111 +f 3595//7112 3544//7112 3559//7112 +f 3595//7113 3581//7113 3544//7113 +f 3596//7114 3545//7114 3560//7114 +f 3596//7115 3582//7115 3545//7115 +f 3597//7116 3546//7116 3561//7116 +f 3597//7117 3583//7117 3546//7117 +f 3598//7118 3548//7118 3563//7118 +f 3598//7119 3584//7119 3548//7119 +f 3599//7120 3585//7120 3549//7120 +f 3599//7121 3549//7121 3564//7121 +f 3600//7122 3550//7122 3565//7122 +f 3600//7123 3586//7123 3550//7123 +f 3601//7124 3587//7124 3551//7124 +f 3601//7125 3551//7125 3566//7125 +f 3602//7126 3552//7126 3567//7126 +f 3602//7127 3588//7127 3552//7127 +f 3603//7128 3589//7128 3553//7128 +f 3603//7129 3553//7129 3568//7129 +f 3604//7130 3554//7130 3569//7130 +f 3604//7131 3590//7131 3554//7131 +f 3605//7132 3591//7132 3555//7132 +f 3605//7133 3555//7133 3570//7133 +f 3605//7134 3449//7134 3591//7134 +f 3606//7135 3592//7135 3556//7135 +f 3606//7136 3556//7136 3571//7136 +f 3607//7137 3557//7137 3572//7137 +f 3607//7138 3593//7138 3557//7138 +f 3608//7139 3573//7139 2796//7139 +f 3608//7140 3594//7140 3558//7140 +f 3608//7141 3558//7141 3573//7141 +f 3609//7142 3559//7142 3574//7142 +f 3609//7143 3595//7143 3559//7143 +f 3610//7144 3596//7144 3560//7144 +f 3610//7145 3560//7145 3575//7145 +f 3611//7146 3561//7146 3576//7146 +f 3611//7147 3597//7147 3561//7147 +f 3612//7148 3563//7148 3578//7148 +f 3612//7149 3598//7149 3563//7149 +f 3613//7150 3599//7150 3564//7150 +f 3613//7151 3564//7151 3579//7151 +f 3614//7152 3600//7152 3565//7152 +f 3614//7153 3565//7153 3580//7153 +f 3615//7154 3566//7154 3581//7154 +f 3615//7155 3601//7155 3566//7155 +f 3616//7156 3602//7156 3567//7156 +f 3616//7157 3567//7157 3582//7157 +f 3617//7158 3568//7158 3583//7158 +f 3617//7159 3603//7159 3568//7159 +f 3618//7160 3604//7160 3569//7160 +f 3618//7161 3569//7161 3584//7161 +f 3619//7162 3449//7162 3605//7162 +f 3619//7163 3605//7163 3570//7163 +f 3619//7164 3570//7164 3585//7164 +f 3620//7165 3606//7165 3571//7165 +f 3620//7166 3571//7166 3586//7166 +f 3621//7167 3572//7167 3587//7167 +f 3621//7168 3607//7168 3572//7168 +f 3622//7169 2796//7169 2835//7169 +f 3622//7170 3608//7170 2796//7170 +f 3622//7171 2835//7171 3608//7171 +f 3623//7172 3574//7172 3588//7172 +f 3623//7173 3609//7173 3574//7173 +f 3624//7174 3575//7174 3589//7174 +f 3624//7175 3610//7175 3575//7175 +f 3625//7176 3576//7176 3590//7176 +f 3625//7177 3611//7177 3576//7177 +f 3626//7178 3612//7178 3578//7178 +f 3626//7179 3578//7179 3592//7179 +f 3627//7180 3579//7180 3593//7180 +f 3627//7181 3613//7181 3579//7181 +f 3628//7182 3614//7182 3580//7182 +f 3628//7183 3580//7183 3594//7183 +f 3629//7184 3581//7184 3595//7184 +f 3629//7185 3615//7185 3581//7185 +f 3630//7186 3582//7186 3596//7186 +f 3630//7187 3616//7187 3582//7187 +f 3631//7188 3583//7188 3597//7188 +f 3631//7189 3617//7189 3583//7189 +f 3632//7190 3584//7190 3598//7190 +f 3632//7191 3618//7191 3584//7191 +f 3633//7192 3449//7192 3619//7192 +f 3633//7193 3585//7193 3599//7193 +f 3633//7194 3619//7194 3585//7194 +f 3634//7195 3620//7195 3586//7195 +f 3634//7196 3586//7196 3600//7196 +f 3635//7197 3621//7197 3587//7197 +f 3635//7198 3587//7198 3601//7198 +f 3636//7199 3623//7199 3588//7199 +f 3636//7200 3588//7200 3602//7200 +f 3637//7201 3589//7201 3603//7201 +f 3637//7202 3624//7202 3589//7202 +f 3638//7203 3625//7203 3590//7203 +f 3638//7204 3590//7204 3604//7204 +f 3639//7205 3626//7205 3592//7205 +f 3639//7206 3592//7206 3606//7206 +f 3640//7207 3593//7207 3607//7207 +f 3640//7208 3627//7208 3593//7208 +f 3641//7209 3628//7209 3594//7209 +f 3641//7210 3594//7210 3608//7210 +f 3642//7211 3629//7211 3595//7211 +f 3642//7212 3595//7212 3609//7212 +f 3643//7213 3630//7213 3596//7213 +f 3643//7214 3596//7214 3610//7214 +f 3644//7215 3597//7215 3611//7215 +f 3644//7216 3631//7216 3597//7216 +f 3645//7217 3632//7217 3598//7217 +f 3645//7218 3598//7218 3612//7218 +f 3646//7219 3449//7219 3633//7219 +f 3646//7220 3633//7220 3599//7220 +f 3646//7221 3599//7221 3613//7221 +f 3647//7222 3634//7222 3600//7222 +f 3647//7223 3600//7223 3614//7223 +f 3648//7224 3601//7224 3615//7224 +f 3648//7225 3635//7225 3601//7225 +f 3649//7226 3636//7226 3602//7226 +f 3649//7227 3602//7227 3616//7227 +f 3650//7228 3603//7228 3617//7228 +f 3650//7229 3637//7229 3603//7229 +f 3651//7230 3638//7230 3604//7230 +f 3651//7231 3604//7231 3618//7231 +f 3652//7232 3639//7232 3606//7232 +f 3652//7233 3606//7233 3620//7233 +f 3653//7234 3607//7234 3621//7234 +f 3653//7235 3640//7235 3607//7235 +f 3654//7236 2835//7236 2866//7236 +f 3654//7237 3641//7237 3608//7237 +f 3654//7238 3608//7238 2835//7238 +f 3655//7239 3609//7239 3623//7239 +f 3655//7240 3642//7240 3609//7240 +f 3656//7241 3643//7241 3610//7241 +f 3656//7242 3610//7242 3624//7242 +f 3657//7243 3644//7243 3611//7243 +f 3657//7244 3611//7244 3625//7244 +f 3658//7245 3612//7245 3626//7245 +f 3658//7246 3645//7246 3612//7246 +f 3659//7247 3646//7247 3613//7247 +f 3659//7248 3613//7248 3627//7248 +f 3659//7249 3449//7249 3646//7249 +f 3660//7250 3647//7250 3614//7250 +f 3660//7251 3614//7251 3628//7251 +f 3661//7252 3615//7252 3629//7252 +f 3661//7253 3648//7253 3615//7253 +f 3662//7254 3616//7254 3630//7254 +f 3662//7255 3649//7255 3616//7255 +f 3663//7256 3650//7256 3617//7256 +f 3663//7257 3617//7257 3631//7257 +f 3664//7258 3618//7258 3632//7258 +f 3664//7259 3651//7259 3618//7259 +f 3665//7260 3620//7260 3634//7260 +f 3665//7261 3652//7261 3620//7261 +f 3666//7262 3653//7262 3621//7262 +f 3666//7263 3621//7263 3635//7263 +f 3667//7264 3655//7264 3623//7264 +f 3667//7265 3623//7265 3636//7265 +f 3668//7266 3656//7266 3624//7266 +f 3668//7267 3624//7267 3637//7267 +f 3669//7268 3657//7268 3625//7268 +f 3669//7269 3625//7269 3638//7269 +f 3670//7270 3626//7270 3639//7270 +f 3670//7271 3658//7271 3626//7271 +f 3671//7272 3659//7272 3627//7272 +f 3671//7273 3627//7273 3640//7273 +f 3671//7274 3449//7274 3659//7274 +f 3672//7275 3660//7275 3628//7275 +f 3672//7276 3628//7276 3641//7276 +f 3673//7277 3629//7277 3642//7277 +f 3673//7278 3661//7278 3629//7278 +f 3674//7279 3662//7279 3630//7279 +f 3674//7280 3630//7280 3643//7280 +f 3675//7281 3631//7281 3644//7281 +f 3675//7282 3663//7282 3631//7282 +f 3676//7283 3664//7283 3632//7283 +f 3676//7284 3632//7284 3645//7284 +f 3677//7285 3665//7285 3634//7285 +f 3677//7286 3634//7286 3647//7286 +f 3678//7287 3666//7287 3635//7287 +f 3678//7288 3635//7288 3648//7288 +f 3679//7289 3636//7289 3649//7289 +f 3679//7290 3667//7290 3636//7290 +f 3680//7291 3668//7291 3637//7291 +f 3680//7292 3637//7292 3650//7292 +f 3681//7293 3638//7293 3651//7293 +f 3681//7294 3669//7294 3638//7294 +f 3682//7295 3670//7295 3639//7295 +f 3682//7296 3639//7296 3652//7296 +f 3683//7297 3449//7297 3671//7297 +f 3683//7298 3671//7298 3640//7298 +f 3683//7299 3640//7299 3653//7299 +f 3684//7300 3672//7300 3641//7300 +f 3684//7301 3654//7301 2866//7301 +f 3684//7302 3641//7302 3654//7302 +f 3685//7303 3642//7303 3655//7303 +f 3685//7304 3673//7304 3642//7304 +f 3686//7305 3643//7305 3656//7305 +f 3686//7306 3674//7306 3643//7306 +f 3687//7307 3644//7307 3657//7307 +f 3687//7308 3675//7308 3644//7308 +f 3688//7309 3645//7309 3658//7309 +f 3688//7310 3676//7310 3645//7310 +f 3689//7311 3677//7311 3647//7311 +f 3689//7312 3647//7312 3660//7312 +f 3690//7313 3648//7313 3661//7313 +f 3690//7314 3678//7314 3648//7314 +f 3691//7315 3649//7315 3662//7315 +f 3691//7316 3679//7316 3649//7316 +f 3692//7317 3650//7317 3663//7317 +f 3692//7318 3680//7318 3650//7318 +f 3693//7319 3681//7319 3651//7319 +f 3693//7320 3651//7320 3664//7320 +f 3694//7321 3652//7321 3665//7321 +f 3694//7322 3682//7322 3652//7322 +f 3695//7323 3653//7323 3666//7323 +f 3695//7324 3449//7324 3683//7324 +f 3695//7325 3683//7325 3653//7325 +f 3696//7326 2866//7326 2912//7326 +f 3696//7327 2912//7327 3684//7327 +f 3696//7328 3684//7328 2866//7328 +f 3697//7329 3685//7329 3655//7329 +f 3697//7330 3655//7330 3667//7330 +f 3698//7331 3686//7331 3656//7331 +f 3698//7332 3656//7332 3668//7332 +f 3699//7333 3657//7333 3669//7333 +f 3699//7334 3687//7334 3657//7334 +f 3700//7335 3658//7335 3670//7335 +f 3700//7336 3688//7336 3658//7336 +f 3701//7337 3689//7337 3660//7337 +f 3701//7338 3660//7338 3672//7338 +f 3702//7339 3661//7339 3673//7339 +f 3702//7340 3690//7340 3661//7340 +f 3703//7341 3691//7341 3662//7341 +f 3703//7342 3662//7342 3674//7342 +f 3704//7343 3663//7343 3675//7343 +f 3704//7344 3692//7344 3663//7344 +f 3705//7345 3693//7345 3664//7345 +f 3705//7346 3664//7346 3676//7346 +f 3706//7347 3665//7347 3677//7347 +f 3706//7348 3694//7348 3665//7348 +f 3707//7349 3449//7349 3695//7349 +f 3707//7350 3695//7350 3666//7350 +f 3707//7351 3666//7351 3678//7351 +f 3708//7352 3697//7352 3667//7352 +f 3708//7353 3667//7353 3679//7353 +f 3709//7354 3698//7354 3668//7354 +f 3709//7355 3668//7355 3680//7355 +f 3710//7356 3669//7356 3681//7356 +f 3710//7357 3699//7357 3669//7357 +f 3711//7358 3700//7358 3670//7358 +f 3711//7359 3670//7359 3682//7359 +f 3712//7360 3701//7360 3672//7360 +f 3712//7361 3672//7361 3684//7361 +f 3713//7362 3702//7362 3673//7362 +f 3713//7363 3673//7363 3685//7363 +f 3714//7364 3703//7364 3674//7364 +f 3714//7365 3674//7365 3686//7365 +f 3715//7366 3704//7366 3675//7366 +f 3715//7367 3675//7367 3687//7367 +f 3716//7368 3705//7368 3676//7368 +f 3716//7369 3676//7369 3688//7369 +f 3717//7370 3677//7370 3689//7370 +f 3717//7371 3706//7371 3677//7371 +f 3718//7372 3678//7372 3690//7372 +f 3718//7373 3707//7373 3678//7373 +f 3718//7374 3449//7374 3707//7374 +f 3719//7375 3708//7375 3679//7375 +f 3719//7376 3679//7376 3691//7376 +f 3720//7377 3680//7377 3692//7377 +f 3720//7378 3709//7378 3680//7378 +f 3721//7379 3710//7379 3681//7379 +f 3721//7380 3681//7380 3693//7380 +f 3722//7381 3682//7381 3694//7381 +f 3722//7382 3711//7382 3682//7382 +f 3723//7383 2912//7383 2962//7383 +f 3723//7384 3684//7384 2912//7384 +f 3723//7385 3712//7385 3684//7385 +f 3724//7386 3713//7386 3685//7386 +f 3724//7387 3685//7387 3697//7387 +f 3725//7388 3686//7388 3698//7388 +f 3725//7389 3714//7389 3686//7389 +f 3726//7390 3687//7390 3699//7390 +f 3726//7391 3715//7391 3687//7391 +f 3727//7392 3688//7392 3700//7392 +f 3727//7393 3716//7393 3688//7393 +f 3728//7394 3689//7394 3701//7394 +f 3728//7395 3717//7395 3689//7395 +f 3729//7396 3690//7396 3702//7396 +f 3729//7397 3449//7397 3718//7397 +f 3729//7398 3718//7398 3690//7398 +f 3730//7399 3719//7399 3691//7399 +f 3730//7400 3691//7400 3703//7400 +f 3731//7401 3720//7401 3692//7401 +f 3731//7402 3692//7402 3704//7402 +f 3732//7403 3693//7403 3705//7403 +f 3732//7404 3721//7404 3693//7404 +f 3733//7405 3722//7405 3694//7405 +f 3733//7406 3694//7406 3706//7406 +f 3734//7407 3724//7407 3697//7407 +f 3734//7408 3697//7408 3708//7408 +f 3735//7409 3725//7409 3698//7409 +f 3735//7410 3698//7410 3709//7410 +f 3736//7411 3699//7411 3710//7411 +f 3736//7412 3726//7412 3699//7412 +f 3737//7413 3700//7413 3711//7413 +f 3737//7414 3727//7414 3700//7414 +f 3738//7415 3701//7415 3712//7415 +f 3738//7416 3728//7416 3701//7416 +f 3739//7417 3702//7417 3713//7417 +f 3739//7418 3449//7418 3729//7418 +f 3739//7419 3729//7419 3702//7419 +f 3740//7420 3703//7420 3714//7420 +f 3740//7421 3730//7421 3703//7421 +f 3741//7422 3704//7422 3715//7422 +f 3741//7423 3731//7423 3704//7423 +f 3742//7424 3705//7424 3716//7424 +f 3742//7425 3732//7425 3705//7425 +f 3743//7426 3733//7426 3706//7426 +f 3743//7427 3706//7427 3717//7427 +f 3744//7428 3734//7428 3708//7428 +f 3744//7429 3708//7429 3719//7429 +f 3745//7430 3709//7430 3720//7430 +f 3745//7431 3735//7431 3709//7431 +f 3746//7432 3736//7432 3710//7432 +f 3746//7433 3710//7433 3721//7433 +f 3747//7434 3737//7434 3711//7434 +f 3747//7435 3711//7435 3722//7435 +f 3748//7436 3712//7436 3723//7436 +f 3748//7437 3738//7437 3712//7437 +f 3749//7438 3739//7438 3713//7438 +f 3749//7439 3449//7439 3739//7439 +f 3749//7440 3713//7440 3724//7440 +f 3750//7441 3740//7441 3714//7441 +f 3750//7442 3714//7442 3725//7442 +f 3751//7443 3715//7443 3726//7443 +f 3751//7444 3741//7444 3715//7444 +f 3752//7445 3716//7445 3727//7445 +f 3752//7446 3742//7446 3716//7446 +f 3753//7447 3743//7447 3717//7447 +f 3753//7448 3717//7448 3728//7448 +f 3754//7449 3744//7449 3719//7449 +f 3754//7450 3719//7450 3730//7450 +f 3755//7451 3745//7451 3720//7451 +f 3755//7452 3720//7452 3731//7452 +f 3756//7453 3721//7453 3732//7453 +f 3756//7454 3746//7454 3721//7454 +f 3757//7455 3722//7455 3733//7455 +f 3757//7456 3747//7456 3722//7456 +f 3758//7457 3723//7457 2962//7457 +f 3758//7458 2962//7458 3000//7458 +f 3758//7459 3748//7459 3723//7459 +f 3759//7460 3724//7460 3734//7460 +f 3759//7461 3749//7461 3724//7461 +f 3759//7462 3449//7462 3749//7462 +f 3760//7463 3725//7463 3735//7463 +f 3760//7464 3750//7464 3725//7464 +f 3761//7465 3726//7465 3736//7465 +f 3761//7466 3751//7466 3726//7466 +f 3762//7467 3727//7467 3737//7467 +f 3762//7468 3752//7468 3727//7468 +f 3763//7469 3753//7469 3728//7469 +f 3763//7470 3728//7470 3738//7470 +f 3764//7471 3730//7471 3740//7471 +f 3764//7472 3754//7472 3730//7472 +f 3765//7473 3731//7473 3741//7473 +f 3765//7474 3755//7474 3731//7474 +f 3766//7475 3756//7475 3732//7475 +f 3766//7476 3732//7476 3742//7476 +f 3767//7477 3757//7477 3733//7477 +f 3767//7478 3733//7478 3743//7478 +f 3768//7479 3759//7479 3734//7479 +f 3768//7480 3734//7480 3744//7480 +f 3768//7481 3449//7481 3759//7481 +f 3769//7482 3760//7482 3735//7482 +f 3769//7483 3735//7483 3745//7483 +f 3770//7484 3736//7484 3746//7484 +f 3770//7485 3761//7485 3736//7485 +f 3771//7486 3762//7486 3737//7486 +f 3771//7487 3737//7487 3747//7487 +f 3772//7488 3763//7488 3738//7488 +f 3772//7489 3738//7489 3748//7489 +f 3773//7490 3764//7490 3740//7490 +f 3773//7491 3740//7491 3750//7491 +f 3774//7492 3765//7492 3741//7492 +f 3774//7493 3741//7493 3751//7493 +f 3775//7494 3766//7494 3742//7494 +f 3775//7495 3742//7495 3752//7495 +f 3776//7496 3767//7496 3743//7496 +f 3776//7497 3743//7497 3753//7497 +f 3777//7498 3449//7498 3768//7498 +f 3777//7499 3768//7499 3744//7499 +f 3777//7500 3744//7500 3754//7500 +f 3778//7501 3769//7501 3745//7501 +f 3778//7502 3745//7502 3755//7502 +f 3779//7503 3770//7503 3746//7503 +f 3779//7504 3746//7504 3756//7504 +f 3780//7505 3747//7505 3757//7505 +f 3780//7506 3771//7506 3747//7506 +f 3781//7507 3758//7507 3000//7507 +f 3781//7508 3748//7508 3758//7508 +f 3781//7509 3000//7509 3057//7509 +f 3781//7510 3772//7510 3748//7510 +f 3782//7511 3750//7511 3760//7511 +f 3782//7512 3773//7512 3750//7512 +f 3783//7513 3751//7513 3761//7513 +f 3783//7514 3774//7514 3751//7514 +f 3784//7515 3752//7515 3762//7515 +f 3784//7516 3775//7516 3752//7516 +f 3785//7517 3753//7517 3763//7517 +f 3785//7518 3776//7518 3753//7518 +f 3786//7519 3449//7519 3777//7519 +f 3786//7520 3754//7520 3764//7520 +f 3786//7521 3777//7521 3754//7521 +f 3787//7522 3778//7522 3755//7522 +f 3787//7523 3755//7523 3765//7523 +f 3788//7524 3756//7524 3766//7524 +f 3788//7525 3779//7525 3756//7525 +f 3789//7526 3757//7526 3767//7526 +f 3789//7527 3780//7527 3757//7527 +f 3790//7528 3760//7528 3769//7528 +f 3790//7529 3782//7529 3760//7529 +f 3791//7530 3761//7530 3770//7530 +f 3791//7531 3783//7531 3761//7531 +f 3792//7532 3762//7532 3771//7532 +f 3792//7533 3784//7533 3762//7533 +f 3793//7534 3785//7534 3763//7534 +f 3793//7535 3763//7535 3772//7535 +f 3794//7536 3764//7536 3773//7536 +f 3794//7537 3449//7537 3786//7537 +f 3794//7538 3786//7538 3764//7538 +f 3795//7539 3765//7539 3774//7539 +f 3795//7540 3787//7540 3765//7540 +f 3796//7541 3788//7541 3766//7541 +f 3796//7542 3766//7542 3775//7542 +f 3797//7543 3767//7543 3776//7543 +f 3797//7544 3789//7544 3767//7544 +f 3798//7545 3769//7545 3778//7545 +f 3798//7546 3790//7546 3769//7546 +f 3799//7547 3770//7547 3779//7547 +f 3799//7548 3791//7548 3770//7548 +f 3800//7549 3771//7549 3780//7549 +f 3800//7550 3792//7550 3771//7550 +f 3801//7551 3793//7551 3772//7551 +f 3801//7552 3772//7552 3781//7552 +f 3802//7553 3794//7553 3773//7553 +f 3802//7554 3773//7554 3782//7554 +f 3802//7555 3449//7555 3794//7555 +f 3803//7556 3795//7556 3774//7556 +f 3803//7557 3774//7557 3783//7557 +f 3804//7558 3796//7558 3775//7558 +f 3804//7559 3775//7559 3784//7559 +f 3805//7560 3797//7560 3776//7560 +f 3805//7561 3776//7561 3785//7561 +f 3806//7562 3798//7562 3778//7562 +f 3806//7563 3778//7563 3787//7563 +f 3807//7564 3799//7564 3779//7564 +f 3807//7565 3779//7565 3788//7565 +f 3808//7566 3780//7566 3789//7566 +f 3808//7567 3800//7567 3780//7567 +f 3809//7568 3801//7568 3781//7568 +f 3809//7569 3057//7569 3100//7569 +f 3809//7570 3781//7570 3057//7570 +f 3810//7571 3449//7571 3802//7571 +f 3810//7572 3802//7572 3782//7572 +f 3810//7573 3782//7573 3790//7573 +f 3811//7574 3803//7574 3783//7574 +f 3811//7575 3783//7575 3791//7575 +f 3812//7576 3804//7576 3784//7576 +f 3812//7577 3784//7577 3792//7577 +f 3813//7578 3805//7578 3785//7578 +f 3813//7579 3785//7579 3793//7579 +f 3814//7580 3787//7580 3795//7580 +f 3814//7581 3806//7581 3787//7581 +f 3815//7582 3788//7582 3796//7582 +f 3815//7583 3807//7583 3788//7583 +f 3816//7584 3789//7584 3797//7584 +f 3816//7585 3808//7585 3789//7585 +f 3817//7586 3790//7586 3798//7586 +f 3817//7587 3810//7587 3790//7587 +f 3817//7588 3449//7588 3810//7588 +f 3818//7589 3791//7589 3799//7589 +f 3818//7590 3811//7590 3791//7590 +f 3819//7591 3792//7591 3800//7591 +f 3819//7592 3812//7592 3792//7592 +f 3820//7593 3793//7593 3801//7593 +f 3820//7594 3813//7594 3793//7594 +f 3821//7595 3795//7595 3803//7595 +f 3821//7596 3814//7596 3795//7596 +f 3822//7597 3796//7597 3804//7597 +f 3822//7598 3815//7598 3796//7598 +f 3823//7599 3816//7599 3797//7599 +f 3823//7600 3797//7600 3805//7600 +f 3824//7601 3798//7601 3806//7601 +f 3824//7602 3449//7602 3817//7602 +f 3824//7603 3817//7603 3798//7603 +f 3825//7604 3799//7604 3807//7604 +f 3825//7605 3818//7605 3799//7605 +f 3826//7606 3819//7606 3800//7606 +f 3826//7607 3800//7607 3808//7607 +f 3827//7608 3801//7608 3809//7608 +f 3827//7609 3809//7609 3100//7609 +f 3827//7610 3820//7610 3801//7610 +f 3828//7611 3803//7611 3811//7611 +f 3828//7612 3821//7612 3803//7612 +f 3829//7613 3804//7613 3812//7613 +f 3829//7614 3822//7614 3804//7614 +f 3830//7615 3823//7615 3805//7615 +f 3830//7616 3805//7616 3813//7616 +f 3831//7617 3449//7617 3824//7617 +f 3831//7618 3806//7618 3814//7618 +f 3831//7619 3824//7619 3806//7619 +f 3832//7620 3825//7620 3807//7620 +f 3832//7621 3807//7621 3815//7621 +f 3833//7622 3808//7622 3816//7622 +f 3833//7623 3826//7623 3808//7623 +f 3834//7624 3827//7624 3100//7624 +f 3834//7625 3159//7625 3827//7625 +f 3834//7626 3100//7626 3159//7626 +f 3835//7627 3828//7627 3811//7627 +f 3835//7628 3811//7628 3818//7628 +f 3836//7629 3829//7629 3812//7629 +f 3836//7630 3812//7630 3819//7630 +f 3837//7631 3830//7631 3813//7631 +f 3837//7632 3813//7632 3820//7632 +f 3838//7633 3831//7633 3814//7633 +f 3838//7634 3449//7634 3831//7634 +f 3838//7635 3814//7635 3821//7635 +f 3839//7636 3832//7636 3815//7636 +f 3839//7637 3815//7637 3822//7637 +f 3840//7638 3833//7638 3816//7638 +f 3840//7639 3816//7639 3823//7639 +f 3841//7640 3818//7640 3825//7640 +f 3841//7641 3835//7641 3818//7641 +f 3842//7642 3836//7642 3819//7642 +f 3842//7643 3819//7643 3826//7643 +f 3843//7644 3820//7644 3827//7644 +f 3843//7645 3837//7645 3820//7645 +f 3844//7646 3821//7646 3828//7646 +f 3844//7647 3449//7647 3838//7647 +f 3844//7648 3838//7648 3821//7648 +f 3845//7649 3822//7649 3829//7649 +f 3845//7650 3839//7650 3822//7650 +f 3846//7651 3840//7651 3823//7651 +f 3846//7652 3823//7652 3830//7652 +f 3847//7653 3841//7653 3825//7653 +f 3847//7654 3825//7654 3832//7654 +f 3848//7655 3842//7655 3826//7655 +f 3848//7656 3826//7656 3833//7656 +f 3849//7657 3827//7657 3159//7657 +f 3849//7658 3159//7658 3202//7658 +f 3849//7659 3843//7659 3827//7659 +f 3850//7660 3449//7660 3844//7660 +f 3850//7661 3844//7661 3828//7661 +f 3850//7662 3828//7662 3835//7662 +f 3851//7663 3829//7663 3836//7663 +f 3851//7664 3845//7664 3829//7664 +f 3852//7665 3846//7665 3830//7665 +f 3852//7666 3830//7666 3837//7666 +f 3853//7667 3847//7667 3832//7667 +f 3853//7668 3832//7668 3839//7668 +f 3854//7669 3833//7669 3840//7669 +f 3854//7670 3848//7670 3833//7670 +f 3855//7671 3835//7671 3841//7671 +f 3855//7672 3449//7672 3850//7672 +f 3855//7673 3850//7673 3835//7673 +f 3856//7674 3851//7674 3836//7674 +f 3856//7675 3836//7675 3842//7675 +f 3857//7676 3837//7676 3843//7676 +f 3857//7677 3852//7677 3837//7677 +f 3858//7678 3839//7678 3845//7678 +f 3858//7679 3853//7679 3839//7679 +f 3859//7680 3840//7680 3846//7680 +f 3859//7681 3854//7681 3840//7681 +f 3860//7682 3841//7682 3847//7682 +f 3860//7683 3855//7683 3841//7683 +f 3860//7684 3449//7684 3855//7684 +f 3861//7685 3856//7685 3842//7685 +f 3861//7686 3842//7686 3848//7686 +f 3862//7687 3849//7687 3202//7687 +f 3862//7688 3843//7688 3849//7688 +f 3862//7689 3857//7689 3843//7689 +f 3863//7690 3845//7690 3851//7690 +f 3863//7691 3858//7691 3845//7691 +f 3864//7692 3846//7692 3852//7692 +f 3864//7693 3859//7693 3846//7693 +f 3865//7694 3860//7694 3847//7694 +f 3865//7695 3449//7695 3860//7695 +f 3865//7696 3847//7696 3853//7696 +f 3866//7697 3861//7697 3848//7697 +f 3866//7698 3848//7698 3854//7698 +f 3867//7699 3862//7699 3202//7699 +f 3867//7700 3261//7700 3862//7700 +f 3867//7701 3202//7701 3261//7701 +f 3868//7702 3863//7702 3851//7702 +f 3868//7703 3851//7703 3856//7703 +f 3869//7704 3852//7704 3857//7704 +f 3869//7705 3864//7705 3852//7705 +f 3870//7706 3853//7706 3858//7706 +f 3870//7707 3449//7707 3865//7707 +f 3870//7708 3865//7708 3853//7708 +f 3871//7709 3854//7709 3859//7709 +f 3871//7710 3866//7710 3854//7710 +f 3872//7711 3868//7711 3856//7711 +f 3872//7712 3856//7712 3861//7712 +f 3873//7713 3857//7713 3862//7713 +f 3873//7714 3869//7714 3857//7714 +f 3874//7715 3870//7715 3858//7715 +f 3874//7716 3858//7716 3863//7716 +f 3874//7717 3449//7717 3870//7717 +f 3875//7718 3859//7718 3864//7718 +f 3875//7719 3871//7719 3859//7719 +f 3876//7720 3872//7720 3861//7720 +f 3876//7721 3861//7721 3866//7721 +f 3877//7722 3862//7722 3261//7722 +f 3877//7723 3261//7723 3304//7723 +f 3877//7724 3873//7724 3862//7724 +f 3878//7725 3863//7725 3868//7725 +f 3878//7726 3449//7726 3874//7726 +f 3878//7727 3874//7727 3863//7727 +f 3879//7728 3864//7728 3869//7728 +f 3879//7729 3875//7729 3864//7729 +f 3880//7730 3866//7730 3871//7730 +f 3880//7731 3876//7731 3866//7731 +f 3881//7732 3868//7732 3872//7732 +f 3881//7733 3878//7733 3868//7733 +f 3881//7734 3449//7734 3878//7734 +f 3882//7735 3869//7735 3873//7735 +f 3882//7736 3879//7736 3869//7736 +f 3883//7737 3871//7737 3875//7737 +f 3883//7738 3880//7738 3871//7738 +f 3884//7739 3872//7739 3876//7739 +f 3884//7740 3881//7740 3872//7740 +f 3884//7741 3449//7741 3881//7741 +f 3885//7742 3882//7742 3873//7742 +f 3885//7743 3877//7743 3304//7743 +f 3885//7744 3873//7744 3877//7744 +f 3886//7745 3875//7745 3879//7745 +f 3886//7746 3883//7746 3875//7746 +f 3887//7747 3876//7747 3880//7747 +f 3887//7748 3884//7748 3876//7748 +f 3887//7749 3449//7749 3884//7749 +f 3888//7750 3304//7750 3363//7750 +f 3888//7751 3885//7751 3304//7751 +f 3889//7752 3879//7752 3882//7752 +f 3889//7753 3886//7753 3879//7753 +f 3890//7754 3880//7754 3883//7754 +f 3890//7755 3449//7755 3887//7755 +f 3890//7756 3887//7756 3880//7756 +f 3891//7757 3882//7757 3885//7757 +f 3891//7758 3889//7758 3882//7758 +f 3892//7759 3890//7759 3883//7759 +f 3892//7760 3449//7760 3890//7760 +f 3892//7761 3883//7761 3886//7761 +f 3893//7762 3891//7762 3885//7762 +f 3893//7763 3363//7763 3406//7763 +f 3893//7764 3888//7764 3363//7764 +f 3893//7765 3885//7765 3888//7765 +f 3894//7766 3449//7766 3892//7766 +f 3894//7767 3892//7767 3886//7767 +f 3894//7768 3886//7768 3889//7768 +f 3895//7769 3889//7769 3891//7769 +f 3895//7770 3894//7770 3889//7770 +f 3895//7771 3449//7771 3894//7771 +f 3896//7772 3449//7772 3895//7772 +f 3896//7773 3891//7773 3893//7773 +f 3896//7774 3895//7774 3891//7774 +f 3897//7775 3893//7775 3406//7775 +f 3897//7776 3896//7776 3893//7776 +f 3897//7777 3449//7777 3896//7777 +f 3897//7778 3406//7778 3449//7778 diff --git a/Assets/test.obj.meta b/Assets/test.obj.meta new file mode 100644 index 0000000..8de0ce2 --- /dev/null +++ b/Assets/test.obj.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6a6a33a3b30432a559a1d862779484b7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + 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: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json new file mode 100644 index 0000000..c54758b --- /dev/null +++ b/Packages/manifest.json @@ -0,0 +1,43 @@ +{ + "dependencies": { + "com.meta.xr.sdk.all": "59.0.0", + "com.unity.collab-proxy": "2.2.0", + "com.unity.feature.development": "1.0.1", + "com.unity.textmeshpro": "3.0.6", + "com.unity.timeline": "1.7.6", + "com.unity.ugui": "1.0.0", + "com.unity.visualscripting": "1.9.1", + "com.unity.xr.oculus": "4.1.2", + "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.cloth": "1.0.0", + "com.unity.modules.director": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.screencapture": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.umbra": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.unitywebrequesttexture": "1.0.0", + "com.unity.modules.unitywebrequestwww": "1.0.0", + "com.unity.modules.vehicles": "1.0.0", + "com.unity.modules.video": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.wind": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } +} diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json new file mode 100644 index 0000000..b33c18b --- /dev/null +++ b/Packages/packages-lock.json @@ -0,0 +1,514 @@ +{ + "dependencies": { + "com.meta.xr.sdk.all": { + "version": "59.0.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.meta.xr.sdk.audio": "59.0.0", + "com.meta.xr.sdk.core": "59.0.0", + "com.meta.xr.sdk.interaction": "59.0.0", + "com.meta.xr.sdk.interaction.ovr": "59.0.0", + "com.meta.xr.sdk.platform": "59.0.0", + "com.meta.xr.sdk.voice": "59.0.0", + "com.meta.xr.sdk.voice.composer": "59.0.0", + "com.meta.xr.sdk.voice.dictation": "59.0.0", + "com.meta.xr.sdk.voice.telemetry": "59.0.0", + "com.meta.xr.simulator": "59.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.audio": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.core": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.interaction": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.textmeshpro": "3.0.6", + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.interaction.ovr": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.meta.xr.sdk.core": "59.0.0", + "com.meta.xr.sdk.interaction": "59.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.platform": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.meta.xr.sdk.core": "59.0.0", + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.voice": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.voice.composer": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.meta.xr.sdk.voice": "59.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.voice.dictation": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.meta.xr.sdk.voice": "59.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.meta.xr.sdk.voice.telemetry": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.meta.xr.simulator": { + "version": "59.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.collab-proxy": { + "version": "2.2.0", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.editorcoroutines": { + "version": "1.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ext.nunit": { + "version": "1.0.6", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.feature.development": { + "version": "1.0.1", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.ide.visualstudio": "2.0.22", + "com.unity.ide.rider": "3.0.26", + "com.unity.ide.vscode": "1.2.5", + "com.unity.editorcoroutines": "1.0.0", + "com.unity.performance.profile-analyzer": "1.2.2", + "com.unity.test-framework": "1.1.33", + "com.unity.testtools.codecoverage": "1.2.4" + } + }, + "com.unity.ide.rider": { + "version": "3.0.26", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.22", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.vscode": { + "version": "1.2.5", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.performance.profile-analyzer": { + "version": "1.2.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.settings-manager": { + "version": "2.0.1", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.1.33", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.testtools.codecoverage": { + "version": "1.2.4", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.0.16", + "com.unity.settings-manager": "1.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.textmeshpro": { + "version": "3.0.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.timeline": { + "version": "1.7.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, + "com.unity.visualscripting": { + "version": "1.9.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.legacyinputhelpers": { + "version": "2.1.10", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.xr": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.management": { + "version": "4.4.0", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.modules.subsystems": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.xr": "1.0.0", + "com.unity.xr.legacyinputhelpers": "2.1.7" + }, + "url": "https://packages.unity.com" + }, + "com.unity.xr.oculus": { + "version": "4.1.2", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.xr.management": "4.4.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.modules.ai": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.androidjni": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.animation": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.assetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.audio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.cloth": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.director": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.animation": "1.0.0" + } + }, + "com.unity.modules.imageconversion": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.imgui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.jsonserialize": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.particlesystem": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics2d": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.screencapture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.subsystems": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.terrain": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.terrainphysics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.terrain": "1.0.0" + } + }, + "com.unity.modules.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics2d": "1.0.0" + } + }, + "com.unity.modules.ui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.uielements": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.umbra": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unityanalytics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.unitywebrequest": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unitywebrequestassetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestaudio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.audio": "1.0.0" + } + }, + "com.unity.modules.unitywebrequesttexture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestwww": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.vehicles": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.video": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.vr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } + }, + "com.unity.modules.wind": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.xr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.subsystems": "1.0.0" + } + } + } +} diff --git a/ProjectSettings/AudioManager.asset b/ProjectSettings/AudioManager.asset new file mode 100644 index 0000000..07ebfb0 --- /dev/null +++ b/ProjectSettings/AudioManager.asset @@ -0,0 +1,19 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!11 &1 +AudioManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Volume: 1 + Rolloff Scale: 1 + Doppler Factor: 1 + Default Speaker Mode: 2 + m_SampleRate: 0 + m_DSPBufferSize: 1024 + m_VirtualVoiceCount: 512 + m_RealVoiceCount: 32 + m_SpatializerPlugin: + m_AmbisonicDecoderPlugin: + m_DisableAudio: 0 + m_VirtualizeEffects: 1 + m_RequestedDSPBufferSize: 1024 diff --git a/ProjectSettings/ClusterInputManager.asset b/ProjectSettings/ClusterInputManager.asset new file mode 100644 index 0000000..e7886b2 --- /dev/null +++ b/ProjectSettings/ClusterInputManager.asset @@ -0,0 +1,6 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!236 &1 +ClusterInputManager: + m_ObjectHideFlags: 0 + m_Inputs: [] diff --git a/ProjectSettings/DynamicsManager.asset b/ProjectSettings/DynamicsManager.asset new file mode 100644 index 0000000..cdc1f3e --- /dev/null +++ b/ProjectSettings/DynamicsManager.asset @@ -0,0 +1,34 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!55 &1 +PhysicsManager: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_Gravity: {x: 0, y: -9.81, z: 0} + m_DefaultMaterial: {fileID: 0} + m_BounceThreshold: 2 + m_SleepThreshold: 0.005 + m_DefaultContactOffset: 0.01 + m_DefaultSolverIterations: 6 + m_DefaultSolverVelocityIterations: 1 + m_QueriesHitBackfaces: 0 + m_QueriesHitTriggers: 1 + m_EnableAdaptiveForce: 0 + m_ClothInterCollisionDistance: 0 + m_ClothInterCollisionStiffness: 0 + m_ContactsGeneration: 1 + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_AutoSimulation: 1 + m_AutoSyncTransforms: 0 + m_ReuseCollisionCallbacks: 1 + m_ClothInterCollisionSettingsToggle: 0 + m_ContactPairsMode: 0 + m_BroadphaseType: 0 + m_WorldBounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 250, y: 250, z: 250} + m_WorldSubdivisions: 8 + m_FrictionType: 0 + m_EnableEnhancedDeterminism: 0 + m_EnableUnifiedHeightmaps: 1 + m_DefaultMaxAngluarSpeed: 7 diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset new file mode 100644 index 0000000..4726455 --- /dev/null +++ b/ProjectSettings/EditorBuildSettings.asset @@ -0,0 +1,14 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1045 &1 +EditorBuildSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Scenes: + - enabled: 1 + path: Assets/Scenes/SampleScene.unity + guid: 9fc0d4010bbf28b4594072e72b8655ab + m_configObjects: + Unity.XR.Oculus.Settings: {fileID: 11400000, guid: 541751c4fa90967d68ef779a22ee43f3, type: 2} + com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 8eb28e39ec717d0799039f01965f0533, type: 2} + com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 74688ab07eb2d61e4ab213569f39da23, type: 2} diff --git a/ProjectSettings/EditorSettings.asset b/ProjectSettings/EditorSettings.asset new file mode 100644 index 0000000..1e44a0a --- /dev/null +++ b/ProjectSettings/EditorSettings.asset @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!159 &1 +EditorSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_ExternalVersionControlSupport: Visible Meta Files + m_SerializationMode: 2 + m_LineEndingsForNewScripts: 0 + m_DefaultBehaviorMode: 0 + m_PrefabRegularEnvironment: {fileID: 0} + m_PrefabUIEnvironment: {fileID: 0} + m_SpritePackerMode: 0 + m_SpritePackerPaddingPower: 1 + m_EtcTextureCompressorBehavior: 1 + m_EtcTextureFastCompressor: 1 + m_EtcTextureNormalCompressor: 2 + m_EtcTextureBestCompressor: 4 + m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref + m_ProjectGenerationRootNamespace: + m_CollabEditorSettings: + inProgressEnabled: 1 + m_EnableTextureStreamingInEditMode: 1 + m_EnableTextureStreamingInPlayMode: 1 + m_AsyncShaderCompilation: 1 + m_EnterPlayModeOptionsEnabled: 0 + m_EnterPlayModeOptions: 3 + m_ShowLightmapResolutionOverlay: 1 + m_UseLegacyProbeSampleCount: 0 + m_SerializeInlineMappingsOnOneLine: 1 diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset new file mode 100644 index 0000000..43369e3 --- /dev/null +++ b/ProjectSettings/GraphicsSettings.asset @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!30 &1 +GraphicsSettings: + m_ObjectHideFlags: 0 + serializedVersion: 13 + m_Deferred: + m_Mode: 1 + m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} + m_DeferredReflections: + m_Mode: 1 + m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} + m_ScreenSpaceShadows: + m_Mode: 1 + m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} + m_LegacyDeferred: + m_Mode: 1 + m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} + m_DepthNormals: + m_Mode: 1 + m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} + m_MotionVectors: + m_Mode: 1 + m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} + m_LightHalo: + m_Mode: 1 + m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} + m_LensFlare: + m_Mode: 1 + m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} + m_AlwaysIncludedShaders: + - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} + m_PreloadedShaders: [] + m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, + type: 0} + m_CustomRenderPipeline: {fileID: 0} + m_TransparencySortMode: 0 + m_TransparencySortAxis: {x: 0, y: 0, z: 1} + m_DefaultRenderingPath: 1 + m_DefaultMobileRenderingPath: 1 + m_TierSettings: [] + m_LightmapStripping: 0 + m_FogStripping: 0 + m_InstancingStripping: 0 + m_LightmapKeepPlain: 1 + m_LightmapKeepDirCombined: 1 + m_LightmapKeepDynamicPlain: 1 + m_LightmapKeepDynamicDirCombined: 1 + m_LightmapKeepShadowMask: 1 + m_LightmapKeepSubtractive: 1 + m_FogKeepLinear: 1 + m_FogKeepExp: 1 + m_FogKeepExp2: 1 + m_AlbedoSwatchInfos: [] + m_LightsUseLinearIntensity: 0 + m_LightsUseColorTemperature: 0 + m_LogWhenShaderIsCompiled: 0 + m_AllowEnlightenSupportForUpgradedProject: 0 diff --git a/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset new file mode 100644 index 0000000..17c8f53 --- /dev/null +++ b/ProjectSettings/InputManager.asset @@ -0,0 +1,295 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!13 &1 +InputManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Axes: + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: a + altPositiveButton: d + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: s + altPositiveButton: w + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: mouse 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: mouse 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: mouse 2 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: space + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse X + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse Y + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse ScrollWheel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 2 + joyNum: 0 + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 0 + type: 2 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 1 + type: 2 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 0 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 1 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 2 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 3 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: enter + altNegativeButton: + altPositiveButton: space + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Cancel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: escape + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 diff --git a/ProjectSettings/MemorySettings.asset b/ProjectSettings/MemorySettings.asset new file mode 100644 index 0000000..5b5face --- /dev/null +++ b/ProjectSettings/MemorySettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!387306366 &1 +MemorySettings: + m_ObjectHideFlags: 0 + m_EditorMemorySettings: + m_MainAllocatorBlockSize: -1 + m_ThreadAllocatorBlockSize: -1 + m_MainGfxBlockSize: -1 + m_ThreadGfxBlockSize: -1 + m_CacheBlockSize: -1 + m_TypetreeBlockSize: -1 + m_ProfilerBlockSize: -1 + m_ProfilerEditorBlockSize: -1 + m_BucketAllocatorGranularity: -1 + m_BucketAllocatorBucketsCount: -1 + m_BucketAllocatorBlockSize: -1 + m_BucketAllocatorBlockCount: -1 + m_ProfilerBucketAllocatorGranularity: -1 + m_ProfilerBucketAllocatorBucketsCount: -1 + m_ProfilerBucketAllocatorBlockSize: -1 + m_ProfilerBucketAllocatorBlockCount: -1 + m_TempAllocatorSizeMain: -1 + m_JobTempAllocatorBlockSize: -1 + m_BackgroundJobTempAllocatorBlockSize: -1 + m_JobTempAllocatorReducedBlockSize: -1 + m_TempAllocatorSizeGIBakingWorker: -1 + m_TempAllocatorSizeNavMeshWorker: -1 + m_TempAllocatorSizeAudioWorker: -1 + m_TempAllocatorSizeCloudWorker: -1 + m_TempAllocatorSizeGfx: -1 + m_TempAllocatorSizeJobWorker: -1 + m_TempAllocatorSizeBackgroundWorker: -1 + m_TempAllocatorSizePreloadManager: -1 + m_PlatformMemorySettings: {} diff --git a/ProjectSettings/NavMeshAreas.asset b/ProjectSettings/NavMeshAreas.asset new file mode 100644 index 0000000..3b0b7c3 --- /dev/null +++ b/ProjectSettings/NavMeshAreas.asset @@ -0,0 +1,91 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!126 &1 +NavMeshProjectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + areas: + - name: Walkable + cost: 1 + - name: Not Walkable + cost: 1 + - name: Jump + cost: 2 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + m_LastAgentTypeID: -887442657 + m_Settings: + - serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.75 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_SettingNames: + - Humanoid diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset new file mode 100644 index 0000000..112a053 --- /dev/null +++ b/ProjectSettings/PackageManagerSettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_EnablePreReleasePackages: 0 + m_EnablePackageDependencies: 0 + m_AdvancedSettingsExpanded: 1 + m_ScopedRegistriesSettingsExpanded: 1 + m_SeeAllPackageVersions: 0 + oneTimeWarningShown: 0 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_Capabilities: 7 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_Modified: 0 + m_ErrorMessage: + m_UserModificationsInstanceId: -830 + m_OriginalInstanceId: -832 + m_LoadAssets: 0 diff --git a/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json new file mode 100644 index 0000000..3c7b4c1 --- /dev/null +++ b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json @@ -0,0 +1,5 @@ +{ + "m_Dictionary": { + "m_DictionaryValues": [] + } +} \ No newline at end of file diff --git a/ProjectSettings/Physics2DSettings.asset b/ProjectSettings/Physics2DSettings.asset new file mode 100644 index 0000000..47880b1 --- /dev/null +++ b/ProjectSettings/Physics2DSettings.asset @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!19 &1 +Physics2DSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_Gravity: {x: 0, y: -9.81} + m_DefaultMaterial: {fileID: 0} + m_VelocityIterations: 8 + m_PositionIterations: 3 + m_VelocityThreshold: 1 + m_MaxLinearCorrection: 0.2 + m_MaxAngularCorrection: 8 + m_MaxTranslationSpeed: 100 + m_MaxRotationSpeed: 360 + m_BaumgarteScale: 0.2 + m_BaumgarteTimeOfImpactScale: 0.75 + m_TimeToSleep: 0.5 + m_LinearSleepTolerance: 0.01 + m_AngularSleepTolerance: 2 + m_DefaultContactOffset: 0.01 + m_JobOptions: + serializedVersion: 2 + useMultithreading: 0 + useConsistencySorting: 0 + m_InterpolationPosesPerJob: 100 + m_NewContactsPerJob: 30 + m_CollideContactsPerJob: 100 + m_ClearFlagsPerJob: 200 + m_ClearBodyForcesPerJob: 200 + m_SyncDiscreteFixturesPerJob: 50 + m_SyncContinuousFixturesPerJob: 50 + m_FindNearestContactsPerJob: 100 + m_UpdateTriggerContactsPerJob: 100 + m_IslandSolverCostThreshold: 100 + m_IslandSolverBodyCostScale: 1 + m_IslandSolverContactCostScale: 10 + m_IslandSolverJointCostScale: 10 + m_IslandSolverBodiesPerJob: 50 + m_IslandSolverContactsPerJob: 50 + m_AutoSimulation: 1 + m_QueriesHitTriggers: 1 + m_QueriesStartInColliders: 1 + m_CallbacksOnDisable: 1 + m_ReuseCollisionCallbacks: 1 + m_AutoSyncTransforms: 0 + m_AlwaysShowColliders: 0 + m_ShowColliderSleep: 1 + m_ShowColliderContacts: 0 + m_ShowColliderAABB: 0 + m_ContactArrowScale: 0.2 + m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} + m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} + m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} + m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff diff --git a/ProjectSettings/PresetManager.asset b/ProjectSettings/PresetManager.asset new file mode 100644 index 0000000..67a94da --- /dev/null +++ b/ProjectSettings/PresetManager.asset @@ -0,0 +1,7 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1386491679 &1 +PresetManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_DefaultPresets: {} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset new file mode 100644 index 0000000..75fdc46 --- /dev/null +++ b/ProjectSettings/ProjectSettings.asset @@ -0,0 +1,861 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!129 &1 +PlayerSettings: + m_ObjectHideFlags: 0 + serializedVersion: 26 + productGUID: e5a62a559ab2a673c8b157e231cc02f8 + AndroidProfiler: 0 + AndroidFilterTouchesWhenObscured: 0 + AndroidEnableSustainedPerformanceMode: 0 + defaultScreenOrientation: 3 + targetDevice: 2 + useOnDemandResources: 0 + accelerometerFrequency: 60 + companyName: DefaultCompany + productName: VR + defaultCursor: {fileID: 0} + cursorHotspot: {x: 0, y: 0} + m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} + m_ShowUnitySplashScreen: 1 + m_ShowUnitySplashLogo: 1 + m_SplashScreenOverlayOpacity: 1 + m_SplashScreenAnimation: 1 + m_SplashScreenLogoStyle: 1 + m_SplashScreenDrawMode: 0 + m_SplashScreenBackgroundAnimationZoom: 1 + m_SplashScreenLogoAnimationZoom: 1 + m_SplashScreenBackgroundLandscapeAspect: 1 + m_SplashScreenBackgroundPortraitAspect: 1 + m_SplashScreenBackgroundLandscapeUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenBackgroundPortraitUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenLogos: [] + m_VirtualRealitySplashScreen: {fileID: 0} + m_HolographicTrackingLossScreen: {fileID: 0} + defaultScreenWidth: 1920 + defaultScreenHeight: 1080 + defaultScreenWidthWeb: 960 + defaultScreenHeightWeb: 600 + m_StereoRenderingPath: 2 + m_ActiveColorSpace: 1 + unsupportedMSAAFallback: 0 + m_SpriteBatchVertexThreshold: 300 + m_MTRendering: 1 + mipStripping: 0 + numberOfMipsStripped: 0 + numberOfMipsStrippedPerMipmapLimitGroup: {} + m_StackTraceTypes: 010000000100000001000000010000000100000001000000 + iosShowActivityIndicatorOnLoading: -1 + androidShowActivityIndicatorOnLoading: -1 + iosUseCustomAppBackgroundBehavior: 0 + allowedAutorotateToPortrait: 1 + allowedAutorotateToPortraitUpsideDown: 1 + allowedAutorotateToLandscapeRight: 1 + allowedAutorotateToLandscapeLeft: 1 + useOSAutorotation: 1 + use32BitDisplayBuffer: 1 + preserveFramebufferAlpha: 0 + disableDepthAndStencilBuffers: 0 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 + androidUseSwappy: 1 + androidBlitType: 0 + androidResizableWindow: 0 + androidDefaultWindowWidth: 1920 + androidDefaultWindowHeight: 1080 + androidMinimumWindowWidth: 400 + androidMinimumWindowHeight: 300 + androidFullscreenMode: 1 + defaultIsNativeResolution: 1 + macRetinaSupport: 1 + runInBackground: 1 + captureSingleScreen: 0 + muteOtherAudioSources: 0 + Prepare IOS For Recording: 0 + Force IOS Speakers When Recording: 0 + deferSystemGesturesMode: 0 + hideHomeButton: 0 + submitAnalytics: 1 + usePlayerLog: 1 + dedicatedServerOptimizations: 0 + bakeCollisionMeshes: 0 + forceSingleInstance: 0 + useFlipModelSwapchain: 1 + resizableWindow: 0 + useMacAppStoreValidation: 0 + macAppStoreCategory: public.app-category.games + gpuSkinning: 1 + xboxPIXTextureCapture: 0 + xboxEnableAvatar: 0 + xboxEnableKinect: 0 + xboxEnableKinectAutoTracking: 0 + xboxEnableFitness: 0 + visibleInBackground: 1 + allowFullscreenSwitch: 1 + fullscreenMode: 1 + xboxSpeechDB: 0 + xboxEnableHeadOrientation: 0 + xboxEnableGuest: 0 + xboxEnablePIXSampling: 0 + metalFramebufferOnly: 0 + xboxOneResolution: 0 + xboxOneSResolution: 0 + xboxOneXResolution: 3 + xboxOneMonoLoggingLevel: 0 + xboxOneLoggingLevel: 1 + xboxOneDisableEsram: 0 + xboxOneEnableTypeOptimization: 0 + xboxOnePresentImmediateThreshold: 0 + switchQueueCommandMemory: 0 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + switchGpuScratchPoolGranularity: 2097152 + switchAllowGpuScratchShrinking: 0 + switchNVNMaxPublicTextureIDCount: 0 + switchNVNMaxPublicSamplerIDCount: 0 + switchNVNGraphicsFirmwareMemory: 32 + switchMaxWorkerMultiple: 8 + stadiaPresentMode: 0 + stadiaTargetFramerate: 0 + vulkanNumSwapchainBuffers: 3 + vulkanEnableSetSRGBWrite: 0 + vulkanEnablePreTransform: 1 + vulkanEnableLateAcquireNextImage: 0 + vulkanEnableCommandBufferRecycling: 1 + loadStoreDebugModeEnabled: 0 + bundleVersion: 0.1 + preloadedAssets: + - {fileID: 11400000, guid: 29d72bf9f28086693968cedbdc8f08cd, type: 2} + metroInputSource: 0 + wsaTransparentSwapchain: 0 + m_HolographicPauseOnTrackingLoss: 1 + xboxOneDisableKinectGpuReservation: 1 + xboxOneEnable7thCore: 1 + vrSettings: + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 + enableFrameTimingStats: 0 + enableOpenGLProfilerGPURecorders: 1 + allowHDRDisplaySupport: 0 + useHDRDisplay: 0 + hdrBitDepth: 0 + m_ColorGamuts: 00000000 + targetPixelDensity: 30 + resolutionScalingMode: 0 + resetResolutionOnWindowResize: 0 + androidSupportedAspectRatio: 1 + androidMaxAspectRatio: 2.1 + applicationIdentifier: + Android: com.DefaultCompany.VR + Standalone: com.DefaultCompany.VR + buildNumber: + Standalone: 0 + VisionOS: 0 + iPhone: 0 + tvOS: 0 + overrideDefaultApplicationIdentifier: 1 + AndroidBundleVersionCode: 1 + AndroidMinSdkVersion: 29 + AndroidTargetSdkVersion: 0 + AndroidPreferredInstallLocation: 0 + aotOptions: + stripEngineCode: 1 + iPhoneStrippingLevel: 0 + iPhoneScriptCallOptimization: 0 + ForceInternetPermission: 0 + ForceSDCardPermission: 0 + CreateWallpaper: 0 + APKExpansionFiles: 0 + keepLoadedShadersAlive: 0 + StripUnusedMeshComponents: 1 + strictShaderVariantMatching: 0 + VertexChannelCompressionMask: 4054 + iPhoneSdkVersion: 988 + iOSTargetOSVersionString: 12.0 + tvOSSdkVersion: 0 + tvOSRequireExtendedGameController: 0 + tvOSTargetOSVersionString: 12.0 + VisionOSSdkVersion: 0 + VisionOSTargetOSVersionString: 1.0 + uIPrerenderedIcon: 0 + uIRequiresPersistentWiFi: 0 + uIRequiresFullScreen: 1 + uIStatusBarHidden: 1 + uIExitOnSuspend: 0 + uIStatusBarStyle: 0 + appleTVSplashScreen: {fileID: 0} + appleTVSplashScreen2x: {fileID: 0} + tvOSSmallIconLayers: [] + tvOSSmallIconLayers2x: [] + tvOSLargeIconLayers: [] + tvOSLargeIconLayers2x: [] + tvOSTopShelfImageLayers: [] + tvOSTopShelfImageLayers2x: [] + tvOSTopShelfImageWideLayers: [] + tvOSTopShelfImageWideLayers2x: [] + iOSLaunchScreenType: 0 + iOSLaunchScreenPortrait: {fileID: 0} + iOSLaunchScreenLandscape: {fileID: 0} + iOSLaunchScreenBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreenFillPct: 100 + iOSLaunchScreenSize: 100 + iOSLaunchScreenCustomXibPath: + iOSLaunchScreeniPadType: 0 + iOSLaunchScreeniPadImage: {fileID: 0} + iOSLaunchScreeniPadBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreeniPadFillPct: 100 + iOSLaunchScreeniPadSize: 100 + iOSLaunchScreeniPadCustomXibPath: + iOSLaunchScreenCustomStoryboardPath: + iOSLaunchScreeniPadCustomStoryboardPath: + iOSDeviceRequirements: [] + iOSURLSchemes: [] + macOSURLSchemes: [] + iOSBackgroundModes: 0 + iOSMetalForceHardShadows: 0 + metalEditorSupport: 1 + metalAPIValidation: 1 + iOSRenderExtraFrameOnPause: 0 + iosCopyPluginsCodeInsteadOfSymlink: 0 + appleDeveloperTeamID: + iOSManualSigningProvisioningProfileID: + tvOSManualSigningProvisioningProfileID: + VisionOSManualSigningProvisioningProfileID: + iOSManualSigningProvisioningProfileType: 0 + tvOSManualSigningProvisioningProfileType: 0 + VisionOSManualSigningProvisioningProfileType: 0 + appleEnableAutomaticSigning: 0 + iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 + appleEnableProMotion: 0 + shaderPrecisionModel: 0 + clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea + templatePackageId: com.unity.template.3d@8.1.1 + templateDefaultScene: Assets/Scenes/SampleScene.unity + useCustomMainManifest: 0 + useCustomLauncherManifest: 0 + useCustomMainGradleTemplate: 0 + useCustomLauncherGradleManifest: 0 + useCustomBaseGradleTemplate: 0 + useCustomGradlePropertiesTemplate: 0 + useCustomGradleSettingsTemplate: 0 + useCustomProguardFile: 0 + AndroidTargetArchitectures: 2 + AndroidTargetDevices: 0 + AndroidSplashScreenScale: 0 + androidSplashScreen: {fileID: 0} + AndroidKeystoreName: + AndroidKeyaliasName: + AndroidEnableArmv9SecurityFeatures: 0 + AndroidBuildApkPerCpuArchitecture: 0 + AndroidTVCompatibility: 0 + AndroidIsGame: 1 + AndroidEnableTango: 0 + androidEnableBanner: 1 + androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 + m_AndroidBanners: + - width: 320 + height: 180 + banner: {fileID: 0} + androidGamepadSupportLevel: 0 + chromeosInputEmulation: 1 + AndroidMinifyRelease: 0 + AndroidMinifyDebug: 0 + AndroidValidateAppBundleSize: 1 + AndroidAppBundleSizeToValidate: 150 + m_BuildTargetIcons: [] + m_BuildTargetPlatformIcons: + - m_BuildTarget: Android + m_Icons: + - m_Textures: [] + m_Width: 432 + m_Height: 432 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 324 + m_Height: 324 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 216 + m_Height: 216 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 162 + m_Height: 162 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 108 + m_Height: 108 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 81 + m_Height: 81 + m_Kind: 2 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 1 + m_SubKind: + - m_Textures: [] + m_Width: 192 + m_Height: 192 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 144 + m_Height: 144 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 96 + m_Height: 96 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 72 + m_Height: 72 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 48 + m_Height: 48 + m_Kind: 0 + m_SubKind: + - m_Textures: [] + m_Width: 36 + m_Height: 36 + m_Kind: 0 + m_SubKind: + m_BuildTargetBatching: + - m_BuildTarget: Standalone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: tvOS + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: Android + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: iPhone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: WebGL + m_StaticBatching: 0 + m_DynamicBatching: 0 + m_BuildTargetShaderSettings: [] + m_BuildTargetGraphicsJobs: + - m_BuildTarget: MacStandaloneSupport + m_GraphicsJobs: 0 + - m_BuildTarget: Switch + m_GraphicsJobs: 1 + - m_BuildTarget: MetroSupport + m_GraphicsJobs: 1 + - m_BuildTarget: AppleTVSupport + m_GraphicsJobs: 0 + - m_BuildTarget: BJMSupport + m_GraphicsJobs: 1 + - m_BuildTarget: LinuxStandaloneSupport + m_GraphicsJobs: 0 + - m_BuildTarget: PS4Player + m_GraphicsJobs: 1 + - m_BuildTarget: iOSSupport + m_GraphicsJobs: 0 + - m_BuildTarget: WindowsStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobs: 1 + - m_BuildTarget: LuminSupport + m_GraphicsJobs: 0 + - m_BuildTarget: AndroidPlayer + m_GraphicsJobs: 0 + - m_BuildTarget: WebGLSupport + m_GraphicsJobs: 0 + m_BuildTargetGraphicsJobMode: + - m_BuildTarget: PS4Player + m_GraphicsJobMode: 0 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobMode: 0 + m_BuildTargetGraphicsAPIs: + - m_BuildTarget: AndroidPlayer + m_APIs: 15000000 + m_Automatic: 0 + - m_BuildTarget: iOSSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: AppleTVSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: WebGLSupport + m_APIs: 0b000000 + m_Automatic: 1 + - m_BuildTarget: WindowsStandaloneSupport + m_APIs: 02000000 + m_Automatic: 0 + m_BuildTargetVRSettings: + - m_BuildTarget: Standalone + m_Enabled: 0 + m_Devices: + - Oculus + - OpenVR + m_DefaultShaderChunkSizeInMB: 16 + m_DefaultShaderChunkCount: 0 + openGLRequireES31: 0 + openGLRequireES31AEP: 0 + openGLRequireES32: 0 + m_TemplateCustomTags: {} + mobileMTRendering: + Android: 1 + iPhone: 1 + tvOS: 1 + m_BuildTargetGroupLightmapEncodingQuality: + - m_BuildTarget: Android + m_EncodingQuality: 1 + - m_BuildTarget: iPhone + m_EncodingQuality: 1 + - m_BuildTarget: tvOS + m_EncodingQuality: 1 + m_BuildTargetGroupHDRCubemapEncodingQuality: + - m_BuildTarget: Android + m_EncodingQuality: 1 + - m_BuildTarget: iPhone + m_EncodingQuality: 1 + - m_BuildTarget: tvOS + m_EncodingQuality: 1 + m_BuildTargetGroupLightmapSettings: [] + m_BuildTargetGroupLoadStoreDebugModeSettings: [] + m_BuildTargetNormalMapEncoding: + - m_BuildTarget: Android + m_Encoding: 1 + - m_BuildTarget: iPhone + m_Encoding: 1 + - m_BuildTarget: tvOS + m_Encoding: 1 + m_BuildTargetDefaultTextureCompressionFormat: + - m_BuildTarget: Android + m_Format: 3 + playModeTestRunnerEnabled: 0 + runPlayModeTestAsEditModeTest: 0 + actionOnDotNetUnhandledException: 1 + enableInternalProfiler: 0 + logObjCUncaughtExceptions: 1 + enableCrashReportAPI: 0 + cameraUsageDescription: + locationUsageDescription: + microphoneUsageDescription: + bluetoothUsageDescription: + macOSTargetOSVersion: 10.13.0 + switchNMETAOverride: + switchNetLibKey: + switchSocketMemoryPoolSize: 6144 + switchSocketAllocatorPoolSize: 128 + switchSocketConcurrencyLimit: 14 + switchScreenResolutionBehavior: 2 + switchUseCPUProfiler: 0 + switchEnableFileSystemTrace: 0 + switchLTOSetting: 0 + switchApplicationID: 0x01004b9000490000 + switchNSODependencies: + switchCompilerFlags: + switchTitleNames_0: + switchTitleNames_1: + switchTitleNames_2: + switchTitleNames_3: + switchTitleNames_4: + switchTitleNames_5: + switchTitleNames_6: + switchTitleNames_7: + switchTitleNames_8: + switchTitleNames_9: + switchTitleNames_10: + switchTitleNames_11: + switchTitleNames_12: + switchTitleNames_13: + switchTitleNames_14: + switchTitleNames_15: + switchPublisherNames_0: + switchPublisherNames_1: + switchPublisherNames_2: + switchPublisherNames_3: + switchPublisherNames_4: + switchPublisherNames_5: + switchPublisherNames_6: + switchPublisherNames_7: + switchPublisherNames_8: + switchPublisherNames_9: + switchPublisherNames_10: + switchPublisherNames_11: + switchPublisherNames_12: + switchPublisherNames_13: + switchPublisherNames_14: + switchPublisherNames_15: + switchIcons_0: {fileID: 0} + switchIcons_1: {fileID: 0} + switchIcons_2: {fileID: 0} + switchIcons_3: {fileID: 0} + switchIcons_4: {fileID: 0} + switchIcons_5: {fileID: 0} + switchIcons_6: {fileID: 0} + switchIcons_7: {fileID: 0} + switchIcons_8: {fileID: 0} + switchIcons_9: {fileID: 0} + switchIcons_10: {fileID: 0} + switchIcons_11: {fileID: 0} + switchIcons_12: {fileID: 0} + switchIcons_13: {fileID: 0} + switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} + switchSmallIcons_0: {fileID: 0} + switchSmallIcons_1: {fileID: 0} + switchSmallIcons_2: {fileID: 0} + switchSmallIcons_3: {fileID: 0} + switchSmallIcons_4: {fileID: 0} + switchSmallIcons_5: {fileID: 0} + switchSmallIcons_6: {fileID: 0} + switchSmallIcons_7: {fileID: 0} + switchSmallIcons_8: {fileID: 0} + switchSmallIcons_9: {fileID: 0} + switchSmallIcons_10: {fileID: 0} + switchSmallIcons_11: {fileID: 0} + switchSmallIcons_12: {fileID: 0} + switchSmallIcons_13: {fileID: 0} + switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} + switchManualHTML: + switchAccessibleURLs: + switchLegalInformation: + switchMainThreadStackSize: 1048576 + switchPresenceGroupId: + switchLogoHandling: 0 + switchReleaseVersion: 0 + switchDisplayVersion: 1.0.0 + switchStartupUserAccount: 0 + switchSupportedLanguagesMask: 0 + switchLogoType: 0 + switchApplicationErrorCodeCategory: + switchUserAccountSaveDataSize: 0 + switchUserAccountSaveDataJournalSize: 0 + switchApplicationAttribute: 0 + switchCardSpecSize: -1 + switchCardSpecClock: -1 + switchRatingsMask: 0 + switchRatingsInt_0: 0 + switchRatingsInt_1: 0 + switchRatingsInt_2: 0 + switchRatingsInt_3: 0 + switchRatingsInt_4: 0 + switchRatingsInt_5: 0 + switchRatingsInt_6: 0 + switchRatingsInt_7: 0 + switchRatingsInt_8: 0 + switchRatingsInt_9: 0 + switchRatingsInt_10: 0 + switchRatingsInt_11: 0 + switchRatingsInt_12: 0 + switchLocalCommunicationIds_0: + switchLocalCommunicationIds_1: + switchLocalCommunicationIds_2: + switchLocalCommunicationIds_3: + switchLocalCommunicationIds_4: + switchLocalCommunicationIds_5: + switchLocalCommunicationIds_6: + switchLocalCommunicationIds_7: + switchParentalControl: 0 + switchAllowsScreenshot: 1 + switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 + switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 + switchSupportedNpadStyles: 22 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 + switchEnableTouchScreen: 1 + switchSocketConfigEnabled: 0 + switchTcpInitialSendBufferSize: 32 + switchTcpInitialReceiveBufferSize: 64 + switchTcpAutoSendBufferSizeMax: 256 + switchTcpAutoReceiveBufferSizeMax: 256 + switchUdpSendBufferSize: 9 + switchUdpReceiveBufferSize: 42 + switchSocketBufferEfficiency: 4 + switchSocketInitializeEnabled: 1 + switchNetworkInterfaceManagerInitializeEnabled: 1 + switchUseNewStyleFilepaths: 1 + switchUseLegacyFmodPriorities: 0 + switchUseMicroSleepForYield: 1 + switchEnableRamDiskSupport: 0 + switchMicroSleepForYieldTime: 25 + switchRamDiskSpaceSize: 12 + ps4NPAgeRating: 12 + ps4NPTitleSecret: + ps4NPTrophyPackPath: + ps4ParentalLevel: 11 + ps4ContentID: ED1633-NPXX51362_00-0000000000000000 + ps4Category: 0 + ps4MasterVersion: 01.00 + ps4AppVersion: 01.00 + ps4AppType: 0 + ps4ParamSfxPath: + ps4VideoOutPixelFormat: 0 + ps4VideoOutInitialWidth: 1920 + ps4VideoOutBaseModeInitialWidth: 1920 + ps4VideoOutReprojectionRate: 60 + ps4PronunciationXMLPath: + ps4PronunciationSIGPath: + ps4BackgroundImagePath: + ps4StartupImagePath: + ps4StartupImagesFolder: + ps4IconImagesFolder: + ps4SaveDataImagePath: + ps4SdkOverride: + ps4BGMPath: + ps4ShareFilePath: + ps4ShareOverlayImagePath: + ps4PrivacyGuardImagePath: + ps4ExtraSceSysFile: + ps4NPtitleDatPath: + ps4RemotePlayKeyAssignment: -1 + ps4RemotePlayKeyMappingDir: + ps4PlayTogetherPlayerCount: 0 + ps4EnterButtonAssignment: 1 + ps4ApplicationParam1: 0 + ps4ApplicationParam2: 0 + ps4ApplicationParam3: 0 + ps4ApplicationParam4: 0 + ps4DownloadDataSize: 0 + ps4GarlicHeapSize: 2048 + ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 + ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ + ps4pnSessions: 1 + ps4pnPresence: 1 + ps4pnFriends: 1 + ps4pnGameCustomData: 1 + playerPrefsSupport: 0 + enableApplicationExit: 0 + resetTempFolder: 1 + restrictedAudioUsageRights: 0 + ps4UseResolutionFallback: 0 + ps4ReprojectionSupport: 0 + ps4UseAudio3dBackend: 0 + ps4UseLowGarlicFragmentationMode: 1 + ps4SocialScreenEnabled: 0 + ps4ScriptOptimizationLevel: 0 + ps4Audio3dVirtualSpeakerCount: 14 + ps4attribCpuUsage: 0 + ps4PatchPkgPath: + ps4PatchLatestPkgPath: + ps4PatchChangeinfoPath: + ps4PatchDayOne: 0 + ps4attribUserManagement: 0 + ps4attribMoveSupport: 0 + ps4attrib3DSupport: 0 + ps4attribShareSupport: 0 + ps4attribExclusiveVR: 0 + ps4disableAutoHideSplash: 0 + ps4videoRecordingFeaturesUsed: 0 + ps4contentSearchFeaturesUsed: 0 + ps4CompatibilityPS5: 0 + ps4AllowPS5Detection: 0 + ps4GPU800MHz: 1 + ps4attribEyeToEyeDistanceSettingVR: 0 + ps4IncludedModules: [] + ps4attribVROutputEnabled: 0 + monoEnv: + splashScreenBackgroundSourceLandscape: {fileID: 0} + splashScreenBackgroundSourcePortrait: {fileID: 0} + blurSplashScreenBackground: 1 + spritePackerPolicy: + webGLMemorySize: 16 + webGLExceptionSupport: 1 + webGLNameFilesAsHashes: 0 + webGLShowDiagnostics: 0 + webGLDataCaching: 1 + webGLDebugSymbols: 0 + webGLEmscriptenArgs: + webGLModulesDirectory: + webGLTemplate: APPLICATION:Default + webGLAnalyzeBuildSize: 0 + webGLUseEmbeddedResources: 0 + webGLCompressionFormat: 1 + webGLWasmArithmeticExceptions: 0 + webGLLinkerTarget: 1 + webGLThreadsSupport: 0 + webGLDecompressionFallback: 0 + webGLInitialMemorySize: 32 + webGLMaximumMemorySize: 2048 + webGLMemoryGrowthMode: 2 + webGLMemoryLinearGrowthStep: 16 + webGLMemoryGeometricGrowthStep: 0.2 + webGLMemoryGeometricGrowthCap: 96 + webGLPowerPreference: 2 + scriptingDefineSymbols: {} + additionalCompilerArguments: {} + platformArchitecture: {} + scriptingBackend: + Android: 1 + il2cppCompilerConfiguration: {} + il2cppCodeGeneration: {} + managedStrippingLevel: + EmbeddedLinux: 1 + GameCoreScarlett: 1 + GameCoreXboxOne: 1 + Nintendo Switch: 1 + PS4: 1 + PS5: 1 + QNX: 1 + Stadia: 1 + VisionOS: 1 + WebGL: 1 + Windows Store Apps: 1 + XboxOne: 1 + iPhone: 1 + tvOS: 1 + incrementalIl2cppBuild: {} + suppressCommonWarnings: 1 + allowUnsafeCode: 0 + useDeterministicCompilation: 1 + additionalIl2CppArgs: + scriptingRuntimeVersion: 1 + gcIncremental: 1 + gcWBarrierValidation: 0 + apiCompatibilityLevelPerPlatform: {} + m_RenderingPath: 1 + m_MobileRenderingPath: 1 + metroPackageName: VR + metroPackageVersion: + metroCertificatePath: + metroCertificatePassword: + metroCertificateSubject: + metroCertificateIssuer: + metroCertificateNotAfter: 0000000000000000 + metroApplicationDescription: VR + wsaImages: {} + metroTileShortName: + metroTileShowName: 0 + metroMediumTileShowName: 0 + metroLargeTileShowName: 0 + metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 + metroDefaultTileSize: 1 + metroTileForegroundText: 2 + metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} + metroSplashScreenUseBackgroundColor: 0 + platformCapabilities: {} + metroTargetDeviceFamilies: {} + metroFTAName: + metroFTAFileTypes: [] + metroProtocolName: + vcxProjDefaultLanguage: + XboxOneProductId: + XboxOneUpdateKey: + XboxOneSandboxId: + XboxOneContentId: + XboxOneTitleId: + XboxOneSCId: + XboxOneGameOsOverridePath: + XboxOnePackagingOverridePath: + XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 + XboxOnePackageEncryption: 0 + XboxOnePackageUpdateGranularity: 2 + XboxOneDescription: + XboxOneLanguage: + - enus + XboxOneCapability: [] + XboxOneGameRating: {} + XboxOneIsContentPackage: 0 + XboxOneEnhancedXboxCompatibilityMode: 0 + XboxOneEnableGPUVariability: 1 + XboxOneSockets: {} + XboxOneSplashScreen: {fileID: 0} + XboxOneAllowedProductIds: [] + XboxOnePersistentLocalStorageSize: 0 + XboxOneXTitleMemory: 8 + XboxOneOverrideIdentityName: + XboxOneOverrideIdentityPublisher: + vrEditorSettings: {} + cloudServicesEnabled: + UNet: 1 + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: + hmiPlayerDataPath: + hmiForceSRGBBlit: 1 + embeddedLinuxEnableGamepadInput: 1 + hmiLogStartupTiming: 0 + hmiCpuConfiguration: + apiCompatibilityLevel: 6 + activeInputHandler: 2 + windowsGamepadBackendHint: 0 + cloudProjectId: f17f92e6-4de8-4429-8768-6207050af2be + framebufferDepthMemorylessMode: 0 + qualitySettingsNames: [] + projectName: VR + organizationId: gauchmarc + cloudEnabled: 0 + legacyClampBlendShapeWeights: 0 + hmiLoadingImage: {fileID: 0} + platformRequiresReadableAssets: 0 + virtualTexturingSupportEnabled: 0 + insecureHttpOption: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt new file mode 100644 index 0000000..91206fd --- /dev/null +++ b/ProjectSettings/ProjectVersion.txt @@ -0,0 +1,2 @@ +m_EditorVersion: 2022.3.13f1 +m_EditorVersionWithRevision: 2022.3.13f1 (5f90a5ebde0f) diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset new file mode 100644 index 0000000..71f9662 --- /dev/null +++ b/ProjectSettings/QualitySettings.asset @@ -0,0 +1,317 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!47 &1 +QualitySettings: + m_ObjectHideFlags: 0 + serializedVersion: 5 + m_CurrentQuality: 5 + m_QualitySettings: + - serializedVersion: 3 + name: Very Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 15 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 1 + globalTextureMipmapLimit: 1 + textureMipmapLimitSettings: [] + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + useLegacyDetailDistribution: 1 + vSyncCount: 0 + realtimeGICPUUsage: 25 + lodBias: 0.3 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + - serializedVersion: 3 + name: Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + globalTextureMipmapLimit: 0 + textureMipmapLimitSettings: [] + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + useLegacyDetailDistribution: 1 + vSyncCount: 0 + realtimeGICPUUsage: 25 + lodBias: 0.4 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 16 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + - serializedVersion: 3 + name: Medium + pixelLightCount: 1 + shadows: 1 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + globalTextureMipmapLimit: 0 + textureMipmapLimitSettings: [] + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + useLegacyDetailDistribution: 1 + vSyncCount: 1 + realtimeGICPUUsage: 25 + lodBias: 0.7 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 64 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + - serializedVersion: 3 + name: High + pixelLightCount: 2 + shadows: 2 + shadowResolution: 1 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 40 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 2 + globalTextureMipmapLimit: 0 + textureMipmapLimitSettings: [] + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + useLegacyDetailDistribution: 1 + vSyncCount: 1 + realtimeGICPUUsage: 50 + lodBias: 1 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 256 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + - serializedVersion: 3 + name: Very High + pixelLightCount: 3 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 70 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + globalTextureMipmapLimit: 0 + textureMipmapLimitSettings: [] + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + useLegacyDetailDistribution: 1 + vSyncCount: 1 + realtimeGICPUUsage: 50 + lodBias: 1.5 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 1024 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + - serializedVersion: 3 + name: Ultra + pixelLightCount: 1 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 4 + shadowDistance: 150 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + globalTextureMipmapLimit: 0 + textureMipmapLimitSettings: [] + anisotropicTextures: 1 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + useLegacyDetailDistribution: 1 + vSyncCount: 0 + realtimeGICPUUsage: 100 + lodBias: 2 + maximumLODLevel: 0 + enableLODCrossFade: 1 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4096 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + terrainQualityOverrides: 0 + terrainPixelError: 1 + terrainDetailDensityScale: 1 + terrainBasemapDistance: 1000 + terrainDetailDistance: 80 + terrainTreeDistance: 5000 + terrainBillboardStart: 50 + terrainFadeLength: 5 + terrainMaxTrees: 50 + excludedTargetPlatforms: [] + m_TextureMipmapLimitGroupNames: [] + m_PerPlatformDefaultQuality: + Android: 2 + Lumin: 5 + Nintendo 3DS: 5 + Nintendo Switch: 5 + PS4: 5 + PSP2: 2 + Stadia: 5 + Standalone: 5 + WebGL: 3 + Windows Store Apps: 5 + XboxOne: 5 + iPhone: 2 + tvOS: 2 diff --git a/ProjectSettings/SceneTemplateSettings.json b/ProjectSettings/SceneTemplateSettings.json new file mode 100644 index 0000000..5e97f83 --- /dev/null +++ b/ProjectSettings/SceneTemplateSettings.json @@ -0,0 +1,121 @@ +{ + "templatePinStates": [], + "dependencyTypeInfos": [ + { + "userAdded": false, + "type": "UnityEngine.AnimationClip", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEditor.Animations.AnimatorController", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.AnimatorOverrideController", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEditor.Audio.AudioMixerController", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.ComputeShader", + "defaultInstantiationMode": 1 + }, + { + "userAdded": false, + "type": "UnityEngine.Cubemap", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.GameObject", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEditor.LightingDataAsset", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.LightingSettings", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Material", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEditor.MonoScript", + "defaultInstantiationMode": 1 + }, + { + "userAdded": false, + "type": "UnityEngine.PhysicMaterial", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.PhysicsMaterial2D", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.PostProcessing.PostProcessProfile", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.PostProcessing.PostProcessResources", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Rendering.VolumeProfile", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEditor.SceneAsset", + "defaultInstantiationMode": 1 + }, + { + "userAdded": false, + "type": "UnityEngine.Shader", + "defaultInstantiationMode": 1 + }, + { + "userAdded": false, + "type": "UnityEngine.ShaderVariantCollection", + "defaultInstantiationMode": 1 + }, + { + "userAdded": false, + "type": "UnityEngine.Texture", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Texture2D", + "defaultInstantiationMode": 0 + }, + { + "userAdded": false, + "type": "UnityEngine.Timeline.TimelineAsset", + "defaultInstantiationMode": 0 + } + ], + "defaultDependencyTypeInfo": { + "userAdded": false, + "type": "", + "defaultInstantiationMode": 1 + }, + "newSceneOverride": 0 +} \ No newline at end of file diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset new file mode 100644 index 0000000..1c92a78 --- /dev/null +++ b/ProjectSettings/TagManager.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!78 &1 +TagManager: + serializedVersion: 2 + tags: [] + layers: + - Default + - TransparentFX + - Ignore Raycast + - + - Water + - UI + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + m_SortingLayers: + - name: Default + uniqueID: 0 + locked: 0 diff --git a/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset new file mode 100644 index 0000000..558a017 --- /dev/null +++ b/ProjectSettings/TimeManager.asset @@ -0,0 +1,9 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!5 &1 +TimeManager: + m_ObjectHideFlags: 0 + Fixed Timestep: 0.02 + Maximum Allowed Timestep: 0.33333334 + m_TimeScale: 1 + Maximum Particle Timestep: 0.03 diff --git a/ProjectSettings/UnityConnectSettings.asset b/ProjectSettings/UnityConnectSettings.asset new file mode 100644 index 0000000..a88bee0 --- /dev/null +++ b/ProjectSettings/UnityConnectSettings.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!310 &1 +UnityConnectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 1 + m_Enabled: 0 + m_TestMode: 0 + m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events + m_EventUrl: https://cdp.cloud.unity3d.com/v1/events + m_ConfigUrl: https://config.uca.cloud.unity3d.com + m_DashboardUrl: https://dashboard.unity3d.com + m_TestInitMode: 0 + CrashReportingSettings: + m_EventUrl: https://perf-events.cloud.unity3d.com + m_Enabled: 0 + m_LogBufferSize: 10 + m_CaptureEditorExceptions: 1 + UnityPurchasingSettings: + m_Enabled: 0 + m_TestMode: 0 + UnityAnalyticsSettings: + m_Enabled: 0 + m_TestMode: 0 + m_InitializeOnStartup: 1 + m_PackageRequiringCoreStatsPresent: 0 + UnityAdsSettings: + m_Enabled: 0 + m_InitializeOnStartup: 1 + m_TestMode: 0 + m_IosGameId: + m_AndroidGameId: + m_GameIds: {} + m_GameId: + PerformanceReportingSettings: + m_Enabled: 0 diff --git a/ProjectSettings/VFXManager.asset b/ProjectSettings/VFXManager.asset new file mode 100644 index 0000000..3a95c98 --- /dev/null +++ b/ProjectSettings/VFXManager.asset @@ -0,0 +1,12 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!937362698 &1 +VFXManager: + m_ObjectHideFlags: 0 + m_IndirectShader: {fileID: 0} + m_CopyBufferShader: {fileID: 0} + m_SortShader: {fileID: 0} + m_StripUpdateShader: {fileID: 0} + m_RenderPipeSettingsPath: + m_FixedTimeStep: 0.016666668 + m_MaxDeltaTime: 0.05 diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset new file mode 100644 index 0000000..dca2881 --- /dev/null +++ b/ProjectSettings/VersionControlSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!890905787 &1 +VersionControlSettings: + m_ObjectHideFlags: 0 + m_Mode: Visible Meta Files + m_CollabEditorSettings: + inProgressEnabled: 1 diff --git a/ProjectSettings/XRPackageSettings.asset b/ProjectSettings/XRPackageSettings.asset new file mode 100644 index 0000000..7e791e1 --- /dev/null +++ b/ProjectSettings/XRPackageSettings.asset @@ -0,0 +1,5 @@ +{ + "m_Settings": [ + "RemoveLegacyInputHelpersForReload" + ] +} \ No newline at end of file diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset new file mode 100644 index 0000000..482590c --- /dev/null +++ b/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file diff --git a/UnityPlayer.so b/UnityPlayer.so new file mode 100755 index 0000000..1f6eea4 Binary files /dev/null and b/UnityPlayer.so differ diff --git a/app.x86_64 b/app.x86_64 new file mode 100755 index 0000000..d2adc3a Binary files /dev/null and b/app.x86_64 differ diff --git a/app_Data/Managed/Assembly-CSharp.dll b/app_Data/Managed/Assembly-CSharp.dll new file mode 100644 index 0000000..d8f93a0 Binary files /dev/null and b/app_Data/Managed/Assembly-CSharp.dll differ diff --git a/app_Data/Managed/AssistantCoreSDKRuntime.dll b/app_Data/Managed/AssistantCoreSDKRuntime.dll new file mode 100644 index 0000000..d5934fc Binary files /dev/null and b/app_Data/Managed/AssistantCoreSDKRuntime.dll differ diff --git a/app_Data/Managed/AssistantVoiceCommandCommon.dll b/app_Data/Managed/AssistantVoiceCommandCommon.dll new file mode 100644 index 0000000..e56c132 Binary files /dev/null and b/app_Data/Managed/AssistantVoiceCommandCommon.dll differ diff --git a/app_Data/Managed/Facebook.Wit.Dictation.dll b/app_Data/Managed/Facebook.Wit.Dictation.dll new file mode 100644 index 0000000..7c8b556 Binary files /dev/null and b/app_Data/Managed/Facebook.Wit.Dictation.dll differ diff --git a/app_Data/Managed/Meta.Voice.Hub.Runtime.dll b/app_Data/Managed/Meta.Voice.Hub.Runtime.dll new file mode 100644 index 0000000..e02d4d1 Binary files /dev/null and b/app_Data/Managed/Meta.Voice.Hub.Runtime.dll differ diff --git a/app_Data/Managed/Meta.Voice.Samples.WitResponseDebugger.dll b/app_Data/Managed/Meta.Voice.Samples.WitResponseDebugger.dll new file mode 100644 index 0000000..69677fd Binary files /dev/null and b/app_Data/Managed/Meta.Voice.Samples.WitResponseDebugger.dll differ diff --git a/app_Data/Managed/Meta.Voice.Samples.WitShapes.dll b/app_Data/Managed/Meta.Voice.Samples.WitShapes.dll new file mode 100644 index 0000000..8aad0e9 Binary files /dev/null and b/app_Data/Managed/Meta.Voice.Samples.WitShapes.dll differ diff --git a/app_Data/Managed/Meta.VoiceSDK.Mic.Common.dll b/app_Data/Managed/Meta.VoiceSDK.Mic.Common.dll new file mode 100644 index 0000000..73bf773 Binary files /dev/null and b/app_Data/Managed/Meta.VoiceSDK.Mic.Common.dll differ diff --git a/app_Data/Managed/Meta.VoiceSDK.Mic.Other.dll b/app_Data/Managed/Meta.VoiceSDK.Mic.Other.dll new file mode 100644 index 0000000..0859a45 Binary files /dev/null and b/app_Data/Managed/Meta.VoiceSDK.Mic.Other.dll differ diff --git a/app_Data/Managed/Meta.Wit.Composer.dll b/app_Data/Managed/Meta.Wit.Composer.dll new file mode 100644 index 0000000..d30201a Binary files /dev/null and b/app_Data/Managed/Meta.Wit.Composer.dll differ diff --git a/app_Data/Managed/Meta.WitAi.Conduit.dll b/app_Data/Managed/Meta.WitAi.Conduit.dll new file mode 100644 index 0000000..ff047cb Binary files /dev/null and b/app_Data/Managed/Meta.WitAi.Conduit.dll differ diff --git a/app_Data/Managed/Meta.WitAi.Lib.dll b/app_Data/Managed/Meta.WitAi.Lib.dll new file mode 100644 index 0000000..1f87f5b Binary files /dev/null and b/app_Data/Managed/Meta.WitAi.Lib.dll differ diff --git a/app_Data/Managed/Meta.WitAi.TTS.dll b/app_Data/Managed/Meta.WitAi.TTS.dll new file mode 100644 index 0000000..0778db4 Binary files /dev/null and b/app_Data/Managed/Meta.WitAi.TTS.dll differ diff --git a/app_Data/Managed/Meta.WitAi.dll b/app_Data/Managed/Meta.WitAi.dll new file mode 100644 index 0000000..8f29108 Binary files /dev/null and b/app_Data/Managed/Meta.WitAi.dll differ diff --git a/app_Data/Managed/Meta.XR.BuildingBlocks.dll b/app_Data/Managed/Meta.XR.BuildingBlocks.dll new file mode 100644 index 0000000..184a62e Binary files /dev/null and b/app_Data/Managed/Meta.XR.BuildingBlocks.dll differ diff --git a/app_Data/Managed/Mono.Security.dll b/app_Data/Managed/Mono.Security.dll new file mode 100644 index 0000000..c8d39c7 Binary files /dev/null and b/app_Data/Managed/Mono.Security.dll differ diff --git a/app_Data/Managed/Oculus.Interaction.OVR.dll b/app_Data/Managed/Oculus.Interaction.OVR.dll new file mode 100644 index 0000000..87a9242 Binary files /dev/null and b/app_Data/Managed/Oculus.Interaction.OVR.dll differ diff --git a/app_Data/Managed/Oculus.Interaction.dll b/app_Data/Managed/Oculus.Interaction.dll new file mode 100644 index 0000000..92300fd Binary files /dev/null and b/app_Data/Managed/Oculus.Interaction.dll differ diff --git a/app_Data/Managed/Oculus.Platform.dll b/app_Data/Managed/Oculus.Platform.dll new file mode 100644 index 0000000..e1264ea Binary files /dev/null and b/app_Data/Managed/Oculus.Platform.dll differ diff --git a/app_Data/Managed/Oculus.VR.dll b/app_Data/Managed/Oculus.VR.dll new file mode 100644 index 0000000..5481e7c Binary files /dev/null and b/app_Data/Managed/Oculus.VR.dll differ diff --git a/app_Data/Managed/System.ComponentModel.Composition.dll b/app_Data/Managed/System.ComponentModel.Composition.dll new file mode 100644 index 0000000..50bd1cc Binary files /dev/null and b/app_Data/Managed/System.ComponentModel.Composition.dll differ diff --git a/app_Data/Managed/System.Configuration.dll b/app_Data/Managed/System.Configuration.dll new file mode 100644 index 0000000..8b4e66d Binary files /dev/null and b/app_Data/Managed/System.Configuration.dll differ diff --git a/app_Data/Managed/System.Core.dll b/app_Data/Managed/System.Core.dll new file mode 100644 index 0000000..c1e79f9 Binary files /dev/null and b/app_Data/Managed/System.Core.dll differ diff --git a/app_Data/Managed/System.Data.DataSetExtensions.dll b/app_Data/Managed/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000..cf0a1fb Binary files /dev/null and b/app_Data/Managed/System.Data.DataSetExtensions.dll differ diff --git a/app_Data/Managed/System.Data.dll b/app_Data/Managed/System.Data.dll new file mode 100644 index 0000000..8c92138 Binary files /dev/null and b/app_Data/Managed/System.Data.dll differ diff --git a/app_Data/Managed/System.Drawing.dll b/app_Data/Managed/System.Drawing.dll new file mode 100644 index 0000000..68a85e5 Binary files /dev/null and b/app_Data/Managed/System.Drawing.dll differ diff --git a/app_Data/Managed/System.EnterpriseServices.dll b/app_Data/Managed/System.EnterpriseServices.dll new file mode 100644 index 0000000..f5ff81a Binary files /dev/null and b/app_Data/Managed/System.EnterpriseServices.dll differ diff --git a/app_Data/Managed/System.IO.Compression.FileSystem.dll b/app_Data/Managed/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..c6be4af Binary files /dev/null and b/app_Data/Managed/System.IO.Compression.FileSystem.dll differ diff --git a/app_Data/Managed/System.IO.Compression.dll b/app_Data/Managed/System.IO.Compression.dll new file mode 100644 index 0000000..e8baba8 Binary files /dev/null and b/app_Data/Managed/System.IO.Compression.dll differ diff --git a/app_Data/Managed/System.Net.Http.dll b/app_Data/Managed/System.Net.Http.dll new file mode 100644 index 0000000..84fc325 Binary files /dev/null and b/app_Data/Managed/System.Net.Http.dll differ diff --git a/app_Data/Managed/System.Numerics.dll b/app_Data/Managed/System.Numerics.dll new file mode 100644 index 0000000..ddbd978 Binary files /dev/null and b/app_Data/Managed/System.Numerics.dll differ diff --git a/app_Data/Managed/System.Runtime.Serialization.dll b/app_Data/Managed/System.Runtime.Serialization.dll new file mode 100644 index 0000000..221d66d Binary files /dev/null and b/app_Data/Managed/System.Runtime.Serialization.dll differ diff --git a/app_Data/Managed/System.Security.dll b/app_Data/Managed/System.Security.dll new file mode 100644 index 0000000..894a141 Binary files /dev/null and b/app_Data/Managed/System.Security.dll differ diff --git a/app_Data/Managed/System.ServiceModel.Internals.dll b/app_Data/Managed/System.ServiceModel.Internals.dll new file mode 100644 index 0000000..52908be Binary files /dev/null and b/app_Data/Managed/System.ServiceModel.Internals.dll differ diff --git a/app_Data/Managed/System.Transactions.dll b/app_Data/Managed/System.Transactions.dll new file mode 100644 index 0000000..8b90430 Binary files /dev/null and b/app_Data/Managed/System.Transactions.dll differ diff --git a/app_Data/Managed/System.Xml.Linq.dll b/app_Data/Managed/System.Xml.Linq.dll new file mode 100644 index 0000000..c9c3d86 Binary files /dev/null and b/app_Data/Managed/System.Xml.Linq.dll differ diff --git a/app_Data/Managed/System.Xml.dll b/app_Data/Managed/System.Xml.dll new file mode 100644 index 0000000..0218f55 Binary files /dev/null and b/app_Data/Managed/System.Xml.dll differ diff --git a/app_Data/Managed/System.dll b/app_Data/Managed/System.dll new file mode 100644 index 0000000..1f3a4d6 Binary files /dev/null and b/app_Data/Managed/System.dll differ diff --git a/app_Data/Managed/Unity.TextMeshPro.dll b/app_Data/Managed/Unity.TextMeshPro.dll new file mode 100644 index 0000000..955f4a7 Binary files /dev/null and b/app_Data/Managed/Unity.TextMeshPro.dll differ diff --git a/app_Data/Managed/Unity.Timeline.dll b/app_Data/Managed/Unity.Timeline.dll new file mode 100644 index 0000000..4710aca Binary files /dev/null and b/app_Data/Managed/Unity.Timeline.dll differ diff --git a/app_Data/Managed/Unity.VisualScripting.Antlr3.Runtime.dll b/app_Data/Managed/Unity.VisualScripting.Antlr3.Runtime.dll new file mode 100644 index 0000000..d7de8d6 Binary files /dev/null and b/app_Data/Managed/Unity.VisualScripting.Antlr3.Runtime.dll differ diff --git a/app_Data/Managed/Unity.VisualScripting.Core.dll b/app_Data/Managed/Unity.VisualScripting.Core.dll new file mode 100644 index 0000000..1ec6338 Binary files /dev/null and b/app_Data/Managed/Unity.VisualScripting.Core.dll differ diff --git a/app_Data/Managed/Unity.VisualScripting.Flow.dll b/app_Data/Managed/Unity.VisualScripting.Flow.dll new file mode 100644 index 0000000..364ff27 Binary files /dev/null and b/app_Data/Managed/Unity.VisualScripting.Flow.dll differ diff --git a/app_Data/Managed/Unity.VisualScripting.State.dll b/app_Data/Managed/Unity.VisualScripting.State.dll new file mode 100644 index 0000000..a12c57a Binary files /dev/null and b/app_Data/Managed/Unity.VisualScripting.State.dll differ diff --git a/app_Data/Managed/Unity.XR.Management.dll b/app_Data/Managed/Unity.XR.Management.dll new file mode 100644 index 0000000..5a42121 Binary files /dev/null and b/app_Data/Managed/Unity.XR.Management.dll differ diff --git a/app_Data/Managed/Unity.XR.Oculus.dll b/app_Data/Managed/Unity.XR.Oculus.dll new file mode 100644 index 0000000..53631ce Binary files /dev/null and b/app_Data/Managed/Unity.XR.Oculus.dll differ diff --git a/app_Data/Managed/UnityEngine.AIModule.dll b/app_Data/Managed/UnityEngine.AIModule.dll new file mode 100644 index 0000000..5c3713c Binary files /dev/null and b/app_Data/Managed/UnityEngine.AIModule.dll differ diff --git a/app_Data/Managed/UnityEngine.AccessibilityModule.dll b/app_Data/Managed/UnityEngine.AccessibilityModule.dll new file mode 100644 index 0000000..0f976a9 Binary files /dev/null and b/app_Data/Managed/UnityEngine.AccessibilityModule.dll differ diff --git a/app_Data/Managed/UnityEngine.AndroidJNIModule.dll b/app_Data/Managed/UnityEngine.AndroidJNIModule.dll new file mode 100644 index 0000000..7ec0392 Binary files /dev/null and b/app_Data/Managed/UnityEngine.AndroidJNIModule.dll differ diff --git a/app_Data/Managed/UnityEngine.AnimationModule.dll b/app_Data/Managed/UnityEngine.AnimationModule.dll new file mode 100644 index 0000000..0b09b11 Binary files /dev/null and b/app_Data/Managed/UnityEngine.AnimationModule.dll differ diff --git a/app_Data/Managed/UnityEngine.AssetBundleModule.dll b/app_Data/Managed/UnityEngine.AssetBundleModule.dll new file mode 100644 index 0000000..e0ec234 Binary files /dev/null and b/app_Data/Managed/UnityEngine.AssetBundleModule.dll differ diff --git a/app_Data/Managed/UnityEngine.AudioModule.dll b/app_Data/Managed/UnityEngine.AudioModule.dll new file mode 100644 index 0000000..c83f703 Binary files /dev/null and b/app_Data/Managed/UnityEngine.AudioModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ClothModule.dll b/app_Data/Managed/UnityEngine.ClothModule.dll new file mode 100644 index 0000000..1128582 Binary files /dev/null and b/app_Data/Managed/UnityEngine.ClothModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ClusterInputModule.dll b/app_Data/Managed/UnityEngine.ClusterInputModule.dll new file mode 100644 index 0000000..c4f3315 Binary files /dev/null and b/app_Data/Managed/UnityEngine.ClusterInputModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ClusterRendererModule.dll b/app_Data/Managed/UnityEngine.ClusterRendererModule.dll new file mode 100644 index 0000000..48cf299 Binary files /dev/null and b/app_Data/Managed/UnityEngine.ClusterRendererModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ContentLoadModule.dll b/app_Data/Managed/UnityEngine.ContentLoadModule.dll new file mode 100644 index 0000000..677738e Binary files /dev/null and b/app_Data/Managed/UnityEngine.ContentLoadModule.dll differ diff --git a/app_Data/Managed/UnityEngine.CoreModule.dll b/app_Data/Managed/UnityEngine.CoreModule.dll new file mode 100644 index 0000000..0b0d19c Binary files /dev/null and b/app_Data/Managed/UnityEngine.CoreModule.dll differ diff --git a/app_Data/Managed/UnityEngine.CrashReportingModule.dll b/app_Data/Managed/UnityEngine.CrashReportingModule.dll new file mode 100644 index 0000000..860f865 Binary files /dev/null and b/app_Data/Managed/UnityEngine.CrashReportingModule.dll differ diff --git a/app_Data/Managed/UnityEngine.DSPGraphModule.dll b/app_Data/Managed/UnityEngine.DSPGraphModule.dll new file mode 100644 index 0000000..ecb0e13 Binary files /dev/null and b/app_Data/Managed/UnityEngine.DSPGraphModule.dll differ diff --git a/app_Data/Managed/UnityEngine.DirectorModule.dll b/app_Data/Managed/UnityEngine.DirectorModule.dll new file mode 100644 index 0000000..5d9f20a Binary files /dev/null and b/app_Data/Managed/UnityEngine.DirectorModule.dll differ diff --git a/app_Data/Managed/UnityEngine.GIModule.dll b/app_Data/Managed/UnityEngine.GIModule.dll new file mode 100644 index 0000000..334d77c Binary files /dev/null and b/app_Data/Managed/UnityEngine.GIModule.dll differ diff --git a/app_Data/Managed/UnityEngine.GameCenterModule.dll b/app_Data/Managed/UnityEngine.GameCenterModule.dll new file mode 100644 index 0000000..29824c4 Binary files /dev/null and b/app_Data/Managed/UnityEngine.GameCenterModule.dll differ diff --git a/app_Data/Managed/UnityEngine.GridModule.dll b/app_Data/Managed/UnityEngine.GridModule.dll new file mode 100644 index 0000000..8d991b5 Binary files /dev/null and b/app_Data/Managed/UnityEngine.GridModule.dll differ diff --git a/app_Data/Managed/UnityEngine.HotReloadModule.dll b/app_Data/Managed/UnityEngine.HotReloadModule.dll new file mode 100644 index 0000000..b1edac5 Binary files /dev/null and b/app_Data/Managed/UnityEngine.HotReloadModule.dll differ diff --git a/app_Data/Managed/UnityEngine.IMGUIModule.dll b/app_Data/Managed/UnityEngine.IMGUIModule.dll new file mode 100644 index 0000000..843f854 Binary files /dev/null and b/app_Data/Managed/UnityEngine.IMGUIModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ImageConversionModule.dll b/app_Data/Managed/UnityEngine.ImageConversionModule.dll new file mode 100644 index 0000000..892f389 Binary files /dev/null and b/app_Data/Managed/UnityEngine.ImageConversionModule.dll differ diff --git a/app_Data/Managed/UnityEngine.InputLegacyModule.dll b/app_Data/Managed/UnityEngine.InputLegacyModule.dll new file mode 100644 index 0000000..033695e Binary files /dev/null and b/app_Data/Managed/UnityEngine.InputLegacyModule.dll differ diff --git a/app_Data/Managed/UnityEngine.InputModule.dll b/app_Data/Managed/UnityEngine.InputModule.dll new file mode 100644 index 0000000..7bf14b0 Binary files /dev/null and b/app_Data/Managed/UnityEngine.InputModule.dll differ diff --git a/app_Data/Managed/UnityEngine.JSONSerializeModule.dll b/app_Data/Managed/UnityEngine.JSONSerializeModule.dll new file mode 100644 index 0000000..31d63d6 Binary files /dev/null and b/app_Data/Managed/UnityEngine.JSONSerializeModule.dll differ diff --git a/app_Data/Managed/UnityEngine.LocalizationModule.dll b/app_Data/Managed/UnityEngine.LocalizationModule.dll new file mode 100644 index 0000000..c9b48a0 Binary files /dev/null and b/app_Data/Managed/UnityEngine.LocalizationModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ParticleSystemModule.dll b/app_Data/Managed/UnityEngine.ParticleSystemModule.dll new file mode 100644 index 0000000..13151cf Binary files /dev/null and b/app_Data/Managed/UnityEngine.ParticleSystemModule.dll differ diff --git a/app_Data/Managed/UnityEngine.PerformanceReportingModule.dll b/app_Data/Managed/UnityEngine.PerformanceReportingModule.dll new file mode 100644 index 0000000..5e0f8ac Binary files /dev/null and b/app_Data/Managed/UnityEngine.PerformanceReportingModule.dll differ diff --git a/app_Data/Managed/UnityEngine.Physics2DModule.dll b/app_Data/Managed/UnityEngine.Physics2DModule.dll new file mode 100644 index 0000000..fdcea8c Binary files /dev/null and b/app_Data/Managed/UnityEngine.Physics2DModule.dll differ diff --git a/app_Data/Managed/UnityEngine.PhysicsModule.dll b/app_Data/Managed/UnityEngine.PhysicsModule.dll new file mode 100644 index 0000000..e77f4e1 Binary files /dev/null and b/app_Data/Managed/UnityEngine.PhysicsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ProfilerModule.dll b/app_Data/Managed/UnityEngine.ProfilerModule.dll new file mode 100644 index 0000000..e5bb7fc Binary files /dev/null and b/app_Data/Managed/UnityEngine.ProfilerModule.dll differ diff --git a/app_Data/Managed/UnityEngine.PropertiesModule.dll b/app_Data/Managed/UnityEngine.PropertiesModule.dll new file mode 100644 index 0000000..784df68 Binary files /dev/null and b/app_Data/Managed/UnityEngine.PropertiesModule.dll differ diff --git a/app_Data/Managed/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll b/app_Data/Managed/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll new file mode 100644 index 0000000..c1a35f4 Binary files /dev/null and b/app_Data/Managed/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll differ diff --git a/app_Data/Managed/UnityEngine.ScreenCaptureModule.dll b/app_Data/Managed/UnityEngine.ScreenCaptureModule.dll new file mode 100644 index 0000000..8921d87 Binary files /dev/null and b/app_Data/Managed/UnityEngine.ScreenCaptureModule.dll differ diff --git a/app_Data/Managed/UnityEngine.SharedInternalsModule.dll b/app_Data/Managed/UnityEngine.SharedInternalsModule.dll new file mode 100644 index 0000000..4647894 Binary files /dev/null and b/app_Data/Managed/UnityEngine.SharedInternalsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.SpatialTracking.dll b/app_Data/Managed/UnityEngine.SpatialTracking.dll new file mode 100644 index 0000000..264904d Binary files /dev/null and b/app_Data/Managed/UnityEngine.SpatialTracking.dll differ diff --git a/app_Data/Managed/UnityEngine.SpriteMaskModule.dll b/app_Data/Managed/UnityEngine.SpriteMaskModule.dll new file mode 100644 index 0000000..02e3e04 Binary files /dev/null and b/app_Data/Managed/UnityEngine.SpriteMaskModule.dll differ diff --git a/app_Data/Managed/UnityEngine.SpriteShapeModule.dll b/app_Data/Managed/UnityEngine.SpriteShapeModule.dll new file mode 100644 index 0000000..5c4a903 Binary files /dev/null and b/app_Data/Managed/UnityEngine.SpriteShapeModule.dll differ diff --git a/app_Data/Managed/UnityEngine.StreamingModule.dll b/app_Data/Managed/UnityEngine.StreamingModule.dll new file mode 100644 index 0000000..da77bc0 Binary files /dev/null and b/app_Data/Managed/UnityEngine.StreamingModule.dll differ diff --git a/app_Data/Managed/UnityEngine.SubstanceModule.dll b/app_Data/Managed/UnityEngine.SubstanceModule.dll new file mode 100644 index 0000000..78a7e0f Binary files /dev/null and b/app_Data/Managed/UnityEngine.SubstanceModule.dll differ diff --git a/app_Data/Managed/UnityEngine.SubsystemsModule.dll b/app_Data/Managed/UnityEngine.SubsystemsModule.dll new file mode 100644 index 0000000..d8cd7b1 Binary files /dev/null and b/app_Data/Managed/UnityEngine.SubsystemsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TLSModule.dll b/app_Data/Managed/UnityEngine.TLSModule.dll new file mode 100644 index 0000000..741f396 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TLSModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TerrainModule.dll b/app_Data/Managed/UnityEngine.TerrainModule.dll new file mode 100644 index 0000000..18c9628 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TerrainModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TerrainPhysicsModule.dll b/app_Data/Managed/UnityEngine.TerrainPhysicsModule.dll new file mode 100644 index 0000000..27b2164 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TerrainPhysicsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TextCoreFontEngineModule.dll b/app_Data/Managed/UnityEngine.TextCoreFontEngineModule.dll new file mode 100644 index 0000000..d51d9af Binary files /dev/null and b/app_Data/Managed/UnityEngine.TextCoreFontEngineModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TextCoreTextEngineModule.dll b/app_Data/Managed/UnityEngine.TextCoreTextEngineModule.dll new file mode 100644 index 0000000..4cd4ed2 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TextCoreTextEngineModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TextRenderingModule.dll b/app_Data/Managed/UnityEngine.TextRenderingModule.dll new file mode 100644 index 0000000..b960ae3 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TextRenderingModule.dll differ diff --git a/app_Data/Managed/UnityEngine.TilemapModule.dll b/app_Data/Managed/UnityEngine.TilemapModule.dll new file mode 100644 index 0000000..3137416 Binary files /dev/null and b/app_Data/Managed/UnityEngine.TilemapModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UI.dll b/app_Data/Managed/UnityEngine.UI.dll new file mode 100644 index 0000000..690f0c8 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UI.dll differ diff --git a/app_Data/Managed/UnityEngine.UIElementsModule.dll b/app_Data/Managed/UnityEngine.UIElementsModule.dll new file mode 100644 index 0000000..21a9c91 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UIElementsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UIModule.dll b/app_Data/Managed/UnityEngine.UIModule.dll new file mode 100644 index 0000000..b92f147 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UIModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UmbraModule.dll b/app_Data/Managed/UnityEngine.UmbraModule.dll new file mode 100644 index 0000000..30902dc Binary files /dev/null and b/app_Data/Managed/UnityEngine.UmbraModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityAnalyticsCommonModule.dll b/app_Data/Managed/UnityEngine.UnityAnalyticsCommonModule.dll new file mode 100644 index 0000000..4d7fbe8 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityAnalyticsCommonModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityAnalyticsModule.dll b/app_Data/Managed/UnityEngine.UnityAnalyticsModule.dll new file mode 100644 index 0000000..bf5cb6a Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityAnalyticsModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityConnectModule.dll b/app_Data/Managed/UnityEngine.UnityConnectModule.dll new file mode 100644 index 0000000..cb94f2c Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityConnectModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityCurlModule.dll b/app_Data/Managed/UnityEngine.UnityCurlModule.dll new file mode 100644 index 0000000..4027e2b Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityCurlModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityTestProtocolModule.dll b/app_Data/Managed/UnityEngine.UnityTestProtocolModule.dll new file mode 100644 index 0000000..a02d2d7 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityTestProtocolModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll b/app_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll new file mode 100644 index 0000000..fb399bf Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll b/app_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll new file mode 100644 index 0000000..fc2e84b Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityWebRequestModule.dll b/app_Data/Managed/UnityEngine.UnityWebRequestModule.dll new file mode 100644 index 0000000..cab961e Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityWebRequestModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll b/app_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll new file mode 100644 index 0000000..475433d Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll differ diff --git a/app_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll b/app_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll new file mode 100644 index 0000000..c4d97f0 Binary files /dev/null and b/app_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll differ diff --git a/app_Data/Managed/UnityEngine.VFXModule.dll b/app_Data/Managed/UnityEngine.VFXModule.dll new file mode 100644 index 0000000..1ab3357 Binary files /dev/null and b/app_Data/Managed/UnityEngine.VFXModule.dll differ diff --git a/app_Data/Managed/UnityEngine.VRModule.dll b/app_Data/Managed/UnityEngine.VRModule.dll new file mode 100644 index 0000000..d205516 Binary files /dev/null and b/app_Data/Managed/UnityEngine.VRModule.dll differ diff --git a/app_Data/Managed/UnityEngine.VehiclesModule.dll b/app_Data/Managed/UnityEngine.VehiclesModule.dll new file mode 100644 index 0000000..48c3950 Binary files /dev/null and b/app_Data/Managed/UnityEngine.VehiclesModule.dll differ diff --git a/app_Data/Managed/UnityEngine.VideoModule.dll b/app_Data/Managed/UnityEngine.VideoModule.dll new file mode 100644 index 0000000..b60fd03 Binary files /dev/null and b/app_Data/Managed/UnityEngine.VideoModule.dll differ diff --git a/app_Data/Managed/UnityEngine.VirtualTexturingModule.dll b/app_Data/Managed/UnityEngine.VirtualTexturingModule.dll new file mode 100644 index 0000000..45bbc07 Binary files /dev/null and b/app_Data/Managed/UnityEngine.VirtualTexturingModule.dll differ diff --git a/app_Data/Managed/UnityEngine.WindModule.dll b/app_Data/Managed/UnityEngine.WindModule.dll new file mode 100644 index 0000000..0054898 Binary files /dev/null and b/app_Data/Managed/UnityEngine.WindModule.dll differ diff --git a/app_Data/Managed/UnityEngine.XR.LegacyInputHelpers.dll b/app_Data/Managed/UnityEngine.XR.LegacyInputHelpers.dll new file mode 100644 index 0000000..8fe74aa Binary files /dev/null and b/app_Data/Managed/UnityEngine.XR.LegacyInputHelpers.dll differ diff --git a/app_Data/Managed/UnityEngine.XRModule.dll b/app_Data/Managed/UnityEngine.XRModule.dll new file mode 100644 index 0000000..e232e14 Binary files /dev/null and b/app_Data/Managed/UnityEngine.XRModule.dll differ diff --git a/app_Data/Managed/UnityEngine.dll b/app_Data/Managed/UnityEngine.dll new file mode 100644 index 0000000..2671106 Binary files /dev/null and b/app_Data/Managed/UnityEngine.dll differ diff --git a/app_Data/Managed/VoiceSDK.Dictation.Runtime.dll b/app_Data/Managed/VoiceSDK.Dictation.Runtime.dll new file mode 100644 index 0000000..23fec59 Binary files /dev/null and b/app_Data/Managed/VoiceSDK.Dictation.Runtime.dll differ diff --git a/app_Data/Managed/VoiceSDK.Runtime.Composer.dll b/app_Data/Managed/VoiceSDK.Runtime.Composer.dll new file mode 100644 index 0000000..44879ef Binary files /dev/null and b/app_Data/Managed/VoiceSDK.Runtime.Composer.dll differ diff --git a/app_Data/Managed/VoiceSDK.Runtime.dll b/app_Data/Managed/VoiceSDK.Runtime.dll new file mode 100644 index 0000000..b153539 Binary files /dev/null and b/app_Data/Managed/VoiceSDK.Runtime.dll differ diff --git a/app_Data/Managed/mscorlib.dll b/app_Data/Managed/mscorlib.dll new file mode 100644 index 0000000..774e3d2 Binary files /dev/null and b/app_Data/Managed/mscorlib.dll differ diff --git a/app_Data/Managed/netstandard.dll b/app_Data/Managed/netstandard.dll new file mode 100644 index 0000000..37729a0 Binary files /dev/null and b/app_Data/Managed/netstandard.dll differ diff --git a/app_Data/MonoBleedingEdge/etc/config b/app_Data/MonoBleedingEdge/etc/config new file mode 100644 index 0000000..8229abf --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/config @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser b/app_Data/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser new file mode 100644 index 0000000..9950c71 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_Data/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx b/app_Data/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..f4d74bf --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx @@ -0,0 +1,1901 @@ +<%-- +// +// DefaultWsdlHelpGenerator.aspx: +// +// Author: +// Lluis Sanchez Gual (lluis@ximian.com) +// +// (C) 2003 Ximian, Inc. http://www.ximian.com +// +--%> + +<%@ Import Namespace="System.Collections" %> +<%@ Import Namespace="System.Collections.Generic" %> +<%@ Import Namespace="System.IO" %> +<%@ Import Namespace="System.Xml.Serialization" %> +<%@ Import Namespace="System.Xml" %> +<%@ Import Namespace="System.Xml.Schema" %> +<%@ Import Namespace="System.Web.Services" %> +<%@ Import Namespace="System.Web.Services.Description" %> +<%@ Import Namespace="System.Web.Services.Configuration" %> +<%@ Import Namespace="System.Web.Configuration" %> +<%@ Import Namespace="System" %> +<%@ Import Namespace="System.Net" %> +<%@ Import Namespace="System.Globalization" %> +<%@ Import Namespace="System.Resources" %> +<%@ Import Namespace="System.Diagnostics" %> +<%@ Import Namespace="System.CodeDom" %> +<%@ Import Namespace="System.CodeDom.Compiler" %> +<%@ Import Namespace="Microsoft.CSharp" %> +<%@ Import Namespace="Microsoft.VisualBasic" %> +<%@ Import Namespace="System.Text" %> +<%@ Import Namespace="System.Text.RegularExpressions" %> +<%@ Import Namespace="System.Security.Cryptography.X509Certificates" %> +<%@ Assembly name="System.Web.Services" %> +<%@ Page debug="true" %> + + + + + + <% + Response.Write (""); + %> + <%=WebServiceName%> Web Service + + + + + + + +
+Web Service
+<%=WebServiceName%> +
+ + + + + + + + +
+
+Overview
+
+Service Description +
+Client proxy +

+ + + <%#FormatBindingName(DataBinder.Eval(Container.DataItem, "Name").ToString())%> + + + op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%> +
+
+
+
+
+
+ +
+ +<% if (CurrentPage == "main") {%> + + + +

Web Service Overview

+ <%=WebServiceDescription%> +

+ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> +

Basic Profile Conformance

+ This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
    "); + foreach (BasicProfileViolation vio in ProfileViolations) { + Response.Write ("
  • " + vio.NormativeStatement + ": " + vio.Details); + Response.Write ("
      "); + foreach (string ele in vio.Elements) + Response.Write ("
    • " + ele + "
    • "); + Response.Write ("
    "); + Response.Write ("
  • "); + } + Response.Write ("
"); + }%> + +<%} if (DefaultBinding == null) {%> +This service does not contain any public web method. +<%} else if (CurrentPage == "op") {%> + + + + <%=CurrentOperationName%> +

+ <% WriteTabs (); %> +


+ + <% if (CurrentTab == "main") { %> + Input Parameters +
+ <% if (InParams.Count == 0) { %> + No input parameters
+ <% } else { %> + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+ <% } %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters +
+ + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+
+ <% } %> + + Remarks +
+ <%=OperationDocumentation%> +

+ Technical information +
+ Format: <%=CurrentOperationFormat%> +
Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method:

+
+ + + + + + + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%>: ">
 
+
+
"> + The web service returned the following result:

+
+
+ +
+ <% } else {%> + The test form is not available for this operation because it has parameters with a complex structure. + <% } %> + <% } %> + + + + <% if (CurrentTab == "msg") { %> + + The following are sample SOAP requests and responses for each protocol supported by this method: +

+ + <% if (IsOperationSupported ("Soap")) { %> + Soap +

+
<%=GenerateOperationMessages ("Soap", true)%>
+
+
<%=GenerateOperationMessages ("Soap", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get +

+
<%=GenerateOperationMessages ("HttpGet", true)%>
+
+
<%=GenerateOperationMessages ("HttpGet", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post +

+
<%=GenerateOperationMessages ("HttpPost", true)%>
+
+
<%=GenerateOperationMessages ("HttpPost", false)%>
+
+ <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + +
+ Select the language for which you want to generate a proxy +   + +    +
+
+ <%=CurrentProxytName%>    + Download +

+
+
<%=GetProxyCode ()%>
+
+<%} else if (CurrentPage == "wsdl") {%> + + <% if (descriptions.Count > 1 || schemas.Count > 1) {%> + The description of this web service is composed by several documents. Click on the document you want to see: + + + + <%} else {%> + <%}%> +
+ <%=CurrentDocumentName%>    + Download +

+
+
<%=GenerateDocument ()%>
+
+ +<%}%> + +














+
+ + diff --git a/app_Data/MonoBleedingEdge/etc/mono/2.0/machine.config b/app_Data/MonoBleedingEdge/etc/mono/2.0/machine.config new file mode 100644 index 0000000..2577c81 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/2.0/machine.config @@ -0,0 +1,280 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/2.0/settings.map b/app_Data/MonoBleedingEdge/etc/mono/2.0/settings.map new file mode 100644 index 0000000..9a52ccc --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/2.0/settings.map @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/2.0/web.config b/app_Data/MonoBleedingEdge/etc/mono/2.0/web.config new file mode 100644 index 0000000..a5190c3 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/2.0/web.config @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser b/app_Data/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser new file mode 100644 index 0000000..9950c71 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx b/app_Data/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..f4d74bf --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx @@ -0,0 +1,1901 @@ +<%-- +// +// DefaultWsdlHelpGenerator.aspx: +// +// Author: +// Lluis Sanchez Gual (lluis@ximian.com) +// +// (C) 2003 Ximian, Inc. http://www.ximian.com +// +--%> + +<%@ Import Namespace="System.Collections" %> +<%@ Import Namespace="System.Collections.Generic" %> +<%@ Import Namespace="System.IO" %> +<%@ Import Namespace="System.Xml.Serialization" %> +<%@ Import Namespace="System.Xml" %> +<%@ Import Namespace="System.Xml.Schema" %> +<%@ Import Namespace="System.Web.Services" %> +<%@ Import Namespace="System.Web.Services.Description" %> +<%@ Import Namespace="System.Web.Services.Configuration" %> +<%@ Import Namespace="System.Web.Configuration" %> +<%@ Import Namespace="System" %> +<%@ Import Namespace="System.Net" %> +<%@ Import Namespace="System.Globalization" %> +<%@ Import Namespace="System.Resources" %> +<%@ Import Namespace="System.Diagnostics" %> +<%@ Import Namespace="System.CodeDom" %> +<%@ Import Namespace="System.CodeDom.Compiler" %> +<%@ Import Namespace="Microsoft.CSharp" %> +<%@ Import Namespace="Microsoft.VisualBasic" %> +<%@ Import Namespace="System.Text" %> +<%@ Import Namespace="System.Text.RegularExpressions" %> +<%@ Import Namespace="System.Security.Cryptography.X509Certificates" %> +<%@ Assembly name="System.Web.Services" %> +<%@ Page debug="true" %> + + + + + + <% + Response.Write (""); + %> + <%=WebServiceName%> Web Service + + + + + + + +
+Web Service
+<%=WebServiceName%> +
+ + + + + + + + +
+
+Overview
+
+Service Description +
+Client proxy +

+ + + <%#FormatBindingName(DataBinder.Eval(Container.DataItem, "Name").ToString())%> + + + op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%> +
+
+
+
+
+
+ +
+ +<% if (CurrentPage == "main") {%> + + + +

Web Service Overview

+ <%=WebServiceDescription%> +

+ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> +

Basic Profile Conformance

+ This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
    "); + foreach (BasicProfileViolation vio in ProfileViolations) { + Response.Write ("
  • " + vio.NormativeStatement + ": " + vio.Details); + Response.Write ("
      "); + foreach (string ele in vio.Elements) + Response.Write ("
    • " + ele + "
    • "); + Response.Write ("
    "); + Response.Write ("
  • "); + } + Response.Write ("
"); + }%> + +<%} if (DefaultBinding == null) {%> +This service does not contain any public web method. +<%} else if (CurrentPage == "op") {%> + + + + <%=CurrentOperationName%> +

+ <% WriteTabs (); %> +


+ + <% if (CurrentTab == "main") { %> + Input Parameters +
+ <% if (InParams.Count == 0) { %> + No input parameters
+ <% } else { %> + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+ <% } %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters +
+ + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+
+ <% } %> + + Remarks +
+ <%=OperationDocumentation%> +

+ Technical information +
+ Format: <%=CurrentOperationFormat%> +
Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method:

+
+ + + + + + + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%>: ">
 
+
+
"> + The web service returned the following result:

+
+
+ +
+ <% } else {%> + The test form is not available for this operation because it has parameters with a complex structure. + <% } %> + <% } %> + + + + <% if (CurrentTab == "msg") { %> + + The following are sample SOAP requests and responses for each protocol supported by this method: +

+ + <% if (IsOperationSupported ("Soap")) { %> + Soap +

+
<%=GenerateOperationMessages ("Soap", true)%>
+
+
<%=GenerateOperationMessages ("Soap", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get +

+
<%=GenerateOperationMessages ("HttpGet", true)%>
+
+
<%=GenerateOperationMessages ("HttpGet", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post +

+
<%=GenerateOperationMessages ("HttpPost", true)%>
+
+
<%=GenerateOperationMessages ("HttpPost", false)%>
+
+ <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + +
+ Select the language for which you want to generate a proxy +   + +    +
+
+ <%=CurrentProxytName%>    + Download +

+
+
<%=GetProxyCode ()%>
+
+<%} else if (CurrentPage == "wsdl") {%> + + <% if (descriptions.Count > 1 || schemas.Count > 1) {%> + The description of this web service is composed by several documents. Click on the document you want to see: + + + + <%} else {%> + <%}%> +
+ <%=CurrentDocumentName%>    + Download +

+
+
<%=GenerateDocument ()%>
+
+ +<%}%> + +














+
+ + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.0/machine.config b/app_Data/MonoBleedingEdge/etc/mono/4.0/machine.config new file mode 100644 index 0000000..f3b71c4 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.0/machine.config @@ -0,0 +1,307 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + + +
+ +
+
+
+
+ + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.0/settings.map b/app_Data/MonoBleedingEdge/etc/mono/4.0/settings.map new file mode 100644 index 0000000..4c53aca --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.0/settings.map @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.0/web.config b/app_Data/MonoBleedingEdge/etc/mono/4.0/web.config new file mode 100644 index 0000000..44cbe18 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.0/web.config @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser b/app_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser new file mode 100644 index 0000000..9950c71 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx b/app_Data/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..f4d74bf --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx @@ -0,0 +1,1901 @@ +<%-- +// +// DefaultWsdlHelpGenerator.aspx: +// +// Author: +// Lluis Sanchez Gual (lluis@ximian.com) +// +// (C) 2003 Ximian, Inc. http://www.ximian.com +// +--%> + +<%@ Import Namespace="System.Collections" %> +<%@ Import Namespace="System.Collections.Generic" %> +<%@ Import Namespace="System.IO" %> +<%@ Import Namespace="System.Xml.Serialization" %> +<%@ Import Namespace="System.Xml" %> +<%@ Import Namespace="System.Xml.Schema" %> +<%@ Import Namespace="System.Web.Services" %> +<%@ Import Namespace="System.Web.Services.Description" %> +<%@ Import Namespace="System.Web.Services.Configuration" %> +<%@ Import Namespace="System.Web.Configuration" %> +<%@ Import Namespace="System" %> +<%@ Import Namespace="System.Net" %> +<%@ Import Namespace="System.Globalization" %> +<%@ Import Namespace="System.Resources" %> +<%@ Import Namespace="System.Diagnostics" %> +<%@ Import Namespace="System.CodeDom" %> +<%@ Import Namespace="System.CodeDom.Compiler" %> +<%@ Import Namespace="Microsoft.CSharp" %> +<%@ Import Namespace="Microsoft.VisualBasic" %> +<%@ Import Namespace="System.Text" %> +<%@ Import Namespace="System.Text.RegularExpressions" %> +<%@ Import Namespace="System.Security.Cryptography.X509Certificates" %> +<%@ Assembly name="System.Web.Services" %> +<%@ Page debug="true" %> + + + + + + <% + Response.Write (""); + %> + <%=WebServiceName%> Web Service + + + + + + + +
+Web Service
+<%=WebServiceName%> +
+ + + + + + + + +
+
+Overview
+
+Service Description +
+Client proxy +

+ + + <%#FormatBindingName(DataBinder.Eval(Container.DataItem, "Name").ToString())%> + + + op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%> +
+
+
+
+
+
+ +
+ +<% if (CurrentPage == "main") {%> + + + +

Web Service Overview

+ <%=WebServiceDescription%> +

+ <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> +

Basic Profile Conformance

+ This web service does not conform to WS-I Basic Profile v1.1 + <% + Response.Write ("
    "); + foreach (BasicProfileViolation vio in ProfileViolations) { + Response.Write ("
  • " + vio.NormativeStatement + ": " + vio.Details); + Response.Write ("
      "); + foreach (string ele in vio.Elements) + Response.Write ("
    • " + ele + "
    • "); + Response.Write ("
    "); + Response.Write ("
  • "); + } + Response.Write ("
"); + }%> + +<%} if (DefaultBinding == null) {%> +This service does not contain any public web method. +<%} else if (CurrentPage == "op") {%> + + + + <%=CurrentOperationName%> +

+ <% WriteTabs (); %> +


+ + <% if (CurrentTab == "main") { %> + Input Parameters +
+ <% if (InParams.Count == 0) { %> + No input parameters
+ <% } else { %> + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+ <% } %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters +
+ + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+
+ <% } %> + + Remarks +
+ <%=OperationDocumentation%> +

+ Technical information +
+ Format: <%=CurrentOperationFormat%> +
Supported protocols: <%=CurrentOperationProtocols%> + <% } %> + + + + <% if (CurrentTab == "test") { + if (CurrentOperationSupportsTest) {%> + Enter values for the parameters and click the 'Invoke' button to test this method:

+
+ + + + + + + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%>: ">
 
+
+
"> + The web service returned the following result:

+
+
+ +
+ <% } else {%> + The test form is not available for this operation because it has parameters with a complex structure. + <% } %> + <% } %> + + + + <% if (CurrentTab == "msg") { %> + + The following are sample SOAP requests and responses for each protocol supported by this method: +

+ + <% if (IsOperationSupported ("Soap")) { %> + Soap +

+
<%=GenerateOperationMessages ("Soap", true)%>
+
+
<%=GenerateOperationMessages ("Soap", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpGet")) { %> + HTTP Get +

+
<%=GenerateOperationMessages ("HttpGet", true)%>
+
+
<%=GenerateOperationMessages ("HttpGet", false)%>
+
+ <% } %> + <% if (IsOperationSupported ("HttpPost")) { %> + HTTP Post +

+
<%=GenerateOperationMessages ("HttpPost", true)%>
+
+
<%=GenerateOperationMessages ("HttpPost", false)%>
+
+ <% } %> + + <% } %> +<%} else if (CurrentPage == "proxy") {%> + +
+ Select the language for which you want to generate a proxy +   + +    +
+
+ <%=CurrentProxytName%>    + Download +

+
+
<%=GetProxyCode ()%>
+
+<%} else if (CurrentPage == "wsdl") {%> + + <% if (descriptions.Count > 1 || schemas.Count > 1) {%> + The description of this web service is composed by several documents. Click on the document you want to see: + + + + <%} else {%> + <%}%> +
+ <%=CurrentDocumentName%>    + Download +

+
+
<%=GenerateDocument ()%>
+
+ +<%}%> + +














+
+ + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.5/machine.config b/app_Data/MonoBleedingEdge/etc/mono/4.5/machine.config new file mode 100644 index 0000000..4557095 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.5/machine.config @@ -0,0 +1,310 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + + +
+ +
+
+
+
+ + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.5/settings.map b/app_Data/MonoBleedingEdge/etc/mono/4.5/settings.map new file mode 100644 index 0000000..4c53aca --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.5/settings.map @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/4.5/web.config b/app_Data/MonoBleedingEdge/etc/mono/4.5/web.config new file mode 100644 index 0000000..30524c1 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/4.5/web.config @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/browscap.ini b/app_Data/MonoBleedingEdge/etc/mono/browscap.ini new file mode 100644 index 0000000..1267e1d --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/browscap.ini @@ -0,0 +1,16979 @@ +;;; Provided courtesy of http://browsers.garykeith.com +;;; Created on Wednesday, June 17, 2009 at 6:30 AM GMT + +[GJK_Browscap_Version] +Version=4476 +Released=Wed, 17 Jun 2009 06:30:21 -0000 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DefaultProperties + +[DefaultProperties] +Browser=DefaultProperties +Version=0 +MajorVer=0 +MinorVer=0 +Platform=unknown +Alpha=false +Beta=false +Win16=false +Win32=false +Win64=false +Frames=false +IFrames=false +Tables=false +Cookies=false +BackgroundSounds=false +CDF=false +VBScript=false +JavaApplets=false +JavaScript=false +ActiveXControls=false +isBanned=false +isMobileDevice=false +isSyndicationReader=false +Crawler=false +CssVersion=0 +supportsCSS=false +AOL=false +aolVersion=0 +ECMAScriptVersion=0.0 +W3CDOMVersion=0.0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Ask + +[Ask] +Parent=DefaultProperties +Browser=Ask +Frames=true +Tables=true +Crawler=true + +[Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)] +Parent=Ask +Browser=Teoma + +[Mozilla/2.0 (compatible; Ask Jeeves)] +Parent=Ask +Browser=AskJeeves + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Baidu + +[Baidu] +Parent=DefaultProperties +Browser=Baidu +Frames=true +Tables=true +Crawler=true + +[BaiduImageSpider*] +Parent=Baidu +Browser=BaiduImageSpider + +[Baiduspider*] +Parent=Baidu +Browser=BaiDu + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Google + +[Google] +Parent=DefaultProperties +Browser=Google +Frames=true +IFrames=true +Tables=true +JavaScript=true +Crawler=true + +[* (compatible; Googlebot-Mobile/2.1; *http://www.google.com/bot.html)] +Parent=Google +Browser=Googlebot-Mobile +Frames=false +IFrames=false +Tables=false + +[*Google Wireless Transcoder*] +Parent=Google +Browser=Google Wireless Transcoder + +[AdsBot-Google (?http://www.google.com/adsbot.html)] +Parent=Google +Browser=AdsBot-Google + +[Feedfetcher-Google-iGoogleGadgets;*] +Parent=Google +Browser=iGoogleGadgets +isBanned=true +isSyndicationReader=true + +[Feedfetcher-Google;*] +Parent=Google +Browser=Feedfetcher-Google +isBanned=true +isSyndicationReader=true + +[Google OpenSocial agent (http://www.google.com/feedfetcher.html)] +Parent=Google +Browser=Google OpenSocial + +[Google-Site-Verification/1.0] +Parent=Google +Browser=Google-Site-Verification + +[Google-Sitemaps/*] +Parent=Google +Browser=Google-Sitemaps + +[Googlebot-Image/*] +Parent=Google +Browser=Googlebot-Image +CDF=true + +[googlebot-urlconsole] +Parent=Google +Browser=googlebot-urlconsole + +[Googlebot-Video/1.0] +Parent=Google +Browser=Google-Video + +[Googlebot/2.1 (?http://www.google.com/bot.html)] +Parent=Google +Browser=Googlebot + +[Googlebot/2.1 (?http://www.googlebot.com/bot.html)] +Parent=Google +Browser=Googlebot + +[Googlebot/Test*] +Parent=Google +Browser=Googlebot/Test + +[gsa-crawler*] +Parent=Google +Browser=Google Search Appliance +isBanned=true + +[Mediapartners-Google*] +Parent=Google +Browser=Mediapartners-Google + +[Mozilla/4.0 (compatible; Google Desktop)] +Parent=Google +Browser=Google Desktop + +[Mozilla/4.0 (compatible; GoogleToolbar*)] +Parent=Google +Browser=Google Toolbar +isBanned=true + +[Mozilla/5.0 (compatible; Google Keyword Tool;*)] +Parent=Google +Browser=Google Keyword Tool + +[Mozilla/5.0 (compatible; Googlebot/2.1; ?http://www.google.com/bot.html)] +Parent=Google +Browser=Google Webmaster Tools + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Inktomi + +[Inktomi] +Parent=DefaultProperties +Browser=Inktomi +Frames=true +Tables=true +Crawler=true + +[* (compatible;YahooSeeker/M1A1-R2D2; *)] +Parent=Inktomi +Browser=YahooSeeker-Mobile +Frames=false +Tables=false + +[Mozilla/4.0] +Parent=Inktomi + +[Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)] +Parent=Inktomi +Win32=true + +[Mozilla/4.0 (compatible; Yahoo Japan; for robot study; kasugiya)] +Parent=Inktomi +Browser=Yahoo! RobotStudy +isBanned=true + +[Mozilla/5.0 (compatible; BMC/1.0 (Y!J-AGENT))] +Parent=Inktomi +Browser=Y!J-AGENT/BMC + +[Mozilla/5.0 (compatible; BMF/1.0 (Y!J-AGENT))] +Parent=Inktomi +Browser=Y!J-AGENT/BMF + +[Mozilla/5.0 (compatible; BMI/1.0 (Y!J-AGENT; 1.0))] +Parent=Inktomi +Browser=Y!J-AGENT/BMI + +[Mozilla/5.0 (compatible; Yahoo! DE Slurp; http://help.yahoo.com/help/us/ysearch/slurp)] +Parent=Inktomi +Browser=Yahoo! Directory Engine + +[Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)] +Parent=Inktomi +Browser=Yahoo! Slurp China + +[Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)] +Parent=Inktomi +Browser=Yahoo! Slurp +Version=3.0 +MajorVer=3 +MinorVer=0 + +[Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)] +Parent=Inktomi +Browser=Yahoo! Slurp + +[Mozilla/5.0 (compatible; Yahoo! Verifier/1.1)] +Parent=Inktomi +Browser=Yahoo! Verifier +Version=1.1 +MajorVer=1 +MinorVer=1 + +[Mozilla/5.0 (Slurp/cat; slurp@inktomi.com; http://www.inktomi.com/slurp.html)] +Parent=Inktomi +Browser=Slurp/cat + +[Mozilla/5.0 (Slurp/si; slurp@inktomi.com; http://www.inktomi.com/slurp.html)] +Parent=Inktomi + +[Mozilla/5.0 (Yahoo-MMCrawler/4.0; mailto:vertical-crawl-support@yahoo-inc.com)] +Parent=Inktomi +Browser=Yahoo-MMCrawler +Version=4.0 +MajorVer=4 +MinorVer=0 + +[Scooter/*] +Parent=Inktomi +Browser=Scooter + +[Scooter/3.3Y!CrawlX] +Parent=Inktomi +Browser=Scooter/3.3Y!CrawlX +Version=3.3 +MajorVer=3 +MinorVer=3 + +[slurp] +Parent=Inktomi +Browser=slurp + +[Y!J-BSC/1.0*] +Parent=Inktomi +Browser=Y!J-BSC +Version=1.0 +MajorVer=1 +MinorVer=0 +isBanned=true + +[Y!J-SRD/1.0] +Parent=Inktomi +Browser=Y!J-SRD +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Yahoo Mindset] +Parent=Inktomi +Browser=Yahoo Mindset + +[Yahoo Pipes*] +Parent=Inktomi +Browser=Yahoo Pipes + +[Yahoo! Mindset] +Parent=Inktomi +Browser=Yahoo! Mindset + +[Yahoo! Slurp/Site Explorer] +Parent=Inktomi +Browser=Yahoo! Site Explorer + +[Yahoo-Blogs/*] +Parent=Inktomi +Browser=Yahoo-Blogs + +[Yahoo-MMAudVid*] +Parent=Inktomi +Browser=Yahoo-MMAudVid + +[Yahoo-MMCrawler*] +Parent=Inktomi +Browser=Yahoo-MMCrawler +isBanned=true + +[YahooFeedSeeker*] +Parent=Inktomi +Browser=YahooFeedSeeker +isSyndicationReader=true +Crawler=false + +[YahooSeeker/*] +Parent=Inktomi +Browser=YahooSeeker +isMobileDevice=true + +[YahooSeeker/CafeKelsa (compatible; Konqueror/3.2; FreeBSD*) (KHTML, like Gecko)] +Parent=Inktomi +Browser=YahooSeeker/CafeKelsa + +[YahooSeeker/CafeKelsa-dev (compatible; Konqueror/3.2; FreeBSD*) (KHTML, like Gecko)] +Parent=Inktomi + +[YahooVideoSearch*] +Parent=Inktomi +Browser=YahooVideoSearch + +[YahooYSMcm*] +Parent=Inktomi +Browser=YahooYSMcm + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; MSN + +[MSN] +Parent=DefaultProperties +Browser=MSN +Frames=true +Tables=true +Crawler=true + +[adidxbot/1.1 (?http://search.msn.com/msnbot.htm)] +Parent=MSN +Browser=adidxbot + +[librabot/1.0 (*)] +Parent=MSN +Browser=librabot + +[llssbot/1.0] +Parent=MSN +Browser=llssbot +Version=1.0 +MajorVer=1 +MinorVer=0 + +[MSMOBOT/1.1*] +Parent=MSN +Browser=msnbot-mobile +Version=1.1 +MajorVer=1 +MinorVer=1 + +[MSNBot-Academic/1.0*] +Parent=MSN +Browser=MSNBot-Academic +Version=1.0 +MajorVer=1 +MinorVer=0 + +[msnbot-media/1.0*] +Parent=MSN +Browser=msnbot-media +Version=1.0 +MajorVer=1 +MinorVer=0 + +[msnbot-media/1.1*] +Parent=MSN +Browser=msnbot-media +Version=1.1 +MajorVer=1 +MinorVer=1 + +[MSNBot-News/1.0*] +Parent=MSN +Browser=MSNBot-News +Version=1.0 +MajorVer=1 +MinorVer=0 + +[MSNBot-NewsBlogs/1.0*] +Parent=MSN +Browser=MSNBot-NewsBlogs +Version=1 +MajorVer=1 +MinorVer=0 + +[msnbot-products] +Parent=MSN +Browser=msnbot-products + +[msnbot-webmaster/1.0 (*http://search.msn.com/msnbot.htm)] +Parent=MSN +Browser=msnbot-webmaster tools + +[msnbot/1.0*] +Parent=MSN +Browser=msnbot +Version=1.0 +MajorVer=1 +MinorVer=0 + +[msnbot/1.1*] +Parent=MSN +Browser=msnbot +Version=1.1 +MajorVer=1 +MinorVer=1 + +[msnbot/2.0b*] +Parent=MSN +Version=2.0 +MajorVer=2 +MinorVer=0 +Beta=true + +[MSR-ISRCCrawler] +Parent=MSN +Browser=MSR-ISRCCrawler + +[renlifangbot/1.0 (?http://search.msn.com/msnbot.htm)] +Parent=MSN +Browser=renlifangbot + +[T-Mobile Dash Mozilla/4.0 (*) MSNBOT-MOBILE/1.1 (*)] +Parent=MSN +Browser=msnbot-mobile + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Yahoo + +[Yahoo] +Parent=DefaultProperties +Browser=Yahoo +Frames=true +Tables=true +Crawler=true + +[Mozilla/4.0 (compatible; Y!J; for robot study*)] +Parent=Yahoo +Browser=Y!J + +[Mozilla/5.0 (Yahoo-Test/4.0*)] +Parent=Yahoo +Browser=Yahoo-Test +Version=4.0 +MajorVer=4 +MinorVer=0 + +[mp3Spider cn-search-devel at yahoo-inc dot com] +Parent=Yahoo +Browser=Yahoo! Media +isBanned=true + +[My Browser] +Parent=Yahoo +Browser=Yahoo! My Browser + +[Y!OASIS/*] +Parent=Yahoo +Browser=Y!OASIS +isBanned=true + +[YahooYSMcm/2.0.0] +Parent=Yahoo +Browser=YahooYSMcm +Version=2.0 +MajorVer=2 +MinorVer=0 +isBanned=true + +[YRL_ODP_CRAWLER] +Parent=Yahoo +Browser=YRL_ODP_CRAWLER +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Yandex + +[Yandex] +Parent=DefaultProperties +Browser=Yandex +Frames=true +IFrames=true +Tables=true +Cookies=true +Crawler=true + +[Mozilla/4.0 (compatible; MSIE 5.0; YANDEX)] +Parent=Yandex + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9) Gecko VisualParser/3.0] +Parent=Yandex +Browser=VisualParser +isBanned=true + +[YaDirectBot/*] +Parent=Yandex +Browser=YaDirectBot + +[Yandex/*] +Parent=Yandex + +[YandexBlog/*] +Parent=Yandex +Browser=YandexBlog +isSyndicationReader=true + +[YandexSomething/*] +Parent=Yandex +Browser=YandexSomething +isSyndicationReader=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Best of the Web + +[Best of the Web] +Parent=DefaultProperties +Browser=Best of the Web +Frames=true +Tables=true + +[Mozilla/4.0 (compatible; BOTW Feed Grabber; *http://botw.org)] +Parent=Best of the Web +Browser=BOTW Feed Grabber +isSyndicationReader=true +Crawler=false + +[Mozilla/4.0 (compatible; BOTW Spider; *http://botw.org)] +Parent=Best of the Web +Browser=BOTW Spider +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Boitho + +[Boitho] +Parent=DefaultProperties +Browser=Boitho +Frames=true +Tables=true +Crawler=true + +[boitho.com-dc/*] +Parent=Boitho +Browser=boitho.com-dc + +[boitho.com-robot/*] +Parent=Boitho +Browser=boitho.com-robot + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Convera + +[Convera] +Parent=DefaultProperties +Browser=Convera +Frames=true +Tables=true +Crawler=true + +[ConveraCrawler/*] +Parent=Convera +Browser=ConveraCrawler + +[ConveraMultiMediaCrawler/0.1*] +Parent=Convera +Browser=ConveraMultiMediaCrawler +Version=0.1 +MajorVer=0 +MinorVer=1 + +[CrawlConvera*] +Parent=Convera +Browser=CrawlConvera + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DotBot + +[DotBot] +Parent=DefaultProperties +Browser=DotBot +Frames=true +Tables=true +isBanned=true +Crawler=true + +[DotBot/* (http://www.dotnetdotcom.org/*)] +Parent=DotBot + +[Mozilla/5.0 (compatible; DotBot/*; http://www.dotnetdotcom.org/*)] +Parent=DotBot + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Entireweb + +[Entireweb] +Parent=DefaultProperties +Browser=Entireweb +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[Mozilla/4.0 (compatible; SpeedySpider; www.entireweb.com)] +Parent=Entireweb + +[Speedy Spider (*Beta/*)] +Parent=Entireweb + +[Speedy?Spider?(http://www.entireweb.com*)] +Parent=Entireweb + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Envolk + +[Envolk] +Parent=DefaultProperties +Browser=Envolk +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[envolk/* (?http://www.envolk.com/envolk*)] +Parent=Envolk + +[envolk?ITS?spider/* (?http://www.envolk.com/envolk*)] +Parent=Envolk + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Exalead + +[Exalead] +Parent=DefaultProperties +Browser=Exalead +Frames=true +Tables=true +isBanned=true +Crawler=true + +[Exabot-Images/1.0] +Parent=Exalead +Browser=Exabot-Images +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Exabot-Test/*] +Parent=Exalead +Browser=Exabot-Test + +[Exabot/2.0] +Parent=Exalead +Browser=Exabot + +[Exabot/3.0] +Parent=Exalead +Browser=Exabot +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=Liberate + +[Exalead NG/*] +Parent=Exalead +Browser=Exalead NG +isBanned=true + +[Mozilla/5.0 (compatible; Exabot-Images/3.0;*)] +Parent=Exalead +Browser=Exabot-Images + +[Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter/tests);*)] +Parent=Exalead +Browser=Exabot/BiggerBetter/tests + +[Mozilla/5.0 (compatible; Exabot/3.0;*)] +Parent=Exalead +Browser=Exabot +isBanned=false + +[Mozilla/5.0 (compatible; NGBot/*)] +Parent=Exalead + +[ng/*] +Parent=Exalead +Browser=Exalead Previewer +Version=1.0 +MajorVer=1 +MinorVer=0 +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Fast/AllTheWeb + +[Fast/AllTheWeb] +Parent=DefaultProperties +Browser=Fast/AllTheWeb +Alpha=true +Beta=true +Win16=true +Win32=true +Win64=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +isBanned=true +isMobileDevice=true +isSyndicationReader=true +Crawler=true + +[*FAST Enterprise Crawler*] +Parent=Fast/AllTheWeb +Browser=FAST Enterprise Crawler + +[FAST Data Search Document Retriever/4.0*] +Parent=Fast/AllTheWeb +Browser=FAST Data Search Document Retriever + +[FAST MetaWeb Crawler (helpdesk at fastsearch dot com)] +Parent=Fast/AllTheWeb +Browser=FAST MetaWeb Crawler + +[Fast PartnerSite Crawler*] +Parent=Fast/AllTheWeb +Browser=FAST PartnerSite + +[FAST-WebCrawler/*] +Parent=Fast/AllTheWeb +Browser=FAST-WebCrawler + +[FAST-WebCrawler/*/FirstPage*] +Parent=Fast/AllTheWeb +Browser=FAST-WebCrawler/FirstPage + +[FAST-WebCrawler/*/Fresh*] +Parent=Fast/AllTheWeb +Browser=FAST-WebCrawler/Fresh + +[FAST-WebCrawler/*/PartnerSite*] +Parent=Fast/AllTheWeb +Browser=FAST PartnerSite + +[FAST-WebCrawler/*?Multimedia*] +Parent=Fast/AllTheWeb +Browser=FAST-WebCrawler/Multimedia + +[FastSearch Web Crawler for*] +Parent=Fast/AllTheWeb +Browser=FastSearch Web Crawler + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Gigabot + +[Gigabot] +Parent=DefaultProperties +Browser=Gigabot +Frames=true +IFrames=true +Tables=true +Crawler=true + +[Gigabot*] +Parent=Gigabot + +[GigabotSiteSearch/*] +Parent=Gigabot +Browser=GigabotSiteSearch + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Ilse + +[Ilse] +Parent=DefaultProperties +Browser=Ilse +Frames=true +Tables=true +Crawler=true + +[IlseBot/*] +Parent=Ilse + +[INGRID/?.0*] +Parent=Ilse +Browser=Ilse + +[Mozilla/3.0 (INGRID/*] +Parent=Ilse +Browser=Ilse + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iVia Project + +[iVia Project] +Parent=DefaultProperties +Browser=iVia Project +Frames=true +IFrames=true +Tables=true +Crawler=true + +[DataFountains/DMOZ Downloader*] +Parent=iVia Project +Browser=DataFountains/DMOZ Downloader +isBanned=true + +[DataFountains/DMOZ Feature Vector Corpus Creator*] +Parent=iVia Project +Browser=DataFountains/DMOZ Feature Vector Corpus + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Jayde Online + +[Jayde Online] +Parent=DefaultProperties +Browser=Jayde Online +Frames=true +Tables=true +Crawler=true + +[ExactSeek Crawler/*] +Parent=Jayde Online +Browser=ExactSeek Crawler + +[exactseek-pagereaper-* (crawler@exactseek.com)] +Parent=Jayde Online +Browser=exactseek-pagereaper +isBanned=true + +[exactseek.com] +Parent=Jayde Online +Browser=exactseek.com + +[Jayde Crawler*] +Parent=Jayde Online +Browser=Jayde Crawler + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Lycos + +[Lycos] +Parent=DefaultProperties +Browser=Lycos +Frames=true +Tables=true +Crawler=true + +[Lycos*] +Parent=Lycos +Browser=Lycos + +[Lycos-Proxy] +Parent=Lycos +Browser=Lycos-Proxy + +[Lycos-Spider_(modspider)] +Parent=Lycos +Browser=Lycos-Spider_(modspider) + +[Lycos-Spider_(T-Rex)] +Parent=Lycos +Browser=Lycos-Spider_(T-Rex) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Naver + +[Naver] +Parent=DefaultProperties +Browser=Naver +isBanned=true +Crawler=true + +[Cowbot-* (NHN Corp*naver.com)] +Parent=Naver +Browser=Naver Cowbot + +[Mozilla/4.0 (compatible; NaverBot/*; *)] +Parent=Naver + +[Mozilla/4.0 (compatible; NaverBot/*; nhnbot@naver.com)] +Parent=Naver +Browser=Naver NaverBot + +[NaverBot-* (NHN Corp*naver.com)] +Parent=Naver +Browser=Naver NHN Corp + +[Yeti/*] +Parent=Naver +Browser=Yeti + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Snap + +[Snap] +Parent=DefaultProperties +Browser=Snap +isBanned=true +Crawler=true + +[Mozilla/5.0 (SnapPreviewBot) Gecko/* Firefox/*] +Parent=Snap + +[Snapbot/*] +Parent=Snap + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Sogou + +[Sogou] +Parent=DefaultProperties +Browser=Sogou +Frames=true +Tables=true +isBanned=true +Crawler=true + +[shaboyi spider] +Parent=Sogou +Browser=Sogou/Shaboyi Spider + +[Sogou develop spider/*] +Parent=Sogou +Browser=Sogou Develop Spider + +[Sogou head spider*] +Parent=Sogou +Browser=Sogou/HEAD Spider + +[sogou js robot(*)] +Parent=Sogou + +[Sogou Orion spider/*] +Parent=Sogou +Browser=Sogou Orion spider + +[Sogou Pic Agent] +Parent=Sogou +Browser=Sogou/Image Crawler + +[Sogou Pic Spider] +Parent=Sogou +Browser=Sogou Pic Spider + +[Sogou Push Spider/*] +Parent=Sogou +Browser=Sogou Push Spider + +[sogou spider] +Parent=Sogou +Browser=Sogou/Spider + +[sogou web spider*] +Parent=Sogou +Browser=sogou web spider + +[Sogou-Test-Spider/*] +Parent=Sogou +Browser=Sogou-Test-Spider + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; YodaoBot + +[YodaoBot] +Parent=DefaultProperties +Browser=YodaoBot +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[Mozilla/5.0 (compatible; YodaoBot/1.*)] +Parent=YodaoBot + +[Mozilla/5.0 (compatible;YodaoBot-Image/1.*)] +Parent=YodaoBot +Browser=YodaoBot-Image + +[WAP_Browser/5.0 (compatible; YodaoBot/1.*)] +Parent=YodaoBot + +[YodaoBot/1.* (*)] +Parent=YodaoBot + +[Best Whois (http://www.bestwhois.net/)] +Parent=DNS Tools +Browser=Best Whois + +[DNSGroup/*] +Parent=DNS Tools +Browser=DNS Group Crawler + +[NG-Search/*] +Parent=Exalead +Browser=NG-SearchBot + +[TouchStone] +Parent=Feeds Syndicators +Browser=TouchStone +isSyndicationReader=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; General Crawlers + +[General Crawlers] +Parent=DefaultProperties +Browser=General Crawlers +Crawler=true + +[A .NET Web Crawler] +Parent=General Crawlers +isBanned=true + +[BabalooSpider/1.*] +Parent=General Crawlers +Browser=BabalooSpider + +[BilgiBot/*] +Parent=General Crawlers +Browser=BilgiBot +isBanned=true + +[bot/* (bot; *bot@bot.bot)] +Parent=General Crawlers +Browser=bot +isBanned=true + +[CyberPatrol*] +Parent=General Crawlers +Browser=CyberPatrol +isBanned=true + +[Cynthia 1.0] +Parent=General Crawlers +Browser=Cynthia +Version=1.0 +MajorVer=1 +MinorVer=0 + +[ddetailsbot (http://www.displaydetails.com)] +Parent=General Crawlers +Browser=ddetailsbot + +[DomainCrawler/1.0 (info@domaincrawler.com; http://www.domaincrawler.com/domains/view/*)] +Parent=General Crawlers +Browser=DomainCrawler + +[DomainsBotBot/1.*] +Parent=General Crawlers +Browser=DomainsBotBot +isBanned=true + +[DomainsDB.net MetaCrawler*] +Parent=General Crawlers +Browser=DomainsDB + +[Drupal (*)] +Parent=General Crawlers +Browser=Drupal + +[Dumbot (version *)*] +Parent=General Crawlers +Browser=Dumbfind + +[EuripBot/*] +Parent=General Crawlers +Browser=Europe Internet Portal + +[eventax/*] +Parent=General Crawlers +Browser=eventax + +[FANGCrawl/*] +Parent=General Crawlers +Browser=Safe-t.net Web Filtering Service +isBanned=true + +[favorstarbot/*] +Parent=General Crawlers +Browser=favorstarbot +isBanned=true + +[FollowSite.com (*)] +Parent=General Crawlers +Browser=FollowSite +isBanned=true + +[Gaisbot*] +Parent=General Crawlers +Browser=Gaisbot + +[Healthbot/Health_and_Longevity_Project_(HealthHaven.com) ] +Parent=General Crawlers +Browser=Healthbot +isBanned=true + +[hitcrawler_0.*] +Parent=General Crawlers +Browser=hitcrawler +isBanned=true + +[htdig/*] +Parent=General Crawlers +Browser=ht://Dig + +[http://hilfe.acont.de/bot.html ACONTBOT] +Parent=General Crawlers +Browser=ACONTBOT +isBanned=true + +[JetBrains*] +Parent=General Crawlers +Browser=Omea Pro + +[KakleBot - www.kakle.com/0.1] +Parent=General Crawlers +Browser=KakleBot + +[KBeeBot/0.*] +Parent=General Crawlers +Browser=KBeeBot +isBanned=true + +[Keyword Density/*] +Parent=General Crawlers +Browser=Keyword Density + +[LetsCrawl.com/1.0*] +Parent=General Crawlers +Browser=LetsCrawl.com +isBanned=true + +[Lincoln State Web Browser] +Parent=General Crawlers +Browser=Lincoln State Web Browser +isBanned=true + +[Links4US-Crawler,*] +Parent=General Crawlers +Browser=Links4US-Crawler +isBanned=true + +[Lorkyll *.* -- lorkyll@444.net] +Parent=General Crawlers +Browser=Lorkyll +isBanned=true + +[Lsearch/sondeur] +Parent=General Crawlers +Browser=Lsearch/sondeur +isBanned=true + +[LucidMedia ClickSense/4.?] +Parent=General Crawlers +Browser=LucidMedia-ClickSense +isBanned=true + +[MapoftheInternet.com?(?http://MapoftheInternet.com)] +Parent=General Crawlers +Browser=MapoftheInternet +isBanned=true + +[Marvin v0.3] +Parent=General Crawlers +Browser=MedHunt +Version=0.3 +MajorVer=0 +MinorVer=3 + +[masidani_bot_v0.6*] +Parent=General Crawlers +Browser=masidani_bot + +[Metaspinner/0.01 (Metaspinner; http://www.meta-spinner.de/; support@meta-spinner.de/)] +Parent=General Crawlers +Browser=Metaspinner/0.01 +Version=0.01 +MajorVer=0 +MinorVer=01 + +[metatagsdir/*] +Parent=General Crawlers +Browser=metatagsdir +isBanned=true + +[Microsoft Windows Network Diagnostics] +Parent=General Crawlers +Browser=Microsoft Windows Network Diagnostics +isBanned=true + +[Miva (AlgoFeedback@miva.com)] +Parent=General Crawlers +Browser=Miva + +[moget/*] +Parent=General Crawlers +Browser=Goo + +[Mozdex/0.7.2*] +Parent=General Crawlers +Browser=Mozdex + +[Mozilla Compatible (MS IE 3.01 WinNT)] +Parent=General Crawlers +isBanned=true + +[Mozilla/* (compatible; WebCapture*)] +Parent=General Crawlers +Browser=WebCapture + +[Mozilla/4.0 (compatible; DepSpid/*)] +Parent=General Crawlers +Browser=DepSpid + +[Mozilla/4.0 (compatible; MSIE *; Windows NT *; SV1)] +Parent=General Crawlers +Browser=AVG + +[Mozilla/4.0 (compatible; MSIE 4.01; Vonna.com b o t)] +Parent=General Crawlers +Browser=Vonna.com +isBanned=true + +[Mozilla/4.0 (compatible; MSIE 4.01; Windows95)] +Parent=General Crawlers +Win32=true + +[Mozilla/4.0 (compatible; MSIE 4.5; Windows 98; )] +Parent=General Crawlers +Win32=true + +[Mozilla/4.0 (compatible; MyFamilyBot/*)] +Parent=General Crawlers +Browser=MyFamilyBot + +[Mozilla/4.0 (compatible; N-Stealth)] +Parent=General Crawlers +Browser=N-Stealth + +[Mozilla/4.0 (compatible; Scumbot/*; Linux/*)] +Parent=General Crawlers +isBanned=true + +[Mozilla/4.0 (compatible; Spider; Linux)] +Parent=General Crawlers +isBanned=true + +[Mozilla/4.0 (compatible; Win32)] +Parent=General Crawlers +Browser=Unknown Crawler +isBanned=true + +[Mozilla/4.1] +Parent=General Crawlers +isBanned=true + +[Mozilla/4.5] +Parent=General Crawlers +isBanned=true + +[Mozilla/5.0 (*http://gnomit.com/) Gecko/* Gnomit/1.0] +Parent=General Crawlers +Browser=Gnomit +isBanned=true + +[Mozilla/5.0 (compatible; AboutUsBot/*)] +Parent=General Crawlers +Browser=AboutUsBot +isBanned=true + +[Mozilla/5.0 (compatible; BuzzRankingBot/*)] +Parent=General Crawlers +Browser=BuzzRankingBot +isBanned=true + +[Mozilla/5.0 (compatible; Diffbot/0.1; http://www.diffbot.com)] +Parent=General Crawlers +Browser=Diffbot + +[Mozilla/5.0 (compatible; FirstSearchBot/1.0; *)] +Parent=General Crawlers +Browser=FirstSearchBot + +[mozilla/5.0 (compatible; genevabot http://www.healthdash.com)] +Parent=General Crawlers +Browser=Healthdash + +[Mozilla/5.0 (compatible; JadynAveBot; *http://www.jadynave.com/robot*] +Parent=General Crawlers +Browser=JadynAveBot +isBanned=true + +[Mozilla/5.0 (compatible; Kyluka crawl; http://www.kyluka.com/crawl.html; crawl@kyluka.com)] +Parent=General Crawlers +Browser=Kyluka + +[Mozilla/5.0 (compatible; MJ12bot/v1.2.*; http://www.majestic12.co.uk/bot.php*)] +Parent=General Crawlers +Browser=MJ12bot +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Mozilla/5.0 (compatible; MSIE 7.0 ?http://www.europarchive.org)] +Parent=General Crawlers +Browser=Europe Web Archive + +[Mozilla/5.0 (compatible; Seznam screenshot-generator 2.0;*)] +Parent=General Crawlers +Browser=Seznam screenshot-generator +isBanned=true + +[Mozilla/5.0 (compatible; Twingly Recon; http://www.twingly.com/)] +Parent=General Crawlers +Browser=Twingly Recon + +[Mozilla/5.0 (compatible; unwrapbot/2.*; http://www.unwrap.jp*)] +Parent=General Crawlers +Browser=UnWrap + +[Mozilla/5.0 (compatible; Vermut*)] +Parent=General Crawlers +Browser=Vermut + +[Mozilla/5.0 (compatible; Webbot/*)] +Parent=General Crawlers +Browser=Webbot.ru +isBanned=true + +[n4p_bot*] +Parent=General Crawlers +Browser=n4p_bot + +[nabot*] +Parent=General Crawlers +Browser=Nabot + +[NetCarta_WebMapper/*] +Parent=General Crawlers +Browser=NetCarta_WebMapper +isBanned=true + +[NetID.com Bot*] +Parent=General Crawlers +Browser=NetID.com Bot +isBanned=true + +[neTVision AG andreas.heidoetting@thomson-webcast.net] +Parent=General Crawlers +Browser=neTVision + +[NextopiaBOT*] +Parent=General Crawlers +Browser=NextopiaBOT + +[nicebot] +Parent=General Crawlers +Browser=nicebot +isBanned=true + +[niXXieBot?Foster*] +Parent=General Crawlers +Browser=niXXiebot-Foster + +[Nozilla/P.N (Just for IDS woring)] +Parent=General Crawlers +Browser=Nozilla/P.N +isBanned=true + +[Nudelsalat/*] +Parent=General Crawlers +Browser=Nudelsalat +isBanned=true + +[NV32ts] +Parent=General Crawlers +Browser=NV32ts +isBanned=true + +[Ocelli/*] +Parent=General Crawlers +Browser=Ocelli + +[OpenTaggerBot (http://www.opentagger.com/opentaggerbot.htm)] +Parent=General Crawlers +Browser=OpenTaggerBot + +[Oracle Enterprise Search] +Parent=General Crawlers +Browser=Oracle Enterprise Search +isBanned=true + +[Oracle Ultra Search] +Parent=General Crawlers +Browser=Oracle Ultra Search + +[Pajaczek/*] +Parent=General Crawlers +Browser=Pajaczek +isBanned=true + +[panscient.com] +Parent=General Crawlers +Browser=panscient.com +isBanned=true + +[Patwebbot (http://www.herz-power.de/technik.html)] +Parent=General Crawlers +Browser=Patwebbot + +[PDFBot (crawler@pdfind.com)] +Parent=General Crawlers +Browser=PDFBot + +[Pete-Spider/1.*] +Parent=General Crawlers +Browser=Pete-Spider +isBanned=true + +[PhpDig/*] +Parent=General Crawlers +Browser=PhpDig + +[PlantyNet_WebRobot*] +Parent=General Crawlers +Browser=PlantyNet +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PluckIt + +[PluckItCrawler/1.0 (*)] +Parent=General Crawlers +isMobileDevice=true + +[PMAFind] +Parent=General Crawlers +Browser=PMAFind +isBanned=true + +[Poodle_predictor_1.0] +Parent=General Crawlers +Browser=Poodle Predictor + +[QuickFinder Crawler] +Parent=General Crawlers +Browser=QuickFinder +isBanned=true + +[Radiation Retriever*] +Parent=General Crawlers +Browser=Radiation Retriever +isBanned=true + +[RedCarpet/*] +Parent=General Crawlers +Browser=RedCarpet +isBanned=true + +[RixBot (http://babelserver.org/rix)] +Parent=General Crawlers +Browser=RixBot + +[Rome Client (http://tinyurl.com/64t5n) Ver: 0.*] +Parent=General Crawlers +Browser=TinyURL + +[SBIder/*] +Parent=General Crawlers +Browser=SiteSell + +[ScollSpider/2.*] +Parent=General Crawlers +Browser=ScollSpider +isBanned=true + +[Search Fst] +Parent=General Crawlers +Browser=Search Fst + +[searchbot admin@google.com] +Parent=General Crawlers +Browser=searchbot +isBanned=true + +[Seeker.lookseek.com] +Parent=General Crawlers +Browser=LookSeek +isBanned=true + +[semanticdiscovery/*] +Parent=General Crawlers +Browser=Semantic Discovery + +[SeznamBot/*] +Parent=General Crawlers +Browser=SeznamBot +isBanned=true + +[Shelob (shelob@gmx.net)] +Parent=General Crawlers +Browser=Shelob +isBanned=true + +[shelob v1.*] +Parent=General Crawlers +Browser=shelob +isBanned=true + +[ShopWiki/1.0*] +Parent=General Crawlers +Browser=ShopWiki +Version=1.0 +MajorVer=1 +MinorVer=0 + +[ShowXML/1.0 libwww/5.4.0] +Parent=General Crawlers +Browser=ShowXML +isBanned=true + +[sitecheck.internetseer.com*] +Parent=General Crawlers +Browser=Internetseer + +[SMBot/*] +Parent=General Crawlers +Browser=SMBot + +[sohu*] +Parent=General Crawlers +Browser=sohu-search +isBanned=true + +[SpankBot*] +Parent=General Crawlers +Browser=SpankBot +isBanned=true + +[spider (tspyyp@tom.com)] +Parent=General Crawlers +Browser=spider (tspyyp@tom.com) +isBanned=true + +[Sunrise/0.*] +Parent=General Crawlers +Browser=Sunrise +isBanned=true + +[Superpages URL Verification Engine] +Parent=General Crawlers +Browser=Superpages + +[Surf Knight] +Parent=General Crawlers +Browser=Surf Knight +isBanned=true + +[SurveyBot/*] +Parent=General Crawlers +Browser=SurveyBot +isBanned=true + +[SynapticSearch/AI Crawler 1.?] +Parent=General Crawlers +Browser=SynapticSearch +isBanned=true + +[SyncMgr] +Parent=General Crawlers +Browser=SyncMgr + +[Tagyu Agent/1.0] +Parent=General Crawlers +Browser=Tagyu + +[Talkro Web-Shot/*] +Parent=General Crawlers +Browser=Talkro Web-Shot +isBanned=true + +[Tecomi Bot (http://www.tecomi.com/bot.htm)] +Parent=General Crawlers +Browser=Tecomi + +[TheInformant*] +Parent=General Crawlers +Browser=TheInformant +isBanned=true + +[Toata dragostea*] +Parent=General Crawlers +Browser=Toata dragostea +isBanned=true + +[Tutorial Crawler*] +Parent=General Crawlers +isBanned=true + +[UbiCrawler/*] +Parent=General Crawlers +Browser=UbiCrawler + +[UCmore] +Parent=General Crawlers +Browser=UCmore + +[User*Agent:*] +Parent=General Crawlers +isBanned=true + +[USER_AGENT] +Parent=General Crawlers +Browser=USER_AGENT +isBanned=true + +[VadixBot] +Parent=General Crawlers +Browser=VadixBot + +[VengaBot/*] +Parent=General Crawlers +Browser=VengaBot +isBanned=true + +[Visicom Toolbar] +Parent=General Crawlers +Browser=Visicom Toolbar + +[W3C-WebCon/*] +Parent=General Crawlers +Browser=W3C-WebCon + +[Webclipping.com] +Parent=General Crawlers +Browser=Webclipping.com +isBanned=true + +[webcollage/*] +Parent=General Crawlers +Browser=WebCollage +isBanned=true + +[WebCrawler_1.*] +Parent=General Crawlers +Browser=WebCrawler + +[WebFilter Robot*] +Parent=General Crawlers +Browser=WebFilter Robot + +[WeBoX/*] +Parent=General Crawlers +Browser=WeBoX + +[WebTrends/*] +Parent=General Crawlers +Browser=WebTrends + +[West Wind Internet Protocols*] +Parent=General Crawlers +Browser=Versatel +isBanned=true + +[WhizBang] +Parent=General Crawlers +Browser=WhizBang + +[Willow Internet Crawler by Twotrees V*] +Parent=General Crawlers +Browser=Willow Internet Crawler + +[WIRE/* (Linux; i686; Bot,Robot,Spider,Crawler)] +Parent=General Crawlers +Browser=WIRE +isBanned=true + +[www.fi crawler, contact crawler@www.fi] +Parent=General Crawlers +Browser=www.fi crawler + +[Xerka WebBot v1.*] +Parent=General Crawlers +Browser=Xerka +isBanned=true + +[XML Sitemaps Generator*] +Parent=General Crawlers +Browser=XML Sitemaps Generator + +[XSpider*] +Parent=General Crawlers +Browser=XSpider +isBanned=true + +[YooW!/* (?http://www.yoow.eu)] +Parent=General Crawlers +Browser=YooW! +isBanned=true + +[HiddenMarket-*] +Parent=General RSS +Browser=HiddenMarket +isBanned=true + +[FOTOCHECKER] +Parent=Image Crawlers +Browser=FOTOCHECKER +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Search Engines + +[Search Engines] +Parent=DefaultProperties +Browser=Search Engines +Crawler=true + +[*FDSE robot*] +Parent=Search Engines +Browser=FDSE Robot + +[*Fluffy the spider*] +Parent=Search Engines +Browser=SearchHippo + +[Abacho*] +Parent=Search Engines +Browser=Abacho + +[ah-ha.com crawler (crawler@ah-ha.com)] +Parent=Search Engines +Browser=Ah-Ha + +[AIBOT/*] +Parent=Search Engines +Browser=21Seek.Com + +[ALeadSoftbot/*] +Parent=Search Engines +Browser=ALeadSoftbot + +[Amfibibot/*] +Parent=Search Engines +Browser=Amfibi + +[AnswerBus (http://www.answerbus.com/)] +Parent=Search Engines + +[antibot-V*] +Parent=Search Engines +Browser=antibot + +[appie*(www.walhello.com)] +Parent=Search Engines +Browser=Walhello + +[ASPSeek/*] +Parent=Search Engines +Browser=ASPSeek + +[BigCliqueBOT/*] +Parent=Search Engines +Browser=BigClique.com/BigClic.com + +[Blaiz-Bee/*] +Parent=Search Engines +Browser=RawGrunt + +[btbot/*] +Parent=Search Engines +Browser=Bit Torrent Search Engine + +[Busiversebot/v1.0 (http://www.busiverse.com/bot.php)] +Parent=Search Engines +Browser=Busiversebot +isBanned=true + +[CatchBot/*; http://www.catchbot.com] +Parent=Search Engines +Browser=CatchBot +Version=1.0 +MajorVer=1 +MinorVer=0 + +[CipinetBot (http://www.cipinet.com/bot.html)] +Parent=Search Engines +Browser=CipinetBot + +[Cogentbot/1.?*] +Parent=Search Engines +Browser=Cogentbot + +[compatible; Mozilla 4.0; MSIE 5.5; (SqwidgeBot v1.01 - http://www.sqwidge.com/bot/)] +Parent=Search Engines +Browser=SqwidgeBot + +[cosmos*] +Parent=Search Engines +Browser=Xyleme + +[Deepindex] +Parent=Search Engines +Browser=Deepindex + +[DiamondBot] +Parent=Search Engines +Browser=DiamondBot + +[Dumbot*] +Parent=Search Engines +Browser=Dumbot +Version=0.2 +MajorVer=0 +MinorVer=2 +Beta=true + +[Eule?Robot*] +Parent=Search Engines +Browser=Eule-Robot + +[Faxobot/*] +Parent=Search Engines +Browser=Faxo + +[Filangy/*] +Parent=Search Engines +Browser=Filangy + +[flatlandbot/*] +Parent=Search Engines +Browser=Flatland + +[Fooky.com/ScorpionBot/ScoutOut;*] +Parent=Search Engines +Browser=ScorpionBot +isBanned=true + +[FyberSpider*] +Parent=Search Engines +Browser=FyberSpider +isBanned=true + +[Gaisbot/*] +Parent=Search Engines +Browser=Gaisbot + +[gazz/*(gazz@nttr.co.jp)] +Parent=Search Engines +Browser=gazz + +[geniebot*] +Parent=Search Engines +Browser=GenieKnows + +[GOFORITBOT (?http://www.goforit.com/about/?)] +Parent=Search Engines +Browser=GoForIt + +[GoGuidesBot/*] +Parent=Search Engines +Browser=GoGuidesBot + +[GroschoBot/*] +Parent=Search Engines +Browser=GroschoBot + +[GurujiBot/1.*] +Parent=Search Engines +Browser=GurujiBot +isBanned=true + +[HenryTheMiragoRobot*] +Parent=Search Engines +Browser=Mirago + +[HolmesBot (http://holmes.ge)] +Parent=Search Engines +Browser=HolmesBot + +[Hotzonu/*] +Parent=Search Engines +Browser=Hotzonu + +[HyperEstraier/*] +Parent=Search Engines +Browser=HyperEstraier +isBanned=true + +[i1searchbot/*] +Parent=Search Engines +Browser=i1searchbot + +[IIITBOT/1.*] +Parent=Search Engines +Browser=Indian Language Web Search Engine + +[Iltrovatore-?etaccio/*] +Parent=Search Engines +Browser=Iltrovatore-Setaccio + +[InfociousBot (?http://corp.infocious.com/tech_crawler.php)] +Parent=Search Engines +Browser=InfociousBot +isBanned=true + +[Infoseek SideWinder/*] +Parent=Search Engines +Browser=Infoseek + +[iSEEKbot/*] +Parent=Search Engines +Browser=iSEEKbot + +[Knight/0.? (Zook Knight; http://knight.zook.in/; knight@zook.in)] +Parent=Search Engines +Browser=Knight + +[Kolinka Forum Search (www.kolinka.com)] +Parent=Search Engines +Browser=Kolinka Forum Search +isBanned=true + +[KRetrieve/] +Parent=Search Engines +Browser=KRetrieve +isBanned=true + +[LapozzBot/*] +Parent=Search Engines +Browser=LapozzBot + +[Linknzbot*] +Parent=Search Engines +Browser=Linknzbot + +[LocalcomBot/*] +Parent=Search Engines +Browser=LocalcomBot + +[Mail.Ru/1.0] +Parent=Search Engines +Browser=Mail.Ru + +[MaSagool/*] +Parent=Search Engines +Browser=Sagoo +Version=1.0 +MajorVer=1 +MinorVer=0 + +[miniRank/*] +Parent=Search Engines +Browser=miniRank + +[Mnogosearch*] +Parent=Search Engines +Browser=Mnogosearch + +[Mozilla/0.9* no dos :) (Linux)] +Parent=Search Engines +Browser=goliat +isBanned=true + +[Mozilla/4.0 (compatible; Arachmo)] +Parent=Search Engines +Browser=Arachmo + +[Mozilla/4.0 (compatible; http://search.thunderstone.com/texis/websearch/about.html)] +Parent=Search Engines +Browser=ThunderStone +isBanned=true + +[Mozilla/4.0 (compatible; MSIE *; Windows NT; Girafabot; girafabot at girafa dot com; http://www.girafa.com)] +Parent=Search Engines +Browser=Girafabot +Win32=true + +[Mozilla/4.0 (compatible; Vagabondo/*; webcrawler at wise-guys dot nl; *)] +Parent=Search Engines +Browser=Vagabondo + +[Mozilla/4.0(?compatible; MSIE 6.0; Qihoo *)] +Parent=Search Engines +Browser=Qihoo + +[Mozilla/4.7 (compatible; WhizBang; http://www.whizbang.com/crawler)] +Parent=Search Engines +Browser=Inxight Software + +[Mozilla/5.0 (*) VoilaBot*] +Parent=Search Engines +Browser=VoilaBot +isBanned=true + +[Mozilla/5.0 (compatible; ActiveTouristBot*; http://www.activetourist.com)] +Parent=Search Engines +Browser=ActiveTouristBot + +[Mozilla/5.0 (compatible; Butterfly/1.0; *)*] +Parent=Search Engines +Browser=Butterfly + +[Mozilla/5.0 (compatible; Charlotte/*; *)] +Parent=Search Engines +Browser=Charlotte +Beta=true +isBanned=true + +[Mozilla/5.0 (compatible; CXL-FatAssANT*)] +Parent=Search Engines +Browser=FatAssANT + +[Mozilla/5.0 (compatible; DBLBot/1.0; ?http://www.dontbuylists.com/)] +Parent=Search Engines +Browser=DBLBot +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (compatible; EARTHCOM.info/*)] +Parent=Search Engines +Browser=EARTHCOM + +[Mozilla/5.0 (compatible; Lipperhey Spider; http://www.lipperhey.com/)] +Parent=Search Engines +Browser=Lipperhey Spider + +[Mozilla/5.0 (compatible; MojeekBot/*; http://www.mojeek.com/bot.html)] +Parent=Search Engines +Browser=MojeekBot + +[Mozilla/5.0 (compatible; NLCrawler/*] +Parent=Search Engines +Browser=Northern Light Web Search + +[Mozilla/5.0 (compatible; OsO;*] +Parent=Search Engines +Browser=Octopodus +isBanned=true + +[Mozilla/5.0 (compatible; Pogodak.*)] +Parent=Search Engines +Browser=Pogodak + +[Mozilla/5.0 (compatible; Quantcastbot/1.*)] +Parent=Search Engines +Browser=Quantcastbot + +[Mozilla/5.0 (compatible; ScoutJet; *http://www.scoutjet.com/)] +Parent=Search Engines +Browser=ScoutJet + +[Mozilla/5.0 (compatible; Scrubby/*; http://www.scrubtheweb.com/abs/meta-check.html)] +Parent=Search Engines +Browser=Scrubby +isBanned=true + +[Mozilla/5.0 (compatible; YoudaoBot/1.*; http://www.youdao.com/help/webmaster/spider/*)] +Parent=Search Engines +Browser=YoudaoBot +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (Twiceler*)] +Parent=Search Engines +Browser=Twiceler +isBanned=true + +[Mozilla/5.0 CostaCider Search*] +Parent=Search Engines +Browser=CostaCider Search + +[Mozilla/5.0 GurujiBot/1.0 (*)] +Parent=Search Engines +Browser=GurujiBot + +[NavissoBot] +Parent=Search Engines +Browser=NavissoBot + +[NextGenSearchBot*(for information visit *)] +Parent=Search Engines +Browser=ZoomInfo +isBanned=true + +[Norbert the Spider(Burf.com)] +Parent=Search Engines +Browser=Norbert the Spider + +[NuSearch Spider*] +Parent=Search Engines +Browser=nuSearch + +[ObjectsSearch/*] +Parent=Search Engines +Browser=ObjectsSearch + +[OpenISearch/1.*] +Parent=Search Engines +Browser=OpenISearch (Amazon) + +[Pagebull http://www.pagebull.com/] +Parent=Search Engines +Browser=Pagebull + +[PEERbot*] +Parent=Search Engines +Browser=PEERbot + +[Pompos/*] +Parent=Search Engines +Browser=Pompos + +[Popdexter/*] +Parent=Search Engines +Browser=Popdex + +[Qweery*] +Parent=Search Engines +Browser=QweeryBot + +[RedCell/* (*)] +Parent=Search Engines +Browser=RedCell + +[Scrubby/*] +Parent=Search Engines +Browser=Scrub The Web + +[Search-10/*] +Parent=Search Engines +Browser=Search-10 + +[search.ch*] +Parent=Search Engines +Browser=Swiss Search Engine + +[Searchmee! Spider*] +Parent=Search Engines +Browser=Searchmee! + +[Seekbot/*] +Parent=Search Engines +Browser=Seekbot + +[SiteSpider (http://www.SiteSpider.com/)] +Parent=Search Engines +Browser=SiteSpider + +[Spinne/*] +Parent=Search Engines +Browser=Spinne + +[sproose/*] +Parent=Search Engines +Browser=Sproose + +[Sqeobot/0.*] +Parent=Search Engines +Browser=Branzel +isBanned=true + +[SquigglebotBot/*] +Parent=Search Engines +Browser=SquigglebotBot +isBanned=true + +[StackRambler/*] +Parent=Search Engines +Browser=StackRambler + +[SygolBot*] +Parent=Search Engines +Browser=SygolBot + +[SynoBot] +Parent=Search Engines +Browser=SynoBot + +[Szukacz/*] +Parent=Search Engines +Browser=Szukacz + +[Tarantula/*] +Parent=Search Engines +Browser=Tarantula +isBanned=true + +[TerrawizBot/*] +Parent=Search Engines +Browser=TerrawizBot +isBanned=true + +[Tkensaku/*] +Parent=Search Engines +Browser=Tkensaku + +[TMCrawler] +Parent=Search Engines +Browser=TMCrawler +isBanned=true + +[Twingly Recon] +Parent=Search Engines +Browser=Twingly Recon +isBanned=true + +[updated/*] +Parent=Search Engines +Browser=Updated! + +[URL Spider Pro/*] +Parent=Search Engines +Browser=URL Spider Pro + +[URL Spider SQL*] +Parent=Search Engines +Browser=Innerprise Enterprise Search + +[VMBot/*] +Parent=Search Engines +Browser=VMBot + +[voyager/2.0 (http://www.kosmix.com/html/crawler.html)] +Parent=Search Engines +Browser=Voyager + +[wadaino.jp-crawler*] +Parent=Search Engines +Browser=wadaino.jp +isBanned=true + +[WebAlta Crawler/*] +Parent=Search Engines +Browser=WebAlta Crawler +isBanned=true + +[WebCorp/*] +Parent=Search Engines +Browser=WebCorp +isBanned=true + +[webcrawl.net] +Parent=Search Engines +Browser=webcrawl.net + +[WISEbot/*] +Parent=Search Engines +Browser=WISEbot +isBanned=true + +[Wotbox/*] +Parent=Search Engines +Browser=Wotbox + +[www.zatka.com] +Parent=Search Engines +Browser=Zatka + +[WWWeasel Robot v*] +Parent=Search Engines +Browser=World Wide Weasel + +[YadowsCrawler*] +Parent=Search Engines +Browser=YadowsCrawler + +[YodaoBot/*] +Parent=Search Engines +Browser=YodaoBot +isBanned=true + +[ZeBot_www.ze.bz*] +Parent=Search Engines +Browser=ZE.bz + +[zibber-v*] +Parent=Search Engines +Browser=Zibb + +[ZipppBot/*] +Parent=Search Engines +Browser=ZipppBot + +[ATA-Translation-Service] +Parent=Translators +Browser=ATA-Translation-Service + +[GJK_Browser_Check] +Parent=Version Checkers +Browser=GJK_Browser_Check + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Hatena + +[Hatena] +Parent=DefaultProperties +Browser=Hatena +isBanned=true +Crawler=true + +[Feed::Find/*] +Parent=Hatena +Browser=Feed Find +isSyndicationReader=true + +[Hatena Antenna/*] +Parent=Hatena +Browser=Hatena Antenna + +[Hatena Bookmark/*] +Parent=Hatena +Browser=Hatena Bookmark + +[Hatena RSS/*] +Parent=Hatena +Browser=Hatena RSS +isSyndicationReader=true + +[Hatena::Crawler/*] +Parent=Hatena +Browser=Hatena Crawler + +[HatenaScreenshot*] +Parent=Hatena +Browser=HatenaScreenshot + +[URI::Fetch/*] +Parent=Hatena +Browser=URI::Fetch + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Internet Archive + +[Internet Archive] +Parent=DefaultProperties +Browser=Internet Archive +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[*heritrix*] +Parent=Internet Archive +Browser=Heritrix +isBanned=true + +[ia_archiver*] +Parent=Internet Archive +Browser=Internet Archive + +[InternetArchive/*] +Parent=Internet Archive +Browser=InternetArchive + +[Mozilla/5.0 (compatible; archive.org_bot/1.*)] +Parent=Internet Archive + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Nutch + +[Nutch] +Parent=DefaultProperties +Browser=Nutch +isBanned=true +Crawler=true + +[*Nutch*] +Parent=Nutch +isBanned=true + +[CazoodleBot/*] +Parent=Nutch +Browser=CazoodleBot + +[LOOQ/0.1*] +Parent=Nutch +Browser=LOOQ + +[Nutch/0.? (OpenX Spider)] +Parent=Nutch + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Webaroo + +[Webaroo] +Parent=DefaultProperties +Browser=Webaroo + +[Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Webaroo/*)] +Parent=Webaroo +Browser=Webaroo + +[Mozilla/5.0 (Windows; U; Windows *; *; rv:*) Gecko/* Firefox/* webaroo/*] +Parent=Webaroo +Browser=Webaroo + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Word Press + +[Word Press] +Parent=DefaultProperties +Browser=Word Press +Alpha=true +Beta=true +Win16=true +Win32=true +Win64=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +isBanned=true +isMobileDevice=true +isSyndicationReader=true +Crawler=true + +[WordPress-B-/2.*] +Parent=Word Press +Browser=WordPress-B + +[WordPress-Do-P-/2.*] +Parent=Word Press +Browser=WordPress-Do-P + +[BlueCoat ProxySG] +Parent=Blue Coat Systems +Browser=BlueCoat ProxySG + +[CerberianDrtrs/*] +Parent=Blue Coat Systems +Browser=Cerberian + +[Inne: Mozilla/4.0 (compatible; Cerberian Drtrs*)] +Parent=Blue Coat Systems +Browser=Cerberian + +[Mozilla/4.0 (compatible; Cerberian Drtrs*)] +Parent=Blue Coat Systems +Browser=Cerberian + +[Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)] +Parent=Blue Coat Systems +Browser=Bluecoat + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Copyright/Plagiarism + +[Copyright/Plagiarism] +Parent=DefaultProperties +Browser=Copyright/Plagiarism +isBanned=true +Crawler=true + +[BDFetch] +Parent=Copyright/Plagiarism +Browser=BDFetch + +[copyright sheriff (*)] +Parent=Copyright/Plagiarism +Browser=copyright sheriff + +[CopyRightCheck*] +Parent=Copyright/Plagiarism +Browser=CopyRightCheck + +[FairAd Client*] +Parent=Copyright/Plagiarism +Browser=FairAd Client + +[iCopyright Conductor*] +Parent=Copyright/Plagiarism +Browser=iCopyright Conductor + +[IPiumBot laurion(dot)com] +Parent=Copyright/Plagiarism +Browser=IPiumBot + +[IWAgent/*] +Parent=Copyright/Plagiarism +Browser=Brand Protect + +[Mozilla/5.0 (compatible; DKIMRepBot/*)] +Parent=Copyright/Plagiarism +Browser=DKIMRepBot + +[oBot] +Parent=Copyright/Plagiarism +Browser=oBot + +[SlySearch/*] +Parent=Copyright/Plagiarism +Browser=SlySearch + +[TurnitinBot/*] +Parent=Copyright/Plagiarism +Browser=TurnitinBot + +[TutorGigBot/*] +Parent=Copyright/Plagiarism +Browser=TutorGig + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DNS Tools + +[DNS Tools] +Parent=DefaultProperties +Browser=DNS Tools +Crawler=true + +[Domain Dossier utility*] +Parent=DNS Tools +Browser=Domain Dossier + +[Mozilla/5.0 (compatible; DNS-Digger/*)] +Parent=DNS Tools +Browser=DNS-Digger + +[OpenDNS Domain Crawler noc@opendns.com] +Parent=DNS Tools +Browser=OpenDNS Domain Crawler + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Download Managers + +[Download Managers] +Parent=DefaultProperties +Browser=Download Managers +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[AndroidDownloadManager] +Parent=Download Managers +Browser=Android Download Manager + +[AutoMate5] +Parent=Download Managers +Browser=AutoMate5 + +[Beamer*] +Parent=Download Managers +Browser=Beamer + +[BitBeamer/*] +Parent=Download Managers +Browser=BitBeamer + +[BitTorrent/*] +Parent=Download Managers +Browser=BitTorrent + +[DA *] +Parent=Download Managers +Browser=Download Accelerator + +[Download Demon*] +Parent=Download Managers +Browser=Download Demon + +[Download Express*] +Parent=Download Managers +Browser=Download Express + +[Download Master*] +Parent=Download Managers +Browser=Download Master + +[Download Ninja*] +Parent=Download Managers +Browser=Download Ninja + +[Download Wonder*] +Parent=Download Managers +Browser=Download Wonder + +[DownloadSession*] +Parent=Download Managers +Browser=DownloadSession + +[EasyDL/*] +Parent=Download Managers +Browser=EasyDL + +[FDM 1.x] +Parent=Download Managers +Browser=Free Download Manager + +[FlashGet] +Parent=Download Managers +Browser=FlashGet + +[FreshDownload/*] +Parent=Download Managers +Browser=FreshDownload + +[GetRight/*] +Parent=Download Managers +Browser=GetRight + +[GetRightPro/*] +Parent=Download Managers +Browser=GetRightPro + +[GetSmart/*] +Parent=Download Managers +Browser=GetSmart + +[Go!Zilla*] +Parent=Download Managers +Browser=GoZilla + +[Gozilla/*] +Parent=Download Managers +Browser=Gozilla + +[Internet Ninja*] +Parent=Download Managers +Browser=Internet Ninja + +[Kontiki Client*] +Parent=Download Managers +Browser=Kontiki Client + +[lftp/3.2.1] +Parent=Download Managers +Browser=lftp + +[LightningDownload/*] +Parent=Download Managers +Browser=LightningDownload + +[LMQueueBot/*] +Parent=Download Managers +Browser=LMQueueBot + +[MetaProducts Download Express/*] +Parent=Download Managers +Browser=Download Express + +[Mozilla/4.0 (compatible; Getleft*)] +Parent=Download Managers +Browser=Getleft + +[Myzilla] +Parent=Download Managers +Browser=Myzilla + +[Net Vampire/*] +Parent=Download Managers +Browser=Net Vampire + +[Net_Vampire*] +Parent=Download Managers +Browser=Net_Vampire + +[NetAnts*] +Parent=Download Managers +Browser=NetAnts + +[NetPumper*] +Parent=Download Managers +Browser=NetPumper + +[NetSucker*] +Parent=Download Managers +Browser=NetSucker + +[NetZip Downloader*] +Parent=Download Managers +Browser=NetZip Downloader + +[NexTools WebAgent*] +Parent=Download Managers +Browser=NexTools WebAgent + +[Offline Downloader*] +Parent=Download Managers +Browser=Offline Downloader + +[P3P Client] +Parent=Download Managers +Browser=P3P Client + +[PageDown*] +Parent=Download Managers +Browser=PageDown + +[PicaLoader*] +Parent=Download Managers +Browser=PicaLoader + +[Prozilla*] +Parent=Download Managers +Browser=Prozilla + +[RealDownload/*] +Parent=Download Managers +Browser=RealDownload + +[sEasyDL/*] +Parent=Download Managers +Browser=EasyDL + +[shareaza*] +Parent=Download Managers +Browser=shareaza + +[SmartDownload/*] +Parent=Download Managers +Browser=SmartDownload + +[SpeedDownload/*] +Parent=Download Managers +Browser=Speed Download + +[Star*Downloader/*] +Parent=Download Managers +Browser=StarDownloader + +[STEROID Download] +Parent=Download Managers +Browser=STEROID Download + +[SuperBot/*] +Parent=Download Managers +Browser=SuperBot + +[Vegas95/*] +Parent=Download Managers +Browser=Vegas95 + +[WebZIP*] +Parent=Download Managers +Browser=WebZIP + +[Wget*] +Parent=Download Managers +Browser=Wget + +[WinTools] +Parent=Download Managers +Browser=WinTools + +[Xaldon WebSpider*] +Parent=Download Managers +Browser=Xaldon WebSpider + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; E-Mail Harvesters + +[E-Mail Harvesters] +Parent=DefaultProperties +Browser=E-Mail Harvesters +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[*E-Mail Address Extractor*] +Parent=E-Mail Harvesters +Browser=E-Mail Address Extractor + +[*Larbin*] +Parent=E-Mail Harvesters +Browser=Larbin + +[*www4mail/*] +Parent=E-Mail Harvesters +Browser=www4mail + +[8484 Boston Project*] +Parent=E-Mail Harvesters +Browser=8484 Boston Project + +[CherryPicker*/*] +Parent=E-Mail Harvesters +Browser=CherryPickerElite + +[Chilkat/*] +Parent=E-Mail Harvesters +Browser=Chilkat + +[ContactBot/*] +Parent=E-Mail Harvesters +Browser=ContactBot + +[eCatch*] +Parent=E-Mail Harvesters +Browser=eCatch + +[EmailCollector*] +Parent=E-Mail Harvesters +Browser=E-Mail Collector + +[EMAILsearcher] +Parent=E-Mail Harvesters +Browser=EMAILsearcher + +[EmailSiphon*] +Parent=E-Mail Harvesters +Browser=E-Mail Siphon + +[EmailWolf*] +Parent=E-Mail Harvesters +Browser=EMailWolf + +[Epsilon SoftWorks' MailMunky] +Parent=E-Mail Harvesters +Browser=MailMunky + +[ExtractorPro*] +Parent=E-Mail Harvesters +Browser=ExtractorPro + +[Franklin Locator*] +Parent=E-Mail Harvesters +Browser=Franklin Locator + +[Missigua Locator*] +Parent=E-Mail Harvesters +Browser=Missigua Locator + +[Mozilla/4.0 (compatible; Advanced Email Extractor*)] +Parent=E-Mail Harvesters +Browser=Advanced Email Extractor + +[Netprospector*] +Parent=E-Mail Harvesters +Browser=Netprospector + +[ProWebWalker*] +Parent=E-Mail Harvesters +Browser=ProWebWalker + +[sna-0.0.*] +Parent=E-Mail Harvesters +Browser=Mike Elliott's E-Mail Harvester + +[WebEnhancer*] +Parent=E-Mail Harvesters +Browser=WebEnhancer + +[WebMiner*] +Parent=E-Mail Harvesters +Browser=WebMiner + +[ZIBB Crawler (email address / WWW address)] +Parent=E-Mail Harvesters +Browser=ZIBB Crawler + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Feeds Blogs + +[Feeds Blogs] +Parent=DefaultProperties +Browser=Feeds Blogs +isSyndicationReader=true +Crawler=true + +[Bloglines Title Fetch/*] +Parent=Feeds Blogs +Browser=Bloglines Title Fetch + +[Bloglines/* (http://www.bloglines.com*)] +Parent=Feeds Blogs +Browser=BlogLines Web + +[BlogPulseLive (support@blogpulse.com)] +Parent=Feeds Blogs +Browser=BlogPulseLive + +[blogsearchbot-pumpkin-2] +Parent=Feeds Blogs +Browser=blogsearchbot-pumpkin +isSyndicationReader=false + +[Irish Blogs Aggregator/*1.0*] +Parent=Feeds Blogs +Browser=Irish Blogs Aggregator +Version=1.0 +MajorVer=1 +MinorVer=0 + +[kinjabot (http://www.kinja.com; *)] +Parent=Feeds Blogs +Browser=kinjabot + +[Net::Trackback/*] +Parent=Feeds Blogs +Browser=Net::Trackback + +[Reblog*] +Parent=Feeds Blogs +Browser=Reblog + +[WordPress/*] +Parent=Feeds Blogs +Browser=WordPress + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Feeds Syndicators + +[Feeds Syndicators] +Parent=DefaultProperties +Browser=Feeds Syndicators +isSyndicationReader=true + +[*LinkLint*] +Parent=Feeds Syndicators +Browser=LinkLint + +[*NetNewsWire/*] +Parent=Feeds Syndicators + +[*NetVisualize*] +Parent=Feeds Syndicators +Browser=NetVisualize + +[AideRSS 2.* (postrank.com)] +Parent=Feeds Syndicators +Browser=AideRSS + +[AideRSS/2.0 (aiderss.com)] +Parent=Feeds Syndicators +Browser=AideRSS +isBanned=true + +[Akregator/*] +Parent=Feeds Syndicators +Browser=Akregator + +[AppleSyndication/*] +Parent=Feeds Syndicators +Browser=Safari RSS +Platform=MacOSX + +[Cocoal.icio.us/* (*)*] +Parent=Feeds Syndicators +Browser=Cocoal.icio.us +isBanned=true + +[Feed43 Proxy/* (*)] +Parent=Feeds Syndicators +Browser=Feed For Free + +[FeedBurner/*] +Parent=Feeds Syndicators +Browser=FeedBurner + +[FeedDemon/* (*)] +Parent=Feeds Syndicators +Browser=FeedDemon +Platform=Win32 + +[FeedDigest/* (*)] +Parent=Feeds Syndicators +Browser=FeedDigest + +[FeedGhost/1.*] +Parent=Feeds Syndicators +Browser=FeedGhost +Version=1.0 +MajorVer=1 +MinorVer=0 + +[FeedOnFeeds/0.1.* ( http://minutillo.com/steve/feedonfeeds/)] +Parent=Feeds Syndicators +Browser=FeedOnFeeds +Version=0.1 +MajorVer=0 +MinorVer=1 + +[Feedreader * (Powered by Newsbrain)] +Parent=Feeds Syndicators +Browser=Newsbrain + +[Feedshow/* (*)] +Parent=Feeds Syndicators +Browser=Feedshow + +[Feedster Crawler/?.0; Feedster, Inc.] +Parent=Feeds Syndicators +Browser=Feedster + +[GreatNews/1.0] +Parent=Feeds Syndicators +Browser=GreatNews +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Gregarius/*] +Parent=Feeds Syndicators +Browser=Gregarius + +[intraVnews/*] +Parent=Feeds Syndicators +Browser=intraVnews + +[JetBrains Omea Reader*] +Parent=Feeds Syndicators +Browser=Omea Reader +isBanned=true + +[Liferea/1.5* (Linux; *; http://liferea.sf.net/)] +Parent=Feeds Syndicators +Browser=Liferea +isBanned=true + +[livedoor FeedFetcher/0.0* (http://reader.livedoor.com/;*)] +Parent=Feeds Syndicators +Browser=FeedFetcher +Version=0.0 +MajorVer=0 +MinorVer=0 + +[MagpieRSS/* (*)] +Parent=Feeds Syndicators +Browser=MagpieRSS + +[Mobitype * (compatible; Mozilla/*; MSIE *.*; Windows *)] +Parent=Feeds Syndicators +Browser=Mobitype +Platform=Win32 + +[Mozilla/5.0 (*; Rojo *; http://www.rojo.com/corporate/help/agg; *)*] +Parent=Feeds Syndicators +Browser=Rojo + +[Mozilla/5.0 (*aggregator:TailRank; http://tailrank.com/robot)*] +Parent=Feeds Syndicators +Browser=TailRank + +[Mozilla/5.0 (compatible; MSIE 6.0; Podtech Network; crawler_admin@podtech.net)] +Parent=Feeds Syndicators +Browser=Podtech Network + +[Mozilla/5.0 (compatible; Newz Crawler *; http://www.newzcrawler.com/?)] +Parent=Feeds Syndicators +Browser=Newz Crawler + +[Mozilla/5.0 (compatible; RSSMicro.com RSS/Atom Feed Robot)] +Parent=Feeds Syndicators +Browser=RSSMicro + +[Mozilla/5.0 (compatible;*newstin.com;*)] +Parent=Feeds Syndicators +Browser=NewsTin + +[Mozilla/5.0 (RSS Reader Panel)] +Parent=Feeds Syndicators +Browser=RSS Reader Panel + +[Mozilla/5.0 (X11; U; Linux*; *; rv:1.*; aggregator:FeedParser; *) Gecko/*] +Parent=Feeds Syndicators +Browser=FeedParser + +[Mozilla/5.0 (X11; U; Linux*; *; rv:1.*; aggregator:NewsMonster; *) Gecko/*] +Parent=Feeds Syndicators +Browser=NewsMonster + +[Mozilla/5.0 (X11; U; Linux*; *; rv:1.*; aggregator:Rojo; *) Gecko/*] +Parent=Feeds Syndicators +Browser=Rojo + +[Netvibes (*)] +Parent=Feeds Syndicators +Browser=Netvibes + +[NewsAlloy/* (*)] +Parent=Feeds Syndicators +Browser=NewsAlloy + +[Omnipelagos*] +Parent=Feeds Syndicators +Browser=Omnipelagos + +[Particls] +Parent=Feeds Syndicators +Browser=Particls + +[Protopage/* (*)] +Parent=Feeds Syndicators +Browser=Protopage + +[PubSub-RSS-Reader/* (*)] +Parent=Feeds Syndicators +Browser=PubSub-RSS-Reader + +[RSS Menu/*] +Parent=Feeds Syndicators +Browser=RSS Menu + +[RssBandit/*] +Parent=Feeds Syndicators +Browser=RssBandit + +[RssBar/1.2*] +Parent=Feeds Syndicators +Browser=RssBar +Version=1.2 +MajorVer=1 +MinorVer=2 + +[SharpReader/*] +Parent=Feeds Syndicators +Browser=SharpReader + +[SimplePie/*] +Parent=Feeds Syndicators +Browser=SimplePie + +[Strategic Board Bot (?http://www.strategicboard.com)] +Parent=Feeds Syndicators +Browser=Strategic Board Bot +isBanned=true + +[TargetYourNews.com bot] +Parent=Feeds Syndicators +Browser=TargetYourNews + +[Technoratibot/*] +Parent=Feeds Syndicators +Browser=Technoratibot + +[Tumblr/* RSS syndication ( http://www.tumblr.com/) (support@tumblr.com)] +Parent=Feeds Syndicators +Browser=Tumblr RSS syndication + +[Windows-RSS-Platform/1.0*] +Parent=Feeds Syndicators +Browser=Windows-RSS-Platform +Version=1.0 +MajorVer=1 +MinorVer=0 +Win32=true + +[Wizz RSS News Reader] +Parent=Feeds Syndicators +Browser=Wizz + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; General RSS + +[General RSS] +Parent=DefaultProperties +Browser=General RSS +isSyndicationReader=true + +[AideRSS/1.0 (aiderss.com); * subscribers] +Parent=General RSS +Browser=AideRSS +Version=1.0 +MajorVer=1 +MinorVer=0 + +[CC Metadata Scaper http://wiki.creativecommons.org/Metadata_Scraper] +Parent=General RSS +Browser=CC Metadata Scaper + +[Mozilla/5.0 (compatible) GM RSS Panel] +Parent=General RSS +Browser=RSS Panel + +[Mozilla/5.0 http://www.inclue.com; graeme@inclue.com] +Parent=General RSS +Browser=Inclue + +[Runnk online rss reader : http://www.runnk.com/ : RSS favorites : RSS ranking : RSS aggregator*] +Parent=General RSS +Browser=Ruunk + +[Windows-RSS-Platform/2.0 (MSIE 8.0; Windows NT 6.0)] +Parent=General RSS +Browser=Windows-RSS-Platform +Platform=WinVista + +[Mozilla/5.0 (X11; ?; Linux; *) AppleWebKit/* (KHTML, like Gecko, Safari/*) Arora/0.4] +Parent=Google Code +Browser=Arora +Version=0.4 +MajorVer=0 +MinorVer=4 +Platform=Linux +CssVersion=2 +supportsCSS=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Validation Checkers + +[HTML Validators] +Parent=DefaultProperties +Browser=HTML Validators +Frames=true +IFrames=true +Tables=true +Crawler=true + +[(HTML Validator http://www.searchengineworld.com/validator/)] +Parent=HTML Validators +Browser=Search Engine World HTML Validator + +[FeedValidator/1.3] +Parent=HTML Validators +Browser=FeedValidator +Version=1.3 +MajorVer=1 +MinorVer=3 + +[Jigsaw/* W3C_CSS_Validator_JFouffa/*] +Parent=HTML Validators +Browser=Jigsaw CSS Validator + +[Search Engine World Robots.txt Validator*] +Parent=HTML Validators +Browser=Search Engine World Robots.txt Validator + +[W3C_Validator/*] +Parent=HTML Validators +Browser=W3C Validator + +[W3CLineMode/*] +Parent=HTML Validators +Browser=W3C Line Mode + +[Weblide/2.? beta*] +Parent=HTML Validators +Browser=Weblide +Version=2.0 +MajorVer=2 +MinorVer=0 +Beta=true + +[WebmasterWorld StickyMail Server Header Checker*] +Parent=HTML Validators +Browser=WebmasterWorld Server Header Checker + +[WWWC/*] +Parent=HTML Validators + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Image Crawlers + +[Image Crawlers] +Parent=DefaultProperties +Browser=Image Crawlers +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[*CFNetwork*] +Parent=Image Crawlers +Browser=CFNetwork + +[*PhotoStickies/*] +Parent=Image Crawlers +Browser=PhotoStickies + +[Camcrawler*] +Parent=Image Crawlers +Browser=Camcrawler + +[CydralSpider/*] +Parent=Image Crawlers +Browser=Cydral Web Image Search +isBanned=true + +[Der gro\xdfe BilderSauger*] +Parent=Image Crawlers +Browser=Gallery Grabber + +[Extreme Picture Finder] +Parent=Image Crawlers +Browser=Extreme Picture Finder + +[FLATARTS_FAVICO] +Parent=Image Crawlers +Browser=FlatArts Favorites Icon Tool + +[HTML2JPG Blackbox, http://www.html2jpg.com] +Parent=Image Crawlers +Browser=HTML2JPG + +[IconSurf/2.*] +Parent=Image Crawlers +Browser=IconSurf + +[kalooga/KaloogaBot*] +Parent=Image Crawlers +Browser=KaloogaBot + +[Mister PIX*] +Parent=Image Crawlers +Browser=Mister PIX + +[Mozilla/5.0 (Macintosh; U; *Mac OS X; *) AppleWebKit/* (*) Pandora/2.*] +Parent=Image Crawlers +Browser=Pandora + +[naoFavicon4IE*] +Parent=Image Crawlers +Browser=naoFavicon4IE + +[pixfinder/*] +Parent=Image Crawlers +Browser=pixfinder + +[rssImagesBot/0.1 (*http://herbert.groot.jebbink.nl/?app=rssImages)] +Parent=Image Crawlers +Browser=rssImagesBot + +[Web Image Collector*] +Parent=Image Crawlers +Browser=Web Image Collector + +[WebImages * (?http://herbert.groot.jebbink.nl/?app=WebImages?)] +Parent=Image Crawlers +Browser=WebImages + +[WebPix*] +Parent=Image Crawlers +Browser=Custo + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Link Checkers + +[Link Checkers] +Parent=DefaultProperties +Browser=Link Checkers +Frames=true +IFrames=true +Tables=true +Crawler=true + +[!Susie (http://www.sync2it.com/susie)] +Parent=Link Checkers +Browser=!Susie + +[*AgentName/*] +Parent=Link Checkers +Browser=AgentName + +[*Linkman*] +Parent=Link Checkers +Browser=Linkman + +[*LinksManager.com*] +Parent=Link Checkers +Browser=LinksManager + +[*Powermarks/*] +Parent=Link Checkers +Browser=Powermarks + +[*W3C-checklink/*] +Parent=Link Checkers +Browser=W3C Link Checker + +[*Web Link Validator*] +Parent=Link Checkers +Browser=Web Link Validator + +[*Zeus*] +Parent=Link Checkers +Browser=Zeus +isBanned=true + +[ActiveBookmark *] +Parent=Link Checkers +Browser=ActiveBookmark + +[Bookdog/*] +Parent=Link Checkers +Browser=Bookdog + +[Bookmark Buddy*] +Parent=Link Checkers +Browser=Bookmark Buddy + +[Bookmark Renewal Check Agent*] +Parent=Link Checkers +Browser=Bookmark Renewal Check Agent + +[Bookmark search tool*] +Parent=Link Checkers +Browser=Bookmark search tool + +[Bookmark-Manager] +Parent=Link Checkers +Browser=Bookmark-Manager + +[Checkbot*] +Parent=Link Checkers +Browser=Checkbot + +[CheckLinks/*] +Parent=Link Checkers +Browser=CheckLinks + +[CyberSpyder Link Test/*] +Parent=Link Checkers +Browser=CyberSpyder Link Test + +[DLC/*] +Parent=Link Checkers +Browser=DLC + +[DocWeb Link Crawler (http://doc.php.net)] +Parent=Link Checkers +Browser=DocWeb Link Crawler + +[FavOrg] +Parent=Link Checkers +Browser=FavOrg + +[Favorites Sweeper v.3.*] +Parent=Link Checkers +Browser=Favorites Sweeper + +[FindLinks/*] +Parent=Link Checkers +Browser=FindLinks + +[Funnel Web Profiler*] +Parent=Link Checkers +Browser=Funnel Web Profiler + +[Html Link Validator (www.lithopssoft.com)] +Parent=Link Checkers +Browser=HTML Link Validator + +[IECheck] +Parent=Link Checkers +Browser=IECheck + +[JCheckLinks/*] +Parent=Link Checkers +Browser=JCheckLinks + +[JRTwine Software Check Favorites Utility] +Parent=Link Checkers +Browser=JRTwine + +[Link Valet Online*] +Parent=Link Checkers +Browser=Link Valet +isBanned=true + +[LinkAlarm/*] +Parent=Link Checkers +Browser=LinkAlarm + +[Linkbot*] +Parent=Link Checkers +Browser=Linkbot + +[LinkChecker/*] +Parent=Link Checkers +Browser=LinkChecker + +[LinkextractorPro*] +Parent=Link Checkers +Browser=LinkextractorPro +isBanned=true + +[LinkLint-checkonly/*] +Parent=Link Checkers +Browser=LinkLint + +[LinkScan/*] +Parent=Link Checkers +Browser=LinkScan + +[LinkSweeper/*] +Parent=Link Checkers +Browser=LinkSweeper + +[LinkWalker*] +Parent=Link Checkers +Browser=LinkWalker + +[MetaGer-LinkChecker] +Parent=Link Checkers +Browser=MetaGer-LinkChecker + +[Mozilla/* (compatible; linktiger/*; *http://www.linktiger.com*)] +Parent=Link Checkers +Browser=LinkTiger +isBanned=true + +[Mozilla/4.0 (Compatible); URLBase*] +Parent=Link Checkers +Browser=URLBase + +[Mozilla/4.0 (compatible; Link Utility; http://net-promoter.com)] +Parent=Link Checkers +Browser=NetPromoter Link Utility + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Web Link Validator*] +Parent=Link Checkers +Browser=Web Link Validator +Win32=true + +[Mozilla/4.0 (compatible; MSIE 7.0; Win32) Link Commander 3.0] +Parent=Link Checkers +Browser=Link Commander +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=Win32 + +[Mozilla/4.0 (compatible; smartBot/1.*; checking links; *)] +Parent=Link Checkers +Browser=smartBot + +[Mozilla/4.0 (compatible; SuperCleaner*;*)] +Parent=Link Checkers +Browser=SuperCleaner + +[Mozilla/5.0 gURLChecker/*] +Parent=Link Checkers +Browser=gURLChecker +isBanned=true + +[Newsgroupreporter LinkCheck] +Parent=Link Checkers +Browser=Newsgroupreporter LinkCheck + +[onCHECK Linkchecker von www.scientec.de fuer www.onsinn.de] +Parent=Link Checkers +Browser=onCHECK Linkchecker + +[online link validator (http://www.dead-links.com/)] +Parent=Link Checkers +Browser=Dead-Links.com +isBanned=true + +[REL Link Checker*] +Parent=Link Checkers +Browser=REL Link Checker + +[RLinkCheker*] +Parent=Link Checkers +Browser=RLinkCheker + +[Robozilla/*] +Parent=Link Checkers +Browser=Robozilla + +[RPT-HTTPClient/*] +Parent=Link Checkers +Browser=RPT-HTTPClient +isBanned=true + +[SafariBookmarkChecker*(?http://www.coriolis.ch/)] +Parent=Link Checkers +Browser=SafariBookmarkChecker +Platform=MacOSX +CssVersion=2 +supportsCSS=true + +[Simpy/* (Simpy; http://www.simpy.com/?ref=bot; feedback at simpy dot com)] +Parent=Link Checkers +Browser=Simpy + +[SiteBar/*] +Parent=Link Checkers +Browser=SiteBar + +[Susie (http://www.sync2it.com/bms/susie.php] +Parent=Link Checkers +Browser=Susie + +[URLBase/6.*] +Parent=Link Checkers + +[VSE/*] +Parent=Link Checkers +Browser=VSE Link Tester + +[WebTrends Link Analyzer] +Parent=Link Checkers +Browser=WebTrends Link Analyzer + +[WorQmada/*] +Parent=Link Checkers +Browser=WorQmada + +[Xenu* Link Sleuth*] +Parent=Link Checkers +Browser=Xenu's Link Sleuth +isBanned=true + +[Z-Add Link Checker*] +Parent=Link Checkers +Browser=Z-Add Link Checker + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Microsoft + +[Microsoft] +Parent=DefaultProperties +Browser=Microsoft +isBanned=true + +[Live (http://www.live.com/)] +Parent=Microsoft +Browser=Microsoft Live +isBanned=false +isSyndicationReader=true + +[MFC Foundation Class Library*] +Parent=Microsoft +Browser=MFC Foundation Class Library + +[MFHttpScan] +Parent=Microsoft +Browser=MFHttpScan + +[Microsoft BITS/*] +Parent=Microsoft +Browser=BITS + +[Microsoft Data Access Internet Publishing Provider Cache Manager] +Parent=Microsoft +Browser=MS IPP + +[Microsoft Data Access Internet Publishing Provider DAV*] +Parent=Microsoft +Browser=MS IPP DAV + +[Microsoft Data Access Internet Publishing Provider Protocol Discovery] +Parent=Microsoft +Browser=MS IPPPD + +[Microsoft Internet Explorer] +Parent=Microsoft +Browser=Fake IE + +[Microsoft Office Existence Discovery] +Parent=Microsoft +Browser=Microsoft Office Existence Discovery + +[Microsoft Office Protocol Discovery] +Parent=Microsoft +Browser=MS OPD + +[Microsoft Office/* (*Picture Manager*)] +Parent=Microsoft +Browser=Microsoft Office Picture Manager + +[Microsoft URL Control*] +Parent=Microsoft +Browser=Microsoft URL Control + +[Microsoft Visio MSIE] +Parent=Microsoft +Browser=Microsoft Visio + +[Microsoft-WebDAV-MiniRedir/*] +Parent=Microsoft +Browser=Microsoft-WebDAV + +[Mozilla/5.0 (Macintosh; Intel Mac OS X) Excel/12.*] +Parent=Microsoft +Browser=Microsoft Excel +Version=12.0 +MajorVer=12 +MinorVer=0 +Platform=MacOSX + +[MSN Feed Manager] +Parent=Microsoft +Browser=MSN Feed Manager +isBanned=false +isSyndicationReader=true + +[MSProxy/*] +Parent=Microsoft +Browser=MS Proxy + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Miscellaneous Browsers + +[Miscellaneous Browsers] +Parent=DefaultProperties +Browser=Miscellaneous Browsers +Frames=true +Tables=true +Cookies=true + +[*Amiga*] +Parent=Miscellaneous Browsers +Browser=Amiga +Platform=Amiga + +[*avantbrowser*] +Parent=Miscellaneous Browsers +Browser=Avant Browser + +[12345] +Parent=Miscellaneous Browsers +Browser=12345 +isBanned=true + +[Ace Explorer] +Parent=Miscellaneous Browsers +Browser=Ace Explorer + +[Enigma Browser*] +Parent=Miscellaneous Browsers +Browser=Enigma Browser + +[EVE-minibrowser/*] +Parent=Miscellaneous Browsers +Browser=EVE-minibrowser +IFrames=false +Tables=false +BackgroundSounds=false +VBScript=false +JavaApplets=false +JavaScript=false +ActiveXControls=false +isBanned=false +Crawler=false + +[Godzilla/* (Basic*; *; Commodore C=64; *; rv:1.*)*] +Parent=Miscellaneous Browsers +Browser=Godzilla + +[GreenBrowser] +Parent=Miscellaneous Browsers +Browser=GreenBrowser +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true + +[Kopiczek/* (WyderOS*; *)] +Parent=Miscellaneous Browsers +Browser=Kopiczek +Platform=WyderOS +IFrames=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (*) - BrowseX (*)] +Parent=Miscellaneous Browsers +Browser=BrowseX + +[Mozilla/* (Win32;*Escape?*; ?)] +Parent=Miscellaneous Browsers +Browser=Escape +Platform=Win32 + +[Mozilla/4.0 (compatible; ibisBrowser)] +Parent=Miscellaneous Browsers +Browser=ibisBrowser + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X;*) AppleWebKit/* (*) HistoryHound/*] +Parent=Miscellaneous Browsers +Browser=HistoryHound + +[NetRecorder*] +Parent=Miscellaneous Browsers +Browser=NetRecorder + +[NetSurfer*] +Parent=Miscellaneous Browsers +Browser=NetSurfer + +[ogeb browser , Version 1.1.0] +Parent=Miscellaneous Browsers +Browser=ogeb browser +Version=1.1 +MajorVer=1 +MinorVer=1 + +[SCEJ PSP BROWSER 0102pspNavigator] +Parent=Miscellaneous Browsers +Browser=Wipeout Pure + +[SlimBrowser] +Parent=Miscellaneous Browsers +Browser=SlimBrowser + +[WWW_Browser/*] +Parent=Miscellaneous Browsers +Browser=WWW Browser +Version=1.69 +MajorVer=1 +MinorVer=69 +Platform=Win16 +CssVersion=3 +supportsCSS=true + +[*Netcraft Webserver Survey*] +Parent=Netcraft +Browser=Netcraft Webserver Survey +isBanned=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Offline Browsers + +[Offline Browsers] +Parent=DefaultProperties +Browser=Offline Browsers +Frames=true +Tables=true +Cookies=true +isBanned=true +Crawler=true + +[*Check&Get*] +Parent=Offline Browsers +Browser=Check&Get + +[*HTTrack*] +Parent=Offline Browsers +Browser=HTTrack + +[*MSIECrawler*] +Parent=Offline Browsers +Browser=IE Offline Browser + +[*TweakMASTER*] +Parent=Offline Browsers +Browser=TweakMASTER + +[BackStreet Browser *] +Parent=Offline Browsers +Browser=BackStreet Browser + +[Go-Ahead-Got-It*] +Parent=Offline Browsers +Browser=Go Ahead Got-It + +[iGetter/*] +Parent=Offline Browsers +Browser=iGetter + +[Teleport*] +Parent=Offline Browsers +Browser=Teleport + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Online Scanners + +[Online Scanners] +Parent=DefaultProperties +Browser=Online Scanners +isBanned=true + +[JoeDog/* (X11; I; Siege *)] +Parent=Online Scanners +Browser=JoeDog +isBanned=false + +[Morfeus Fucking Scanner] +Parent=Online Scanners +Browser=Morfeus Fucking Scanner + +[Mozilla/4.0 (compatible; Trend Micro tmdr 1.*] +Parent=Online Scanners +Browser=Trend Micro + +[Titanium 2005 (4.02.01)] +Parent=Online Scanners +Browser=Panda Antivirus Titanium + +[virus_detector*] +Parent=Online Scanners +Browser=Secure Computing Corporation + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Proxy Servers + +[Proxy Servers] +Parent=DefaultProperties +Browser=Proxy Servers +isBanned=true + +[*squid*] +Parent=Proxy Servers +Browser=Squid + +[Anonymisiert*] +Parent=Proxy Servers +Browser=Anonymizied + +[Anonymizer/*] +Parent=Proxy Servers +Browser=Anonymizer + +[Anonymizied*] +Parent=Proxy Servers +Browser=Anonymizied + +[Anonymous*] +Parent=Proxy Servers +Browser=Anonymous + +[Anonymous/*] +Parent=Proxy Servers +Browser=Anonymous + +[CE-Preload] +Parent=Proxy Servers +Browser=CE-Preload + +[http://Anonymouse.org/*] +Parent=Proxy Servers +Browser=Anonymouse + +[IE/6.01 (CP/M; 8-bit*)] +Parent=Proxy Servers +Browser=Squid + +[Mozilla/* (TuringOS; Turing Machine; 0.0)] +Parent=Proxy Servers +Browser=Anonymizer + +[Mozilla/4.0 (compatible; MSIE ?.0; SaferSurf*)] +Parent=Proxy Servers +Browser=SaferSurf + +[Mozilla/5.0 (compatible; del.icio.us-thumbnails/*; *) KHTML/* (like Gecko)] +Parent=Proxy Servers +Browser=Yahoo! +isBanned=true +Crawler=true + +[Nutscrape] +Parent=Proxy Servers +Browser=Squid + +[Nutscrape/* (CP/M; 8-bit*)] +Parent=Proxy Servers +Browser=Squid + +[Privoxy/*] +Parent=Proxy Servers +Browser=Privoxy + +[ProxyTester*] +Parent=Proxy Servers +Browser=ProxyTester +isBanned=true +Crawler=true + +[SilentSurf*] +Parent=Proxy Servers +Browser=SilentSurf + +[SmallProxy*] +Parent=Proxy Servers +Browser=SmallProxy + +[Space*Bison/*] +Parent=Proxy Servers +Browser=Proxomitron + +[Sqworm/*] +Parent=Proxy Servers +Browser=Websense + +[SurfControl] +Parent=Proxy Servers +Browser=SurfControl + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Research Projects + +[Research Projects] +Parent=DefaultProperties +Browser=Research Projects +isBanned=true +Crawler=true + +[*research*] +Parent=Research Projects + +[AcadiaUniversityWebCensusClient] +Parent=Research Projects +Browser=AcadiaUniversityWebCensusClient + +[Amico Alpha * (*) Gecko/* AmicoAlpha/*] +Parent=Research Projects +Browser=Amico Alpha + +[annotate_google; http://ponderer.org/*] +Parent=Research Projects +Browser=Annotate Google + +[CMS crawler (?http://buytaert.net/crawler/)] +Parent=Research Projects + +[e-SocietyRobot(http://www.yama.info.waseda.ac.jp/~yamana/es/)] +Parent=Research Projects +Browser=e-SocietyRobot + +[Forschungsportal/*] +Parent=Research Projects +Browser=Forschungsportal + +[Gulper Web *] +Parent=Research Projects +Browser=Gulper Web Bot + +[HooWWWer/*] +Parent=Research Projects +Browser=HooWWWer + +[http://buytaert.net/crawler] +Parent=Research Projects + +[inetbot/* (?http://www.inetbot.com/bot.html)] +Parent=Research Projects +Browser=inetbot + +[IRLbot/*] +Parent=Research Projects +Browser=IRLbot + +[Lachesis] +Parent=Research Projects +Browser=Lachesis + +[Mozilla/5.0 (compatible; nextthing.org/*)] +Parent=Research Projects +Browser=nextthing.org +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (compatible; Theophrastus/*)] +Parent=Research Projects +Browser=Theophrastus + +[Mozilla/5.0 (compatible; Webscan v0.*; http://otc.dyndns.org/webscan/)] +Parent=Research Projects +Browser=Webscan + +[MQbot*] +Parent=Research Projects +Browser=MQbot + +[OutfoxBot/*] +Parent=Research Projects +Browser=OutfoxBot + +[polybot?*] +Parent=Research Projects +Browser=Polybot + +[Shim?Crawler*] +Parent=Research Projects +Browser=Shim Crawler + +[Steeler/*] +Parent=Research Projects +Browser=Steeler + +[Taiga web spider] +Parent=Research Projects +Browser=Taiga + +[Theme Spider*] +Parent=Research Projects +Browser=Theme Spider + +[UofTDB_experiment* (leehyun@cs.toronto.edu)] +Parent=Research Projects +Browser=UofTDB Experiment + +[USyd-NLP-Spider*] +Parent=Research Projects +Browser=USyd-NLP-Spider + +[woriobot*] +Parent=Research Projects +Browser=woriobot + +[wwwster/* (Beta, mailto:gue@cis.uni-muenchen.de)] +Parent=Research Projects +Browser=wwwster +Beta=true + +[Zao-Crawler] +Parent=Research Projects +Browser=Zao-Crawler + +[Zao/*] +Parent=Research Projects +Browser=Zao + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Rippers + +[Rippers] +Parent=DefaultProperties +Browser=Rippers +Frames=true +IFrames=true +Tables=true +isBanned=true +Crawler=true + +[*grub*] +Parent=Rippers +Browser=grub + +[*ickHTTP*] +Parent=Rippers +Browser=IP*Works + +[*java*] +Parent=Rippers + +[*libwww-perl*] +Parent=Rippers +Browser=libwww-perl + +[*WebGrabber*] +Parent=Rippers + +[*WinHttpRequest*] +Parent=Rippers +Browser=WinHttp + +[3D-FTP/*] +Parent=Rippers +Browser=3D-FTP + +[3wGet/*] +Parent=Rippers +Browser=3wGet + +[ActiveRefresh*] +Parent=Rippers +Browser=ActiveRefresh + +[Artera (Version *)] +Parent=Rippers +Browser=Artera + +[AutoHotkey] +Parent=Rippers +Browser=AutoHotkey + +[b2w/*] +Parent=Rippers +Browser=b2w + +[BasicHTTP/*] +Parent=Rippers +Browser=BasicHTTP + +[BlockNote.Net] +Parent=Rippers +Browser=BlockNote.Net + +[CAST] +Parent=Rippers +Browser=CAST + +[CFNetwork/*] +Parent=Rippers +Browser=CFNetwork + +[CFSCHEDULE*] +Parent=Rippers +Browser=ColdFusion Task Scheduler + +[CobWeb/*] +Parent=Rippers +Browser=CobWeb + +[ColdFusion*] +Parent=Rippers +Browser=ColdFusion + +[Crawl_Application] +Parent=Rippers +Browser=Crawl_Application + +[curl/*] +Parent=Rippers +Browser=cURL + +[Custo*] +Parent=Rippers +Browser=Custo + +[DataCha0s/*] +Parent=Rippers +Browser=DataCha0s + +[DeepIndexer*] +Parent=Rippers +Browser=DeepIndexer + +[DISCo Pump *] +Parent=Rippers +Browser=DISCo Pump + +[eStyleSearch * (compatible; MSIE 6.0; Windows NT 5.0)] +Parent=Rippers +Browser=eStyleSearch +Win32=true + +[ezic.com http agent *] +Parent=Rippers +Browser=Ezic.com + +[fetch libfetch/*] +Parent=Rippers + +[FGet*] +Parent=Rippers +Browser=FGet + +[Flaming AttackBot*] +Parent=Rippers +Browser=Flaming AttackBot + +[Foobot*] +Parent=Rippers +Browser=Foobot + +[GameSpyHTTP/*] +Parent=Rippers +Browser=GameSpyHTTP + +[gnome-vfs/*] +Parent=Rippers +Browser=gnome-vfs + +[Harvest/*] +Parent=Rippers +Browser=Harvest + +[hcat/*] +Parent=Rippers +Browser=hcat + +[HLoader] +Parent=Rippers +Browser=HLoader + +[Holmes/*] +Parent=Rippers +Browser=Holmes + +[HTMLParser/*] +Parent=Rippers +Browser=HTMLParser + +[http generic] +Parent=Rippers +Browser=http generic + +[httpclient*] +Parent=Rippers + +[httperf/*] +Parent=Rippers +Browser=httperf + +[HTTPFetch/*] +Parent=Rippers +Browser=HTTPFetch + +[HTTPGrab] +Parent=Rippers +Browser=HTTPGrab + +[HttpSession] +Parent=Rippers +Browser=HttpSession + +[httpunit/*] +Parent=Rippers +Browser=HttpUnit + +[ICE_GetFile] +Parent=Rippers +Browser=ICE_GetFile + +[iexplore.exe] +Parent=Rippers + +[Inet - Eureka App] +Parent=Rippers +Browser=Inet - Eureka App + +[INetURL/*] +Parent=Rippers +Browser=INetURL + +[InetURL:/*] +Parent=Rippers +Browser=InetURL + +[Internet Exploiter/*] +Parent=Rippers + +[Internet Explore *] +Parent=Rippers +Browser=Fake IE + +[Internet Explorer *] +Parent=Rippers +Browser=Fake IE + +[IP*Works!*/*] +Parent=Rippers +Browser=IP*Works! + +[IrssiUrlLog/*] +Parent=Rippers +Browser=IrssiUrlLog + +[JPluck/*] +Parent=Rippers +Browser=JPluck + +[Kapere (http://www.kapere.com)] +Parent=Rippers +Browser=Kapere + +[LeechFTP] +Parent=Rippers +Browser=LeechFTP + +[LeechGet*] +Parent=Rippers +Browser=LeechGet + +[libcurl-agent/*] +Parent=Rippers +Browser=libcurl + +[libWeb/clsHTTP*] +Parent=Rippers +Browser=libWeb/clsHTTP + +[lwp*] +Parent=Rippers + +[MFC_Tear_Sample] +Parent=Rippers +Browser=MFC_Tear_Sample + +[Moozilla] +Parent=Rippers +Browser=Moozilla + +[MovableType/*] +Parent=Rippers +Browser=MovableType Web Log + +[Mozilla/2.0 (compatible; NEWT ActiveX; Win32)] +Parent=Rippers +Browser=NEWT ActiveX +Platform=Win32 + +[Mozilla/3.0 (compatible)] +Parent=Rippers + +[Mozilla/3.0 (compatible; Indy Library)] +Parent=Rippers +Cookies=true + +[Mozilla/3.01 (compatible;)] +Parent=Rippers + +[Mozilla/4.0 (compatible; BorderManager*)] +Parent=Rippers +Browser=Novell BorderManager + +[Mozilla/4.0 (compatible;)] +Parent=Rippers + +[Mozilla/5.0 (compatible; IPCheck Server Monitor*)] +Parent=Rippers +Browser=IPCheck Server Monitor + +[OCN-SOC/*] +Parent=Rippers +Browser=OCN-SOC + +[Offline Explorer*] +Parent=Rippers +Browser=Offline Explorer + +[Open Web Analytics Bot*] +Parent=Rippers +Browser=Open Web Analytics Bot + +[OSSProxy*] +Parent=Rippers +Browser=OSSProxy + +[Pageload*] +Parent=Rippers +Browser=PageLoad + +[PageNest/*] +Parent=Rippers +Browser=PageNest + +[pavuk/*] +Parent=Rippers +Browser=Pavuk + +[PEAR HTTP_Request*] +Parent=Rippers +Browser=PEAR-PHP + +[PHP*] +Parent=Rippers +Browser=PHP + +[PigBlock (Windows NT 5.1; U)*] +Parent=Rippers +Browser=PigBlock +Win32=true + +[Pockey*] +Parent=Rippers +Browser=Pockey-GetHTML + +[POE-Component-Client-HTTP/*] +Parent=Rippers +Browser=POE-Component-Client-HTTP + +[PycURL/*] +Parent=Rippers +Browser=PycURL + +[Python*] +Parent=Rippers +Browser=Python + +[RepoMonkey*] +Parent=Rippers +Browser=RepoMonkey + +[SBL-BOT*] +Parent=Rippers +Browser=BlackWidow + +[ScoutAbout*] +Parent=Rippers +Browser=ScoutAbout + +[sherlock/*] +Parent=Rippers +Browser=Sherlock + +[SiteParser/*] +Parent=Rippers +Browser=SiteParser + +[SiteSnagger*] +Parent=Rippers +Browser=SiteSnagger + +[SiteSucker/*] +Parent=Rippers +Browser=SiteSucker + +[SiteWinder*] +Parent=Rippers +Browser=SiteWinder + +[Snoopy*] +Parent=Rippers +Browser=Snoopy + +[SOFTWING_TEAR_AGENT*] +Parent=Rippers +Browser=AspTear + +[SuperHTTP/*] +Parent=Rippers +Browser=SuperHTTP + +[Tcl http client package*] +Parent=Rippers +Browser=Tcl http client package + +[Twisted PageGetter] +Parent=Rippers +Browser=Twisted PageGetter + +[URL2File/*] +Parent=Rippers +Browser=URL2File + +[UtilMind HTTPGet] +Parent=Rippers +Browser=UtilMind HTTPGet + +[VCI WebViewer*] +Parent=Rippers +Browser=VCI WebViewer + +[W3CRobot/*] +Parent=Rippers +Browser=W3CRobot + +[Web Downloader*] +Parent=Rippers +Browser=Web Downloader + +[Web Downloader/*] +Parent=Rippers +Browser=Web Downloader + +[Web Magnet*] +Parent=Rippers +Browser=Web Magnet + +[WebAuto/*] +Parent=Rippers + +[webbandit/*] +Parent=Rippers +Browser=webbandit + +[WebCopier*] +Parent=Rippers +Browser=WebCopier + +[WebDownloader*] +Parent=Rippers +Browser=WebDownloader + +[WebFetch] +Parent=Rippers +Browser=WebFetch + +[webfetch/*] +Parent=Rippers +Browser=WebFetch + +[WebGatherer*] +Parent=Rippers +Browser=WebGatherer + +[WebGet] +Parent=Rippers +Browser=WebGet + +[WebReaper*] +Parent=Rippers +Browser=WebReaper + +[WebRipper] +Parent=Rippers +Browser=WebRipper + +[WebSauger*] +Parent=Rippers +Browser=WebSauger + +[Website Downloader*] +Parent=Rippers +Browser=Website Downloader + +[Website eXtractor*] +Parent=Rippers +Browser=Website eXtractor + +[Website Quester] +Parent=Rippers +Browser=Website Quester + +[WebsiteExtractor*] +Parent=Rippers +Browser=Website eXtractor + +[WebSnatcher*] +Parent=Rippers +Browser=WebSnatcher + +[Webster Pro*] +Parent=Rippers +Browser=Webster Pro + +[WebStripper*] +Parent=Rippers +Browser=WebStripper + +[WebWhacker*] +Parent=Rippers +Browser=WebWhacker + +[WinScripter iNet Tools] +Parent=Rippers +Browser=WinScripter iNet Tools + +[WWW-Mechanize/*] +Parent=Rippers +Browser=WWW-Mechanize + +[Zend_Http_Client] +Parent=Rippers +Browser=Zend_Http_Client + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Site Monitors + +[Site Monitors] +Parent=DefaultProperties +Browser=Site Monitors +Cookies=true +isBanned=true +Crawler=true + +[*EasyRider*] +Parent=Site Monitors +Browser=EasyRider + +[*maxamine.com--robot*] +Parent=Site Monitors +Browser=maxamine.com--robot +isBanned=true + +[*WebMon ?.*] +Parent=Site Monitors +Browser=WebMon + +[Kenjin Spider*] +Parent=Site Monitors +Browser=Kenjin Spider + +[Kevin http://*] +Parent=Site Monitors +Browser=Kevin +isBanned=true + +[Mozilla/4.0 (compatible; ChangeDetection/*] +Parent=Site Monitors +Browser=ChangeDetection + +[Myst Monitor Service v*] +Parent=Site Monitors +Browser=Myst Monitor Service + +[Net Probe] +Parent=Site Monitors +Browser=Net Probe + +[NetMechanic*] +Parent=Site Monitors +Browser=NetMechanic + +[NetReality*] +Parent=Site Monitors +Browser=NetReality + +[Pingdom GIGRIB*] +Parent=Site Monitors +Browser=Pingdom + +[Site Valet Online*] +Parent=Site Monitors +Browser=Site Valet +isBanned=true + +[SITECHECKER] +Parent=Site Monitors +Browser=SITECHECKER + +[sitemonitor@dnsvr.com/*] +Parent=Site Monitors +Browser=ZoneEdit Failover Monitor +isBanned=false + +[UpTime Checker*] +Parent=Site Monitors +Browser=UpTime Checker + +[URL Control*] +Parent=Site Monitors +Browser=URL Control + +[URL_Access/*] +Parent=Site Monitors + +[URLCHECK] +Parent=Site Monitors +Browser=URLCHECK + +[URLy Warning*] +Parent=Site Monitors +Browser=URLy Warning + +[Webcheck *] +Parent=Site Monitors +Browser=Webcheck +Version=1.0 +MajorVer=1 +MinorVer=0 + +[WebPatrol/*] +Parent=Site Monitors +Browser=WebPatrol + +[websitepulse checker/*] +Parent=Site Monitors +Browser=websitepulse checker + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Social Bookmarkers + +[Social Bookmarkers] +Parent=DefaultProperties +Browser=Social Bookmarkers +Frames=true +Tables=true +Cookies=true +JavaScript=true + +[BookmarkBase(2/;http://bookmarkbase.com)] +Parent=Social Bookmarkers +Browser=BookmarkBase + +[Cocoal.icio.us/1.0 (v43) (Mac OS X; http://www.scifihifi.com/cocoalicious)] +Parent=Social Bookmarkers +Browser=Cocoalicious + +[Mozilla/5.0 (compatible; FriendFeedBot/0.*; Http://friendfeed.com/about/bot)] +Parent=Social Bookmarkers +Browser=FriendFeedBot + +[Twitturly*] +Parent=Social Bookmarkers +Browser=Twitturly + +[WinkBot/*] +Parent=Social Bookmarkers +Browser=WinkBot + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Translators + +[Translators] +Parent=DefaultProperties +Browser=Translators +Frames=true +Tables=true +Cookies=true + +[Seram Server] +Parent=Translators +Browser=Seram Server + +[TeragramWebcrawler/*] +Parent=Translators +Browser=TeragramWebcrawler +Version=1.0 +MajorVer=1 +MinorVer=0 + +[WebIndexer/* (Web Indexer; *)] +Parent=Translators +Browser=WorldLingo + +[WebTrans] +Parent=Translators +Browser=WebTrans + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Version Checkers + +[Version Checkers] +Parent=DefaultProperties +Browser=Version Checkers +Crawler=true + +[Automated Browscap.ini Updater. To report issues contact us at http://www.skycomp.ca] +Parent=Version Checkers +Browser=Automated Browscap.ini Updater + +[BMC Link Validator (http://www.briansmodelcars.com/links/)] +Parent=Version Checkers +Browser=BMC Link Validator +MajorVer=1 +MinorVer=0 +Platform=Win2000 + +[Browscap updater] +Parent=Version Checkers +Browser=Browscap updater + +[BrowscapUpdater1.0] +Parent=Version Checkers + +[Browser Capabilities Project (http://browsers.garykeith.com; http://browsers.garykeith.com/sitemail/contact-me.asp)] +Parent=Version Checkers +Browser=Gary Keith's Version Checker + +[Browser Capabilities Project AutoDownloader] +Parent=Version Checkers +Browser=TKC AutoDownloader + +[browsers.garykeith.com browscap.ini bot BETA] +Parent=Version Checkers + +[Code Sample Web Client] +Parent=Version Checkers +Browser=Code Sample Web Client + +[Desktop Sidebar*] +Parent=Version Checkers +Browser=Desktop Sidebar +isBanned=true + +[Mono Browser Capabilities Updater*] +Parent=Version Checkers +Browser=Mono Browser Capabilities Updater +isBanned=true + +[Rewmi/*] +Parent=Version Checkers +isBanned=true + +[Subtext Version 1.9* - http://subtextproject.com/ (Microsoft Windows NT 5.2.*)] +Parent=Version Checkers +Browser=Subtext + +[TherapeuticResearch] +Parent=Version Checkers +Browser=TherapeuticResearch + +[UpdateBrowscap*] +Parent=Version Checkers +Browser=UpdateBrowscap + +[www.garykeith.com browscap.ini bot*] +Parent=Version Checkers +Browser=clarkson.edu + +[www.substancia.com AutoHTTPAgent (ver *)] +Parent=Version Checkers +Browser=Substância + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Become + +[Become] +Parent=DefaultProperties +Browser=Become +Frames=true +Tables=true +isSyndicationReader=true +Crawler=true + +[*BecomeBot/*] +Parent=Become +Browser=BecomeBot + +[*BecomeBot@exava.com*] +Parent=Become +Browser=BecomeBot + +[*Exabot@exava.com*] +Parent=Become +Browser=Exabot + +[MonkeyCrawl/*] +Parent=Become +Browser=MonkeyCrawl + +[Mozilla/5.0 (compatible; BecomeJPBot/2.3; *)] +Parent=Become +Browser=BecomeJPBot + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Blue Coat Systems + +[Blue Coat Systems] +Parent=DefaultProperties +Browser=Blue Coat Systems +isBanned=true +Crawler=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Browscap Abusers + +[Browscap Abusers] +Parent=DefaultProperties +Browser=Browscap Abusers +isBanned=true + +[Apple-PubSub/*] +Parent=Browscap Abusers +Browser=Apple-PubSub + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FeedHub + +[FeedHub] +Parent=DefaultProperties +Browser=FeedHub +isSyndicationReader=true + +[FeedHub FeedDiscovery/1.0 (http://www.feedhub.com)] +Parent=FeedHub +Browser=FeedHub FeedDiscovery +Version=1.0 +MajorVer=1 +MinorVer=0 + +[FeedHub FeedFetcher/1.0 (http://www.feedhub.com)] +Parent=FeedHub +Browser=FeedHub FeedFetcher +Version=1.0 +MajorVer=1 +MinorVer=0 + +[FeedHub MetaDataFetcher/1.0 (http://www.feedhub.com)] +Parent=FeedHub +Browser=FeedHub MetaDataFetcher +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Internet Content Rating Association] +Parent=DefaultProperties +Browser= +Frames=true +IFrames=true +Tables=true +Cookies=true +Crawler=true + +[ICRA_label_generator/1.?] +Parent=Internet Content Rating Association +Browser=ICRA_label_generator + +[ICRA_Semantic_spider/0.?] +Parent=Internet Content Rating Association +Browser=ICRA_Semantic_spider + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NameProtect + +[NameProtect] +Parent=DefaultProperties +Browser=NameProtect +isBanned=true +Crawler=true + +[abot/*] +Parent=NameProtect +Browser=NameProtect + +[NP/*] +Parent=NameProtect +Browser=NameProtect + +[NPBot*] +Parent=NameProtect +Browser=NameProtect + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netcraft + +[Netcraft] +Parent=DefaultProperties +Browser=Netcraft +isBanned=true +Crawler=true + +[*Netcraft Web Server Survey*] +Parent=Netcraft +Browser=Netcraft Webserver Survey +isBanned=true + +[Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; info@netcraft.com)] +Parent=Netcraft +Browser=NetcraftSurveyAgent + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NewsGator + +[NewsGator] +Parent=DefaultProperties +Browser=NewsGator +isSyndicationReader=true + +[MarsEdit*] +Parent=NewsGator +Browser=MarsEdit + +[NetNewsWire*/*] +Parent=NewsGator +Browser=NetNewsWire +Platform=MacOSX + +[NewsFire/*] +Parent=NewsGator +Browser=NewsFire + +[NewsGator FetchLinks extension/*] +Parent=NewsGator +Browser=NewsGator FetchLinks + +[NewsGator/*] +Parent=NewsGator +Browser=NewsGator +isBanned=true + +[NewsGatorOnline/*] +Parent=NewsGator +Browser=NewsGatorOnline + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 0.2 + +[Chrome 0.2] +Parent=DefaultProperties +Browser=Chrome +Version=0.2 +MinorVer=2 +Beta=true +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.2.* Safari/*] +Parent=Chrome 0.2 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.2.* Safari/*] +Parent=Chrome 0.2 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.2.* Safari/*] +Parent=Chrome 0.2 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 0.3 + +[Chrome 0.3] +Parent=DefaultProperties +Browser=Chrome +Version=0.3 +MinorVer=3 +Beta=true +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.3.* Safari/*] +Parent=Chrome 0.3 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.3.* Safari/*] +Parent=Chrome 0.3 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.3.* Safari/*] +Parent=Chrome 0.3 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 0.4 + +[Chrome 0.4] +Parent=DefaultProperties +Browser=Chrome +Version=0.4 +MinorVer=4 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.4.* Safari/*] +Parent=Chrome 0.4 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.4.* Safari/*] +Parent=Chrome 0.4 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.4.* Safari/*] +Parent=Chrome 0.4 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 0.5 + +[Chrome 0.5] +Parent=DefaultProperties +Browser=Chrome +Version=0.5 +MinorVer=5 +Beta=true +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.5.* Safari/*] +Parent=Chrome 0.5 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.5.* Safari/*] +Parent=Chrome 0.5 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/0.5.* Safari/*] +Parent=Chrome 0.5 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 1.0 + +[Chrome 1.0] +Parent=DefaultProperties +Browser=Chrome +Version=1.0 +MajorVer=1 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/1.0.* Safari/*] +Parent=Chrome 1.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/1.0.* Safari/*] +Parent=Chrome 1.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/1.0.* Safari/*] +Parent=Chrome 1.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/1.0.* Safari/*] +Parent=Chrome 1.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; U; Windows NT 7.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/1.0.* Safari/*] +Parent=Chrome 1.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 2.0 + +[Chrome 2.0] +Parent=DefaultProperties +Browser=Chrome +Version=2.0 +MajorVer=2 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/2.0.* Safari/*] +Parent=Chrome 2.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/2.0.* Safari/*] +Parent=Chrome 2.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/2.0.* Safari/*] +Parent=Chrome 2.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/2.0.* Safari/*] +Parent=Chrome 2.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; U; Windows NT 7.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/2.0.* Safari/*] +Parent=Chrome 2.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chrome 3.0 + +[Chrome 3.0] +Parent=DefaultProperties +Browser=Chrome +Version=3.0 +MajorVer=3 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/3.0.* Safari/*] +Parent=Chrome 3.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Chrome/3.0.* Safari/*] +Parent=Chrome 3.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/3.0.* Safari/*] +Parent=Chrome 3.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1; *) AppleWebKit/* (KHTML, like Gecko) Chrome/3.0.* Safari/*] +Parent=Chrome 3.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; U; Windows NT 7.0; *) AppleWebKit/* (KHTML, like Gecko) Chrome/3.0.* Safari/*] +Parent=Chrome 3.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Google Code + +[Google Code] +Parent=DefaultProperties +Browser=Google Code +Tables=true +Cookies=true +JavaApplets=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Iron 0.2 + +[Iron 0.2] +Parent=DefaultProperties +Browser=Iron +Version=0.2 +MinorVer=2 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.2.* Safari/*] +Parent=Iron 0.2 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.2.* Safari/*] +Parent=Iron 0.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.2.* Safari/*] +Parent=Iron 0.2 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Iron 0.3 + +[Iron 0.3] +Parent=DefaultProperties +Browser=Iron +Version=0.3 +MinorVer=3 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.3.* Safari/*] +Parent=Iron 0.3 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.3.* Safari/*] +Parent=Iron 0.3 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.3.* Safari/*] +Parent=Iron 0.3 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Iron 0.4 + +[Iron 0.4] +Parent=DefaultProperties +Browser=Iron +Version=0.4 +MinorVer=4 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.4.* Safari/*] +Parent=Iron 0.4 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.4.* Safari/*] +Parent=Iron 0.4 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *) AppleWebKit/* (KHTML, like Gecko) Iron/0.4.* Safari/*] +Parent=Iron 0.4 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iPod + +[iPod] +Parent=DefaultProperties +Browser=iPod +Platform=iPhone OSX +isMobileDevice=true + +[Mozilla/5.0 (iPod; U; *Mac OS X; *) AppleWebKit/* (*) Version/3.0 Mobile/* Safari/*] +Parent=iPod +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=MacOSX + +[Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2 like Mac OS X; en-us) AppleWebKit/* (KHTML, like Gecko) Mobile/*] +Parent=iPod + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iTunes + +[iTunes] +Parent=DefaultProperties +Browser=iTunes +Platform=iPhone OSX + +[iTunes/* (Windows; ?)] +Parent=iTunes +Browser=iTunes +Platform=Win32 +Win32=true + +[MOT-* iTunes/* MIB/* Profile/MIDP-* Configuration/CLDC-* UP.Link/*] +Parent=iTunes + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Media Players + +[Media Players] +Parent=DefaultProperties +Browser=Media Players +Cookies=true + +[Microsoft NetShow(TM) Player with RealVideo(R)] +Parent=Media Players +Browser=Microsoft NetShow + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; *) AppleWebKit/* RealPlayer] +Parent=Media Players +Browser=RealPlayer +Platform=MacOSX + +[MPlayer 0.9*] +Parent=Media Players +Browser=MPlayer +Version=0.9 +MajorVer=0 +MinorVer=9 + +[MPlayer 1.*] +Parent=Media Players +Browser=MPlayer +Version=1.0 +MajorVer=1 +MinorVer=0 + +[MPlayer HEAD CVS] +Parent=Media Players +Browser=MPlayer + +[RealPlayer*] +Parent=Media Players +Browser=RealPlayer + +[RMA/*] +Parent=Media Players +Browser=RMA + +[VLC media player*] +Parent=Media Players +Browser=VLC + +[vobsub] +Parent=Media Players +Browser=vobsub +isBanned=true + +[WinampMPEG/*] +Parent=Media Players +Browser=WinAmp + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Nintendo + +[Nintendo Wii] +Parent=DefaultProperties +Browser= +isMobileDevice=true + +[Opera/* (Nintendo DSi; Opera/*; *; *)] +Parent=Nintendo Wii +Browser=DSi + +[Opera/* (Nintendo Wii; U; *)] +Parent=Nintendo Wii +Browser=Wii + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Windows Media Player + +[Windows Media Player] +Parent=DefaultProperties +Browser=Windows Media Player +Cookies=true + +[NSPlayer/10.*] +Parent=Windows Media Player +Version=10.0 +MajorVer=10 +MinorVer=0 + +[NSPlayer/11.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=11.0 +MajorVer=11 +MinorVer=0 + +[NSPlayer/4.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=4.0 +MajorVer=4 +MinorVer=0 + +[NSPlayer/7.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=7.0 +MajorVer=7 +MinorVer=0 + +[NSPlayer/8.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=8.0 +MajorVer=8 +MinorVer=0 + +[NSPlayer/9.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=9.0 +MajorVer=9 +MinorVer=0 + +[Windows-Media-Player/10.*] +Parent=Windows Media Player +Browser=Windows-Media-Player +Version=10.0 +MajorVer=10 +MinorVer=0 +Win32=true + +[Windows-Media-Player/11.*] +Parent=Windows Media Player +Version=11.0 +MajorVer=11 +MinorVer=0 +Win32=true + +[Windows-Media-Player/7.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=7.0 +MajorVer=7 +MinorVer=0 +Win32=true + +[Windows-Media-Player/8.*] +Parent=Windows Media Player +Browser=Windows Media Player +Version=8.0 +MajorVer=8 +MinorVer=0 +Win32=true + +[Windows-Media-Player/9.*] +Parent=Windows Media Player +Version=9.0 +MajorVer=9 +MinorVer=0 +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Zune + +[Zune] +Parent=DefaultProperties +Browser=Zune +Cookies=true + +[Mozilla/4.0 (compatible; MSIE ?.0; *Zune 2.0*)*] +Parent=Zune +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/4.0 (compatible; MSIE ?.0; *Zune 2.5*)*] +Parent=Zune +Version=2.5 +MajorVer=2 +MinorVer=5 + +[Mozilla/4.0 (compatible; MSIE ?.0; *Zune 3.0*)*] +Parent=Zune +Version=3.0 +MajorVer=3 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; QuickTime 7.0 + +[QuickTime 7.0] +Parent=DefaultProperties +Browser=QuickTime +Version=7.0 +MajorVer=7 +Cookies=true + +[QuickTime (qtver=7.0*;cpu=PPC;os=Mac 10.*)] +Parent=QuickTime 7.0 +Platform=MacOSX + +[QuickTime (qtver=7.0*;cpu=PPC;os=Mac 9.*)] +Parent=QuickTime 7.0 +Platform=MacPPC + +[QuickTime (qtver=7.0*;os=Windows 95*)] +Parent=QuickTime 7.0 +Platform=Win95 +Win32=true + +[QuickTime (qtver=7.0*;os=Windows 98*)] +Parent=QuickTime 7.0 +Platform=Win98 +Win32=true + +[QuickTime (qtver=7.0*;os=Windows Me*)] +Parent=QuickTime 7.0 +Platform=WinME +Win32=true + +[QuickTime (qtver=7.0*;os=Windows NT 4.0*)] +Parent=QuickTime 7.0 +Platform=WinNT +Win32=true + +[QuickTime (qtver=7.0*;os=Windows NT 5.0*)] +Parent=QuickTime 7.0 +Platform=Win2000 +Win32=true + +[QuickTime (qtver=7.0*;os=Windows NT 5.1*)] +Parent=QuickTime 7.0 +Platform=WinXP +Win32=true + +[QuickTime (qtver=7.0*;os=Windows NT 5.2*)] +Parent=QuickTime 7.0 +Platform=Win2003 +Win32=true + +[QuickTime/7.0.* (qtver=7.0.*;*;os=Mac 10.*)*] +Parent=QuickTime 7.0 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; QuickTime 7.1 + +[QuickTime 7.1] +Parent=DefaultProperties +Browser=QuickTime +Version=7.1 +MajorVer=7 +MinorVer=1 +Cookies=true + +[QuickTime (qtver=7.1*;cpu=PPC;os=Mac 10.*)] +Parent=QuickTime 7.1 +Platform=MacOSX + +[QuickTime (qtver=7.1*;cpu=PPC;os=Mac 9.*)] +Parent=QuickTime 7.1 +Platform=MacPPC + +[QuickTime (qtver=7.1*;os=Windows 98*)] +Parent=QuickTime 7.1 +Platform=Win98 +Win32=true + +[QuickTime (qtver=7.1*;os=Windows NT 4.0*)] +Parent=QuickTime 7.1 +Platform=WinNT +Win32=true + +[QuickTime (qtver=7.1*;os=Windows NT 5.0*)] +Parent=QuickTime 7.1 +Platform=Win2000 +Win32=true + +[QuickTime (qtver=7.1*;os=Windows NT 5.1*)] +Parent=QuickTime 7.1 +Platform=WinXP +Win32=true + +[QuickTime (qtver=7.1*;os=Windows NT 5.2*)] +Parent=QuickTime 7.1 +Platform=Win2003 +Win32=true + +[QuickTime/7.1.* (qtver=7.1.*;*;os=Mac 10.*)*] +Parent=QuickTime 7.1 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; QuickTime 7.2 + +[QuickTime 7.2] +Parent=DefaultProperties +Browser=QuickTime +Version=7.2 +MajorVer=7 +MinorVer=2 +Platform=MacOSX +Cookies=true + +[QuickTime (qtver=7.2*;cpu=PPC;os=Mac 10.*)] +Parent=QuickTime 7.2 +Platform=MacOSX + +[QuickTime (qtver=7.2*;cpu=PPC;os=Mac 9.*)] +Parent=QuickTime 7.2 +Platform=MacPPC + +[QuickTime (qtver=7.2*;os=Windows 98*)] +Parent=QuickTime 7.2 +Platform=Win98 +Win32=true + +[QuickTime (qtver=7.2*;os=Windows NT 4.0*)] +Parent=QuickTime 7.2 +Platform=WinNT +Win32=true + +[QuickTime (qtver=7.2*;os=Windows NT 5.0*)] +Parent=QuickTime 7.2 +Platform=Win2000 +Win32=true + +[QuickTime (qtver=7.2*;os=Windows NT 5.1*)] +Parent=QuickTime 7.2 +Platform=WinXP +Win32=true + +[QuickTime (qtver=7.2*;os=Windows NT 5.2*)] +Parent=QuickTime 7.2 +Platform=Win2003 +Win32=true + +[QuickTime/7.2.* (qtver=7.2.*;*;os=Mac 10.*)*] +Parent=QuickTime 7.2 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; QuickTime 7.3 + +[QuickTime 7.3] +Parent=DefaultProperties +Browser=QuickTime +Version=7.3 +MajorVer=7 +MinorVer=3 +Platform=MacOSX +Cookies=true + +[QuickTime (qtver=7.3*;cpu=PPC;os=Mac 10.*)] +Parent=QuickTime 7.3 +Platform=MacOSX + +[QuickTime (qtver=7.3*;cpu=PPC;os=Mac 9.*)] +Parent=QuickTime 7.3 +Platform=MacPPC + +[QuickTime (qtver=7.3*;os=Windows 98*)] +Parent=QuickTime 7.3 +Platform=Win98 +Win32=true + +[QuickTime (qtver=7.3*;os=Windows NT 4.0*)] +Parent=QuickTime 7.3 +Platform=WinNT +Win32=true + +[QuickTime (qtver=7.3*;os=Windows NT 5.0*)] +Parent=QuickTime 7.3 +Platform=Win2000 +Win32=true + +[QuickTime (qtver=7.3*;os=Windows NT 5.1*)] +Parent=QuickTime 7.3 +Platform=WinXP +Win32=true + +[QuickTime (qtver=7.3*;os=Windows NT 5.2*)] +Parent=QuickTime 7.3 +Platform=Win2003 +Win32=true + +[QuickTime/7.3.* (qtver=7.3.*;*;os=Mac 10.*)*] +Parent=QuickTime 7.3 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; QuickTime 7.4 + +[QuickTime 7.4] +Parent=DefaultProperties +Browser=QuickTime +Version=7.4 +MajorVer=7 +MinorVer=4 +Platform=MacOSX +Cookies=true + +[QuickTime (qtver=7.4*;cpu=PPC;os=Mac 10.*)] +Parent=QuickTime 7.4 +Platform=MacOSX + +[QuickTime (qtver=7.4*;cpu=PPC;os=Mac 9.*)] +Parent=QuickTime 7.4 +Platform=MacPPC + +[QuickTime (qtver=7.4*;os=Windows 98*)] +Parent=QuickTime 7.4 +Platform=Win98 +Win32=true + +[QuickTime (qtver=7.4*;os=Windows NT 4.0*)] +Parent=QuickTime 7.4 +Platform=WinNT +Win32=true + +[QuickTime (qtver=7.4*;os=Windows NT 5.0*)] +Parent=QuickTime 7.4 +Platform=Win2000 +Win32=true + +[QuickTime (qtver=7.4*;os=Windows NT 5.1*)] +Parent=QuickTime 7.4 +Platform=WinXP +Win32=true + +[QuickTime (qtver=7.4*;os=Windows NT 5.2*)] +Parent=QuickTime 7.4 +Platform=Win2003 +Win32=true + +[QuickTime/7.4.* (qtver=7.4.*;*;os=Mac 10.*)*] +Parent=QuickTime 7.4 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Google Android + +[Android] +Parent=DefaultProperties +Browser=Android +Frames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true + +[Mozilla/5.0 (Linux; U; Android *; *) AppleWebKit/* (KHTML, like Gecko) Safari/*] +Parent=Android +Browser=Android +Platform=Linux +isMobileDevice=true + +[Mozilla/5.0 (Linux; U; Android *; *) AppleWebKit/* (KHTML, like Gecko) Version/3.0.* Mobile Safari/*] +Parent=Android +Browser=Android +Platform=Linux +isMobileDevice=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; BlackBerry + +[BlackBerry] +Parent=DefaultProperties +Browser=BlackBerry +Frames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true + +[*BlackBerry*] +Parent=BlackBerry + +[*BlackBerrySimulator/*] +Parent=BlackBerry + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Handspring Blazer + +[Blazer] +Parent=DefaultProperties +Browser=Handspring Blazer +Platform=Palm +Frames=true +Tables=true +Cookies=true +isMobileDevice=true + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 95; PalmSource; Blazer 3.0) 16;160x160] +Parent=Blazer +Version=3.0 +MajorVer=3 +MinorVer=0 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/*; Blazer/4.0) 16;320x448] +Parent=Blazer +Version=4.0 +MajorVer=4 +MinorVer=0 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/*; Blazer/4.1) 16;320x320] +Parent=Blazer +Version=4.1 +MajorVer=4 +MinorVer=1 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/*; Blazer/4.2) 16;320x320] +Parent=Blazer +Version=4.2 +MajorVer=4 +MinorVer=2 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/*; Blazer/4.4) 16;320x320] +Parent=Blazer +Version=4.4 +MajorVer=4 +MinorVer=4 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/*; Blazer/4.5) 16;320x320] +Parent=Blazer +Version=4.5 +MajorVer=4 +MinorVer=5 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DoCoMo + +[DoCoMo] +Parent=DefaultProperties +Browser=DoCoMo +Frames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true + +[DoCoMo/1.0*] +Parent=DoCoMo +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WAP + +[DoCoMo/2.0*] +Parent=DoCoMo +Version=2.0 +MajorVer=2 +MinorVer=0 +Platform=WAP + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IEMobile + +[IEMobile] +Parent=DefaultProperties +Browser=IEMobile +Platform=WinCE +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +VBScript=true +JavaScript=true +ActiveXControls=true +isMobileDevice=true +CssVersion=2 +supportsCSS=true + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.*)*] +Parent=IEMobile +Version=6.0 +MajorVer=6 +MinorVer=0 + +[Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.*)*] +Parent=IEMobile +Version=7.0 +MajorVer=7 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iPhone + +[iPhone] +Parent=DefaultProperties +Browser=iPhone +Platform=iPhone OSX +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +isMobileDevice=true +CssVersion=3 +supportsCSS=true + +[Mozilla/4.0 (iPhone; *)] +Parent=iPhone + +[Mozilla/4.0 (iPhone; U; CPU like Mac OS X; *)] +Parent=iPhone + +[Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 2_* like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.1* Mobile/* Safari/*] +Parent=iPhone +Browser=iPhone Simulator +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 2_0_1 like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.1* Mobile/* Safari/*] +Parent=iPhone +Browser=iPhone Simulator +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 2_1 like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.1* Mobile/* Safari/*] +Parent=iPhone +Browser=iPhone Simulator +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone)] +Parent=iPhone + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_* like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko)] +Parent=iPhone +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_* like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.1* Mobile/* Safari/*] +Parent=iPhone +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_0* like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.1* Mobile/* Safari/*] +Parent=iPhone +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_0_2 like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko)] +Parent=iPhone + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_1 like Mac OS X; *)*] +Parent=iPhone + +[Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_2_1 like Mac OS X; *)] +Parent=iPhone + +[Mozilla/5.0 (iPhone; U; CPU like Mac OS X; *) AppleWebKit/* (KHTML, like Gecko) Version/3.0 Mobile/* Safari/*] +Parent=iPhone +Version=3.0 +MajorVer=3 +MinorVer=0 + +[Mozilla/5.0 (iPod; U; *Mac OS X; *) AppleWebKit/* (*) Version/* Mobile/*] +Parent=iPhone +Browser=iTouch + +[Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2* like Mac OS X; *)*] +Parent=iPhone +Browser=iTouch +Version=2.2 +MajorVer=2 +MinorVer=2 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; KDDI + +[KDDI] +Parent=DefaultProperties +Browser=KDDI +Frames=true +Tables=true +Cookies=true +BackgroundSounds=true +VBScript=true +JavaScript=true +ActiveXControls=true +isMobileDevice=true +CssVersion=1 +supportsCSS=true + +[KDDI-* UP.Browser/* (GUI) MMP/*] +Parent=KDDI + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Miscellaneous Mobile + +[Miscellaneous Mobile] +Parent=DefaultProperties +Browser= +IFrames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (X11; *; CentOS; *) AppleWebKit/* (KHTML, like Gecko) Bolt/0.* Version/3.0 Safari/*] +Parent=Miscellaneous Mobile +Browser=Bolt + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Motorola Internet Browser + +[Motorola Internet Browser] +Parent=DefaultProperties +Browser=Motorola Internet Browser +Frames=true +Tables=true +Cookies=true +isMobileDevice=true + +[MOT-*/*] +Parent=Motorola Internet Browser + +[MOT-1*/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-8700_/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-A-0A/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-A-2B/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-A-88/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-C???/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-GATW_/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-L6/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-L7/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-M*/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-MP*/* Mozilla/* (compatible; MSIE *; Windows CE; *)] +Parent=Motorola Internet Browser +Win32=true + +[MOT-MP*/* Mozilla/4.0 (compatible; MSIE *; Windows CE; *)] +Parent=Motorola Internet Browser +Win32=true + +[MOT-SAP4_/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-T*/*] +Parent=Motorola Internet Browser + +[MOT-T7*/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-T721*] +Parent=Motorola Internet Browser + +[MOT-TA02/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-V*/*] +Parent=Motorola Internet Browser + +[MOT-V*/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-V*/* UP.Browser/*] +Parent=Motorola Internet Browser + +[MOT-V3/* MIB/*] +Parent=Motorola Internet Browser + +[MOT-V4*/* MIB/*] +Parent=Motorola Internet Browser + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; MSN Mobile Proxy + +[MSN Mobile Proxy] +Parent=DefaultProperties +Browser=MSN Mobile Proxy +Win32=true +Frames=true +Tables=true +Cookies=true +JavaScript=true +ActiveXControls=true +isMobileDevice=true + +[Mozilla/* (compatible; MSIE *; Windows*; MSN Mobile Proxy)] +Parent=MSN Mobile Proxy + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NetFront + +[NetFront] +Parent=DefaultProperties +Browser=NetFront +Frames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true + +[*NetFront/*] +Parent=NetFront + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Nokia + +[Nokia] +Parent=DefaultProperties +Browser=Nokia +Tables=true +Cookies=true +isMobileDevice=true + +[*Nokia*/*] +Parent=Nokia + +[Mozilla/* (SymbianOS/*; ?; *) AppleWebKit/* (KHTML, like Gecko) Safari/*] +Parent=Nokia +Platform=SymbianOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Openwave Mobile Browser + +[Openwave Mobile Browser] +Parent=DefaultProperties +Browser=Openwave Mobile Browser +Alpha=true +Win32=true +Win64=true +Frames=true +Tables=true +Cookies=true +isMobileDevice=true + +[*UP.Browser/*] +Parent=Openwave Mobile Browser + +[*UP.Link/*] +Parent=Openwave Mobile Browser + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera Mini + +[Opera Mini] +Parent=DefaultProperties +Browser=Opera Mini +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true + +[Opera/* (J2ME/MIDP; Opera Mini/1.0*)*] +Parent=Opera Mini +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Opera/* (J2ME/MIDP; Opera Mini/1.1*)*] +Parent=Opera Mini +Version=1.1 +MajorVer=1 +MinorVer=1 + +[Opera/* (J2ME/MIDP; Opera Mini/1.2*)*] +Parent=Opera Mini +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Opera/* (J2ME/MIDP; Opera Mini/2.0*)*] +Parent=Opera Mini +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Opera/* (J2ME/MIDP; Opera Mini/3.0*)*] +Parent=Opera Mini +Version=3.0 +MajorVer=3 +MinorVer=0 + +[Opera/* (J2ME/MIDP; Opera Mini/3.1*)*] +Parent=Opera Mini +Version=3.1 +MajorVer=3 +MinorVer=1 + +[Opera/* (J2ME/MIDP; Opera Mini/4.0*)*] +Parent=Opera Mini +Version=4.0 +MajorVer=4 +MinorVer=0 + +[Opera/* (J2ME/MIDP; Opera Mini/4.1*)*] +Parent=Opera Mini +Version=4.1 +MajorVer=4 +MinorVer=1 + +[Opera/* (J2ME/MIDP; Opera Mini/4.2*)*] +Parent=Opera Mini +Version=4.2 +MajorVer=4 +MinorVer=2 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera Mobile + +[Opera Mobile] +Parent=DefaultProperties +Browser=Opera Mobi +Frames=true +Tables=true +Cookies=true +isMobileDevice=true + +[Opera/9.5 (Microsoft Windows; PPC; *Opera Mobile/*)] +Parent=Opera Mobile +Version=9.5 +MajorVer=9 +MinorVer=5 + +[Opera/9.5 (Microsoft Windows; PPC; Opera Mobi/*)] +Parent=Opera Mobile +Version=9.5 +MajorVer=9 +MinorVer=5 + +[Opera/9.51 Beta (Microsoft Windows; PPC; Opera Mobi/*)*] +Parent=Opera Mobile +Version=9.51 +MajorVer=9 +MinorVer=51 +Beta=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Playstation + +[Playstation] +Parent=DefaultProperties +Browser=Playstation +Platform=WAP +Frames=true +Tables=true +Cookies=true +isMobileDevice=true + +[Mozilla/* (PLAYSTATION *; *)] +Parent=Playstation +Browser=PlayStation 3 +Frames=false + +[Mozilla/* (PSP (PlayStation Portable); *)] +Parent=Playstation + +[Sony PS2 (Linux)] +Parent=Playstation +Browser=Sony PS2 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Pocket PC + +[Pocket PC] +Parent=DefaultProperties +Browser=Pocket PC +Platform=WinCE +Win32=true +Frames=true +Tables=true +Cookies=true +JavaScript=true +ActiveXControls=true +isMobileDevice=true +CssVersion=1 +supportsCSS=true + +[*(compatible; MSIE *.*; Windows CE; PPC; *)] +Parent=Pocket PC + +[HTC-*/* Mozilla/* (compatible; MSIE *.*; Windows CE*)*] +Parent=Pocket PC +Win32=true + +[Mozilla/* (compatible; MSPIE *.*; *Windows CE*)*] +Parent=Pocket PC +Win32=true + +[T-Mobile* Mozilla/* (compatible; MSIE *.*; Windows CE; *)] +Parent=Pocket PC + +[Vodafone* Mozilla/* (compatible; MSIE *.*; Windows CE; *)*] +Parent=Pocket PC + +[Windows CE (Pocket PC) - Version *.*] +Parent=Pocket PC +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SEMC Browser + +[SEMC Browser] +Parent=DefaultProperties +Browser=SEMC Browser +Platform=JAVA +Tables=true +isMobileDevice=true +CssVersion=1 +supportsCSS=true + +[*SEMC-Browser/*] +Parent=SEMC Browser + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SonyEricsson + +[SonyEricsson] +Parent=DefaultProperties +Browser=SonyEricsson +Frames=true +Tables=true +Cookies=true +JavaScript=true +isMobileDevice=true +CssVersion=1 +supportsCSS=true + +[*Ericsson*] +Parent=SonyEricsson + +[*SonyEricsson*] +Parent=SonyEricsson + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netbox + +[Netbox] +Parent=DefaultProperties +Browser=Netbox +Frames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/3.01 (compatible; Netbox/*; Linux*)] +Parent=Netbox +Browser=Netbox +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PowerTV + +[PowerTV] +Parent=DefaultProperties +Browser=PowerTV +Platform=PowerTV +Frames=true +Tables=true +Cookies=true +JavaScript=true + +[Mozilla/4.0 PowerTV/1.5 (Compatible; Spyglass DM 3.2.1, EXPLORER)] +Parent=PowerTV +Version=1.5 +MajorVer=1 +MinorVer=5 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; WebTV/MSNTV + +[WebTV] +Parent=DefaultProperties +Browser=WebTV/MSNTV +Platform=WebTV +Frames=true +Tables=true +Cookies=true +JavaScript=true + +[Mozilla/3.0 WebTV/1.*(compatible; MSIE 2.0)] +Parent=WebTV +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/4.0 WebTV/2.0*(compatible; MSIE 3.0)] +Parent=WebTV +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/4.0 WebTV/2.1*(compatible; MSIE 3.0)] +Parent=WebTV +Version=2.1 +MajorVer=2 +MinorVer=1 + +[Mozilla/4.0 WebTV/2.2*(compatible; MSIE 3.0)] +Parent=WebTV +Version=2.2 +MajorVer=2 +MinorVer=2 + +[Mozilla/4.0 WebTV/2.3*(compatible; MSIE 3.0)] +Parent=WebTV +Version=2.3 +MajorVer=2 +MinorVer=3 + +[Mozilla/4.0 WebTV/2.4*(compatible; MSIE 3.0)] +Parent=WebTV +Version=2.4 +MajorVer=2 +MinorVer=4 + +[Mozilla/4.0 WebTV/2.5*(compatible; MSIE 4.0)] +Parent=WebTV +Version=2.5 +MajorVer=2 +MinorVer=5 +CssVersion=1 +supportsCSS=true + +[Mozilla/4.0 WebTV/2.6*(compatible; MSIE 4.0)] +Parent=WebTV +Version=2.6 +MajorVer=2 +MinorVer=6 +CssVersion=1 +supportsCSS=true + +[Mozilla/4.0 WebTV/2.7*(compatible; MSIE 4.0)] +Parent=WebTV +Version=2.7 +MajorVer=2 +MinorVer=7 +CssVersion=1 +supportsCSS=true + +[Mozilla/4.0 WebTV/2.8*(compatible; MSIE 4.0)] +Parent=WebTV +Version=2.8 +MajorVer=2 +MinorVer=8 +JavaApplets=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.0 WebTV/2.9*(compatible; MSIE 4.0)] +Parent=WebTV +Version=2.9 +MajorVer=2 +MinorVer=9 +JavaApplets=true +CssVersion=1 +supportsCSS=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Amaya + +[Amaya] +Parent=DefaultProperties +Browser=Amaya +Tables=true +Cookies=true + +[amaya/7.*] +Parent=Amaya +Version=7.0 +MajorVer=7 +MinorVer=0 + +[amaya/8.0*] +Parent=Amaya +Version=8.0 +MajorVer=8 +MinorVer=0 +CssVersion=2 +supportsCSS=true + +[amaya/8.1*] +Parent=Amaya +Version=8.1 +MajorVer=8 +MinorVer=1 +CssVersion=2 +supportsCSS=true + +[amaya/8.2*] +Parent=Amaya +Version=8.2 +MajorVer=8 +MinorVer=2 +CssVersion=2 +supportsCSS=true + +[amaya/8.3*] +Parent=Amaya +Version=8.3 +MajorVer=8 +MinorVer=3 +CssVersion=2 +supportsCSS=true + +[amaya/8.4*] +Parent=Amaya +Version=8.4 +MajorVer=8 +MinorVer=4 +CssVersion=2 +supportsCSS=true + +[amaya/8.5*] +Parent=Amaya +Version=8.5 +MajorVer=8 +MinorVer=5 +CssVersion=2 +supportsCSS=true + +[amaya/8.6*] +Parent=Amaya +Version=8.6 +MajorVer=8 +MinorVer=6 +CssVersion=2 +supportsCSS=true + +[amaya/8.7*] +Parent=Amaya +Version=8.7 +MajorVer=8 +MinorVer=7 +CssVersion=2 +supportsCSS=true + +[amaya/8.8*] +Parent=Amaya +Version=8.8 +MajorVer=8 +MinorVer=8 +CssVersion=2 +supportsCSS=true + +[amaya/8.9*] +Parent=Amaya +Version=8.9 +MajorVer=8 +MinorVer=9 +CssVersion=2 +supportsCSS=true + +[amaya/9.0*] +Parent=Amaya +Version=9.0 +MajorVer=8 +MinorVer=0 +CssVersion=2 +supportsCSS=true + +[amaya/9.1*] +Parent=Amaya +Version=9.1 +MajorVer=9 +MinorVer=1 +CssVersion=2 +supportsCSS=true + +[amaya/9.2*] +Parent=Amaya +Version=9.2 +MajorVer=9 +MinorVer=2 +CssVersion=2 +supportsCSS=true + +[amaya/9.3*] +Parent=Amaya +Version=9.3 +MajorVer=9 +MinorVer=3 + +[amaya/9.4*] +Parent=Amaya +Version=9.4 +MajorVer=9 +MinorVer=4 + +[amaya/9.5*] +Parent=Amaya +Version=9.5 +MajorVer=9 +MinorVer=5 + +[Emacs-w3m/*] +Parent=Emacs/W3 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Links + +[Links] +Parent=DefaultProperties +Browser=Links +Frames=true +Tables=true + +[Links (0.9*; CYGWIN_NT-5.1*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=WinXP + +[Links (0.9*; Darwin*)] +Parent=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=MacPPC + +[Links (0.9*; FreeBSD*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=FreeBSD + +[Links (0.9*; Linux*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=Linux + +[Links (0.9*; OS/2*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=OS/2 + +[Links (0.9*; Unix*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=Unix + +[Links (0.9*; Win32*)] +Parent=Links +Browser=Links +Version=0.9 +MajorVer=0 +MinorVer=9 +Platform=Win32 +Win32=true + +[Links (1.0*; CYGWIN_NT-5.1*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinXP + +[Links (1.0*; FreeBSD*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=FreeBSD + +[Links (1.0*; Linux*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Linux + +[Links (1.0*; OS/2*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=OS/2 + +[Links (1.0*; Unix*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Unix + +[Links (1.0*; Win32*)] +Parent=Links +Browser=Links +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win32 +Win32=true + +[Links (2.0*; Linux*)] +Parent=Links +Browser=Links +Version=2.0 +MajorVer=2 +MinorVer=0 +Platform=Linux + +[Links (2.1*; FreeBSD*)] +Parent=Links +Browser=Links +Version=2.1 +MajorVer=2 +MinorVer=1 +Platform=FreeBSD + +[Links (2.1*; Linux *)] +Parent=Links +Browser=Links +Version=2.1 +MajorVer=2 +MinorVer=1 +Platform=Linux + +[Links (2.1*; OpenBSD*)] +Parent=Links +Browser=Links +Version=2.1 +MajorVer=2 +MinorVer=1 +Platform=OpenBSD + +[Links (2.2*; FreeBSD*)] +Parent=Links +Version=2.2 +MajorVer=2 +MinorVer=2 +Platform=FreeBSD + +[Links (2.2*; Linux *)] +Parent=Links +Version=2.2 +MajorVer=2 +MinorVer=2 +Platform=Linux + +[Links (2.2*; OpenBSD*)] +Parent=Links +Version=2.2 +MajorVer=2 +MinorVer=2 +Platform=OpenBSD + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Lynx + +[Lynx] +Parent=DefaultProperties +Browser=Lynx +Frames=true +Tables=true + +[Lynx *] +Parent=Lynx +Browser=Lynx + +[Lynx/2.3*] +Parent=Lynx +Browser=Lynx +Version=2.3 +MajorVer=2 +MinorVer=3 + +[Lynx/2.4*] +Parent=Lynx +Browser=Lynx +Version=2.4 +MajorVer=2 +MinorVer=4 + +[Lynx/2.5*] +Parent=Lynx +Browser=Lynx +Version=2.5 +MajorVer=2 +MinorVer=5 + +[Lynx/2.6*] +Parent=Lynx +Browser=Lynx +Version=2.6 +MajorVer=2 +MinorVer=6 + +[Lynx/2.7*] +Parent=Lynx +Browser=Lynx +Version=2.7 +MajorVer=2 +MinorVer=7 + +[Lynx/2.8*] +Parent=Lynx +Browser=Lynx +Version=2.8 +MajorVer=2 +MinorVer=8 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NCSA Mosaic + +[Mosaic] +Parent=DefaultProperties +Browser=Mosaic + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; w3m + +[w3m] +Parent=DefaultProperties +Browser=w3m +Frames=true +Tables=true + +[w3m/0.1*] +Parent=w3m +Browser=w3m +Version=0.1 +MajorVer=0 +MinorVer=1 + +[w3m/0.2*] +Parent=w3m +Browser=w3m +Version=0.2 +MajorVer=0 +MinorVer=2 + +[w3m/0.3*] +Parent=w3m +Browser=w3m +Version=0.3 +MajorVer=0 +MinorVer=3 + +[w3m/0.4*] +Parent=w3m +Browser=w3m +Version=0.4 +MajorVer=0 +MinorVer=4 +Cookies=true + +[w3m/0.5*] +Parent=w3m +Browser=w3m +Version=0.5 +MajorVer=0 +MinorVer=5 +Cookies=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ELinks 0.10 + +[ELinks 0.10] +Parent=DefaultProperties +Browser=ELinks +Version=0.10 +MinorVer=10 +Frames=true +Tables=true + +[ELinks (0.10*; *AIX*)] +Parent=ELinks 0.10 +Platform=AIX + +[ELinks (0.10*; *BeOS*)] +Parent=ELinks 0.10 +Platform=BeOS + +[ELinks (0.10*; *CygWin*)] +Parent=ELinks 0.10 +Platform=CygWin + +[ELinks (0.10*; *Darwin*)] +Parent=ELinks 0.10 +Platform=Darwin + +[ELinks (0.10*; *Digital Unix*)] +Parent=ELinks 0.10 +Platform=Digital Unix + +[ELinks (0.10*; *FreeBSD*)] +Parent=ELinks 0.10 +Platform=FreeBSD + +[ELinks (0.10*; *HPUX*)] +Parent=ELinks 0.10 +Platform=HP-UX + +[ELinks (0.10*; *IRIX*)] +Parent=ELinks 0.10 +Platform=IRIX + +[ELinks (0.10*; *Linux*)] +Parent=ELinks 0.10 +Platform=Linux + +[ELinks (0.10*; *NetBSD*)] +Parent=ELinks 0.10 +Platform=NetBSD + +[ELinks (0.10*; *OpenBSD*)] +Parent=ELinks 0.10 +Platform=OpenBSD + +[ELinks (0.10*; *OS/2*)] +Parent=ELinks 0.10 +Platform=OS/2 + +[ELinks (0.10*; *RISC*)] +Parent=ELinks 0.10 +Platform=RISC OS + +[ELinks (0.10*; *Solaris*)] +Parent=ELinks 0.10 +Platform=Solaris + +[ELinks (0.10*; *Unix*)] +Parent=ELinks 0.10 +Platform=Unix + +[ELinks/0.10* (*AIX*)] +Parent=ELinks 0.10 +Platform=AIX + +[ELinks/0.10* (*BeOS*)] +Parent=ELinks 0.10 +Platform=BeOS + +[ELinks/0.10* (*CygWin*)] +Parent=ELinks 0.10 +Platform=CygWin + +[ELinks/0.10* (*Darwin*)] +Parent=ELinks 0.10 +Platform=Darwin + +[ELinks/0.10* (*Digital Unix*)] +Parent=ELinks 0.10 +Platform=Digital Unix + +[ELinks/0.10* (*FreeBSD*)] +Parent=ELinks 0.10 +Platform=FreeBSD + +[ELinks/0.10* (*HPUX*)] +Parent=ELinks 0.10 +Platform=HP-UX + +[ELinks/0.10* (*IRIX*)] +Parent=ELinks 0.10 +Platform=IRIX + +[ELinks/0.10* (*Linux*)] +Parent=ELinks 0.10 +Platform=Linux + +[ELinks/0.10* (*NetBSD*)] +Parent=ELinks 0.10 +Platform=NetBSD + +[ELinks/0.10* (*OpenBSD*)] +Parent=ELinks 0.10 +Platform=OpenBSD + +[ELinks/0.10* (*OS/2*)] +Parent=ELinks 0.10 +Platform=OS/2 + +[ELinks/0.10* (*RISC*)] +Parent=ELinks 0.10 +Platform=RISC OS + +[ELinks/0.10* (*Solaris*)] +Parent=ELinks 0.10 +Platform=Solaris + +[ELinks/0.10* (*Unix*)] +Parent=ELinks 0.10 +Platform=Unix + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ELinks 0.11 + +[ELinks 0.11] +Parent=DefaultProperties +Browser=ELinks +Version=0.11 +MinorVer=11 +Frames=true +Tables=true + +[ELinks (0.11*; *AIX*)] +Parent=ELinks 0.11 +Platform=AIX + +[ELinks (0.11*; *BeOS*)] +Parent=ELinks 0.11 +Platform=BeOS + +[ELinks (0.11*; *CygWin*)] +Parent=ELinks 0.11 +Platform=CygWin + +[ELinks (0.11*; *Darwin*)] +Parent=ELinks 0.11 +Platform=Darwin + +[ELinks (0.11*; *Digital Unix*)] +Parent=ELinks 0.11 +Platform=Digital Unix + +[ELinks (0.11*; *FreeBSD*)] +Parent=ELinks 0.11 +Platform=FreeBSD + +[ELinks (0.11*; *HPUX*)] +Parent=ELinks 0.11 +Platform=HP-UX + +[ELinks (0.11*; *IRIX*)] +Parent=ELinks 0.11 +Platform=IRIX + +[ELinks (0.11*; *Linux*)] +Parent=ELinks 0.11 +Platform=Linux + +[ELinks (0.11*; *NetBSD*)] +Parent=ELinks 0.11 +Platform=NetBSD + +[ELinks (0.11*; *OpenBSD*)] +Parent=ELinks 0.11 +Platform=OpenBSD + +[ELinks (0.11*; *OS/2*)] +Parent=ELinks 0.11 +Platform=OS/2 + +[ELinks (0.11*; *RISC*)] +Parent=ELinks 0.11 +Platform=RISC OS + +[ELinks (0.11*; *Solaris*)] +Parent=ELinks 0.11 +Platform=Solaris + +[ELinks (0.11*; *Unix*)] +Parent=ELinks 0.11 +Platform=Unix + +[ELinks/0.11* (*AIX*)] +Parent=ELinks 0.11 +Platform=AIX + +[ELinks/0.11* (*BeOS*)] +Parent=ELinks 0.11 +Platform=BeOS + +[ELinks/0.11* (*CygWin*)] +Parent=ELinks 0.11 +Platform=CygWin + +[ELinks/0.11* (*Darwin*)] +Parent=ELinks 0.11 +Platform=Darwin + +[ELinks/0.11* (*Digital Unix*)] +Parent=ELinks 0.11 +Platform=Digital Unix + +[ELinks/0.11* (*FreeBSD*)] +Parent=ELinks 0.11 +Platform=FreeBSD + +[ELinks/0.11* (*HPUX*)] +Parent=ELinks 0.11 +Platform=HP-UX + +[ELinks/0.11* (*IRIX*)] +Parent=ELinks 0.11 +Platform=IRIX + +[ELinks/0.11* (*Linux*)] +Parent=ELinks 0.11 +Platform=Linux + +[ELinks/0.11* (*NetBSD*)] +Parent=ELinks 0.11 +Platform=NetBSD + +[ELinks/0.11* (*OpenBSD*)] +Parent=ELinks 0.11 +Platform=OpenBSD + +[ELinks/0.11* (*OS/2*)] +Parent=ELinks 0.11 +Platform=OS/2 + +[ELinks/0.11* (*RISC*)] +Parent=ELinks 0.11 +Platform=RISC OS + +[ELinks/0.11* (*Solaris*)] +Parent=ELinks 0.11 +Platform=Solaris + +[ELinks/0.11* (*Unix*)] +Parent=ELinks 0.11 +Platform=Unix + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ELinks 0.12 + +[ELinks 0.12] +Parent=DefaultProperties +Browser=ELinks +Version=0.12 +MinorVer=12 +Frames=true +Tables=true + +[ELinks (0.12*; *AIX*)] +Parent=ELinks 0.12 +Platform=AIX + +[ELinks (0.12*; *BeOS*)] +Parent=ELinks 0.12 +Platform=BeOS + +[ELinks (0.12*; *CygWin*)] +Parent=ELinks 0.12 +Platform=CygWin + +[ELinks (0.12*; *Darwin*)] +Parent=ELinks 0.12 +Platform=Darwin + +[ELinks (0.12*; *Digital Unix*)] +Parent=ELinks 0.12 +Platform=Digital Unix + +[ELinks (0.12*; *FreeBSD*)] +Parent=ELinks 0.12 +Platform=FreeBSD + +[ELinks (0.12*; *HPUX*)] +Parent=ELinks 0.12 +Platform=HP-UX + +[ELinks (0.12*; *IRIX*)] +Parent=ELinks 0.12 +Platform=IRIX + +[ELinks (0.12*; *Linux*)] +Parent=ELinks 0.12 +Platform=Linux + +[ELinks (0.12*; *NetBSD*)] +Parent=ELinks 0.12 +Platform=NetBSD + +[ELinks (0.12*; *OpenBSD*)] +Parent=ELinks 0.12 +Platform=OpenBSD + +[ELinks (0.12*; *OS/2*)] +Parent=ELinks 0.12 +Platform=OS/2 + +[ELinks (0.12*; *RISC*)] +Parent=ELinks 0.12 +Platform=RISC OS + +[ELinks (0.12*; *Solaris*)] +Parent=ELinks 0.12 +Platform=Solaris + +[ELinks (0.12*; *Unix*)] +Parent=ELinks 0.12 +Platform=Unix + +[ELinks/0.12* (*AIX*)] +Parent=ELinks 0.12 +Platform=AIX + +[ELinks/0.12* (*BeOS*)] +Parent=ELinks 0.12 +Platform=BeOS + +[ELinks/0.12* (*CygWin*)] +Parent=ELinks 0.12 +Platform=CygWin + +[ELinks/0.12* (*Darwin*)] +Parent=ELinks 0.12 +Platform=Darwin + +[ELinks/0.12* (*Digital Unix*)] +Parent=ELinks 0.12 +Platform=Digital Unix + +[ELinks/0.12* (*FreeBSD*)] +Parent=ELinks 0.12 +Platform=FreeBSD + +[ELinks/0.12* (*HPUX*)] +Parent=ELinks 0.12 +Platform=HP-UX + +[ELinks/0.12* (*IRIX*)] +Parent=ELinks 0.12 +Platform=IRIX + +[ELinks/0.12* (*Linux*)] +Parent=ELinks 0.12 +Platform=Linux + +[ELinks/0.12* (*NetBSD*)] +Parent=ELinks 0.12 +Platform=NetBSD + +[ELinks/0.12* (*OpenBSD*)] +Parent=ELinks 0.12 +Platform=OpenBSD + +[ELinks/0.12* (*OS/2*)] +Parent=ELinks 0.12 +Platform=OS/2 + +[ELinks/0.12* (*RISC*)] +Parent=ELinks 0.12 +Platform=RISC OS + +[ELinks/0.12* (*Solaris*)] +Parent=ELinks 0.12 +Platform=Solaris + +[ELinks/0.12* (*Unix*)] +Parent=ELinks 0.12 +Platform=Unix + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ELinks 0.9 + +[ELinks 0.9] +Parent=DefaultProperties +Browser=ELinks +Version=0.9 +MinorVer=9 +Frames=true +Tables=true + +[ELinks (0.9*; *AIX*)] +Parent=ELinks 0.9 +Platform=AIX + +[ELinks (0.9*; *BeOS*)] +Parent=ELinks 0.9 +Platform=BeOS + +[ELinks (0.9*; *CygWin*)] +Parent=ELinks 0.9 +Platform=CygWin + +[ELinks (0.9*; *Darwin*)] +Parent=ELinks 0.9 +Platform=Darwin + +[ELinks (0.9*; *Digital Unix*)] +Parent=ELinks 0.9 +Platform=Digital Unix + +[ELinks (0.9*; *FreeBSD*)] +Parent=ELinks 0.9 +Platform=FreeBSD + +[ELinks (0.9*; *HPUX*)] +Parent=ELinks 0.9 +Platform=HP-UX + +[ELinks (0.9*; *IRIX*)] +Parent=ELinks 0.9 +Platform=IRIX + +[ELinks (0.9*; *Linux*)] +Parent=ELinks 0.9 +Platform=Linux + +[ELinks (0.9*; *NetBSD*)] +Parent=ELinks 0.9 +Platform=NetBSD + +[ELinks (0.9*; *OpenBSD*)] +Parent=ELinks 0.9 +Platform=OpenBSD + +[ELinks (0.9*; *OS/2*)] +Parent=ELinks 0.9 +Platform=OS/2 + +[ELinks (0.9*; *RISC*)] +Parent=ELinks 0.9 +Platform=RISC OS + +[ELinks (0.9*; *Solaris*)] +Parent=ELinks 0.9 +Platform=Solaris + +[ELinks (0.9*; *Unix*)] +Parent=ELinks 0.9 +Platform=Unix + +[ELinks/0.9* (*AIX*)] +Parent=ELinks 0.9 +Platform=AIX + +[ELinks/0.9* (*BeOS*)] +Parent=ELinks 0.9 +Platform=BeOS + +[ELinks/0.9* (*CygWin*)] +Parent=ELinks 0.9 +Platform=CygWin + +[ELinks/0.9* (*Darwin*)] +Parent=ELinks 0.9 +Platform=Darwin + +[ELinks/0.9* (*Digital Unix*)] +Parent=ELinks 0.9 +Platform=Digital Unix + +[ELinks/0.9* (*FreeBSD*)] +Parent=ELinks 0.9 +Platform=FreeBSD + +[ELinks/0.9* (*HPUX*)] +Parent=ELinks 0.9 +Platform=HP-UX + +[ELinks/0.9* (*IRIX*)] +Parent=ELinks 0.9 +Platform=IRIX + +[ELinks/0.9* (*Linux*)] +Parent=ELinks 0.9 +Platform=Linux + +[ELinks/0.9* (*NetBSD*)] +Parent=ELinks 0.9 +Platform=NetBSD + +[ELinks/0.9* (*OpenBSD*)] +Parent=ELinks 0.9 +Platform=OpenBSD + +[ELinks/0.9* (*OS/2*)] +Parent=ELinks 0.9 +Platform=OS/2 + +[ELinks/0.9* (*RISC*)] +Parent=ELinks 0.9 +Platform=RISC OS + +[ELinks/0.9* (*Solaris*)] +Parent=ELinks 0.9 +Platform=Solaris + +[ELinks/0.9* (*Unix*)] +Parent=ELinks 0.9 +Platform=Unix + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; AppleWebKit + +[AppleWebKit] +Parent=DefaultProperties +Browser=AppleWebKit +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (KHTML, like Gecko)] +Parent=AppleWebKit + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Camino + +[Camino] +Parent=DefaultProperties +Browser=Camino +Platform=MacOSX +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/0.7*] +Parent=Camino +Version=0.7 +MajorVer=0 +MinorVer=7 +Beta=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/0.8*] +Parent=Camino +Version=0.8 +MajorVer=0 +MinorVer=8 +Beta=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/0.9*] +Parent=Camino +Version=0.9 +MajorVer=0 +MinorVer=9 +Beta=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.0*] +Parent=Camino +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.2*] +Parent=Camino +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.3*] +Parent=Camino +Version=1.3 +MajorVer=1 +MinorVer=3 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.4*] +Parent=Camino +Version=1.4 +MajorVer=1 +MinorVer=4 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.5*] +Parent=Camino +Version=1.5 +MajorVer=1 +MinorVer=5 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; *Mac OS X*) Gecko/* Camino/1.6*] +Parent=Camino +Version=1.6 +MajorVer=1 +MinorVer=6 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Chimera + +[Chimera] +Parent=DefaultProperties +Browser=Chimera +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true + +[Mozilla/5.0 (Macintosh; U; *Mac OS X*; *; rv:1.*) Gecko/* Chimera/*] +Parent=Chimera +Platform=MacOSX + +[Mozilla/5.0 Gecko/* Chimera/*] +Parent=Chimera + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Dillo + +[Dillo] +Parent=DefaultProperties +Browser=Dillo +Platform=Linux +Frames=true +IFrames=true +Tables=true +Cookies=true +CssVersion=2 +supportsCSS=true + +[Dillo/0.6*] +Parent=Dillo +Version=0.6 +MajorVer=0 +MinorVer=6 + +[Dillo/0.7*] +Parent=Dillo +Version=0.7 +MajorVer=0 +MinorVer=7 + +[Dillo/0.8*] +Parent=Dillo +Version=0.8 +MajorVer=0 +MinorVer=8 + +[Dillo/2.0] +Parent=Dillo +Version=2.0 +MajorVer=2 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Emacs/W3 + +[Emacs/W3] +Parent=DefaultProperties +Browser=Emacs/W3 +Frames=true +Tables=true +Cookies=true + +[Emacs/W3/2.* (Unix*] +Parent=Emacs/W3 +Version=2.0 +MajorVer=2 +MinorVer=0 +Platform=Unix + +[Emacs/W3/2.* (X11*] +Parent=Emacs/W3 +Version=2.0 +MajorVer=2 +MinorVer=0 +Platform=Linux + +[Emacs/W3/3.* (Unix*] +Parent=Emacs/W3 +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=Unix + +[Emacs/W3/3.* (X11*] +Parent=Emacs/W3 +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=Linux + +[Emacs/W3/4.* (Unix*] +Parent=Emacs/W3 +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=Unix + +[Emacs/W3/4.* (X11*] +Parent=Emacs/W3 +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; fantomas + +[fantomas] +Parent=DefaultProperties +Browser=fantomas +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true + +[Mozilla/4.0 (cloakBrowser)] +Parent=fantomas +Browser=fantomas cloakBrowser + +[Mozilla/4.0 (fantomas shadowMaker Browser)] +Parent=fantomas +Browser=fantomas shadowMaker Browser + +[Mozilla/4.0 (fantomBrowser)] +Parent=fantomas +Browser=fantomas fantomBrowser + +[Mozilla/4.0 (fantomCrew Browser)] +Parent=fantomas +Browser=fantomas fantomCrew Browser + +[Mozilla/4.0 (stealthBrowser)] +Parent=fantomas +Browser=fantomas stealthBrowser + +[multiBlocker browser*] +Parent=fantomas +Browser=fantomas multiBlocker browser + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; FrontPage + +[FrontPage] +Parent=DefaultProperties +Browser=FrontPage +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true + +[Mozilla/?* (compatible; MS FrontPage*)] +Parent=FrontPage + +[MSFrontPage/*] +Parent=FrontPage + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Galeon + +[Galeon] +Parent=DefaultProperties +Browser=Galeon +Platform=Linux +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (X11; U; Linux*) Gecko/* Galeon/1.*] +Parent=Galeon +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (X11; U; Linux*) Gecko/* Galeon/2.*] +Parent=Galeon +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 Galeon/1.* (X11; Linux*)*] +Parent=Galeon +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 Galeon/2.* (X11; Linux*)*] +Parent=Galeon +Version=2.0 +MajorVer=2 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; HP Secure Web Browser + +[HP Secure Web Browser] +Parent=DefaultProperties +Browser=HP Secure Web Browser +Platform=OpenVMS +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.0*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.1*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.1 +MajorVer=1 +MinorVer=1 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.2*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.3*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.3 +MajorVer=1 +MinorVer=3 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.4*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.4 +MajorVer=1 +MinorVer=4 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.5*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.5 +MajorVer=1 +MinorVer=5 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.6*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.6 +MajorVer=1 +MinorVer=6 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.7*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.7 +MajorVer=1 +MinorVer=7 + +[Mozilla/5.0 (X11; U; OpenVMS*; *; rv:1.8*) Gecko/*] +Parent=HP Secure Web Browser +Version=1.8 +MajorVer=1 +MinorVer=8 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IBrowse + +[IBrowse] +Parent=DefaultProperties +Browser=IBrowse +Platform=Amiga +Frames=true +Tables=true +Cookies=true +JavaScript=true + +[Arexx (compatible; MSIE 6.0; AmigaOS5.0) IBrowse 4.0] +Parent=IBrowse +Version=4.0 +MajorVer=4 +MinorVer=0 + +[IBrowse/1.22 (AmigaOS *)] +Parent=IBrowse +Version=1.22 +MajorVer=1 +MinorVer=22 + +[IBrowse/2.1 (AmigaOS *)] +Parent=IBrowse +Version=2.1 +MajorVer=2 +MinorVer=1 + +[IBrowse/2.2 (AmigaOS *)] +Parent=IBrowse +Version=2.2 +MajorVer=2 +MinorVer=2 + +[IBrowse/2.3 (AmigaOS *)] +Parent=IBrowse +Version=2.2 +MajorVer=2 +MinorVer=3 + +[Mozilla/* (Win98; I) IBrowse/2.1 (AmigaOS 3.1)] +Parent=IBrowse +Version=2.1 +MajorVer=2 +MinorVer=1 + +[Mozilla/* (Win98; I) IBrowse/2.2 (AmigaOS 3.1)] +Parent=IBrowse +Version=2.2 +MajorVer=2 +MinorVer=2 + +[Mozilla/* (Win98; I) IBrowse/2.3 (AmigaOS 3.1)] +Parent=IBrowse +Version=2.3 +MajorVer=2 +MinorVer=3 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iCab + +[iCab] +Parent=DefaultProperties +Browser=iCab +Frames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[iCab/2.7* (Macintosh; ?; 68K*)] +Parent=iCab +Version=2.7 +MajorVer=2 +MinorVer=7 +Platform=Mac68K + +[iCab/2.7* (Macintosh; ?; PPC*)] +Parent=iCab +Version=2.7 +MajorVer=2 +MinorVer=7 +Platform=MacPPC + +[iCab/2.8* (Macintosh; ?; *Mac OS X*)] +Parent=iCab +Version=2.8 +MajorVer=2 +MinorVer=8 +Platform=MacOSX + +[iCab/2.8* (Macintosh; ?; 68K*)] +Parent=iCab +Version=2.8 +MajorVer=2 +MinorVer=8 +Platform=Mac68K + +[iCab/2.8* (Macintosh; ?; PPC)] +Parent=iCab +Version=2.8 +MajorVer=2 +MinorVer=8 +Platform=MacPPC + +[iCab/2.9* (Macintosh; ?; *Mac OS X*)] +Parent=iCab +Version=2.9 +MajorVer=2 +MinorVer=9 +Platform=MacOSX + +[iCab/2.9* (Macintosh; ?; 68K*)] +Parent=iCab +Version=2.9 +MajorVer=2 +MinorVer=9 +Platform=Mac68K + +[iCab/2.9* (Macintosh; ?; PPC*)] +Parent=iCab +Version=2.9 +MajorVer=2 +MinorVer=9 +Platform=MacPPC + +[iCab/3.0* (Macintosh; ?; *Mac OS X*)] +Parent=iCab +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=MacOSX +CssVersion=2 +supportsCSS=true + +[iCab/3.0* (Macintosh; ?; PPC*)] +Parent=iCab +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=MacPPC +CssVersion=2 +supportsCSS=true + +[iCab/4.0 (Macintosh; U; *Mac OS X)] +Parent=iCab +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=MacOSX + +[Mozilla/* (compatible; iCab 3.0*; Macintosh; *Mac OS X*)] +Parent=iCab +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=MacOSX +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; iCab 3.0*; Macintosh; ?; PPC*)] +Parent=iCab +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=MacPPC +CssVersion=2 +supportsCSS=true + +[Mozilla/4.5 (compatible; iCab 2.7*; Macintosh; ?; 68K*)] +Parent=iCab +Version=2.7 +MajorVer=2 +MinorVer=7 +Platform=Mac68K + +[Mozilla/4.5 (compatible; iCab 2.7*; Macintosh; ?; PPC*)] +Parent=iCab +Version=2.7 +MajorVer=2 +MinorVer=7 +Platform=MacPPC + +[Mozilla/4.5 (compatible; iCab 2.8*; Macintosh; ?; *Mac OS X*)] +Parent=iCab +Version=2.8 +MajorVer=2 +MinorVer=8 +Platform=MacOSX + +[Mozilla/4.5 (compatible; iCab 2.8*; Macintosh; ?; PPC*)] +Parent=iCab +Version=2.8 +MajorVer=2 +MinorVer=8 +Platform=MacPPC + +[Mozilla/4.5 (compatible; iCab 2.9*; Macintosh; *Mac OS X*)] +Parent=iCab +Version=2.9 +MajorVer=2 +MinorVer=9 +Platform=MacOSX + +[Mozilla/4.5 (compatible; iCab 2.9*; Macintosh; ?; PPC*)] +Parent=iCab +Version=2.9 +MajorVer=2 +MinorVer=9 +Platform=MacPPC + +[Mozilla/4.5 (compatible; iCab 4.2*; Macintosh; *Mac OS X*)] +Parent=iCab +Version=4.2 +MajorVer=4 +MinorVer=2 +Platform=MacOSX + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; iSiloX + +[iSiloX] +Parent=DefaultProperties +Browser=iSiloX +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +Crawler=true +CssVersion=2 +supportsCSS=true + +[iSiloX/4.0* MacOS] +Parent=iSiloX +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=MacPPC + +[iSiloX/4.0* Windows/32] +Parent=iSiloX +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=Win32 +Win32=true + +[iSiloX/4.1* MacOS] +Parent=iSiloX +Version=4.1 +MajorVer=4 +MinorVer=1 +Platform=MacPPC + +[iSiloX/4.1* Windows/32] +Parent=iSiloX +Version=4.1 +MajorVer=4 +MinorVer=1 +Platform=Win32 +Win32=true + +[iSiloX/4.2* MacOS] +Parent=iSiloX +Version=4.2 +MajorVer=4 +MinorVer=2 +Platform=MacPPC + +[iSiloX/4.2* Windows/32] +Parent=iSiloX +Version=4.2 +MajorVer=4 +MinorVer=2 +Platform=Win32 +Win32=true + +[iSiloX/4.3* MacOS] +Parent=iSiloX +Version=4.3 +MajorVer=4 +MinorVer=4 +Platform=MacOSX + +[iSiloX/4.3* Windows/32] +Parent=iSiloX +Version=4.3 +MajorVer=4 +MinorVer=3 +Platform=Win32 +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Lycoris Desktop/LX + +[Lycoris Desktop/LX] +Parent=DefaultProperties +Browser=Lycoris Desktop/LX +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +Crawler=true + +[Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.*: Desktop/LX Amethyst) Gecko/*] +Parent=Lycoris Desktop/LX +Version=1.1 +MajorVer=1 +MinorVer=1 +Platform=Linux + +[Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.*; Desktop/LX Amethyst) Gecko/*] +Parent=Lycoris Desktop/LX +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mosaic + +[Mosaic] +Parent=DefaultProperties +Browser=Mosaic +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true + +[Mozilla/4.0 (VMS_Mosaic)] +Parent=Mosaic +Platform=OpenVMS + +[VMS_Mosaic/3.7*] +Parent=Mosaic +Version=3.7 +MajorVer=3 +MinorVer=7 +Platform=OpenVMS + +[VMS_Mosaic/3.8*] +Parent=Mosaic +Version=3.8 +MajorVer=3 +MinorVer=8 +Platform=OpenVMS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NetPositive + +[NetPositive] +Parent=DefaultProperties +Browser=NetPositive +Platform=BeOS +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true + +[*NetPositive/2.2*] +Parent=NetPositive +Version=2.2 +MajorVer=2 +MinorVer=2 + +[*NetPositive/2.2*BeOS*] +Parent=NetPositive +Version=2.2 +MajorVer=2 +MinorVer=2 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; OmniWeb + +[OmniWeb] +Parent=DefaultProperties +Browser=OmniWeb +Platform=MacOSX +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +isMobileDevice=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (Macintosh; ?; *Mac OS X; *) AppleWebKit/* (*) OmniWeb/v4*] +Parent=OmniWeb +Version=4.5 +MajorVer=4 +MinorVer=5 +Platform=MacOSX + +[Mozilla/* (Macintosh; ?; *Mac OS X; *) AppleWebKit/* (*) OmniWeb/v5*] +Parent=OmniWeb +Version=5. +MajorVer=5 +MinorVer=0 +Platform=MacOSX + +[Mozilla/* (Macintosh; ?; *Mac OS X; *) AppleWebKit/* (*) OmniWeb/v6*] +Parent=OmniWeb +Version=6.0 +MajorVer=6 +MinorVer=0 +Platform=MacOSX + +[Mozilla/* (Macintosh; ?; PPC) OmniWeb/4*] +Parent=OmniWeb +Version=4.0 +MajorVer=4 +MinorVer=0 +Platform=MacPPC + +[Mozilla/* (Macintosh; ?; PPC) OmniWeb/5*] +Parent=OmniWeb +Version=5.0 +MajorVer=5 +MinorVer=0 +Platform=MacOSX + +[Mozilla/* (Macintosh; ?; PPC) OmniWeb/6*] +Parent=OmniWeb +Version=6.0 +MajorVer=6 +MinorVer=0 +Platform=MacPPC + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.34] +Parent=OmniWeb +Version=5.1 +MajorVer=5 +MinorVer=1 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.34] +Parent=OmniWeb +Version=5.1 +MajorVer=5 +MinorVer=1 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v607] +Parent=OmniWeb +Version=5.5 +MajorVer=5 +MinorVer=5 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v607] +Parent=OmniWeb +Version=5.5 +MajorVer=5 +MinorVer=5 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/522+ (KHTML, like Gecko, Safari/522) OmniWeb/v613] +Parent=OmniWeb +Version=5.6 +MajorVer=5 +MinorVer=6 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/522+ (KHTML, like Gecko, Safari/522) OmniWeb/v613] +Parent=OmniWeb +Version=5.6 +MajorVer=5 +MinorVer=6 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v496] +Parent=OmniWeb +Version=4.5 +MajorVer=4 +MinorVer=5 + +[Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v558.36 ] +Parent=OmniWeb +Version=5.0 +MajorVer=5 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Shiira + +[Shiira] +Parent=DefaultProperties +Browser=Shiira +Platform=MacOSX +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/0.9*] +Parent=Shiira +Version=0.9 +MajorVer=0 +MinorVer=9 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/1.0*] +Parent=Shiira +Version=1.0 +MajorVer=1 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/1.1*] +Parent=Shiira +Version=1.1 +MajorVer=1 +MinorVer=1 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/1.2*] +Parent=Shiira +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/2.1*] +Parent=Shiira +Version=2.1 +MajorVer=2 +MinorVer=1 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Shiira/2.2*] +Parent=Shiira +Version=2.2 +MajorVer=2 +MinorVer=2 + +[Windows Maker] +Parent=DefaultProperties +Browser=WMaker +Platform=Linux +Frames=true +IFrames=true +Tables=true +Cookies=true +VBScript=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[WMaker*] +Parent=Windows Maker + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; K-Meleon 1.0 + +[K-Meleon 1.0] +Parent=DefaultProperties +Browser=K-Meleon +Version=1.0 +MajorVer=1 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* K-Meleon/1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* K-Meleon/1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* K-Meleon?1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* K-Meleon/1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* K-Meleon/1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* K-Meleon/1.0*] +Parent=K-Meleon 1.0 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinNT +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; K-Meleon 1.1 + +[K-Meleon 1.1] +Parent=DefaultProperties +Browser=K-Meleon +Version=1.1 +MajorVer=1 +MinorVer=1 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* K-Meleon/1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* K-Meleon/1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* K-Meleon?1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* K-Meleon/1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* K-Meleon/1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* K-Meleon/1.1*] +Parent=K-Meleon 1.1 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinNT +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; K-Meleon 1.5 + +[K-Meleon 1.5] +Parent=DefaultProperties +Browser=K-Meleon +Version=1.5 +MajorVer=1 +MinorVer=5 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* K-Meleon?1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Platform=WinVista + +[Mozilla/5.0 (Windows; *; Windows NT 6.1; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Platform=Win7 + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* K-Meleon/1.5*] +Parent=K-Meleon 1.5 +Version=1.0 +MajorVer=1 +MinorVer=0 +Platform=WinNT +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Konqueror 3.0 + +[Konqueror 3.0] +Parent=DefaultProperties +Browser=Konqueror +Platform=Linux +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[*Konqueror/3.0*] +Parent=Konqueror 3.0 +Version=3.0 +MajorVer=3 +MinorVer=0 +IFrames=false + +[*Konqueror/3.0*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=FreeBSD +IFrames=false + +[*Konqueror/3.0*Linux*] +Parent=Konqueror 3.0 +Version=3.0 +MajorVer=3 +MinorVer=0 +Platform=Linux +IFrames=false + +[*Konqueror/3.1*] +Parent=Konqueror 3.0 +Version=3.1 +MajorVer=3 +MinorVer=1 + +[*Konqueror/3.1*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.1 +MajorVer=3 +MinorVer=1 +Platform=FreeBSD + +[*Konqueror/3.1*Linux*] +Parent=Konqueror 3.0 +Version=3.1 +MajorVer=3 +MinorVer=1 + +[*Konqueror/3.2*] +Parent=Konqueror 3.0 +Version=3.2 +MajorVer=3 +MinorVer=2 + +[*Konqueror/3.2*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.2 +MajorVer=3 +MinorVer=2 +Platform=FreeBSD + +[*Konqueror/3.2*Linux*] +Parent=Konqueror 3.0 +Version=3.2 +MajorVer=3 +MinorVer=2 +Platform=Linux + +[*Konqueror/3.3*] +Parent=Konqueror 3.0 +Version=3.3 +MajorVer=3 +MinorVer=3 + +[*Konqueror/3.3*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.3 +MajorVer=3 +MinorVer=3 +Platform=FreeBSD + +[*Konqueror/3.3*Linux*] +Parent=Konqueror 3.0 +Version=3.3 +MajorVer=3 +MinorVer=3 +Platform=Linux + +[*Konqueror/3.3*OpenBSD*] +Parent=Konqueror 3.0 +Version=3.3 +MajorVer=3 +MinorVer=3 +Platform=OpenBSD + +[*Konqueror/3.4*] +Parent=Konqueror 3.0 +Version=3.4 +MajorVer=3 +MinorVer=4 + +[*Konqueror/3.4*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.4 +MajorVer=3 +MinorVer=4 +Platform=FreeBSD + +[*Konqueror/3.4*Linux*] +Parent=Konqueror 3.0 +Version=3.4 +MajorVer=3 +MinorVer=4 +Platform=Linux + +[*Konqueror/3.4*OpenBSD*] +Parent=Konqueror 3.0 +Version=3.4 +MajorVer=3 +MinorVer=4 +Platform=OpenBSD + +[*Konqueror/3.5*] +Parent=Konqueror 3.0 +Version=3.5 +MajorVer=3 +MinorVer=5 + +[*Konqueror/3.5*FreeBSD*] +Parent=Konqueror 3.0 +Version=3.5 +MajorVer=3 +MinorVer=5 +Platform=FreeBSD + +[*Konqueror/3.5*Linux*] +Parent=Konqueror 3.0 +Version=3.5 +MajorVer=3 +MinorVer=5 +Platform=Linux + +[*Konqueror/3.5*OpenBSD*] +Parent=Konqueror 3.0 +Version=3.5 +MajorVer=3 +MinorVer=5 +Platform=OpenBSD + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Konqueror 4.0 + +[Konqueror 4.0] +Parent=DefaultProperties +Browser=Konqueror +Version=4.0 +MajorVer=4 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (compatible; Konqueror/4.0*; Debian) KHTML/4.* (like Gecko)] +Parent=Konqueror 4.0 +Platform=Debian + +[Mozilla/5.0 (compatible; Konqueror/4.0.*; *Linux) KHTML/4.* (like Gecko)] +Parent=Konqueror 4.0 +Platform=Linux + +[Mozilla/5.0 (compatible; Konqueror/4.0.*; FreeBSD) KHTML/4.* (like Gecko)] +Parent=Konqueror 4.0 +Platform=FreeBSD + +[Mozilla/5.0 (compatible; Konqueror/4.0.*; NetBSD) KHTML/4.* (like Gecko)] +Parent=Konqueror 4.0 +Platform=NetBSD + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Konqueror 4.1 + +[Konqueror 4.1] +Parent=DefaultProperties +Browser=Konqueror +Version=4.1 +MajorVer=4 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (compatible; Konqueror/4.1*; *Linux*) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.1 +Platform=Linux + +[Mozilla/5.0 (compatible; Konqueror/4.1*; Debian) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.1 +Platform=Debian + +[Mozilla/5.0 (compatible; Konqueror/4.1*; FreeBSD) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.1 +Platform=FreeBSD + +[Mozilla/5.0 (compatible; Konqueror/4.1*; NetBSD) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.1 +Platform=NetBSD + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Konqueror 4.2 + +[Konqueror 4.2] +Parent=DefaultProperties +Browser=Konqueror +Version=4.2 +MajorVer=4 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (compatible; Konqueror/4.2*; *Linux*) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.2 +Platform=Linux + +[Mozilla/5.0 (compatible; Konqueror/4.2*; Debian) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.2 +Platform=Debian + +[Mozilla/5.0 (compatible; Konqueror/4.2*; FreeBSD) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.2 +Platform=FreeBSD + +[Mozilla/5.0 (compatible; Konqueror/4.2*; NetBSD) KHTML/4.* (like Gecko)*] +Parent=Konqueror 4.2 +Platform=NetBSD + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Safari + +[Safari] +Parent=DefaultProperties +Browser=Safari +Platform=MacOSX +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/100*] +Parent=Safari +Version=1.1 +MajorVer=1 +MinorVer=1 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/125*] +Parent=Safari +Version=1.2 +MajorVer=1 +MinorVer=2 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/312*] +Parent=Safari +Version=1.3 +MajorVer=1 +MinorVer=3 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/412*] +Parent=Safari +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/416*] +Parent=Safari +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/417*] +Parent=Safari +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/418*] +Parent=Safari +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/419*] +Parent=Safari +Version=2.0 +MajorVer=2 +MinorVer=0 + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/52*] +Parent=Safari +Beta=true + +[Mozilla/5.0 (Macintosh; *Mac OS X*) AppleWebKit/* (*) Safari/85*] +Parent=Safari +Version=1.0 +MajorVer=1 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Safari 3.0 + +[Safari 3.0] +Parent=DefaultProperties +Browser=Safari +Version=3.0 +MajorVer=3 +Platform=MacOSX +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*) AppleWebKit/* (*) Version/3.0* Safari/*] +Parent=Safari 3.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) AppleWebKit/* (*) Version/3.0* Safari/*] +Parent=Safari 3.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) AppleWebKit/* (*) Version/3.0* Safari/*] +Parent=Safari 3.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) AppleWebKit/* (*) Version/3.0* Safari/*] +Parent=Safari 3.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) AppleWebKit/* (*) Version/3.0* Safari/*] +Parent=Safari 3.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Safari 3.1 + +[Safari 3.1] +Parent=DefaultProperties +Browser=Safari +Version=3.1 +MajorVer=3 +MinorVer=1 +Platform=MacOSX +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*) AppleWebKit/* (*) Version/3.1* Safari/*] +Parent=Safari 3.1 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) AppleWebKit/* (*) Version/3.1* Safari/*] +Parent=Safari 3.1 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) AppleWebKit/* (*) Version/3.1* Safari/*] +Parent=Safari 3.1 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) AppleWebKit/* (*) Version/3.1* Safari/*] +Parent=Safari 3.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) AppleWebKit/* (*) Version/3.1* Safari/*] +Parent=Safari 3.1 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Safari 3.2 + +[Safari 3.2] +Parent=DefaultProperties +Browser=Safari +Version=3.2 +MajorVer=3 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*) AppleWebKit/* (*) Version/3.2* Safari/*] +Parent=Safari 3.2 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) AppleWebKit/* (*) Version/3.2* Safari/*] +Parent=Safari 3.2 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) AppleWebKit/* (*) Version/3.2* Safari/*] +Parent=Safari 3.2 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) AppleWebKit/* (*) Version/3.2* Safari/*] +Parent=Safari 3.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) AppleWebKit/* (*) Version/3.2* Safari/*] +Parent=Safari 3.2 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Safari 4.0 + +[Safari 4.0] +Parent=DefaultProperties +Browser=Safari +Version=4.0 +MajorVer=4 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *) AppleWebKit/* (KHTML, like Gecko) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; U; *Mac OS X*; *) AppleWebKit/* (KHTML, like Gecko) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) AppleWebKit/* (*) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) AppleWebKit/* (*) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) AppleWebKit/* (*) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) AppleWebKit/* (*) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) AppleWebKit/* (*) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) AppleWebKit/* (*) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) AppleWebKit/* (*) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) AppleWebKit/* (*) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; Windows NT 7.0; *) AppleWebKit/* (*) Version/4 Public Beta Safari/*] +Parent=Safari 4.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; Windows NT 7.0; *) AppleWebKit/* (*) Version/4.0* Safari/*] +Parent=Safari 4.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 10.0 + +[Opera 10.0] +Parent=DefaultProperties +Browser=Opera +Version=10.0 +MajorVer=10 +Alpha=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 10.0*] +Parent=Opera 10.0 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 10.0*] +Parent=Opera 10.0 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 10.0*] +Parent=Opera 10.0 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 10.0*] +Parent=Opera 10.0 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 10.0*] +Parent=Opera 10.0 +Platform=Linux + +[Opera/10.0* (Linux*)*] +Parent=Opera 10.0 +Platform=Linux + +[Opera/10.0* (Macintosh; *Mac OS X;*)*] +Parent=Opera 10.0 +Platform=MacOSX + +[Opera/10.0* (Windows 95*)*] +Parent=Opera 10.0 +Platform=Win95 +Win32=true + +[Opera/10.0* (Windows 98*)*] +Parent=Opera 10.0 +Platform=Win98 +Win32=true + +[Opera/10.0* (Windows CE*)*] +Parent=Opera 10.0 +Platform=WinCE +Win32=true + +[Opera/10.0* (Windows ME*)*] +Parent=Opera 10.0 +Platform=WinME +Win32=true + +[Opera/10.0* (Windows NT 4.0*)*] +Parent=Opera 10.0 +Platform=WinNT +Win32=true + +[Opera/10.0* (Windows NT 5.0*)*] +Parent=Opera 10.0 +Platform=Win2000 +Win32=true + +[Opera/10.0* (Windows NT 5.1*)*] +Parent=Opera 10.0 +Platform=WinXP +Win32=true + +[Opera/10.0* (Windows NT 5.2*)*] +Parent=Opera 10.0 +Platform=Win2003 +Win32=true + +[Opera/10.0* (Windows NT 6.0*)*] +Parent=Opera 10.0 +Platform=WinVista +Win32=true + +[Opera/10.0* (Windows NT 6.1*)*] +Parent=Opera 10.0 +Platform=Win7 + +[Opera/10.0* (Windows XP*)*] +Parent=Opera 10.0 +Platform=WinXP +Win32=true + +[Opera/10.0* (X11; FreeBSD*)*] +Parent=Opera 10.0 +Platform=FreeBSD + +[Opera/10.0* (X11; Linux*)*] +Parent=Opera 10.0 +Platform=Linux + +[Opera/10.0* (X11; SunOS*)*] +Parent=Opera 10.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 7.0 + +[Opera 7.0] +Parent=DefaultProperties +Browser=Opera +Version=7.0 +MajorVer=7 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/3.0 (Windows 2000; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/3.0 (Windows 95; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win95 +Win32=true + +[Mozilla/3.0 (Windows 98; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win98 +Win32=true + +[Mozilla/3.0 (Windows ME; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinME +Win32=true + +[Mozilla/3.0 (Windows NT 4.0; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinNT +Win32=true + +[Mozilla/3.0 (Windows XP; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 2000) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 95) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win95 +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win98 +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinME +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinNT +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows XP) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/4.78 (Windows 2000; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/4.78 (Windows 95; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win95 +Win32=true + +[Mozilla/4.78 (Windows 98; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win98 +Win32=true + +[Mozilla/4.78 (Windows ME; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinME +Win32=true + +[Mozilla/4.78 (Windows NT 4.0; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinNT +Win32=true + +[Mozilla/4.78 (Windows NT 5.1; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/4.78 (Windows Windows NT 5.0; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/4.78 (Windows XP; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows 2000; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows 95; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows 98; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows ME; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows NT 4.0; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows NT 5.1; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows XP; ?) Opera 7.0*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Opera/7.0* (Windows 2000; ?)*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Opera/7.0* (Windows 95; ?)*] +Parent=Opera 7.0 +Platform=Win95 +Win32=true + +[Opera/7.0* (Windows 98; ?)*] +Parent=Opera 7.0 +Platform=Win98 +Win32=true + +[Opera/7.0* (Windows ME; ?)*] +Parent=Opera 7.0 +Platform=WinME +Win32=true + +[Opera/7.0* (Windows NT 4.0; ?)*] +Parent=Opera 7.0 +Platform=WinNT +Win32=true + +[Opera/7.0* (Windows NT 5.0; ?)*] +Parent=Opera 7.0 +Platform=Win2000 +Win32=true + +[Opera/7.0* (Windows NT 5.1; ?)*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +[Opera/7.0* (Windows XP; ?)*] +Parent=Opera 7.0 +Platform=WinXP +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 7.1 + +[Opera 7.1] +Parent=DefaultProperties +Browser=Opera +Version=7.1 +MajorVer=7 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows 2000; ?) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; ?) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; ?) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; ?) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; U) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; U) Opera 7.1*] +Parent=Opera 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; ?) Opera 7.1*] +Parent=Opera 7.1 +Platform=WinXP +Win32=true + +[Opera/7.1* (Linux*; ?)*] +Parent=Opera 7.1 +Platform=Linux + +[Opera/7.1* (Windows 95; ?)*] +Parent=Opera 7.1 +Platform=Win95 +Win32=true + +[Opera/7.1* (Windows 98; ?)*] +Parent=Opera 7.1 +Platform=Win98 +Win32=true + +[Opera/7.1* (Windows ME; ?)*] +Parent=Opera 7.1 +Platform=WinME +Win32=true + +[Opera/7.1* (Windows NT 4.0; ?)*] +Parent=Opera 7.1 +Platform=WinNT +Win32=true + +[Opera/7.1* (Windows NT 5.0; ?)*] +Parent=Opera 7.1 +Platform=Win2000 +Win32=true + +[Opera/7.1* (Windows NT 5.1; ?)*] +Parent=Opera 7.1 +Platform=WinXP +Win32=true + +[Opera/7.1* (Windows XP; ?)*] +Parent=Opera 7.1 +Platform=WinXP +Win32=true + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 7.2 + +[Opera 7.2] +Parent=DefaultProperties +Browser=Opera +Version=7.2 +MajorVer=7 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 7.2*] +Parent=Opera 7.2 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows 2000; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; U) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; U) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; ?) Opera 7.2*] +Parent=Opera 7.2 +Platform=Win2003 +Win32=true + +[Opera/7.2* (Linux*; ?)*] +Parent=Opera 7.2 +Platform=Linux + +[Opera/7.2* (Windows 95; ?)*] +Parent=Opera 7.2 +Platform=Win95 +Win32=true + +[Opera/7.2* (Windows 98; ?)*] +Parent=Opera 7.2 +Platform=Win98 +Win32=true + +[Opera/7.2* (Windows ME; ?)*] +Parent=Opera 7.2 +Platform=WinME +Win32=true + +[Opera/7.2* (Windows NT 4.0; ?)*] +Parent=Opera 7.2 +Platform=WinNT +Win32=true + +[Opera/7.2* (Windows NT 5.0; ?)*] +Parent=Opera 7.2 +Platform=Win2000 +Win32=true + +[Opera/7.2* (Windows NT 5.1; ?)*] +Parent=Opera 7.2 +Platform=WinXP +Win32=true + +[Opera/7.2* (Windows NT 5.2; ?)*] +Parent=Opera 7.2 +Platform=Win2003 +Win32=true + +[Opera/7.2* (Windows XP; ?)*] +Parent=Opera 7.2 +Platform=WinXP +Win32=true + +[Opera/7.2* (X11; FreeBSD*; ?)*] +Parent=Opera 7.2 +Platform=FreeBSD + +[Opera/7.2* (X11; Linux*; ?)*] +Parent=Opera 7.2 +Platform=Linux + +[Opera/7.2* (X11; SunOS*)*] +Parent=Opera 7.2 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 7.5 + +[Opera 7.5] +Parent=DefaultProperties +Browser=Opera +Version=7.5 +MajorVer=7 +MinorVer=5 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 7.5*] +Parent=Opera 7.5 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC) Opera 7.5*] +Parent=Opera 7.5 +Platform=MacPPC + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; X11; Linux*) Opera 7.5*] +Parent=Opera 7.5 +Platform=Linux + +[Mozilla/?.* (Macintosh; *Mac OS X; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=MacOSX + +[Mozilla/?.* (Windows 2000; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; U) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; U) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (X11; Linux*; ?) Opera 7.5*] +Parent=Opera 7.5 +Platform=Linux + +[Opera/7.5* (Linux*; ?)*] +Parent=Opera 7.5 +Platform=Linux + +[Opera/7.5* (Macintosh; *Mac OS X; ?)*] +Parent=Opera 7.5 +Platform=MacOSX + +[Opera/7.5* (Windows 95; ?)*] +Parent=Opera 7.5 +Platform=Win95 +Win32=true + +[Opera/7.5* (Windows 98; ?)*] +Parent=Opera 7.5 +Platform=Win98 +Win32=true + +[Opera/7.5* (Windows ME; ?)*] +Parent=Opera 7.5 +Platform=WinME +Win32=true + +[Opera/7.5* (Windows NT 4.0; ?)*] +Parent=Opera 7.5 +Platform=WinNT +Win32=true + +[Opera/7.5* (Windows NT 5.0; ?)*] +Parent=Opera 7.5 +Platform=Win2000 +Win32=true + +[Opera/7.5* (Windows NT 5.1; ?)*] +Parent=Opera 7.5 +Platform=WinXP +Win32=true + +[Opera/7.5* (Windows NT 5.2; ?)*] +Parent=Opera 7.5 +Platform=Win2003 +Win32=true + +[Opera/7.5* (Windows XP; ?)*] +Parent=Opera 7.5 +Platform=WinXP +Win32=true + +[Opera/7.5* (X11; FreeBSD*; ?)*] +Parent=Opera 7.5 +Platform=FreeBSD + +[Opera/7.5* (X11; Linux*; ?)*] +Parent=Opera 7.5 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 7.6 + +[Opera 7.6] +Parent=DefaultProperties +Browser=Opera +Version=7.6 +MajorVer=7 +MinorVer=6 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 7.6*] +Parent=Opera 7.6 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC) Opera 7.6*] +Parent=Opera 7.6 +Platform=MacPPC + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; X11; Linux*) Opera 7.6*] +Parent=Opera 7.6 +Platform=Linux + +[Mozilla/?.* (Macintosh; *Mac OS X; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=MacOSX + +[Mozilla/?.* (Windows 2000; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; U) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; U) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (X11; Linux*; ?) Opera 7.6*] +Parent=Opera 7.6 +Platform=Linux + +[Opera/7.6* (Linux*)*] +Parent=Opera 7.6 +Platform=Linux + +[Opera/7.6* (Macintosh; *Mac OS X; ?)*] +Parent=Opera 7.6 +Platform=MacOSX + +[Opera/7.6* (Windows 95*)*] +Parent=Opera 7.6 +Platform=Win95 +Win32=true + +[Opera/7.6* (Windows 98*)*] +Parent=Opera 7.6 +Platform=Win98 +Win32=true + +[Opera/7.6* (Windows ME*)*] +Parent=Opera 7.6 +Platform=WinME +Win32=true + +[Opera/7.6* (Windows NT 4.0*)*] +Parent=Opera 7.6 +Platform=WinNT +Win32=true + +[Opera/7.6* (Windows NT 5.0*)*] +Parent=Opera 7.6 +Platform=Win2000 +Win32=true + +[Opera/7.6* (Windows NT 5.1*)*] +Parent=Opera 7.6 +Platform=WinXP +Win32=true + +[Opera/7.6* (Windows NT 5.2*)*] +Parent=Opera 7.6 +Platform=Win2003 +Win32=true + +[Opera/7.6* (Windows XP*)*] +Parent=Opera 7.6 +Platform=WinXP +Win32=true + +[Opera/7.6* (X11; FreeBSD*)*] +Parent=Opera 7.6 +Platform=FreeBSD + +[Opera/7.6* (X11; Linux*)*] +Parent=Opera 7.6 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 8.0 + +[Opera 8.0] +Parent=DefaultProperties +Browser=Opera +Version=8.0 +MajorVer=8 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC Mac OS X; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=MacOSX + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC) Opera 8.0*] +Parent=Opera 8.0 +Platform=MacPPC + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows CE) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinCE +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME*) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0*) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1*) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP*) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; X11; FreeBSD*) Opera 8.0*] +Parent=Opera 8.0 +Platform=FreeBSD + +[Mozilla/?.* (compatible; MSIE ?.*; X11; Linux*) Opera 8.0*] +Parent=Opera 8.0 +Platform=Linux + +[Mozilla/?.* (Macintosh; *Mac OS X; ?) Opera 8.0*] +Parent=Opera 8.0 +Platform=MacOSX + +[Mozilla/?.* (Windows 2000; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (X11; Linux*; *) Opera 8.0*] +Parent=Opera 8.0 +Platform=Linux + +[Opera/8.0* (Linux*)*] +Parent=Opera 8.0 +Platform=Linux + +[Opera/8.0* (Macintosh; *Mac OS X; *)*] +Parent=Opera 8.0 +Platform=MacOSX + +[Opera/8.0* (Windows 95*)*] +Parent=Opera 8.0 +Platform=Win95 +Win32=true + +[Opera/8.0* (Windows 98*)*] +Parent=Opera 8.0 +Platform=Win98 +Win32=true + +[Opera/8.0* (Windows CE*)*] +Parent=Opera 8.0 +Platform=WinCE +Win32=true + +[Opera/8.0* (Windows ME*)*] +Parent=Opera 8.0 +Platform=WinME +Win32=true + +[Opera/8.0* (Windows NT 4.0*)*] +Parent=Opera 8.0 +Platform=WinNT +Win32=true + +[Opera/8.0* (Windows NT 5.0*)*] +Parent=Opera 8.0 +Platform=Win2000 +Win32=true + +[Opera/8.0* (Windows NT 5.1*)*] +Parent=Opera 8.0 +Platform=WinXP +Win32=true + +[Opera/8.0* (Windows NT 5.2*)*] +Parent=Opera 8.0 +Platform=Win2003 +Win32=true + +[Opera/8.0* (Windows XP*)*] +Parent=Opera 8.0 +Platform=WinXP +Win32=true + +[Opera/8.0* (X11; FreeBSD*)*] +Parent=Opera 8.0 +Platform=FreeBSD + +[Opera/8.0* (X11; Linux*)*] +Parent=Opera 8.0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 8.1 + +[Opera 8.1] +Parent=DefaultProperties +Browser=Opera +Version=8.1 +MajorVer=8 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC) Opera 8.1*] +Parent=Opera 8.1 +Platform=MacPPC + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows CE) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinCE +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME*) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0*) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1*) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP*) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; X11; FreeBSD*) Opera 8.1*] +Parent=Opera 8.1 +Platform=FreeBSD + +[Mozilla/?.* (compatible; MSIE ?.*; X11; Linux*) Opera 8.1*] +Parent=Opera 8.1 +Platform=Linux + +[Mozilla/?.* (Macintosh; *Mac OS X; ?) Opera 8.1*] +Parent=Opera 8.1 +Platform=MacOSX + +[Mozilla/?.* (Windows 2000; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (X11; Linux*; *) Opera 8.1*] +Parent=Opera 8.1 +Platform=Linux + +[Opera/8.1* (Linux*)*] +Parent=Opera 8.1 +Platform=Linux + +[Opera/8.1* (Macintosh; *Mac OS X; *)*] +Parent=Opera 8.1 +Platform=MacOSX + +[Opera/8.1* (Windows 95*)*] +Parent=Opera 8.1 +Platform=Win95 +Win32=true + +[Opera/8.1* (Windows 98*)*] +Parent=Opera 8.1 +Platform=Win98 +Win32=true + +[Opera/8.1* (Windows CE*)*] +Parent=Opera 8.1 +Platform=WinCE +Win32=true + +[Opera/8.1* (Windows ME*)*] +Parent=Opera 8.1 +Platform=WinME +Win32=true + +[Opera/8.1* (Windows NT 4.0*)*] +Parent=Opera 8.1 +Platform=WinNT +Win32=true + +[Opera/8.1* (Windows NT 5.0*)*] +Parent=Opera 8.1 +Platform=Win2000 +Win32=true + +[Opera/8.1* (Windows NT 5.1*)*] +Parent=Opera 8.1 +Platform=WinXP +Win32=true + +[Opera/8.1* (Windows NT 5.2*)*] +Parent=Opera 8.1 +Platform=Win2003 +Win32=true + +[Opera/8.1* (Windows XP*)*] +Parent=Opera 8.1 +Platform=WinXP +Win32=true + +[Opera/8.1* (X11; FreeBSD*)*] +Parent=Opera 8.1 +Platform=FreeBSD + +[Opera/8.1* (X11; Linux*)*] +Parent=Opera 8.1 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 8.5 + +[Opera 8.5] +Parent=DefaultProperties +Browser=Opera +Version=8.5 +MajorVer=8 +MinorVer=5 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/?.* (compatible; MSIE ?.*; Linux*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Linux + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC Mac OS X;*) Opera 8.5*] +Parent=Opera 8.5 +Platform=MacOSX + +[Mozilla/?.* (compatible; MSIE ?.*; Mac_PowerPC) Opera 8.5*] +Parent=Opera 8.5 +Platform=MacPPC + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 2000*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 95*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win95 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows 98*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win98 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows CE) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinCE +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows ME*) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinME +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 4.0*) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinNT +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.0*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.1*) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows NT 5.2*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; Windows XP*) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (compatible; MSIE ?.*; X11; FreeBSD*) Opera 8.5*] +Parent=Opera 8.5 +Platform=FreeBSD + +[Mozilla/?.* (compatible; MSIE ?.*; X11; Linux*) Opera 8.5*] +Parent=Opera 8.5 +Platform=Linux + +[Mozilla/?.* (Macintosh; *Mac OS X; ?) Opera 8.5*] +Parent=Opera 8.5 +Platform=MacOSX + +[Mozilla/?.* (Macintosh; PPC Mac OS X;*) Opera 8.5*] +Parent=Opera 8.5 +Platform=MacOSX + +[Mozilla/?.* (Windows 2000; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows 95; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win95 +Win32=true + +[Mozilla/?.* (Windows 98; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win98 +Win32=true + +[Mozilla/?.* (Windows ME; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinME +Win32=true + +[Mozilla/?.* (Windows NT 4.0; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinNT +Win32=true + +[Mozilla/?.* (Windows NT 5.0; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2000 +Win32=true + +[Mozilla/?.* (Windows NT 5.1; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=WinXP +Win32=true + +[Mozilla/?.* (Windows NT 5.2; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Win2003 +Win32=true + +[Mozilla/?.* (X11; Linux*; *) Opera 8.5*] +Parent=Opera 8.5 +Platform=Linux + +[Opera/8.5* (Linux*)*] +Parent=Opera 8.5 +Platform=Linux + +[Opera/8.5* (Macintosh; *Mac OS X; *)*] +Parent=Opera 8.5 +Platform=MacOSX + +[Opera/8.5* (Windows 95*)*] +Parent=Opera 8.5 +Platform=Win95 +Win32=true + +[Opera/8.5* (Windows 98*)*] +Parent=Opera 8.5 +Platform=Win98 +Win32=true + +[Opera/8.5* (Windows CE*)*] +Parent=Opera 8.5 +Platform=WinCE +Win32=true + +[Opera/8.5* (Windows ME*)*] +Parent=Opera 8.5 +Platform=WinME +Win32=true + +[Opera/8.5* (Windows NT 4.0*)*] +Parent=Opera 8.5 +Platform=WinNT +Win32=true + +[Opera/8.5* (Windows NT 5.0*)*] +Parent=Opera 8.5 +Platform=Win2000 +Win32=true + +[Opera/8.5* (Windows NT 5.1*)*] +Parent=Opera 8.5 +Platform=WinXP +Win32=true + +[Opera/8.5* (Windows NT 5.2*)*] +Parent=Opera 8.5 +Platform=Win2003 +Win32=true + +[Opera/8.5* (Windows XP*)*] +Parent=Opera 8.5 +Platform=WinXP +Win32=true + +[Opera/8.5* (X11; FreeBSD*)*] +Parent=Opera 8.5 +Platform=FreeBSD + +[Opera/8.5* (X11; Linux*)*] +Parent=Opera 8.5 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.0 + +[Opera 9.0] +Parent=DefaultProperties +Browser=Opera +Version=9.0 +MajorVer=9 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.0*] +Parent=Opera 9.0 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.0*] +Parent=Opera 9.0 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.0*] +Parent=Opera 9.0 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.0*] +Parent=Opera 9.0 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Win2003 +Win32=true + +[Mozilla/* (X11; Linux*) Opera 9.0*] +Parent=Opera 9.0 +Platform=Linux + +[Opera/9.0* (Linux*)*] +Parent=Opera 9.0 +Platform=Linux + +[Opera/9.0* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.0 +Platform=MacOSX + +[Opera/9.0* (Windows 95*)*] +Parent=Opera 9.0 +Platform=Win95 +Win32=true + +[Opera/9.0* (Windows 98*)*] +Parent=Opera 9.0 +Platform=Win98 +Win32=true + +[Opera/9.0* (Windows CE*)*] +Parent=Opera 9.0 +Platform=WinCE +Win32=true + +[Opera/9.0* (Windows ME*)*] +Parent=Opera 9.0 +Platform=WinME +Win32=true + +[Opera/9.0* (Windows NT 4.0*)*] +Parent=Opera 9.0 +Platform=WinNT +Win32=true + +[Opera/9.0* (Windows NT 5.0*)*] +Parent=Opera 9.0 +Platform=Win2000 +Win32=true + +[Opera/9.0* (Windows NT 5.1*)*] +Parent=Opera 9.0 +Platform=WinXP +Win32=true + +[Opera/9.0* (Windows NT 5.2*)*] +Parent=Opera 9.0 +Platform=Win2003 +Win32=true + +[Opera/9.0* (Windows NT 6.0*)*] +Parent=Opera 9.0 +Platform=WinVista +Win32=true + +[Opera/9.0* (Windows XP*)*] +Parent=Opera 9.0 +Platform=WinXP +Win32=true + +[Opera/9.0* (X11; FreeBSD*)*] +Parent=Opera 9.0 +Platform=FreeBSD + +[Opera/9.0* (X11; Linux*)*] +Parent=Opera 9.0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.1 + +[Opera 9.1] +Parent=DefaultProperties +Browser=Opera +Version=9.1 +MajorVer=9 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.1*] +Parent=Opera 9.1 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.1*] +Parent=Opera 9.1 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.1*] +Parent=Opera 9.1 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Win2003 +Win32=true + +[Mozilla/* (X11; Linux*) Opera 9.1*] +Parent=Opera 9.1 +Platform=Linux + +[Opera/9.1* (Linux*)*] +Parent=Opera 9.1 +Platform=Linux + +[Opera/9.1* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.1 +Platform=MacOSX + +[Opera/9.1* (Windows 95*)*] +Parent=Opera 9.1 +Platform=Win95 +Win32=true + +[Opera/9.1* (Windows 98*)*] +Parent=Opera 9.1 +Platform=Win98 +Win32=true + +[Opera/9.1* (Windows CE*)*] +Parent=Opera 9.1 +Platform=WinCE +Win32=true + +[Opera/9.1* (Windows ME*)*] +Parent=Opera 9.1 +Platform=WinME +Win32=true + +[Opera/9.1* (Windows NT 4.0*)*] +Parent=Opera 9.1 +Platform=WinNT +Win32=true + +[Opera/9.1* (Windows NT 5.0*)*] +Parent=Opera 9.1 +Platform=Win2000 +Win32=true + +[Opera/9.1* (Windows NT 5.1*)*] +Parent=Opera 9.1 +Platform=WinXP +Win32=true + +[Opera/9.1* (Windows NT 5.2*)*] +Parent=Opera 9.1 +Platform=Win2003 +Win32=true + +[Opera/9.1* (Windows NT 6.0*)*] +Parent=Opera 9.1 +Platform=WinVista +Win32=true + +[Opera/9.1* (Windows XP*)*] +Parent=Opera 9.1 +Platform=WinXP +Win32=true + +[Opera/9.1* (X11; FreeBSD*)*] +Parent=Opera 9.1 +Platform=FreeBSD + +[Opera/9.1* (X11; Linux*)*] +Parent=Opera 9.1 +Platform=Linux + +[Opera/9.1* (X11; SunOS*)*] +Parent=Opera 9.1 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.2 + +[Opera 9.2] +Parent=DefaultProperties +Browser=Opera +Version=9.2 +MajorVer=9 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.2*] +Parent=Opera 9.2 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.2*] +Parent=Opera 9.2 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.2*] +Parent=Opera 9.2 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.2*] +Parent=Opera 9.2 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 9.2*] +Parent=Opera 9.2 +Platform=Linux + +[Opera/9.2* (Linux*)*] +Parent=Opera 9.2 +Platform=Linux + +[Opera/9.2* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.2 +Platform=MacOSX + +[Opera/9.2* (Windows 95*)*] +Parent=Opera 9.2 +Platform=Win95 +Win32=true + +[Opera/9.2* (Windows 98*)*] +Parent=Opera 9.2 +Platform=Win98 +Win32=true + +[Opera/9.2* (Windows CE*)*] +Parent=Opera 9.2 +Platform=WinCE +Win32=true + +[Opera/9.2* (Windows ME*)*] +Parent=Opera 9.2 +Platform=WinME +Win32=true + +[Opera/9.2* (Windows NT 4.0*)*] +Parent=Opera 9.2 +Platform=WinNT +Win32=true + +[Opera/9.2* (Windows NT 5.0*)*] +Parent=Opera 9.2 +Platform=Win2000 +Win32=true + +[Opera/9.2* (Windows NT 5.1*)*] +Parent=Opera 9.2 +Platform=WinXP +Win32=true + +[Opera/9.2* (Windows NT 5.2*)*] +Parent=Opera 9.2 +Platform=Win2003 +Win32=true + +[Opera/9.2* (Windows NT 6.0*)*] +Parent=Opera 9.2 +Platform=WinVista +Win32=true + +[Opera/9.2* (Windows NT 6.1*)*] +Parent=Opera 9.2 +Platform=Win7 + +[Opera/9.2* (Windows XP*)*] +Parent=Opera 9.2 +Platform=WinXP +Win32=true + +[Opera/9.2* (X11; FreeBSD*)*] +Parent=Opera 9.2 +Platform=FreeBSD + +[Opera/9.2* (X11; Linux*)*] +Parent=Opera 9.2 +Platform=Linux + +[Opera/9.2* (X11; SunOS*)*] +Parent=Opera 9.2 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.3 + +[Opera 9.3] +Parent=DefaultProperties +Browser=Opera +Version=9.3 +MajorVer=9 +MinorVer=3 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.3*] +Parent=Opera 9.3 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.3*] +Parent=Opera 9.3 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.3*] +Parent=Opera 9.3 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.3*] +Parent=Opera 9.3 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 9.3*] +Parent=Opera 9.3 +Platform=Linux + +[Opera/9.3* (Linux*)*] +Parent=Opera 9.3 +Platform=Linux + +[Opera/9.3* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.3 +Platform=MacOSX + +[Opera/9.3* (Windows 95*)*] +Parent=Opera 9.3 +Platform=Win95 +Win32=true + +[Opera/9.3* (Windows 98*)*] +Parent=Opera 9.3 +Platform=Win98 +Win32=true + +[Opera/9.3* (Windows CE*)*] +Parent=Opera 9.3 +Platform=WinCE +Win32=true + +[Opera/9.3* (Windows ME*)*] +Parent=Opera 9.3 +Platform=WinME +Win32=true + +[Opera/9.3* (Windows NT 4.0*)*] +Parent=Opera 9.3 +Platform=WinNT +Win32=true + +[Opera/9.3* (Windows NT 5.0*)*] +Parent=Opera 9.3 +Platform=Win2000 +Win32=true + +[Opera/9.3* (Windows NT 5.1*)*] +Parent=Opera 9.3 +Platform=WinXP +Win32=true + +[Opera/9.3* (Windows NT 5.2*)*] +Parent=Opera 9.3 +Platform=Win2003 +Win32=true + +[Opera/9.3* (Windows NT 6.0*)*] +Parent=Opera 9.3 +Platform=WinVista +Win32=true + +[Opera/9.3* (Windows NT 6.1*)*] +Parent=Opera 9.3 +Platform=Win7 + +[Opera/9.3* (Windows XP*)*] +Parent=Opera 9.3 +Platform=WinXP +Win32=true + +[Opera/9.3* (X11; FreeBSD*)*] +Parent=Opera 9.3 +Platform=FreeBSD + +[Opera/9.3* (X11; Linux*)*] +Parent=Opera 9.3 +Platform=Linux + +[Opera/9.3* (X11; SunOS*)*] +Parent=Opera 9.3 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.4 + +[Opera 9.4] +Parent=DefaultProperties +Browser=Opera +Version=9.4 +MajorVer=9 +MinorVer=4 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.4*] +Parent=Opera 9.4 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.4*] +Parent=Opera 9.4 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.4*] +Parent=Opera 9.4 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.4*] +Parent=Opera 9.4 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 9.4*] +Parent=Opera 9.4 +Platform=Linux + +[Opera/9.4* (Linux*)*] +Parent=Opera 9.4 +Platform=Linux + +[Opera/9.4* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.4 +Platform=MacOSX + +[Opera/9.4* (Windows 95*)*] +Parent=Opera 9.4 +Platform=Win95 +Win32=true + +[Opera/9.4* (Windows 98*)*] +Parent=Opera 9.4 +Platform=Win98 +Win32=true + +[Opera/9.4* (Windows CE*)*] +Parent=Opera 9.4 +Platform=WinCE +Win32=true + +[Opera/9.4* (Windows ME*)*] +Parent=Opera 9.4 +Platform=WinME +Win32=true + +[Opera/9.4* (Windows NT 4.0*)*] +Parent=Opera 9.4 +Platform=WinNT +Win32=true + +[Opera/9.4* (Windows NT 5.0*)*] +Parent=Opera 9.4 +Platform=Win2000 +Win32=true + +[Opera/9.4* (Windows NT 5.1*)*] +Parent=Opera 9.4 +Platform=WinXP +Win32=true + +[Opera/9.4* (Windows NT 5.2*)*] +Parent=Opera 9.4 +Platform=Win2003 +Win32=true + +[Opera/9.4* (Windows NT 6.0*)*] +Parent=Opera 9.4 +Platform=WinVista +Win32=true + +[Opera/9.4* (Windows NT 6.1*)*] +Parent=Opera 9.4 +Platform=Win7 + +[Opera/9.4* (Windows XP*)*] +Parent=Opera 9.4 +Platform=WinXP +Win32=true + +[Opera/9.4* (X11; FreeBSD*)*] +Parent=Opera 9.4 +Platform=FreeBSD + +[Opera/9.4* (X11; Linux*)*] +Parent=Opera 9.4 +Platform=Linux + +[Opera/9.4* (X11; SunOS*)*] +Parent=Opera 9.4 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.5 + +[Opera 9.5] +Parent=DefaultProperties +Browser=Opera +Version=9.5 +MajorVer=9 +MinorVer=5 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.5*] +Parent=Opera 9.5 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.5*] +Parent=Opera 9.5 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.5*] +Parent=Opera 9.5 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.5*] +Parent=Opera 9.5 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 9.5*] +Parent=Opera 9.5 +Platform=Linux + +[Opera/9.5* (Linux*)*] +Parent=Opera 9.5 +Platform=Linux + +[Opera/9.5* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.5 +Platform=MacOSX + +[Opera/9.5* (Windows 95*)*] +Parent=Opera 9.5 +Platform=Win95 +Win32=true + +[Opera/9.5* (Windows 98*)*] +Parent=Opera 9.5 +Platform=Win98 +Win32=true + +[Opera/9.5* (Windows CE*)*] +Parent=Opera 9.5 +Platform=WinCE +Win32=true + +[Opera/9.5* (Windows ME*)*] +Parent=Opera 9.5 +Platform=WinME +Win32=true + +[Opera/9.5* (Windows NT 4.0*)*] +Parent=Opera 9.5 +Platform=WinNT +Win32=true + +[Opera/9.5* (Windows NT 5.0*)*] +Parent=Opera 9.5 +Platform=Win2000 +Win32=true + +[Opera/9.5* (Windows NT 5.1*)*] +Parent=Opera 9.5 +Platform=WinXP +Win32=true + +[Opera/9.5* (Windows NT 5.2*)*] +Parent=Opera 9.5 +Platform=Win2003 +Win32=true + +[Opera/9.5* (Windows NT 6.0*)*] +Parent=Opera 9.5 +Platform=WinVista +Win32=true + +[Opera/9.5* (Windows NT 6.1*)*] +Parent=Opera 9.5 +Platform=Win7 + +[Opera/9.5* (Windows XP*)*] +Parent=Opera 9.5 +Platform=WinXP +Win32=true + +[Opera/9.5* (X11; FreeBSD*)*] +Parent=Opera 9.5 +Platform=FreeBSD + +[Opera/9.5* (X11; Linux*)*] +Parent=Opera 9.5 +Platform=Linux + +[Opera/9.5* (X11; SunOS*)*] +Parent=Opera 9.5 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opera 9.6 + +[Opera 9.6] +Parent=DefaultProperties +Browser=Opera +Version=9.6 +MajorVer=9 +MinorVer=6 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/* (compatible; MSIE*; Linux*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC Mac OS X;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=MacOSX + +[Mozilla/* (compatible; MSIE*; Mac_PowerPC) Opera 9.6*] +Parent=Opera 9.6 +Platform=MacPPC + +[Mozilla/* (compatible; MSIE*; Windows 2000*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 95*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win95 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows 98*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win98 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows CE*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinCE +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows ME*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinME +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 4.0*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinNT +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.0*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2000 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.1*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 5.2*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2003 +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.0*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinVista +Win32=true + +[Mozilla/* (compatible; MSIE*; Windows NT 6.1*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win7 + +[Mozilla/* (compatible; MSIE*; Windows XP*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinXP +Win32=true + +[Mozilla/* (compatible; MSIE*; X11; FreeBSD*) Opera 9.6*] +Parent=Opera 9.6 +Platform=FreeBSD + +[Mozilla/* (compatible; MSIE*; X11; Linux*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Linux + +[Mozilla/* (compatible; MSIE*; X11; SunOS*) Opera 9.6*] +Parent=Opera 9.6 +Platform=SunOS + +[Mozilla/* (Macintosh; *Mac OS X; ?) Opera 9.6*] +Parent=Opera 9.6 +Platform=MacOSX + +[Mozilla/* (Windows 2000;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows 95;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win95 +Win32=true + +[Mozilla/* (Windows 98;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win98 +Win32=true + +[Mozilla/* (Windows ME;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinME +Win32=true + +[Mozilla/* (Windows NT 4.0;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinNT +Win32=true + +[Mozilla/* (Windows NT 5.0;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2000 +Win32=true + +[Mozilla/* (Windows NT 5.1;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinXP +Win32=true + +[Mozilla/* (Windows NT 5.2;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win2003 +Win32=true + +[Mozilla/* (Windows NT 6.0;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=WinVista + +[Mozilla/* (Windows NT 6.1;*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Win7 + +[Mozilla/* (X11; Linux*) Opera 9.6*] +Parent=Opera 9.6 +Platform=Linux + +[Opera/9.6* (Linux*)*] +Parent=Opera 9.6 +Platform=Linux + +[Opera/9.6* (Macintosh; *Mac OS X;*)*] +Parent=Opera 9.6 +Platform=MacOSX + +[Opera/9.6* (Windows 95*)*] +Parent=Opera 9.6 +Platform=Win95 +Win32=true + +[Opera/9.6* (Windows 98*)*] +Parent=Opera 9.6 +Platform=Win98 +Win32=true + +[Opera/9.6* (Windows CE*)*] +Parent=Opera 9.6 +Platform=WinCE +Win32=true + +[Opera/9.6* (Windows ME*)*] +Parent=Opera 9.6 +Platform=WinME +Win32=true + +[Opera/9.6* (Windows NT 4.0*)*] +Parent=Opera 9.6 +Platform=WinNT +Win32=true + +[Opera/9.6* (Windows NT 5.0*)*] +Parent=Opera 9.6 +Platform=Win2000 +Win32=true + +[Opera/9.6* (Windows NT 5.1*)*] +Parent=Opera 9.6 +Platform=WinXP +Win32=true + +[Opera/9.6* (Windows NT 5.2*)*] +Parent=Opera 9.6 +Platform=Win2003 +Win32=true + +[Opera/9.6* (Windows NT 6.0*)*] +Parent=Opera 9.6 +Platform=WinVista +Win32=true + +[Opera/9.6* (Windows NT 6.1*)*] +Parent=Opera 9.6 +Platform=Win7 + +[Opera/9.6* (Windows XP*)*] +Parent=Opera 9.6 +Platform=WinXP +Win32=true + +[Opera/9.6* (X11; FreeBSD*)*] +Parent=Opera 9.6 +Platform=FreeBSD + +[Opera/9.6* (X11; Linux*)*] +Parent=Opera 9.6 +Platform=Linux + +[Opera/9.6* (X11; SunOS*)*] +Parent=Opera 9.6 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 4.0 + +[Netscape 4.0] +Parent=DefaultProperties +Browser=Netscape +Version=4.0 +MajorVer=4 +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.0*(Macintosh*] +Parent=Netscape 4.0 +Version=4.03 +MinorVer=03 +Platform=MacPPC + +[Mozilla/4.0*(Win95;*] +Parent=Netscape 4.0 +Platform=Win95 + +[Mozilla/4.0*(Win98;*] +Parent=Netscape 4.0 +Version=4.03 +MinorVer=03 +Platform=Win98 + +[Mozilla/4.0*(WinNT*] +Parent=Netscape 4.0 +Version=4.03 +MinorVer=03 +Platform=WinNT + +[Mozilla/4.0*(X11;*)] +Parent=Netscape 4.0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 4.5 + +[Netscape 4.5] +Parent=DefaultProperties +Browser=Netscape +Version=4.5 +MajorVer=4 +MinorVer=5 +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.5*(Macintosh; ?; PPC)] +Parent=Netscape 4.5 +Platform=MacPPC + +[Mozilla/4.5*(Win2000; ?)] +Parent=Netscape 4.5 +Platform=Win2000 + +[Mozilla/4.5*(Win95; ?)] +Parent=Netscape 4.5 +Platform=Win95 + +[Mozilla/4.5*(Win98; ?)] +Parent=Netscape 4.5 +Platform=Win98 + +[Mozilla/4.5*(WinME; ?)] +Parent=Netscape 4.5 +Platform=WinME + +[Mozilla/4.5*(WinNT; ?)] +Parent=Netscape 4.5 +Platform=WinNT + +[Mozilla/4.5*(WinXP; ?)] +Parent=Netscape 4.5 +Platform=WinXP + +[Mozilla/4.5*(X11*)] +Parent=Netscape 4.5 +Platform=Linux + +[Mozilla/4.51*(Macintosh; ?; PPC)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 + +[Mozilla/4.51*(Win2000; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=Win2000 + +[Mozilla/4.51*(Win95; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=Win95 + +[Mozilla/4.51*(Win98; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=Win98 + +[Mozilla/4.51*(WinME; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=WinME + +[Mozilla/4.51*(WinNT; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=WinNT + +[Mozilla/4.51*(WinXP; ?)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=WinXP + +[Mozilla/4.51*(X11*)] +Parent=Netscape 4.5 +Version=4.51 +MinorVer=51 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 4.6 + +[Netscape 4.6] +Parent=DefaultProperties +Browser=Netscape +Version=4.6 +MajorVer=4 +MinorVer=6 +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.6 * (OS/2; ?)] +Parent=Netscape 4.6 +Platform=OS/2 + +[Mozilla/4.6*(Macintosh; ?; PPC)] +Parent=Netscape 4.6 +Platform=MacPPC + +[Mozilla/4.6*(Win95; ?)] +Parent=Netscape 4.6 +Platform=Win95 + +[Mozilla/4.6*(Win98; ?)] +Parent=Netscape 4.6 +Platform=Win98 + +[Mozilla/4.6*(WinNT; ?)] +Parent=Netscape 4.6 +Platform=WinNT + +[Mozilla/4.61*(Macintosh; ?; PPC)] +Parent=Netscape 4.6 +Version=4.61 +MajorVer=4 +MinorVer=61 +Platform=MacPPC + +[Mozilla/4.61*(OS/2; ?)] +Parent=Netscape 4.6 +Version=4.61 +MajorVer=4 +MinorVer=61 +Platform=OS/2 + +[Mozilla/4.61*(Win95; ?)] +Parent=Netscape 4.6 +Version=4.61 +MajorVer=4 +MinorVer=61 +Platform=Win95 + +[Mozilla/4.61*(Win98; ?)] +Parent=Netscape 4.6 +Version=4.61 +Platform=Win98 + +[Mozilla/4.61*(WinNT; ?)] +Parent=Netscape 4.6 +Version=4.61 +MajorVer=4 +MinorVer=61 +Platform=WinNT + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 4.7 + +[Netscape 4.7] +Parent=DefaultProperties +Browser=Netscape +Version=4.7 +MajorVer=4 +MinorVer=7 +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.7 * (Win2000; ?)] +Parent=Netscape 4.7 +Platform=Win2000 + +[Mozilla/4.7*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=MacPPC + +[Mozilla/4.7*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=Win95 + +[Mozilla/4.7*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=Win98 + +[Mozilla/4.7*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=WinNT +Win32=true + +[Mozilla/4.7*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=Win2000 +Win32=true + +[Mozilla/4.7*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=7 +Platform=WinXP +Win32=true + +[Mozilla/4.7*(WinNT; ?)*] +Parent=Netscape 4.7 +Platform=WinNT + +[Mozilla/4.7*(X11*)*] +Parent=Netscape 4.7 +Platform=Linux + +[Mozilla/4.7*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +Platform=SunOS + +[Mozilla/4.71*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=MacPPC + +[Mozilla/4.71*(Win95; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=Win95 + +[Mozilla/4.71*(Win98; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=Win98 + +[Mozilla/4.71*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=WinNT +Win32=true + +[Mozilla/4.71*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=Win2000 +Win32=true + +[Mozilla/4.71*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=WinXP +Win32=true + +[Mozilla/4.71*(WinNT; ?)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=WinNT + +[Mozilla/4.71*(X11*)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=Linux + +[Mozilla/4.71*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +Version=4.71 +MinorVer=71 +Platform=SunOS + +[Mozilla/4.72*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=MacPPC + +[Mozilla/4.72*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=Win95 + +[Mozilla/4.72*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=Win98 + +[Mozilla/4.72*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=WinNT +Win32=true + +[Mozilla/4.72*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=Win2000 +Win32=true + +[Mozilla/4.72*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=WinXP +Win32=true + +[Mozilla/4.72*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=WinNT + +[Mozilla/4.72*(X11*)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=Linux + +[Mozilla/4.72*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=72 +Platform=SunOS + +[Mozilla/4.73*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=MacPPC + +[Mozilla/4.73*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=Win95 + +[Mozilla/4.73*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=Win98 + +[Mozilla/4.73*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=WinNT +Win32=true + +[Mozilla/4.73*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=Win2000 +Win32=true + +[Mozilla/4.73*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=WinXP +Win32=true + +[Mozilla/4.73*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=WinNT + +[Mozilla/4.73*(X11*)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=Linux + +[Mozilla/4.73*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=73 +Platform=SunOS + +[Mozilla/4.74*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=MacPPC + +[Mozilla/4.74*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=Win95 + +[Mozilla/4.74*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=Win98 + +[Mozilla/4.74*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=WinNT +Win32=true + +[Mozilla/4.74*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=Win2000 +Win32=true + +[Mozilla/4.74*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=WinXP +Win32=true + +[Mozilla/4.74*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=WinNT + +[Mozilla/4.74*(X11*)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=Linux + +[Mozilla/4.74*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=74 +Platform=SunOS + +[Mozilla/4.75*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=MacPPC + +[Mozilla/4.75*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=Win95 + +[Mozilla/4.75*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=Win98 + +[Mozilla/4.75*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=WinNT +Win32=true + +[Mozilla/4.75*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=Win2000 +Win32=true + +[Mozilla/4.75*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=WinXP +Win32=true + +[Mozilla/4.75*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=WinNT + +[Mozilla/4.75*(X11*)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=Linux + +[Mozilla/4.75*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=75 +Platform=SunOS + +[Mozilla/4.76*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=MacPPC + +[Mozilla/4.76*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=Win95 + +[Mozilla/4.76*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=Win98 + +[Mozilla/4.76*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=WinNT +Win32=true + +[Mozilla/4.76*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=Win2000 +Win32=true + +[Mozilla/4.76*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=WinXP +Win32=true + +[Mozilla/4.76*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=WinNT + +[Mozilla/4.76*(X11*)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=Linux + +[Mozilla/4.76*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=76 +Platform=SunOS + +[Mozilla/4.77*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=MacPPC + +[Mozilla/4.77*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=Win95 + +[Mozilla/4.77*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=Win98 + +[Mozilla/4.77*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=WinNT +Win32=true + +[Mozilla/4.77*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=Win2000 +Win32=true + +[Mozilla/4.77*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=WinXP +Win32=true + +[Mozilla/4.77*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=WinNT + +[Mozilla/4.77*(X11*)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=Linux + +[Mozilla/4.77*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=77 +Platform=SunOS + +[Mozilla/4.78*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=MacPPC + +[Mozilla/4.78*(Win95; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=Win95 + +[Mozilla/4.78*(Win98; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=Win98 + +[Mozilla/4.78*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=WinNT +Win32=true + +[Mozilla/4.78*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=Win2000 +Win32=true + +[Mozilla/4.78*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=WinXP +Win32=true + +[Mozilla/4.78*(WinNT; ?)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=WinNT + +[Mozilla/4.78*(X11*)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=Linux + +[Mozilla/4.78*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +MinorVer=78 +Platform=SunOS + +[Mozilla/4.79*(Macintosh; ?; PPC)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=MacPPC + +[Mozilla/4.79*(Win95; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=Win95 + +[Mozilla/4.79*(Win98; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=Win98 + +[Mozilla/4.79*(Windows NT 4.0; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=WinNT +Win32=true + +[Mozilla/4.79*(Windows NT 5.0; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=Win2000 +Win32=true + +[Mozilla/4.79*(Windows NT 5.1; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=WinXP +Win32=true + +[Mozilla/4.79*(WinNT; ?)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=WinNT + +[Mozilla/4.79*(X11*)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=Linux + +[Mozilla/4.79*(X11; ?; SunOS*)*] +Parent=Netscape 4.7 +Version=4.79 +MinorVer=79 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 4.8 + +[Netscape 4.8] +Parent=DefaultProperties +Browser=Netscape +Version=4.8 +MajorVer=4 +MinorVer=8 +Frames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/4.8*(Macintosh; ?; MacPPC)*] +Parent=Netscape 4.8 +Platform=MacPPC + +[Mozilla/4.8*(Macintosh; ?; PPC Mac OS X*] +Parent=Netscape 4.8 +Platform=MacOSX + +[Mozilla/4.8*(Macintosh; ?; PPC)*] +Parent=Netscape 4.8 +Platform=MacPPC + +[Mozilla/4.8*(Win95; *)*] +Parent=Netscape 4.8 + +[Mozilla/4.8*(Win98; *)*] +Parent=Netscape 4.8 +Platform=Win98 + +[Mozilla/4.8*(Windows NT 4.0; *)*] +Parent=Netscape 4.8 +Platform=WinNT +Win32=true + +[Mozilla/4.8*(Windows NT 5.0; *)*] +Parent=Netscape 4.8 +Platform=Win2000 +Win32=true + +[Mozilla/4.8*(Windows NT 5.1; *)*] +Parent=Netscape 4.8 +Platform=WinXP +Win32=true + +[Mozilla/4.8*(WinNT; *)*] +Parent=Netscape 4.8 +Platform=WinNT + +[Mozilla/4.8*(X11; *)*] +Parent=Netscape 4.8 +Platform=Linux + +[Mozilla/4.8*(X11; *SunOS*)*] +Parent=Netscape 4.8 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 6.0 + +[Netscape 6.0] +Parent=DefaultProperties +Browser=Netscape +Version=6.0 +MajorVer=6 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape6/6.0*] +Parent=Netscape 6.0 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 6.1 + +[Netscape 6.1] +Parent=DefaultProperties +Browser=Netscape +Version=6.1 +MajorVer=6 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape6/6.1*] +Parent=Netscape 6.1 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 6.2 + +[Netscape 6.2] +Parent=DefaultProperties +Browser=Netscape +Version=6.2 +MajorVer=6 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X*) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape6/6.2*] +Parent=Netscape 6.2 +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 7.0 + +[Netscape 7.0] +Parent=DefaultProperties +Browser=Netscape +Version=7.0 +MajorVer=7 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X;*) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win*9x 4.90; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*) Gecko/* Netscape*/7.0*] +Parent=Netscape 7.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 7.1 + +[Netscape 7.1] +Parent=DefaultProperties +Browser=Netscape +Version=7.1 +MajorVer=7 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X Mach-O; *; rv:*) Gecko/* Netscape*/7.1] +Parent=Netscape 7.1 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X;*) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*) Gecko/* Netscape*/7.1*] +Parent=Netscape 7.1 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 7.2 + +[Netscape 7.2] +Parent=DefaultProperties +Browser=Netscape +Version=7.2 +MajorVer=7 +MinorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X Mach-O; *; rv:*) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X;*) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*) Gecko/* Netscape*/7.2*] +Parent=Netscape 7.2 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 8.0 + +[Netscape 8.0] +Parent=DefaultProperties +Browser=Netscape +Version=8.0 +MajorVer=8 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X Mach-O; *; rv:*) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC Mac OS X;*) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*) Gecko/* Netscape*/8.0*] +Parent=Netscape 8.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Netscape 8.1 + +[Netscape 8.1] +Parent=DefaultProperties +Browser=Netscape +Version=8.1 +MajorVer=8 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; ?; PPC;*) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=MacPPC + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95;*) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win9x 4.90; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 4.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win7 + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.1; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT5.2; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.0; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT6.1; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; *) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*) Gecko/* Netscape*/8.1*] +Parent=Netscape 8.1 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SeaMonkey 1.0 + +[SeaMonkey 1.0] +Parent=DefaultProperties +Browser=SeaMonkey +Version=1.0 +MajorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=WinME + +[Mozilla/5.0 (Windows; ?; Win98; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=Win98 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=Win2000 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; FreeBSD*; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=FreeBSD + +[Mozilla/5.0 (X11; ?; Linux*; *; rv:1.8*) Gecko/20060221 SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*; *; rv:1.8*) Gecko/* SeaMonkey/1.0*] +Parent=SeaMonkey 1.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SeaMonkey 1.1 + +[SeaMonkey 1.1] +Parent=DefaultProperties +Browser=SeaMonkey +Version=1.1 +MajorVer=1 +MinorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=WinME + +[Mozilla/5.0 (Windows; ?; Win98; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=Win98 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=Win2000 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; FreeBSD*; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=FreeBSD + +[Mozilla/5.0 (X11; ?; Linux*; *; rv:1.8*) Gecko/20060221 SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*; *; rv:1.8*) Gecko/* SeaMonkey/1.1*] +Parent=SeaMonkey 1.1 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SeaMonkey 2.0 + +[SeaMonkey 2.0] +Parent=DefaultProperties +Browser=SeaMonkey +Version=2.0 +MajorVer=2 +Alpha=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=WinME + +[Mozilla/5.0 (Windows; ?; Win98; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=Win98 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=Win2000 + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; ?; Windows NT 6.0; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; ?; Windows NT 6.1; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=Win7 + +[Mozilla/5.0 (X11; ?; FreeBSD*; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=FreeBSD + +[Mozilla/5.0 (X11; ?; Linux*; *; rv:1.9*) Gecko/20060221 SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=Linux + +[Mozilla/5.0 (X11; ?; SunOS*; *; rv:1.9*) Gecko/* SeaMonkey/2.0*] +Parent=SeaMonkey 2.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Flock 1.0 + +[Flock 1.0] +Parent=DefaultProperties +Browser=Flock +Version=1.0 +MajorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; U; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; U; Win 9x 4.90; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=WinME + +[Mozilla/5.0 (Windows; U; Windows NT 5.0*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=Win2000 + +[Mozilla/5.0 (Windows; U; Windows NT 5.1*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1*; *; rv:1.*) Gecko/* Firefox/2.* Flock/1.*] +Parent=Flock 1.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Flock 2.0 + +[Flock 2.0] +Parent=DefaultProperties +Browser=Flock +Version=2.0 +MajorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; U; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; U; Win 9x 4.90; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=WinME + +[Mozilla/5.0 (Windows; U; Windows NT 5.0*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=Win2000 + +[Mozilla/5.0 (Windows; U; Windows NT 5.1*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 5.2*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=Win2003 + +[Mozilla/5.0 (Windows; U; Windows NT 6.0*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1*; *; rv:1.*) Gecko/* Firefox/3.* Flock/2.*] +Parent=Flock 2.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Sleipnir 2.0 + +[Sleipnir] +Parent=DefaultProperties +Browser=Sleipnir +Version=2.0 +MajorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/4.0 (compatible; MSIE ?.0; Windows NT 5.0*) Sleipnir/2.*] +Parent=Sleipnir +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE ?.0; Windows NT 5.1*) Sleipnir/2.*] +Parent=Sleipnir +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE ?.0; Windows NT 5.2*) Sleipnir/2.*] +Parent=Sleipnir +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE ?.0; Windows NT 6.0*) Sleipnir/2.*] +Parent=Sleipnir +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE ?.0; Windows NT 6.1*) Sleipnir/2.*] +Parent=Sleipnir +Platform=Win7 + +[Sleipnir*] +Parent=Sleipnir + +[Sleipnir/2.*] +Parent=Sleipnir + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Fennec 1.0 + +[Fennec 1.0] +Parent=DefaultProperties +Browser=Firefox Mobile +Version=1.0 +MajorVer=1 +Alpha=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1; *; rv:1.9*) Gecko/* Fennec/1.0*] +Parent=Fennec 1.0 +Platform=WinXP + +[Mozilla/5.0 (Windows; U; Windows NT 6.0; *; rv:1.9*) Gecko/* Fennec/1.0*] +Parent=Fennec 1.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1; *; rv:1.9*) Gecko/* Fennec/1.0*] +Parent=Fennec 1.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firebird + +[Firebird] +Parent=DefaultProperties +Browser=Firebird +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Linux; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (OS/2; *; Warp*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.?; *; rv:1.*) Gecko/* Firebird Browser/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.?; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.?; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.?; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird +Win32=true + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; IRIX*; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; Linux*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Firebird/0.*] +Parent=Firebird + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Mozilla Firebird/0.*] +Parent=Firebird + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox + +[Firefox] +Parent=DefaultProperties +Browser=Firefox +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=MacOSX + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox + +[Mozilla/5.0 (OS/2; *; Warp*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox + +[Mozilla/5.0 (Windows NT 5.?; ?; rv:1.*) Gecko/* Firefox] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.*; *; rv:1.*) Gecko/* Deer Park/Alpha*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.?; *; rv:1.*) Gecko/* Firefox/10.5] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Win32=true + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; FreeBSD*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox + +[Mozilla/5.0 (X11; *; HP-UX*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; Linux*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox + +[Mozilla/5.0 (X11; *; Linux*; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Firefox/0.*] +Parent=Firefox +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 1.0 + +[Firefox 1.0] +Parent=DefaultProperties +Browser=Firefox +Version=1.0 +MajorVer=1 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/5.0 (Linux; *; PPC*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=MacPPC + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=MacOSX + +[Mozilla/5.0 (OS/2; *; Warp*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=OS/2 + +[Mozilla/5.0 (Windows; *; Win 9x 4.90*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Linux + +[Mozilla/5.0 (X11; *; *Linux*; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=Linux + +[Mozilla/5.0 (X11; *; DragonFly*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Firefox/1.0*] +Parent=Firefox 1.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 1.4 + +[Firefox 1.4] +Parent=DefaultProperties +Browser=Firefox +Version=1.4 +MajorVer=1 +MinorVer=4 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/5.0 (Linux; *; PPC*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Linux + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=MacOSX + +[Mozilla/5.0 (OS/2; *; Warp*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=OS/2 + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win95*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Firefox/1.4*] +Parent=Firefox 1.4 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 1.5 + +[Firefox 1.5] +Parent=DefaultProperties +Browser=Firefox +Version=1.5 +MajorVer=1 +MinorVer=5 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/5.0 (Linux; *; PPC*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Linux + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=MacOSX + +[Mozilla/5.0 (OS/2; *; Warp*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=OS/2 + +[Mozilla/5.0 (rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2 x64; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.*) Gecko/* Firefox/1.5*] +Parent=Firefox 1.5 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 2.0 + +[Firefox 2.0] +Parent=DefaultProperties +Browser=Firefox +Version=2.0 +MajorVer=2 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/5.0 (Linux; *; PPC*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Linux + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=MacOSX + +[Mozilla/5.0 (OS/2; *; Warp*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=OS/2 + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win95; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.1; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.8*) Gecko/* Firefox/2.0*] +Parent=Firefox 2.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 3.0 + +[Firefox 3.0] +Parent=DefaultProperties +Browser=Firefox +Version=3.0 +MajorVer=3 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=MacOSX + +[Mozilla/5.0 (Windows; *; Windows NT 5.0; *; rv:1.*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Win2000 + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.1; *; rv:1.*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Win7 + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1 x64; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=WinXP +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Win2003 +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1 x64; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Win7 + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.9*) Gecko/* Firefox/3.0*] +Parent=Firefox 3.0 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 3.1 + +[Firefox 3.1] +Parent=DefaultProperties +Browser=Firefox +Version=3.1 +MajorVer=3 +MinorVer=1 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=MacOSX + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.1; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=Win7 + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1 x64; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=WinXP +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=Win2003 +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1 x64; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=Win7 + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.9*) Gecko/* Firefox/3.1*] +Parent=Firefox 3.1 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 3.5 + +[Firefox 3.5] +Parent=DefaultProperties +Browser=Firefox +Version=3.5 +MajorVer=3 +MinorVer=5 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=3 +supportsCSS=true + +[Mozilla/5.0 (Macintosh; *; *Mac OS X*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=MacOSX + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.0; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=WinVista +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 6.1; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=Win7 + +[Mozilla/5.0 (Windows; *; WinNT4.0; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.1 x64; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=WinXP +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=Win2003 +Win32=false +Win64=true + +[Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=WinVista + +[Mozilla/5.0 (Windows; U; Windows NT 6.1 x64; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=Win7 + +[Mozilla/5.0 (X11; *; *Linux*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=Linux + +[Mozilla/5.0 (X11; *; FreeBSD*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *; HP-UX*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=HP-UX + +[Mozilla/5.0 (X11; *; IRIX64*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=IRIX64 + +[Mozilla/5.0 (X11; *; OpenBSD*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *; SunOS*; *; rv:1.9.*) Gecko/* Firefox/3.5b*] +Parent=Firefox 3.5 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Phoenix + +[Phoenix] +Parent=DefaultProperties +Browser=Phoenix +Version=0.5 +MinorVer=5 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (Windows; *; Win 9x 4.90; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; *; Win98; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.0*; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.1; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; *; Windows NT 5.2*; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (X11; *; Linux*; *; rv:1.4*) Gecko/* Phoenix/0.5*] +Parent=Phoenix +Platform=Linux + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Iceweasel + +[Iceweasel] +Parent=DefaultProperties +Browser=Iceweasel +Platform=Linux +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (X11; U; Linux*; *; rv:1.8*) Gecko/* Iceweasel/2.0* (Debian-*)] +Parent=Iceweasel +Version=2.0 +MajorVer=2 +MinorVer=0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.0 + +[Mozilla 1.0] +Parent=DefaultProperties +Browser=Mozilla +Version=1.0 +MajorVer=1 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.0.*) Gecko/*] +Parent=Mozilla 1.0 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.1 + +[Mozilla 1.1] +Parent=DefaultProperties +Browser=Mozilla +Version=1.1 +MajorVer=1 +MinorVer=1 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.1.*) Gecko/*] +Parent=Mozilla 1.1 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.2 + +[Mozilla 1.2] +Parent=DefaultProperties +Browser=Mozilla +Version=1.2 +MajorVer=1 +MinorVer=2 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.2.*) Gecko/*] +Parent=Mozilla 1.2 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.3 + +[Mozilla 1.3] +Parent=DefaultProperties +Browser=Mozilla +Version=1.3 +MajorVer=1 +MinorVer=3 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.3.*) Gecko/*] +Parent=Mozilla 1.3 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.4 + +[Mozilla 1.4] +Parent=DefaultProperties +Browser=Mozilla +Version=1.4 +MajorVer=1 +MinorVer=4 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Win31 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.4*) Gecko/*] +Parent=Mozilla 1.4 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.5 + +[Mozilla 1.5] +Parent=DefaultProperties +Browser=Mozilla +Version=1.5 +MajorVer=1 +MinorVer=5 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Win31 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.5*) Gecko/*] +Parent=Mozilla 1.5 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.6 + +[Mozilla 1.6] +Parent=DefaultProperties +Browser=Mozilla +Version=1.6 +MajorVer=1 +MinorVer=6 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Win31 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.6*) Gecko/*] +Parent=Mozilla 1.6 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.7 + +[Mozilla 1.7] +Parent=DefaultProperties +Browser=Mozilla +Version=1.7 +MajorVer=1 +MinorVer=7 +Beta=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/5.0 (*rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win31 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.7*) Gecko/*] +Parent=Mozilla 1.7 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.8 + +[Mozilla 1.8] +Parent=DefaultProperties +Browser=Mozilla +Version=1.8 +MajorVer=1 +MinorVer=8 +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.5 +w3cdomversion=1.0 + +[Mozilla/5.0 (*rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.8*) Gecko/*] +Parent=Mozilla 1.8 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mozilla 1.9 + +[Mozilla 1.9] +Parent=DefaultProperties +Browser=Mozilla +Version=1.9 +MajorVer=1 +MinorVer=9 +Alpha=true +Frames=true +IFrames=true +Tables=true +Cookies=true +JavaApplets=true +JavaScript=true +CssVersion=2 +supportsCSS=true + +[Mozilla/5.0 (*rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 + +[Mozilla/5.0 (Macintosh; ?; *Mac OS X*; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=MacOSX + +[Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=WinME +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.1; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win3.11; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Win31 +Win16=true +Win32=true + +[Mozilla/5.0 (Windows; ?; Win95; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Win95 +Win32=true + +[Mozilla/5.0 (Windows; ?; Win98; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Win98 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.0; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Win2000 +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=WinXP +Win32=true + +[Mozilla/5.0 (Windows; ?; Windows NT 5.2; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Win2003 +Win32=true + +[Mozilla/5.0 (Windows; ?; WinNT4.0; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=WinNT +Win32=true + +[Mozilla/5.0 (X11; *FreeBSD*; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=FreeBSD + +[Mozilla/5.0 (X11; *Linux*; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=Linux + +[Mozilla/5.0 (X11; *OpenBSD*; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=OpenBSD + +[Mozilla/5.0 (X11; *SunOS*; *rv:1.9*) Gecko/*] +Parent=Mozilla 1.9 +Platform=SunOS + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE Mac + +[IE Mac] +Parent=DefaultProperties +Browser=IE +Platform=MacPPC +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +JavaApplets=true +JavaScript=true +CssVersion=1 +supportsCSS=true + +[Mozilla/?.? (compatible; MSIE 4.0*; *Mac_PowerPC*] +Parent=IE Mac +Version=4.0 +MajorVer=4 +MinorVer=0 + +[Mozilla/?.? (compatible; MSIE 4.5*; *Mac_PowerPC*] +Parent=IE Mac +Version=4.5 +MajorVer=4 +MinorVer=5 + +[Mozilla/?.? (compatible; MSIE 5.0*; *Mac_PowerPC*] +Parent=IE Mac +Version=5.0 +MajorVer=5 +MinorVer=0 + +[Mozilla/?.? (compatible; MSIE 5.1*; *Mac_PowerPC*] +Parent=IE Mac +Version=5.1 +MajorVer=5 +MinorVer=1 + +[Mozilla/?.? (compatible; MSIE 5.2*; *Mac_PowerPC*] +Parent=IE Mac +Version=5.2 +MajorVer=5 +MinorVer=2 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; AOL 9.0/IE 5.5 + +[AOL 9.0/IE 5.5] +Parent=DefaultProperties +Browser=AOL +Version=5.5 +MajorVer=5 +MinorVer=5 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +AOL=true +aolVersion=9.0 +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/?.* (?compatible; *MSIE 5.5; *AOL 9.0*)*] +Parent=AOL 9.0/IE 5.5 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Win 9x 4.90*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 95*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +CssVersion=2 +supportsCSS=true + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98; Win 9x 4.90*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 4.0*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.0*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.01*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 6.0*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 5.5 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; AOL 9.0/IE 6.0 + +[AOL 9.0/IE 6.0] +Parent=DefaultProperties +Browser=AOL +Version=6.0 +MajorVer=6 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +AOL=true +aolVersion=9.0 +ecmascriptversion=1.3 +w3cdomversion=1.0 + +[Mozilla/?.* (?compatible; *MSIE 6.0; *AOL 9.0*)*] +Parent=AOL 9.0/IE 6.0 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Win 9x 4.90*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 95*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +CssVersion=2 +supportsCSS=true + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98; Win 9x 4.90*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 4.0*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.0*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.01*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 6.0*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 6.0 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; AOL 9.0/IE 7.0 + +[AOL 9.0/IE 7.0] +Parent=DefaultProperties +Browser=AOL +Version=7.0 +MajorVer=7 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +AOL=true +aolVersion=9.0 + +[Mozilla/?.* (?compatible; *MSIE 7.0; *AOL 9.0*)*] +Parent=AOL 9.0/IE 7.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Win 9x 4.90*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 95*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +CssVersion=2 +supportsCSS=true + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98; Win 9x 4.90*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows 98; Win 9x 4.90*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 4.0*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.0*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.01*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.01*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.1*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 5.2*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 6.0*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 1*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Windows NT 6.0*.NET CLR 2*.NET CLR 1*)*] +Parent=AOL 9.0/IE 7.0 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Avant Browser + +[Avant Browser] +Parent=DefaultProperties +Browser=Avant Browser +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true + +[Advanced Browser (http://www.avantbrowser.com)] +Parent=Avant Browser + +[Avant Browser*] +Parent=Avant Browser + +[Avant Browser/*] +Parent=Avant Browser + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 4.01 + +[IE 4.01] +Parent=DefaultProperties +Browser=IE +Version=4.01 +MajorVer=4 +MinorVer=01 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (?compatible; *MSIE 4.01*)*] +Parent=IE 4.01 + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows 95*)*] +Parent=IE 4.01 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows 98*)*] +Parent=IE 4.01 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows 98; Win 9x 4.90;*)*] +Parent=IE 4.01 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows NT 4.0*)*] +Parent=IE 4.01 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows NT 5.0*)*] +Parent=IE 4.01 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 4.01; *Windows NT 5.01*)*] +Parent=IE 4.01 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)] +Parent=IE 4.01 +Platform=WinNT + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 5.0 + +[IE 5.0] +Parent=DefaultProperties +Browser=IE +Version=5.0 +MajorVer=5 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (?compatible; *MSIE 5.0*)*] +Parent=IE 5.0 + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows 95*)*] +Parent=IE 5.0 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows 98*)*] +Parent=IE 5.0 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows 98; Win 9x 4.90;*)*] +Parent=IE 5.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows NT 4.0*)*] +Parent=IE 5.0 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows NT 5.0*)*] +Parent=IE 5.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.0; *Windows NT 5.01*)*] +Parent=IE 5.0 +Platform=Win2000 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 5.01 + +[IE 5.01] +Parent=DefaultProperties +Browser=IE +Version=5.01 +MajorVer=5 +MinorVer=01 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true + +[Mozilla/?.* (?compatible; *MSIE 5.01*)*] +Parent=IE 5.01 + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows 95*)*] +Parent=IE 5.01 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows 98*)*] +Parent=IE 5.01 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows 98; Win 9x 4.90;*)*] +Parent=IE 5.01 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows NT 4.0*)*] +Parent=IE 5.01 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows NT 5.0*)*] +Parent=IE 5.01 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.01; *Windows NT 5.01*)*] +Parent=IE 5.01 +Platform=Win2000 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 5.5 + +[IE 5.5] +Parent=DefaultProperties +Browser=IE +Version=5.5 +MajorVer=5 +MinorVer=5 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.2 +w3cdomversion=1.0 + +[Mozilla/?.* (?compatible; *MSIE 5.5*)*] +Parent=IE 5.5 + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows 95*)*] +Parent=IE 5.5 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows 98*)*] +Parent=IE 5.5 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows 98; Win 9x 4.90*)*] +Parent=IE 5.5 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows NT 4.0*)*] +Parent=IE 5.5 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows NT 5.0*)*] +Parent=IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows NT 5.01*)*] +Parent=IE 5.5 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows NT 5.1*)*] +Parent=IE 5.5 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 5.5; *Windows NT 5.2*)*] +Parent=IE 5.5 +Platform=Win2003 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 6.0 + +[IE 6.0] +Parent=DefaultProperties +Browser=IE +Version=6.0 +MajorVer=6 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.2 +w3cdomversion=1.0 +msdomversion=6.0 + +[Mozilla/?.* (?compatible; *MSIE 6.0*)*] +Parent=IE 6.0 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows 95*)*] +Parent=IE 6.0 +Platform=Win95 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows 98*)*] +Parent=IE 6.0 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows 98; Win 9x 4.90*)*] +Parent=IE 6.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 4.0*)*] +Parent=IE 6.0 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.0*)*] +Parent=IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.01*)*] +Parent=IE 6.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.1*)*] +Parent=IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.2*)*] +Parent=IE 6.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.2;*Win64;*)*] +Parent=IE 6.0 +Platform=WinXP +Win32=false +Win64=true + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 5.2;*WOW64;*)*] +Parent=IE 6.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 6.0; *Windows NT 6.0*)*] +Parent=IE 6.0 +Platform=WinVista + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 7.0 + +[IE 7.0] +Parent=DefaultProperties +Browser=IE +Version=7.0 +MajorVer=7 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=2 +supportsCSS=true +ecmascriptversion=1.2 +msdomversion=7.0 +w3cdomversion=1.0 + +[Mozilla/?.* (?compatible; *MSIE 7.0*)*] +Parent=IE 7.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows 98*)*] +Parent=IE 7.0 +Platform=Win98 + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows 98; Win 9x 4.90;*)*] +Parent=IE 7.0 +Platform=WinME + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 4.0*)*] +Parent=IE 7.0 +Platform=WinNT + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.0*)*] +Parent=IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.01*)*] +Parent=IE 7.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.1*)*] +Parent=IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.2*)*] +Parent=IE 7.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.2;*Win64;*)*] +Parent=IE 7.0 +Platform=WinXP +Win32=false +Win64=true + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 5.2;*WOW64;*)*] +Parent=IE 7.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 6.0*)*] +Parent=IE 7.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 7.0; *Windows NT 6.1*)*] +Parent=IE 7.0 +Platform=Win7 + +[Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; *)*] +Parent=IE 7.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IE 8.0 + +[IE 8.0] +Parent=DefaultProperties +Browser=IE +Version=8.0 +MajorVer=8 +Win32=true +Frames=true +IFrames=true +Tables=true +Cookies=true +BackgroundSounds=true +CDF=true +VBScript=true +JavaApplets=true +JavaScript=true +ActiveXControls=true +CssVersion=3 +supportsCSS=true +ecmascriptversion=1.2 +msdomversion=8.0 +w3cdomversion=1.0 + +[Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0*)*] +Parent=IE 8.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 8.0; Win32*)*] +Parent=IE 8.0 +Platform=Win32 + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.0*)*] +Parent=IE 8.0 +Platform=Win2000 + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1*)*] +Parent=IE 8.0 +Platform=WinXP + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2*)*] +Parent=IE 8.0 +Platform=Win2003 + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0*)*] +Parent=IE 8.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0*)*] +Parent=IE 8.0 +Platform=WinVista + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0*)*] +Parent=IE 8.0 +Platform=WinVista +Win32=false +Win64=true + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0*)*] +Parent=IE 8.0 +Platform=WinVista +Win64=false + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1*)*] +Parent=IE 8.0 +Platform=Win7 + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0*)*] +Parent=IE 8.0 +Platform=Win7 + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0*)*] +Parent=IE 8.0 +Platform=Win7 +Win32=false +Win64=true + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0*)*] +Parent=IE 8.0 +Platform=Win7 +Win64=false + +[Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 7.0; Trident/4.0*)*] +Parent=IE 8.0 +Platform=Win7 + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Default Browser + +[*] +Browser=Default Browser +Version=0 +MajorVer=0 +MinorVer=0 +Platform=unknown +Alpha=false +Beta=false +Win16=false +Win32=false +Win64=false +Frames=true +IFrames=false +Tables=true +Cookies=false +BackgroundSounds=false +CDF=false +VBScript=false +JavaApplets=false +JavaScript=false +ActiveXControls=false +Stripper=false +isBanned=false +isMobileDevice=false +isSyndicationReader=false +Crawler=false +CssVersion=0 +supportsCSS=false +AOL=false +aolVersion=0 +AuthenticodeUpdate=0 +CSS=0 +WAP=false +netCLR=false +ClrVersion=0 +ECMAScriptVersion=0.0 +W3CDOMVersion=0.0 diff --git a/app_Data/MonoBleedingEdge/etc/mono/config b/app_Data/MonoBleedingEdge/etc/mono/config new file mode 100644 index 0000000..8229abf --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/config @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app_Data/MonoBleedingEdge/etc/mono/mconfig/config.xml b/app_Data/MonoBleedingEdge/etc/mono/mconfig/config.xml new file mode 100644 index 0000000..a3df3b5 --- /dev/null +++ b/app_Data/MonoBleedingEdge/etc/mono/mconfig/config.xml @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + + +]]> + + + + + + +
+
+
+ + + + + +
+ +
+
+
+
+ + + +]]> + + + + + +
+
+
+
+
+
+
+ + + + + +]]> + + + + + +
+
+
+
+
+
+
+ + + + + + + + +]]> + + + + + +
+
+
+
+
+ + + + + + + +]]> + + + + + +
+
+
+
+
+ + + + +]]> + + + + + +
+
+
+
+
+ + + + + + + + + + + + +]]> + + + + + +
+
+
+ + + + + + + + + + + + + +]]> + + + + + +
+
+
+ + + + + + + + + + + + + + + + + +]]> + + + + + + + +
+
+
+ + + + + +
+ +
+
+
+ + + + ]]> + + + + + +
+
+
+
+
+
+
+ + + + +]]> + + + + + +
+
+
+
+
+
+
+ + + + +]]> + + + + + +
+
+
+
+
+ + + + + + + +]]> + + + + + +
+
+
+
+
+ + + + +]]> + + + + + +
+
+
+ + + + + + + + + + + + + + + +]]> + + + + + +
+
+
+ + + + + + + + + + + + + +]]> + + + + + + +
+
+
+
+
+
+
+ + + + +]]> + + + + + +
+
+
+
+
+
+
+ + + + + + + + + + + +]]> + + + + + +
+
+
+
+
+ + + + +]]> + + + + + + + + ]]> + + + + + + ]]> + + + + + + ]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + + +]]> + + + + +
+
+
+
+
+
+ + diff --git a/app_Data/MonoBleedingEdge/x86_64/libMonoPosixHelper.so b/app_Data/MonoBleedingEdge/x86_64/libMonoPosixHelper.so new file mode 100755 index 0000000..a1379d0 Binary files /dev/null and b/app_Data/MonoBleedingEdge/x86_64/libMonoPosixHelper.so differ diff --git a/app_Data/MonoBleedingEdge/x86_64/libmono-native.so b/app_Data/MonoBleedingEdge/x86_64/libmono-native.so new file mode 100755 index 0000000..4fd122f Binary files /dev/null and b/app_Data/MonoBleedingEdge/x86_64/libmono-native.so differ diff --git a/app_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so b/app_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so new file mode 100755 index 0000000..3ebe692 Binary files /dev/null and b/app_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so differ diff --git a/app_Data/Resources/UnityPlayer.png b/app_Data/Resources/UnityPlayer.png new file mode 100644 index 0000000..43897cf Binary files /dev/null and b/app_Data/Resources/UnityPlayer.png differ diff --git a/app_Data/Resources/unity default resources b/app_Data/Resources/unity default resources new file mode 100644 index 0000000..42131db Binary files /dev/null and b/app_Data/Resources/unity default resources differ diff --git a/app_Data/Resources/unity_builtin_extra b/app_Data/Resources/unity_builtin_extra new file mode 100644 index 0000000..c3e08a6 Binary files /dev/null and b/app_Data/Resources/unity_builtin_extra differ diff --git a/app_Data/RuntimeInitializeOnLoads.json b/app_Data/RuntimeInitializeOnLoads.json new file mode 100644 index 0000000..c28c4bf --- /dev/null +++ b/app_Data/RuntimeInitializeOnLoads.json @@ -0,0 +1 @@ +{"root":[{"assemblyName":"Oculus.VR","nameSpace":"","className":"OVRSpatialAnchor","methodName":"InitializeOnLoad","loadTypes":4,"isUnityClass":false},{"assemblyName":"Unity.VisualScripting.Core","nameSpace":"Unity.VisualScripting","className":"RuntimeVSUsageUtility","methodName":"RuntimeInitializeOnLoadBeforeSceneLoad","loadTypes":1,"isUnityClass":true},{"assemblyName":"Unity.XR.Management","nameSpace":"UnityEngine.XR.Management","className":"XRGeneralSettings","methodName":"AttemptInitializeXRSDKOnLoad","loadTypes":2,"isUnityClass":true},{"assemblyName":"Unity.XR.Management","nameSpace":"UnityEngine.XR.Management","className":"XRGeneralSettings","methodName":"AttemptStartXRSDKOnBeforeSplashScreen","loadTypes":3,"isUnityClass":true},{"assemblyName":"VoiceSDK.Runtime","nameSpace":"Oculus.Voice","className":"VoiceSDKConstants","methodName":"Init","loadTypes":0,"isUnityClass":false},{"assemblyName":"VoiceSDK.Runtime","nameSpace":"Oculus.Voice.Logging","className":"TTSServiceLogging","methodName":"Init","loadTypes":0,"isUnityClass":false}]} diff --git a/app_Data/ScriptingAssemblies.json b/app_Data/ScriptingAssemblies.json new file mode 100644 index 0000000..49f0c3c --- /dev/null +++ b/app_Data/ScriptingAssemblies.json @@ -0,0 +1 @@ +{"names":["UnityEngine.dll","UnityEngine.AIModule.dll","UnityEngine.AccessibilityModule.dll","UnityEngine.AndroidJNIModule.dll","UnityEngine.AnimationModule.dll","UnityEngine.AssetBundleModule.dll","UnityEngine.AudioModule.dll","UnityEngine.ClothModule.dll","UnityEngine.ClusterInputModule.dll","UnityEngine.ClusterRendererModule.dll","UnityEngine.ContentLoadModule.dll","UnityEngine.CoreModule.dll","UnityEngine.CrashReportingModule.dll","UnityEngine.DSPGraphModule.dll","UnityEngine.DirectorModule.dll","UnityEngine.GIModule.dll","UnityEngine.GameCenterModule.dll","UnityEngine.GridModule.dll","UnityEngine.HotReloadModule.dll","UnityEngine.IMGUIModule.dll","UnityEngine.ImageConversionModule.dll","UnityEngine.InputModule.dll","UnityEngine.InputLegacyModule.dll","UnityEngine.JSONSerializeModule.dll","UnityEngine.LocalizationModule.dll","UnityEngine.ParticleSystemModule.dll","UnityEngine.PerformanceReportingModule.dll","UnityEngine.PhysicsModule.dll","UnityEngine.Physics2DModule.dll","UnityEngine.ProfilerModule.dll","UnityEngine.PropertiesModule.dll","UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll","UnityEngine.ScreenCaptureModule.dll","UnityEngine.SharedInternalsModule.dll","UnityEngine.SpriteMaskModule.dll","UnityEngine.SpriteShapeModule.dll","UnityEngine.StreamingModule.dll","UnityEngine.SubstanceModule.dll","UnityEngine.SubsystemsModule.dll","UnityEngine.TLSModule.dll","UnityEngine.TerrainModule.dll","UnityEngine.TerrainPhysicsModule.dll","UnityEngine.TextCoreFontEngineModule.dll","UnityEngine.TextCoreTextEngineModule.dll","UnityEngine.TextRenderingModule.dll","UnityEngine.TilemapModule.dll","UnityEngine.UIModule.dll","UnityEngine.UIElementsModule.dll","UnityEngine.UmbraModule.dll","UnityEngine.UnityAnalyticsModule.dll","UnityEngine.UnityAnalyticsCommonModule.dll","UnityEngine.UnityConnectModule.dll","UnityEngine.UnityCurlModule.dll","UnityEngine.UnityTestProtocolModule.dll","UnityEngine.UnityWebRequestModule.dll","UnityEngine.UnityWebRequestAssetBundleModule.dll","UnityEngine.UnityWebRequestAudioModule.dll","UnityEngine.UnityWebRequestTextureModule.dll","UnityEngine.UnityWebRequestWWWModule.dll","UnityEngine.VFXModule.dll","UnityEngine.VRModule.dll","UnityEngine.VehiclesModule.dll","UnityEngine.VideoModule.dll","UnityEngine.VirtualTexturingModule.dll","UnityEngine.WindModule.dll","UnityEngine.XRModule.dll","Assembly-CSharp.dll","VoiceSDK.Dictation.Runtime.dll","Unity.XR.Management.dll","Meta.VoiceSDK.Mic.Common.dll","AssistantVoiceCommandCommon.dll","Facebook.Wit.Dictation.dll","Unity.VisualScripting.Flow.dll","Oculus.Interaction.OVR.dll","Meta.WitAi.TTS.dll","Unity.TextMeshPro.dll","Meta.WitAi.dll","Meta.VoiceSDK.Mic.Other.dll","Meta.Voice.Samples.WitShapes.dll","Meta.XR.BuildingBlocks.dll","Oculus.Interaction.dll","Meta.Wit.Composer.dll","UnityEngine.XR.LegacyInputHelpers.dll","Unity.VisualScripting.Core.dll","UnityEngine.SpatialTracking.dll","UnityEngine.UI.dll","Meta.WitAi.Lib.dll","Oculus.Platform.dll","VoiceSDK.Runtime.Composer.dll","Meta.Voice.Hub.Runtime.dll","Unity.Timeline.dll","Unity.XR.Oculus.dll","Meta.WitAi.Conduit.dll","Meta.Voice.Samples.WitResponseDebugger.dll","Unity.VisualScripting.State.dll","Oculus.VR.dll","VoiceSDK.Runtime.dll","AssistantCoreSDKRuntime.dll","Unity.VisualScripting.Antlr3.Runtime.dll"],"types":[2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16]} \ No newline at end of file diff --git a/app_Data/UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json b/app_Data/UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json new file mode 100644 index 0000000..92e5825 --- /dev/null +++ b/app_Data/UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json @@ -0,0 +1,18 @@ +{ + "name": "OculusXRPlugin", + "version": "1.0.0-preview", + "libraryName": "OculusXRPlugin", + + "displays": [ + { + "id": "oculus display", + "disablesLegacyVr" : true, + "supportedMirrorBlitReservedModes" : ["leftEye","rightEye", "sideBySide","occlusionMesh"] + } + ], + "inputs": [ + { + "id": "oculus input" + } + ] +} diff --git a/app_Data/app.info b/app_Data/app.info new file mode 100644 index 0000000..d96c946 --- /dev/null +++ b/app_Data/app.info @@ -0,0 +1,2 @@ +DefaultCompany +VR \ No newline at end of file diff --git a/app_Data/boot.config b/app_Data/boot.config new file mode 100644 index 0000000..a89b67c --- /dev/null +++ b/app_Data/boot.config @@ -0,0 +1,7 @@ +wait-for-native-debugger=0 +hdr-display-enabled=0 +gc-max-time-slice=3 +xrsdk-pre-init-library=OculusXRPlugin +xr-meta-enabled=1 +xr-vulkan-extension-fragment-density-map-enabled=1 +build-guid=f3a0de24b77247c8bcdbf3854b4ac296 diff --git a/app_Data/globalgamemanagers b/app_Data/globalgamemanagers new file mode 100644 index 0000000..2ddebb8 Binary files /dev/null and b/app_Data/globalgamemanagers differ diff --git a/app_Data/globalgamemanagers.assets b/app_Data/globalgamemanagers.assets new file mode 100644 index 0000000..a321684 Binary files /dev/null and b/app_Data/globalgamemanagers.assets differ diff --git a/app_Data/globalgamemanagers.assets.resS b/app_Data/globalgamemanagers.assets.resS new file mode 100644 index 0000000..719fe0b Binary files /dev/null and b/app_Data/globalgamemanagers.assets.resS differ diff --git a/app_Data/level0 b/app_Data/level0 new file mode 100644 index 0000000..7ad21a2 Binary files /dev/null and b/app_Data/level0 differ diff --git a/app_Data/level0.resS b/app_Data/level0.resS new file mode 100644 index 0000000..d6d783e Binary files /dev/null and b/app_Data/level0.resS differ diff --git a/app_Data/resources.assets b/app_Data/resources.assets new file mode 100644 index 0000000..5ed36fe Binary files /dev/null and b/app_Data/resources.assets differ diff --git a/app_Data/resources.assets.resS b/app_Data/resources.assets.resS new file mode 100644 index 0000000..c93b2a8 Binary files /dev/null and b/app_Data/resources.assets.resS differ diff --git a/app_Data/sharedassets0.assets b/app_Data/sharedassets0.assets new file mode 100644 index 0000000..9adc590 Binary files /dev/null and b/app_Data/sharedassets0.assets differ diff --git a/app_Data/sharedassets0.assets.resS b/app_Data/sharedassets0.assets.resS new file mode 100644 index 0000000..1e9d473 Binary files /dev/null and b/app_Data/sharedassets0.assets.resS differ diff --git a/mono_crash.mem.301302.1.blob b/mono_crash.mem.301302.1.blob new file mode 100644 index 0000000..b4452d0 Binary files /dev/null and b/mono_crash.mem.301302.1.blob differ