Browse Source

2024 1 17 定版

DGJ 1 year ago
parent
commit
88ddcbcb10
37 changed files with 4631 additions and 27 deletions
  1. 10 3
      Assets/Game/ShowLogin/LangChaoLogin.cs
  2. 2 2
      Assets/Game/ShowLogin/LoginPanel.prefab
  3. 9 9
      Assets/LangChaoRTC/Remote/ShowRoom/RoomInvite/Scripts/PngJpgItem.cs
  4. 2 1
      Assets/LangChaoRTC/Remote/Z_Blend/PdfManager.cs
  5. 87 0
      Assets/Resources/DataItem.prefab
  6. 8 0
      Assets/Resources/服务器V2+控制台.meta
  7. 8 0
      Assets/Resources/服务器V2+控制台/55024671.meta
  8. BIN
      Assets/Resources/服务器V2+控制台/55024671/glbfile.glb
  9. 10 0
      Assets/Resources/服务器V2+控制台/55024671/glbfile.glb.meta
  10. BIN
      Assets/Resources/服务器V2+控制台/55024671/modelcover.jpg
  11. 147 0
      Assets/Resources/服务器V2+控制台/55024671/modelcover.jpg.meta
  12. 8 0
      Assets/Resources/服务器V2+控制台/55024671/textures.meta
  13. BIN
      Assets/Resources/服务器V2+控制台/55024671/textures/console.png
  14. 147 0
      Assets/Resources/服务器V2+控制台/55024671/textures/console.png.meta
  15. BIN
      Assets/Resources/服务器V2+控制台/55024671/textures/rack.png
  16. 147 0
      Assets/Resources/服务器V2+控制台/55024671/textures/rack.png.meta
  17. BIN
      Assets/Resources/服务器V2+控制台/55024671/textures/servers.png
  18. 147 0
      Assets/Resources/服务器V2+控制台/55024671/textures/servers.png.meta
  19. 8 0
      Assets/Resources/服务器V2+控制台/Materials.meta
  20. 80 0
      Assets/Resources/服务器V2+控制台/Materials/console.mat
  21. 8 0
      Assets/Resources/服务器V2+控制台/Materials/console.mat.meta
  22. 80 0
      Assets/Resources/服务器V2+控制台/Materials/rack.mat
  23. 8 0
      Assets/Resources/服务器V2+控制台/Materials/rack.mat.meta
  24. 80 0
      Assets/Resources/服务器V2+控制台/Materials/servers.mat
  25. 8 0
      Assets/Resources/服务器V2+控制台/Materials/servers.mat.meta
  26. 31 0
      Assets/Resources/服务器V2+控制台/ServerV2+console.mtl
  27. 7 0
      Assets/Resources/服务器V2+控制台/ServerV2+console.mtl.meta
  28. 2680 0
      Assets/Resources/服务器V2+控制台/ServerV2+console.obj
  29. 106 0
      Assets/Resources/服务器V2+控制台/ServerV2+console.obj.meta
  30. BIN
      Assets/Resources/服务器V2+控制台/console.png
  31. 147 0
      Assets/Resources/服务器V2+控制台/console.png.meta
  32. BIN
      Assets/Resources/服务器V2+控制台/rack.png
  33. 147 0
      Assets/Resources/服务器V2+控制台/rack.png.meta
  34. BIN
      Assets/Resources/服务器V2+控制台/servers.png
  35. 147 0
      Assets/Resources/服务器V2+控制台/servers.png.meta
  36. 345 11
      Assets/Scenes/LangChaoDemo2.unity
  37. 17 1
      Assets/XR/Settings/OpenXR Package Settings.asset

+ 10 - 3
Assets/Game/ShowLogin/LangChaoLogin.cs

@@ -35,11 +35,16 @@ namespace GHZLangChao
 
             emptyAcc.onClick.AddListener(() => { mAccount_Input.text = string.Empty; });
             emptypas.onClick.AddListener(() => { mPassword_Input.text = string.Empty; });
-            mAccountStr = "13910723157";
-            mPasswordStr = "1";
+            mAccountStr = "sggls1";
+            mPasswordStr = "123";
+            if (PlayerPrefs.HasKey("mAccountStr"))
+            {
+                mAccountStr = PlayerPrefs.GetString("mAccountStr");
+                mPasswordStr = PlayerPrefs.GetString("mPasswordStr");
+            }
 #if UNITY_EDITOR
             // OnClickLogin();
-            mAccountStr = "18767144539";
+           // mAccountStr = "18767144539";
 #endif
             mAccount_Input.text = mAccountStr;
             mPassword_Input.text = mPasswordStr;
@@ -97,6 +102,8 @@ namespace GHZLangChao
             {
                 if (!string.IsNullOrWhiteSpace(obj["data"].ToString()) && !string.IsNullOrWhiteSpace(obj["data"]["token"].ToString()))
                 {
+                    PlayerPrefs.SetString("mAccountStr", mAccountStr);
+                    PlayerPrefs.SetString("mPasswordStr", mPasswordStr);
                     login.UserInfo.Instance.Token = obj["data"]["token"].ToString();
                     ScenesManager.Instance.showWindow(ScenesManager.SceneType.ShowChoose);
 

+ 2 - 2
Assets/Game/ShowLogin/LoginPanel.prefab

@@ -970,7 +970,7 @@ MonoBehaviour:
   m_OnCullStateChanged:
     m_PersistentCalls:
       m_Calls: []
-  m_text: 1.0.1109.1037
+  m_text: 1.0.24.0116.1348
   m_isRightToLeft: 0
   m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
   m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
@@ -1033,7 +1033,7 @@ MonoBehaviour:
   m_VertexBufferAutoSizeReduction: 0
   m_useMaxVisibleDescender: 1
   m_pageToDisplay: 1
-  m_margin: {x: 0, y: 0, z: 0, w: 0}
+  m_margin: {x: 0, y: 0, z: -53.097595, w: 0}
   m_isUsingLegacyAnimationComponent: 0
   m_isVolumetricText: 0
   m_hasFontAssetChanged: 0

+ 9 - 9
Assets/LangChaoRTC/Remote/ShowRoom/RoomInvite/Scripts/PngJpgItem.cs

@@ -38,16 +38,7 @@ public class PngJpgItem : BaseFilePrefabItem
             {
                 url = "https://" + fileConfig.Url;
             }
-         
 
-
-         }
-
-        LangChaoRommMinIo.Instance.getFile(MQTTManager.Instance.roomId, fileConfig.Bucket, fileConfig.ObjectName, (RoomFileData rfd) => {
-
-            Debug.Log("rfd==>" + rfd.url);
-            Debug.Log("rfd==>" + rfd.bytes.Length);
-           string url = rfd.url;
             NetWorkHeaders.Instance.getNetTexture(url, null, (Texture tex) =>
             {
                 if (tex)
@@ -56,6 +47,15 @@ public class PngJpgItem : BaseFilePrefabItem
                     mainImage.texture = tex;
                 }
             });
+
+        }
+
+        LangChaoRommMinIo.Instance.getFile(MQTTManager.Instance.roomId, fileConfig.Bucket, fileConfig.ObjectName, (RoomFileData rfd) => {
+
+            Debug.Log("rfd==>" + rfd.url);
+            Debug.Log("rfd==>" + rfd.bytes.Length);
+           string url = rfd.url;
+          
         });
     }
 

+ 2 - 1
Assets/LangChaoRTC/Remote/Z_Blend/PdfManager.cs

@@ -20,12 +20,13 @@ public class PdfManager : BaseFilePrefabItem
             {
                 url = "https://" + fileConfig.Url;
             }
+            showPDF(url);
             LangChaoRommMinIo.Instance.getFile(MQTTManager.Instance.roomId, fileConfig.Bucket, fileConfig.ObjectName, (RoomFileData rfd) => {
 
                 Debug.Log("rfd==>" + rfd.url);
                 Debug.Log("rfd==>" + rfd.bytes.Length);
                 string url = rfd.url;
-                showPDF(url);
+               
 
             });
           

+ 87 - 0
Assets/Resources/DataItem.prefab

@@ -1296,6 +1296,7 @@ Transform:
   m_ConstrainProportionsScale: 0
   m_Children:
   - {fileID: 8086746781425193268}
+  - {fileID: 543450652345676337}
   m_Father: {fileID: 0}
   m_RootOrder: 0
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -1579,6 +1580,92 @@ MonoBehaviour:
   m_hasFontAssetChanged: 0
   m_baseMaterial: {fileID: 0}
   m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!1001 &1354356186
+PrefabInstance:
+  m_ObjectHideFlags: 0
+  serializedVersion: 2
+  m_Modification:
+    m_TransformParent: {fileID: 8086746782638953769}
+    m_Modifications:
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalScale.x
+      value: 11.666667
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalScale.y
+      value: 0.175
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalScale.z
+      value: 0.6999999
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalPosition.x
+      value: -0.006
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalPosition.y
+      value: -0.452
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalPosition.z
+      value: 12.333334
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalRotation.w
+      value: 0.7071068
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalRotation.x
+      value: -0
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalRotation.y
+      value: -0.7071068
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalRotation.z
+      value: -0
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalEulerAnglesHint.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalEulerAnglesHint.y
+      value: -90
+      objectReference: {fileID: 0}
+    - target: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_LocalEulerAnglesHint.z
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: -5593766831335139850, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_IsActive
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 919132149155446097, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_Name
+      value: ServerV2+console
+      objectReference: {fileID: 0}
+    - target: {fileID: 5046684055846083813, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_IsActive
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7766681625332203734, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+      propertyPath: m_IsActive
+      value: 0
+      objectReference: {fileID: 0}
+    m_RemovedComponents: []
+  m_SourcePrefab: {fileID: 100100000, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+--- !u!4 &543450652345676337 stripped
+Transform:
+  m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 1f2192b4deddcc34386c3f7ac44ce6e5, type: 3}
+  m_PrefabInstance: {fileID: 1354356186}
+  m_PrefabAsset: {fileID: 0}
 --- !u!1001 &1286068060332779272
 PrefabInstance:
   m_ObjectHideFlags: 0

+ 8 - 0
Assets/Resources/服务器V2+控制台.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 12dd6e1d673ef5f4a9b134eba6674c86
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 8 - 0
Assets/Resources/服务器V2+控制台/55024671.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 4d60fe9b268456846bb8dc9ffaa85b23
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Resources/服务器V2+控制台/55024671/glbfile.glb


+ 10 - 0
Assets/Resources/服务器V2+控制台/55024671/glbfile.glb.meta

@@ -0,0 +1,10 @@
+fileFormatVersion: 2
+guid: ac4b8221c10352942997a447da02db9a
+ScriptedImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 2
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 
+  script: {fileID: 11500000, guid: 2b41132147e7df9498566a67dbd40543, type: 3}

BIN
Assets/Resources/服务器V2+控制台/55024671/modelcover.jpg


+ 147 - 0
Assets/Resources/服务器V2+控制台/55024671/modelcover.jpg.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 764b12c05b76a8b4087929b372b37298
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

+ 8 - 0
Assets/Resources/服务器V2+控制台/55024671/textures.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: d88a4fe5d4eca4446a217f792c5ca9e3
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Resources/服务器V2+控制台/55024671/textures/console.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/55024671/textures/console.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 2a51ef01b28bd6e4a9bd9b1cca9a9a56
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

BIN
Assets/Resources/服务器V2+控制台/55024671/textures/rack.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/55024671/textures/rack.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: f23595a9cb1b27a469c4ba4da94cc484
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

BIN
Assets/Resources/服务器V2+控制台/55024671/textures/servers.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/55024671/textures/servers.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 0ad7a6348f7b48e44b08d3f8fcc10105
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

+ 8 - 0
Assets/Resources/服务器V2+控制台/Materials.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 88bf9021cd4465640ba405a4f6495819
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 80 - 0
Assets/Resources/服务器V2+控制台/Materials/console.mat

@@ -0,0 +1,80 @@
+%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: console
+  m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
+  m_ValidKeywords: []
+  m_InvalidKeywords: []
+  m_LightmapFlags: 4
+  m_EnableInstancingVariants: 0
+  m_DoubleSidedGI: 0
+  m_CustomRenderQueue: -1
+  stringTagMap: {}
+  disabledShaderPasses: []
+  m_SavedProperties:
+    serializedVersion: 3
+    m_TexEnvs:
+    - _BumpMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailAlbedoMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailMask:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailNormalMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _EmissionMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MainTex:
+        m_Texture: {fileID: 2800000, guid: 93f823eb414679e42b5c740a3f93f238, type: 3}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MetallicGlossMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _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
+    - _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: []

+ 8 - 0
Assets/Resources/服务器V2+控制台/Materials/console.mat.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 3ee3af6494226b94aa96d3ef291e386f
+NativeFormatImporter:
+  externalObjects: {}
+  mainObjectFileID: 2100000
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 80 - 0
Assets/Resources/服务器V2+控制台/Materials/rack.mat

@@ -0,0 +1,80 @@
+%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: rack
+  m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
+  m_ValidKeywords: []
+  m_InvalidKeywords: []
+  m_LightmapFlags: 4
+  m_EnableInstancingVariants: 0
+  m_DoubleSidedGI: 0
+  m_CustomRenderQueue: -1
+  stringTagMap: {}
+  disabledShaderPasses: []
+  m_SavedProperties:
+    serializedVersion: 3
+    m_TexEnvs:
+    - _BumpMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailAlbedoMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailMask:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailNormalMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _EmissionMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MainTex:
+        m_Texture: {fileID: 2800000, guid: 9cb6f7a9b6f25b04cb95665fee4d5308, type: 3}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MetallicGlossMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _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
+    - _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: []

+ 8 - 0
Assets/Resources/服务器V2+控制台/Materials/rack.mat.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: f1b07796daca53540baf806d27fb3699
+NativeFormatImporter:
+  externalObjects: {}
+  mainObjectFileID: 2100000
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 80 - 0
Assets/Resources/服务器V2+控制台/Materials/servers.mat

@@ -0,0 +1,80 @@
+%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: servers
+  m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
+  m_ValidKeywords: []
+  m_InvalidKeywords: []
+  m_LightmapFlags: 4
+  m_EnableInstancingVariants: 0
+  m_DoubleSidedGI: 0
+  m_CustomRenderQueue: -1
+  stringTagMap: {}
+  disabledShaderPasses: []
+  m_SavedProperties:
+    serializedVersion: 3
+    m_TexEnvs:
+    - _BumpMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailAlbedoMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailMask:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _DetailNormalMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _EmissionMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MainTex:
+        m_Texture: {fileID: 2800000, guid: 2f371121fea475f469988038ed7b6782, type: 3}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MetallicGlossMap:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _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
+    - _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: []

+ 8 - 0
Assets/Resources/服务器V2+控制台/Materials/servers.mat.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e388a2ddcd5b78349b7c271ae00481a3
+NativeFormatImporter:
+  externalObjects: {}
+  mainObjectFileID: 2100000
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 31 - 0
Assets/Resources/服务器V2+控制台/ServerV2+console.mtl

@@ -0,0 +1,31 @@
+# Exported from Wings 3D 1.5.3
+newmtl Cube12_auv
+Ns 100.0
+d 1.0
+illum 2
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 1.0 1.0 1.0
+Ke 0.0 0.0 0.0
+map_Kd servers.png
+
+newmtl Cube1_auv
+Ns 100.0
+d 1.0
+illum 2
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 1.0 1.0 1.0
+Ke 0.0 0.0 0.0
+map_Kd rack.png
+
+newmtl console_auv
+Ns 100.0
+d 1.0
+illum 2
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 1.0 1.0 1.0
+Ke 0.0 0.0 0.0
+map_Kd console.png
+

+ 7 - 0
Assets/Resources/服务器V2+控制台/ServerV2+console.mtl.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 15c3bc1088c33a14e84fa728b7c2b7fb
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 2680 - 0
Assets/Resources/服务器V2+控制台/ServerV2+console.obj

@@ -0,0 +1,2680 @@
+# Exported from Wings 3D 1.5.3
+mtllib ServerV2+console.mtl
+o console
+#120 vertices, 94 faces
+v 1.50017013 2.34145459 -0.72730302
+v 1.50017013 2.34145459 0.69377900
+v 1.50017013 2.42217149 -0.72730302
+v 1.50017013 2.42217149 0.69377900
+v 2.37816296 2.34145459 -0.72730302
+v 2.37816296 2.34145459 0.69377900
+v 2.37816296 2.42217149 -0.72730302
+v 2.37816296 2.42217149 0.69377900
+v 1.42460621 2.34837802 -0.72730302
+v 1.42460621 2.34837802 0.69377900
+v 1.46981258 2.41524806 0.69377900
+v 1.46981258 2.41524806 -0.72730302
+v 1.39065600 2.37589375 -0.72730302
+v 1.39065600 2.37589375 0.69377900
+v 1.45988739 2.41739356 0.69377900
+v 1.45988739 2.41739356 -0.72730302
+v 1.37760864 2.39943259 -0.72730302
+v 1.37760864 2.39943259 0.69377900
+v 1.45404644 2.42536485 0.69377900
+v 1.45404644 2.42536485 -0.72730302
+v 1.06815885 3.31156525 -0.72730302
+v 1.06815885 3.31156525 0.69377900
+v 1.14459665 3.33749751 0.69377900
+v 1.14459665 3.33749751 -0.72730302
+v 1.42660782 2.47199744 0.64080326
+v 1.42660782 2.47199744 -0.67432728
+v 1.15119751 3.28379551 -0.67432728
+v 1.15119751 3.28379551 0.64080326
+v 1.93916655 2.42217149 0.69377900
+v 1.93916655 2.42217149 -0.72730302
+v 1.71966834 2.42217149 0.69377900
+v 1.71966834 2.42217149 -0.72730302
+v 2.15866476 2.42217149 -0.72730302
+v 2.15866476 2.42217149 0.69377900
+v 1.93916655 2.42217149 -1.6762012e-2
+v 2.37816296 2.42217149 -1.6762012e-2
+v 1.50017013 2.42217149 -1.6762012e-2
+v 2.15866476 2.42217149 -0.37203252
+v 1.93916655 2.42217149 -0.37203252
+v 2.37816296 2.42217149 -0.37203252
+v 1.50017013 2.42217149 -0.37203252
+v 1.50017013 2.42217149 0.33850849
+v 2.37816296 2.42217149 0.33850849
+v 1.93916655 2.42217149 0.33850849
+v 2.15866476 2.42217149 0.33850849
+v 1.71966834 2.42217149 -0.54966777
+v 2.15866476 2.42217149 -0.54966777
+v 1.93916655 2.42217149 -0.54966777
+v 2.37816296 2.42217149 -0.54966777
+v 1.50017013 2.42217149 -0.54966777
+v 1.50017013 2.42217149 -0.19439726
+v 2.37816296 2.42217149 -0.19439726
+v 1.93916655 2.42217149 -0.19439726
+v 2.15866476 2.42217149 -0.19439726
+v 1.50017013 2.42217149 0.16087324
+v 2.37816296 2.42217149 0.16087324
+v 1.93916655 2.42217149 0.16087324
+v 2.15866476 2.42217149 0.16087324
+v 2.15866476 2.42217149 0.51614374
+v 1.93916655 2.42217149 0.51614374
+v 2.37816296 2.42217149 0.51614374
+v 1.50017013 2.42217149 0.51614374
+v 1.71966834 2.42217149 0.51614374
+v 2.26841386 2.42217149 0.51614374
+v 2.26841386 2.42217149 0.16087324
+v 2.26841386 2.42217149 -0.19439726
+v 2.26841386 2.42217149 -0.54966777
+v 2.26841386 2.42217149 0.33850849
+v 2.26841386 2.42217149 -0.37203252
+v 2.26841386 2.42217149 -1.6762012e-2
+v 2.26841386 2.42217149 0.69377900
+v 2.26841386 2.42217149 -0.72730302
+v 2.04891565 2.42217149 0.51614374
+v 2.04891565 2.42217149 0.16087324
+v 2.04891565 2.42217149 -0.19439726
+v 2.04891565 2.42217149 -0.54966777
+v 2.04891565 2.42217149 0.33850849
+v 2.04891565 2.42217149 -0.37203252
+v 2.04891565 2.42217149 -1.6762012e-2
+v 2.04891565 2.42217149 -0.72730302
+v 2.04891565 2.42217149 0.69377900
+v 1.82941744 2.42217149 0.51614374
+v 1.82941744 2.42217149 -0.54966777
+v 1.82941744 2.42217149 -0.72730302
+v 1.82941744 2.42217149 0.69377900
+v 1.60991923 2.42217149 0.51614374
+v 1.60991923 2.42217149 0.16087324
+v 1.60991923 2.42217149 -0.19439726
+v 1.60991923 2.42217149 -0.54966777
+v 1.60991923 2.42217149 0.33850849
+v 1.60991923 2.42217149 -0.37203252
+v 1.60991923 2.42217149 -1.6762012e-2
+v 1.60991923 2.42217149 0.69377900
+v 1.60991923 2.42217149 -0.72730302
+v 1.93916655 2.40621240 -1.6762012e-2
+v 1.93916655 2.40621240 -0.37203252
+v 1.93916655 2.40621240 0.33850849
+v 1.71966834 2.40621240 -0.54966777
+v 1.93916655 2.40621240 -0.19439726
+v 1.93916655 2.40621240 0.16087324
+v 1.71966834 2.40621240 0.51614374
+v 1.82941744 2.40621240 0.51614374
+v 1.82941744 2.40621240 -0.54966777
+v 1.60991923 2.40621240 0.16087324
+v 1.60991923 2.40621240 -0.19439726
+v 1.60991923 2.40621240 0.33850849
+v 1.60991923 2.40621240 -0.37203252
+v 1.60991923 2.40621240 -1.6762012e-2
+v 1.93916655 2.40621240 0.51614374
+v 1.93916655 2.40621240 -0.54966777
+v 1.60991923 2.40621240 -0.54966777
+v 1.60991923 2.40621240 0.51614374
+v 2.15866476 2.41020218 -0.19439726
+v 2.15866476 2.41020218 0.16087324
+v 2.26841386 2.41020218 -1.6762012e-2
+v 2.04891565 2.41020218 -1.6762012e-2
+v 2.04891565 2.41020218 0.16087324
+v 2.26841386 2.41020218 0.16087324
+v 2.26841386 2.41020218 -0.19439726
+v 2.04891565 2.41020218 -0.19439726
+vt 4.0341861e-3 0.74581055
+vt 4.0341861e-3 0.99656376
+vt 5.5378300e-3 0.57702940
+vt 5.5378300e-3 0.60913222
+vt 5.5378300e-3 0.64123503
+vt 5.7707394e-3 0.67595803
+vt 5.7707394e-3 0.64385521
+vt 5.7707394e-3 0.74016366
+vt 5.7707394e-3 0.70806084
+vt 5.2611840e-2 6.6151438e-2
+vt 5.2611840e-2 0.48183351
+vt 5.5502496e-2 6.6151438e-2
+vt 5.5502496e-2 0.48183351
+vt 5.7498089e-2 0.57702940
+vt 5.7498089e-2 0.64123503
+vt 5.7730998e-2 0.64385521
+vt 5.7730998e-2 0.74016366
+vt 5.8472781e-2 6.6151438e-2
+vt 5.8472781e-2 0.48183351
+vt 6.7580704e-2 0.11811170
+vt 6.7580704e-2 0.17007196
+vt 6.7580704e-2 0.22203221
+vt 6.7580704e-2 0.27399247
+vt 6.7580704e-2 0.32595273
+vt 6.7580704e-2 0.37791299
+vt 6.7580704e-2 6.6151438e-2
+vt 6.7580704e-2 0.42987325
+vt 6.7580704e-2 0.48183351
+vt 6.7580704e-2 0.48533467
+vt 6.7580704e-2 0.48883582
+vt 6.7580704e-2 0.48533467
+vt 6.7580704e-2 0.48183351
+vt 9.9683520e-2 0.48183351
+vt 9.9683520e-2 0.48533467
+vt 0.10894591 2.2769604e-2
+vt 0.10945835 0.64123503
+vt 0.10945835 0.57702940
+vt 0.10945835 0.60913222
+vt 0.10969126 0.64385521
+vt 0.10969126 0.74016366
+vt 0.11954096 0.48533467
+vt 0.11954096 0.48883582
+vt 0.12102157 0.31297434
+vt 0.12147488 0.33043548
+vt 0.12147488 0.32576727
+vt 0.12147488 0.33510369
+vt 0.12147488 0.33043548
+vt 0.12329159 0.40402358
+vt 0.12508176 3.7914512e-2
+vt 0.12790183 0.38086747
+vt 0.12943128 0.36435749
+vt 0.13097138 0.34079719
+vt 0.13178634 0.48533467
+vt 0.13178634 0.48183351
+vt 0.13583567 0.29650768
+vt 0.16165152 0.64385521
+vt 0.16165152 0.74016366
+vt 0.17150122 0.48533467
+vt 0.17150122 0.48533467
+vt 0.17150122 0.48883582
+vt 0.17150122 0.49000287
+vt 0.17150122 0.49000287
+vt 0.17150122 0.49467108
+vt 0.17343514 0.33043548
+vt 0.17343514 0.33510369
+vt 0.17343514 0.32576727
+vt 0.17343514 0.33043548
+vt 0.18374660 0.48533467
+vt 0.18374660 0.48183351
+vt 0.20360404 0.49467108
+vt 0.20360404 0.49000287
+vt 0.20360404 0.48533467
+vt 0.20360404 0.49000287
+vt 0.21361177 0.64385521
+vt 0.21361177 0.74016366
+vt 0.22539540 0.33043548
+vt 0.22539540 0.33510369
+vt 0.22539540 0.32576727
+vt 0.22539540 0.33043548
+vt 0.23570685 0.48533467
+vt 0.23570685 0.48183351
+vt 0.23570685 0.49000287
+vt 0.23570685 0.49467108
+vt 0.23570685 0.48533467
+vt 0.23570685 0.49000287
+vt 0.26557203 0.64385521
+vt 0.26557203 0.74016366
+vt 0.26780967 0.48183351
+vt 0.26780967 0.48533467
+vt 0.26780967 0.49467108
+vt 0.26780967 0.49000287
+vt 0.26780967 0.48533467
+vt 0.26780967 0.49000287
+vt 0.27735566 0.33510369
+vt 0.27735566 0.33043548
+vt 0.27735566 0.32576727
+vt 0.27735566 0.33043548
+vt 0.29991249 0.48533467
+vt 0.29991249 0.48183351
+vt 0.31753229 0.64385521
+vt 0.31753229 0.67595803
+vt 0.31753229 0.70806084
+vt 0.31753229 0.74016366
+vt 0.31994006 0.51772769
+vt 0.31994006 0.52531316
+vt 0.31994006 0.54892374
+vt 0.32375656 0.51084232
+vt 0.32881998 0.54689856
+vt 0.32931592 0.33043548
+vt 0.32931592 0.33510369
+vt 0.32931592 0.32576727
+vt 0.32931592 0.33043548
+vt 0.33172321 0.54752614
+vt 0.33343175 0.54985783
+vt 0.33368737 0.50279366
+vt 0.34204334 0.52733834
+vt 0.34229896 0.52531316
+vt 0.34400750 0.52298147
+vt 0.34691073 0.52235389
+vt 0.35197415 0.53538699
+vt 0.35579064 0.50076849
+vt 0.35579064 0.52437907
+vt 0.35579064 0.54227236
+vt 0.38127618 0.33510369
+vt 0.38127618 0.33043548
+vt 0.38127618 0.32576727
+vt 0.38127618 0.33043548
+vt 0.38872429 0.74581055
+vt 0.38872429 0.99656376
+vt 0.39357616 0.96093695
+vt 0.39369062 0.99457996
+vt 0.39369062 0.92737798
+vt 0.39399139 0.89400036
+vt 0.39442135 0.86091297
+vt 0.39492756 0.82807959
+vt 0.39562020 0.79538039
+vt 0.39652936 0.76293744
+vt 0.39757009 0.73079228
+vt 0.39961352 0.45903756
+vt 0.40422376 0.43588146
+vt 0.41057644 0.38273544
+vt 0.41211653 0.35917514
+vt 0.43323644 0.32576727
+vt 0.43323644 0.33043548
+vt 0.43323644 0.33510369
+vt 0.43323644 0.33043548
+vt 0.44760816 0.89430660
+vt 0.44761695 0.92747647
+vt 0.44766978 0.86133789
+vt 0.44773449 0.96078004
+vt 0.44775767 0.82872685
+vt 0.44805478 0.79634103
+vt 0.44814378 0.99439470
+vt 0.44854257 0.76422182
+vt 0.44923604 0.73236151
+vt 0.49996012 0.79666520
+vt 0.50001699 0.76482798
+vt 0.50003966 0.82878409
+vt 0.50024405 0.73333489
+vt 0.50030902 0.86114775
+vt 0.50205558 0.95970205
+vt 0.50294410 0.99349607
+vt 0.51488929 2.9571765e-2
+vt 0.52018289 0.28026909
+vt 0.53038528 1.3745121e-2
+vt 0.53633314 0.29542751
+vt 0.54302854 0.59177165
+vt 0.54302854 0.26717538
+vt 0.54302854 0.61538223
+vt 0.54302854 0.28937124
+vt 0.54302854 0.31002646
+vt 0.54302854 1.0352851e-2
+vt 0.54302854 0.30215411
+vt 0.55066013 0.73346224
+vt 0.55112492 0.76453799
+vt 0.55150809 0.79625149
+vt 0.55194259 0.82814391
+vt 0.55279640 0.86037213
+vt 0.55660567 0.95782417
+vt 0.55807816 0.99172466
+vt 0.60019652 0.73246201
+vt 0.60125157 0.76318462
+vt 0.60384219 0.82626036
+vt 0.60533381 0.85842146
+vt 0.61116669 0.95492868
+vt 0.61327410 0.98873963
+vt 0.64937520 0.73026794
+vt 0.65112261 0.76097275
+vt 0.65329297 0.79215285
+vt 0.65550653 0.82348683
+vt 0.65758695 0.85536794
+vt 0.66544141 0.95114748
+vt 0.66816924 0.98471691
+vt 0.69879711 0.72662226
+vt 0.70123639 0.75734738
+vt 0.70377853 0.78836092
+vt 0.70639049 0.81964294
+vt 0.70912060 0.85124026
+vt 0.71923510 0.94639559
+vt 0.72261041 0.97951767
+vt 0.74839505 0.72226296
+vt 0.75119560 0.75298029
+vt 0.75408120 0.78386568
+vt 0.75711188 0.81496009
+vt 0.76034785 0.84634095
+vt 0.76413397 0.87770678
+vt 0.76807825 0.90914032
+vt 0.77211041 0.94075746
+vt 0.77608447 0.97319313
+vt 0.79800359 0.71752312
+vt 0.80093202 0.74817296
+vt 0.80400872 0.77881287
+vt 0.80729547 0.80952682
+vt 0.81084751 0.84040700
+vt 0.81474899 0.87136202
+vt 0.81903069 0.90246022
+vt 0.82356859 0.93390763
+vt 0.82819321 0.96587624
+vt 0.95871061 0.59177165
+vt 0.95871061 0.61538223
+vt 0.95871061 0.26717538
+vt 0.95871061 0.28937124
+vt 0.95871061 0.30215411
+vt 0.95871061 0.31002646
+vt 0.95871061 1.0352851e-2
+vt 0.96459597 9.5235150e-3
+vt 0.96459597 0.68202812
+vt 0.96459597 0.93885065
+vt 0.96459597 0.26634605
+vt 0.98820655 9.5235150e-3
+vt 0.98820655 4.1626331e-2
+vt 0.98820655 7.3729148e-2
+vt 0.98820655 0.10583196
+vt 0.98820655 0.13793478
+vt 0.98820655 0.17003760
+vt 0.98820655 0.20214041
+vt 0.98820655 0.63006786
+vt 0.98820655 0.68202812
+vt 0.98820655 0.23424323
+vt 0.98820655 0.52614734
+vt 0.98820655 0.57810760
+vt 0.98820655 0.71413093
+vt 0.98820655 0.74623375
+vt 0.98820655 0.77833656
+vt 0.98820655 0.81043938
+vt 0.98820655 0.84254220
+vt 0.98820655 0.87464501
+vt 0.98820655 0.90674783
+vt 0.98820655 0.42222682
+vt 0.98820655 0.47418708
+vt 0.98820655 0.93885065
+vt 0.98820655 0.37026656
+vt 0.98820655 0.26634605
+vt 0.98820655 0.31830630
+vn -3.2275510e-2 -0.70600025 -0.70747575
+vn -3.2275510e-2 -0.70600025 0.70747575
+vn -7.8861029e-2 0.70045128 -0.70932993
+vn -7.8861029e-2 0.70045128 0.70932993
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.26042919 -0.64041581 -0.72252628
+vn -0.26042919 -0.64041581 0.72252628
+vn -3.9596575e-3 0.69853296 0.71556693
+vn -3.9596575e-3 0.69853296 -0.71556693
+vn -0.53673746 -0.45017957 -0.71361843
+vn -0.53673746 -0.45017957 0.71361843
+vn 0.37178253 0.57287016 0.73047761
+vn 0.37178253 0.57287016 -0.73047761
+vn -0.64532831 -0.28556061 -0.70852417
+vn -0.64532831 -0.28556061 0.70852417
+vn 0.75052004 0.40848004 0.51948410
+vn 0.75052004 0.40848004 -0.51948410
+vn -0.73223049 0.36125501 -0.57735027
+vn -0.73223049 0.36125501 0.57735027
+vn 0.70753638 0.61240888 0.35262959
+vn 0.70753638 0.61240888 -0.35262959
+vn 0.92056284 0.38455597 -6.8416121e-2
+vn 0.92056284 0.38455597 6.8416121e-2
+vn 0.96452351 0.25497772 6.8416121e-2
+vn 0.96452351 0.25497772 -6.8416121e-2
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 0.89442719 0.44721360
+vn -0.89442719 0.44721360 0.0000000e+0
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.0000000e+0 0.70710678 0.70710678
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn -0.30151134 0.90453403 0.30151134
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.0000000e+0 0.70710678 0.70710678
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.0000000e+0 0.70710678 -0.70710678
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn -0.30151134 0.90453403 -0.30151134
+vn 0.44721360 0.89442719 0.0000000e+0
+vn -7.4533662e-2 0.99721850 0.0000000e+0
+vn 0.0000000e+0 0.70710678 -0.70710678
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn -0.30151134 0.90453403 -0.30151134
+vn -0.30151134 0.90453403 0.30151134
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.30151134 0.90453403 -0.30151134
+vn 0.30151134 0.90453403 0.30151134
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.0000000e+0 1.00000000 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.0000000e+0 0.70710678 -0.70710678
+vn 0.0000000e+0 0.70710678 0.70710678
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.30151134 0.90453403 -0.30151134
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.30151134 0.90453403 0.30151134
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.0000000e+0 0.89442719 0.44721360
+vn 0.0000000e+0 0.89442719 -0.44721360
+vn -0.89442719 0.44721360 0.0000000e+0
+vn -0.89442719 0.44721360 0.0000000e+0
+vn -0.89442719 0.44721360 0.0000000e+0
+vn 0.0000000e+0 0.44721360 0.89442719
+vn -0.89442719 0.44721360 0.0000000e+0
+vn -0.89442719 0.44721360 0.0000000e+0
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn -0.89442719 0.44721360 0.0000000e+0
+vn 0.89442719 0.44721360 0.0000000e+0
+vn 0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g console_console_auv
+usemtl console_auv
+s 1
+f 1/168/1 5/172/5 6/225/6 2/221/2
+f 1/105/1 9/116/9 12/108/12 3/106/3
+f 2/228/2 6/227/6 8/238/8 71/242/71 34/243/34 81/244/81 29/245/29 85/246/85 31/247/31 93/248/93 4/251/4
+f 2/221/2 10/222/10 9/170/9 1/168/1
+f 3/28/3 12/19/12 11/18/11 4/26/4 62/20/62 42/21/42 55/22/55 37/23/37 51/24/51 41/25/41 50/27/50
+f 3/230/3 94/231/94 32/232/32 84/233/84 30/234/30 80/235/80 33/236/33 72/239/72 7/253/7 5/229/5 1/226/1
+f 4/122/4 11/119/11 10/115/10 2/121/2
+f 5/229/5 7/253/7 49/254/49 40/252/40 52/249/52 36/250/36 56/240/56 43/241/43 61/237/61 8/238/8 6/227/6
+f 7/210/7 72/211/72 67/202/67 49/201/49
+f 9/116/9 13/120/13 16/113/16 12/108/12
+f 10/222/10 14/223/14 13/173/13 9/170/9
+f 11/119/11 15/118/15 14/107/14 10/115/10
+f 12/19/12 16/13/16 15/12/15 11/18/11
+f 13/120/13 17/123/17 20/114/20 16/113/16
+f 14/223/14 18/224/18 17/171/17 13/173/13
+f 15/118/15 19/117/19 18/104/18 14/107/14
+f 16/13/16 20/11/20 19/10/19 15/12/15
+f 17/50/17 21/140/21 24/139/24 20/48/20
+f 18/224/18 22/219/22 21/167/21 17/171/17
+f 19/52/19 23/142/23 22/141/22 18/51/18
+f 19/35/19 25/49/25 28/55/28 23/43/23
+f 20/165/20 26/163/26 25/49/25 19/35/19
+f 22/219/22 23/220/23 24/169/24 21/167/21
+f 23/43/23 28/55/28 27/164/27 24/166/24
+f 24/166/24 27/164/27 26/163/26 20/165/20
+f 26/128/26 27/129/27 28/2/28 25/1/25
+f 30/214/30 48/205/48 76/204/76 80/213/80
+f 30/214/30 84/215/84 83/206/83 48/205/48
+f 32/216/32 46/207/46 83/206/83 84/215/84
+f 32/216/32 94/217/94 89/208/89 46/207/46
+f 33/212/33 47/203/47 67/202/67 72/211/72
+f 33/212/33 80/213/80 76/204/76 47/203/47
+f 35/94/35 95/95/95 100/109/100 57/110/57
+f 36/181/36 70/182/70 65/175/65 56/174/56
+f 37/186/37 92/185/92 88/192/88 51/193/51
+f 38/196/38 78/197/78 75/190/75 54/189/54
+f 39/65/39 96/64/96 99/76/99 53/77/53
+f 40/194/40 69/195/69 66/188/66 52/187/52
+f 42/162/42 90/161/90 87/179/87 55/180/55
+f 43/159/43 56/174/56 65/175/65 68/157/68
+f 43/159/43 68/157/68 64/154/64 61/155/61
+f 44/124/44 57/110/57 100/109/100 97/125/97
+f 44/160/44 77/158/77 74/177/74 57/178/57
+f 44/124/44 97/125/97 109/144/109 60/145/60
+f 45/156/45 58/176/58 74/177/74 77/158/77
+f 45/156/45 68/157/68 65/175/65 58/176/58
+f 45/156/45 77/158/77 73/151/73 59/152/59
+f 46/70/46 98/71/98 103/82/103 83/83/83
+f 47/203/47 76/204/76 78/197/78 38/196/38
+f 48/46/48 110/44/110 96/64/96 39/65/39
+f 49/201/49 67/202/67 69/195/69 40/194/40
+f 50/209/50 89/208/89 94/217/94 3/218/3
+f 51/193/51 88/192/88 91/199/91 41/200/41
+f 52/187/52 66/188/66 70/182/70 36/181/36
+f 53/191/53 75/190/75 78/197/78 39/198/39
+f 53/77/53 99/76/99 95/95/95 35/94/35
+f 54/189/54 66/188/66 69/195/69 38/196/38
+f 54/34/54 75/31/75 120/32/120 113/33/113
+f 55/180/55 87/179/87 92/185/92 37/186/37
+f 57/178/57 74/177/74 79/183/79 75/190/75 53/191/53 35/184/35
+f 58/89/58 114/88/114 117/99/117 74/98/74
+f 59/152/59 64/154/64 68/157/68 45/156/45
+f 59/152/59 73/151/73 81/135/81 34/136/34
+f 60/149/60 73/151/73 77/158/77 44/160/44
+f 60/149/60 82/147/82 85/133/85 29/134/29
+f 60/61/60 109/59/109 102/72/102 82/73/82
+f 61/155/61 64/154/64 71/137/71 8/138/8
+f 62/153/62 86/150/86 90/161/90 42/162/42
+f 63/85/63 82/73/82 102/72/102 101/84/101
+f 63/148/63 86/150/86 93/130/93 31/132/31
+f 65/80/65 118/81/118 114/88/114 58/89/58
+f 66/53/66 119/54/119 115/69/115 70/68/70
+f 69/195/69 67/202/67 47/203/47 38/196/38
+f 70/68/70 115/69/115 118/81/118 65/80/65
+f 71/137/71 64/154/64 59/152/59 34/136/34
+f 74/30/74 117/29/117 116/41/116 79/42/79
+f 78/197/78 76/204/76 48/205/48 39/198/39
+f 79/42/79 116/41/116 120/58/120 75/60/75
+f 81/135/81 73/151/73 60/149/60 29/134/29
+f 83/83/83 103/82/103 110/91/110 48/90/48
+f 85/133/85 82/147/82 63/148/63 31/132/31
+f 86/47/86 112/45/112 106/66/106 90/67/90
+f 87/79/87 90/67/90 106/66/106 104/78/104
+f 89/63/89 111/62/111 98/71/98 46/70/46
+f 91/127/91 88/112/88 105/111/105 107/126/107
+f 91/199/91 89/208/89 50/209/50 41/200/41
+f 92/97/92 108/96/108 105/111/105 88/112/88
+f 93/130/93 86/150/86 62/153/62 4/131/4
+f 101/84/101 112/92/112 86/93/86 63/85/63
+f 104/78/104 108/96/108 92/97/92 87/79/87
+f 107/126/107 111/143/111 89/146/89 91/127/91
+f 109/103/109 97/87/97 100/75/100 95/57/95 99/40/99 96/17/96 110/8/110 103/9/103 98/6/98 111/7/111 107/16/107 105/39/105 108/56/108 104/74/104 106/86/106 112/100/112 101/101/101 102/102/102
+f 113/33/113 119/54/119 66/53/66 54/34/54
+f 117/5/117 114/4/114 118/3/118 115/14/115 119/37/119 113/38/113 120/36/120 116/15/116
+o console_base_right
+#8 vertices, 6 faces
+v 0.92953832 2.34867285 -0.79305208
+v 0.92953832 2.39978949 -0.79305208
+v 0.92953832 2.34867285 -0.72934002
+v 0.92953832 2.39978949 -0.72934002
+v 2.04029834 2.34867285 -0.79305208
+v 2.04029834 2.39978949 -0.79305208
+v 2.04029834 2.39978949 -0.72934002
+v 2.04029834 2.34867285 -0.72934002
+vt 0.17189332 0.23785020
+vt 0.17196782 0.24145068
+vt 0.17231026 0.24429108
+vt 0.17309596 0.24782295
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+g console_base_right_Cube1_auv
+usemtl Cube1_auv
+s 1
+f 121/255/121 123/256/123 124/257/124 122/258/122
+f 121/255/121 125/255/125 128/256/128 123/255/123
+f 122/258/122 126/258/126 125/255/125 121/258/121
+f 123/256/123 128/256/128 127/257/127 124/256/124
+f 124/257/124 127/257/127 126/258/126 122/257/122
+f 126/258/126 127/257/127 128/256/128 125/255/125
+o console_left
+#8 vertices, 6 faces
+v 0.92953832 2.39978949 0.75204564
+v 0.92953832 2.34867285 0.75204564
+v 0.92953832 2.39978949 0.68833358
+v 0.92953832 2.34867285 0.68833358
+v 2.04029834 2.39978949 0.75204564
+v 2.04029834 2.34867285 0.75204564
+v 2.04029834 2.34867285 0.68833358
+v 2.04029834 2.39978949 0.68833358
+vt 0.26917367 0.24273337
+vt 0.26982558 0.23916816
+vt 0.27000168 0.23268511
+vt 0.27006164 0.23630604
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+g console_left_Cube1_auv
+usemtl Cube1_auv
+s 1
+f 129/259/129 131/260/131 132/262/132 130/261/130
+f 129/259/129 133/259/133 136/260/136 131/259/131
+f 130/261/130 134/261/134 133/259/133 129/261/129
+f 131/260/131 136/260/136 135/262/135 132/260/132
+f 132/262/132 135/262/135 134/261/134 130/262/130
+f 134/261/134 135/262/135 136/260/136 133/259/133
+o misc1
+#8 vertices, 6 faces
+v -0.74935177 0.14136105 -0.76850170
+v -0.74935177 0.14136105 0.72334380
+v -0.74935177 0.50426974 -0.76850170
+v -0.74935177 0.50426974 0.72334380
+v 0.95355188 0.14136105 -0.76850170
+v 0.95355188 0.14136105 0.72334380
+v 0.95355188 0.50426974 -0.76850170
+v 0.95355188 0.50426974 0.72334380
+vt 1.3458524e-2 2.3477176e-2
+vt 1.3458524e-2 9.1370477e-2
+vt 0.29255439 2.3477176e-2
+vt 0.29255439 9.1370477e-2
+vt 0.58378483 0.68807717
+vt 0.58378483 0.78945815
+vt 0.69950863 0.68807717
+vt 0.69950863 0.78945815
+vt 0.72417073 0.78945815
+vt 0.72417073 0.81412025
+vt 0.72417073 0.68807717
+vt 0.72417073 0.66341508
+vt 0.83989454 0.78945815
+vt 0.83989454 0.81412025
+vt 0.83989454 0.66341508
+vt 0.83989454 0.68807717
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g misc1_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 137/270/137 141/268/141 142/267/142 138/269/138
+f 138/269/138 140/273/140 139/271/139 137/270/137
+f 138/274/138 142/277/142 144/278/144 140/273/140
+f 139/271/139 143/275/143 141/276/141 137/272/137
+f 140/273/140 144/278/144 143/275/143 139/271/139
+f 141/265/141 143/266/143 144/264/144 142/263/142
+o 2u_nas1
+#8 vertices, 6 faces
+v -0.74935177 1.79053583 -0.76850170
+v -0.74935177 1.79053583 0.72334380
+v -0.74935177 2.34339501 -0.76850170
+v -0.74935177 2.34339501 0.72334380
+v 0.95355188 1.79053583 -0.76850170
+v 0.95355188 1.79053583 0.72334380
+v 0.95355188 2.34339501 -0.76850170
+v 0.95355188 2.34339501 0.72334380
+vt 1.1999287e-2 0.36702047
+vt 1.1999287e-2 0.47044989
+vt 0.29109515 0.36702047
+vt 0.29109515 0.47044989
+vt 0.57062340 7.5623329e-2
+vt 0.57062340 0.17700431
+vt 0.68634721 7.5623329e-2
+vt 0.68634721 0.17700431
+vt 0.72391772 0.21457482
+vt 0.72391772 3.8052814e-2
+vt 0.72391772 0.17700431
+vt 0.72391772 7.5623329e-2
+vt 0.83964153 3.8052814e-2
+vt 0.83964153 7.5623329e-2
+vt 0.83964153 0.17700431
+vt 0.83964153 0.21457482
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 2u_nas1_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 145/286/145 149/284/149 150/283/150 146/285/146
+f 146/285/146 148/290/148 147/289/147 145/286/145
+f 146/288/146 150/291/150 152/292/152 148/290/148
+f 147/289/147 151/293/151 149/294/149 145/287/145
+f 148/290/148 152/292/152 151/293/151 147/289/147
+f 149/281/149 151/282/151 152/280/152 150/279/150
+o misc2
+#8 vertices, 6 faces
+v -0.74935177 4.52868159 -0.76850170
+v -0.74935177 4.52868159 0.72334380
+v -0.74935177 4.90796205 -0.76850170
+v -0.74935177 4.90796205 0.72334380
+v 0.95355188 4.52868159 -0.76850170
+v 0.95355188 4.52868159 0.72334380
+v 0.95355188 4.90796205 -0.76850170
+v 0.95355188 4.90796205 0.72334380
+vt 1.0631212e-2 0.92080976
+vt 1.0631212e-2 0.99176591
+vt 0.28972708 0.92080976
+vt 0.28972708 0.99176591
+vt 0.30076583 0.98702658
+vt 0.30076583 0.83409626
+vt 0.30076583 0.85987093
+vt 0.30076583 0.96125191
+vt 0.41648963 0.98702658
+vt 0.41648963 0.83409626
+vt 0.41648963 0.96125191
+vt 0.41648963 0.85987093
+vt 0.44226430 0.85987093
+vt 0.44226430 0.96125191
+vt 0.55798811 0.96125191
+vt 0.55798811 0.85987093
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g misc2_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 153/305/153 157/302/157 158/301/158 154/306/154
+f 154/306/154 156/307/156 155/308/155 153/305/153
+f 154/306/154 158/301/158 160/300/160 156/304/156
+f 155/303/155 159/299/159 157/302/157 153/305/153
+f 156/307/156 160/310/160 159/309/159 155/308/155
+f 157/297/157 159/298/159 160/296/160 158/295/158
+o ups
+#8 vertices, 6 faces
+v -0.74935177 3.91947771 -0.76850170
+v -0.74935177 3.91947771 0.72334380
+v -0.74935177 4.47233689 -0.76850170
+v -0.74935177 4.47233689 0.72334380
+v 0.95355188 3.91947771 -0.76850170
+v 0.95355188 3.91947771 0.72334380
+v 0.95355188 4.47233689 -0.76850170
+v 0.95355188 4.47233689 0.72334380
+vt 1.0561881e-2 0.80554990
+vt 1.0561881e-2 0.90897932
+vt 0.28965775 0.80554990
+vt 0.28965775 0.90897932
+vt 0.56947258 0.85491678
+vt 0.56947258 0.95629776
+vt 0.68519638 0.85491678
+vt 0.68519638 0.95629776
+vt 0.72276689 0.81734627
+vt 0.72276689 0.85491678
+vt 0.72276689 0.95629776
+vt 0.72276689 0.99386828
+vt 0.83849070 0.81734627
+vt 0.83849070 0.85491678
+vt 0.83849070 0.95629776
+vt 0.83849070 0.99386828
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g ups_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 161/318/161 165/316/165 166/315/166 162/317/162
+f 162/317/162 164/320/164 163/321/163 161/318/161
+f 162/319/162 166/323/166 168/324/168 164/320/164
+f 163/321/163 167/325/167 165/326/165 161/322/161
+f 164/320/164 168/324/168 167/325/167 163/321/163
+f 165/313/165 167/314/167 168/312/168 166/311/166
+o 1u_server9
+#8 vertices, 6 faces
+v -0.74935177 3.61465337 -0.76850170
+v -0.74935177 3.61465337 0.72334380
+v -0.74935177 3.86685550 -0.76850170
+v -0.74935177 3.86685550 0.72334380
+v 0.95355188 3.61465337 -0.76850170
+v 0.95355188 3.61465337 0.72334380
+v 0.95355188 3.86685550 -0.76850170
+v 0.95355188 3.86685550 0.72334380
+vt 1.0880995e-2 0.74713980
+vt 1.0880995e-2 0.79432202
+vt 0.28997686 0.74713980
+vt 0.28997686 0.79432202
+vt 0.30053646 0.82939708
+vt 0.30053646 0.72801610
+vt 0.41626026 0.82939708
+vt 0.41626026 0.72801610
+vt 0.43339910 0.82939708
+vt 0.43339910 0.84653592
+vt 0.43339910 0.71087726
+vt 0.43339910 0.72801610
+vt 0.54912290 0.72801610
+vt 0.54912290 0.82939708
+vt 0.54912290 0.84653592
+vt 0.54912290 0.71087726
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server9_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 169/333/169 173/331/173 174/332/174 170/334/170
+f 170/334/170 172/338/172 171/335/171 169/333/169
+f 170/337/170 174/342/174 176/339/176 172/338/172
+f 171/335/171 175/340/175 173/341/173 169/336/169
+f 172/338/172 176/339/176 175/340/175 171/335/171
+f 173/329/173 175/330/175 176/328/176 174/327/174
+o 1u_server8
+#8 vertices, 6 faces
+v -0.74935177 3.31049052 -0.76850170
+v -0.74935177 3.31049052 0.72334380
+v -0.74935177 3.56269266 -0.76850170
+v -0.74935177 3.56269266 0.72334380
+v 0.95355188 3.31049052 -0.76850170
+v 0.95355188 3.31049052 0.72334380
+v 0.95355188 3.56269266 -0.76850170
+v 0.95355188 3.56269266 0.72334380
+vt 1.0569661e-2 0.68748593
+vt 1.0569661e-2 0.73466814
+vt 0.28966553 0.68748593
+vt 0.28966553 0.73466814
+vt 0.30312066 0.33224730
+vt 0.30312066 0.23086632
+vt 0.41884446 0.23086632
+vt 0.41884446 0.33224730
+vt 0.43598330 0.33224730
+vt 0.43598330 0.34938614
+vt 0.43598330 0.21372748
+vt 0.43598330 0.23086632
+vt 0.55170711 0.21372748
+vt 0.55170711 0.23086632
+vt 0.55170711 0.33224730
+vt 0.55170711 0.34938614
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server8_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 177/350/177 181/347/181 182/348/182 178/349/178
+f 178/349/178 180/354/180 179/351/179 177/350/177
+f 178/353/178 182/355/182 184/356/184 180/354/180
+f 179/351/179 183/357/183 181/358/181 177/352/177
+f 180/354/180 184/356/184 183/357/183 179/351/179
+f 181/345/181 183/346/183 184/344/184 182/343/182
+o 1u_server7
+#8 vertices, 6 faces
+v -0.74935177 3.00720351 -0.76850170
+v -0.74935177 3.00720351 0.72334380
+v -0.74935177 3.25940565 -0.76850170
+v -0.74935177 3.25940565 0.72334380
+v 0.95355188 3.00720351 -0.76850170
+v 0.95355188 3.00720351 0.72334380
+v 0.95355188 3.25940565 -0.76850170
+v 0.95355188 3.25940565 0.72334380
+vt 1.1717711e-2 0.62505350
+vt 1.1717711e-2 0.67223571
+vt 0.29081358 0.62505350
+vt 0.29081358 0.67223571
+vt 0.30341811 0.35594518
+vt 0.30341811 0.45732616
+vt 0.30341811 0.47446500
+vt 0.30341811 0.33880634
+vt 0.41914191 0.45732616
+vt 0.41914191 0.47446500
+vt 0.41914191 0.33880634
+vt 0.41914191 0.35594518
+vt 0.43628075 0.45732616
+vt 0.43628075 0.35594518
+vt 0.55200455 0.45732616
+vt 0.55200455 0.35594518
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server7_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 185/367/185 189/364/189 190/363/190 186/370/186
+f 186/370/186 188/372/188 187/371/187 185/367/185
+f 186/370/186 190/363/190 192/366/192 188/369/188
+f 187/368/187 191/365/191 189/364/189 185/367/185
+f 188/372/188 192/374/192 191/373/191 187/371/187
+f 189/361/189 191/362/191 192/360/192 190/359/190
+o 1u_server6
+#8 vertices, 6 faces
+v -0.74935177 2.70255085 -0.76850170
+v -0.74935177 2.70255085 0.72334380
+v -0.74935177 2.95475298 -0.76850170
+v -0.74935177 2.95475298 0.72334380
+v 0.95355188 2.70255085 -0.76850170
+v 0.95355188 2.70255085 0.72334380
+v 0.95355188 2.95475298 -0.76850170
+v 0.95355188 2.95475298 0.72334380
+vt 1.1390975e-2 0.55932279
+vt 1.1390975e-2 0.60650501
+vt 0.29048684 0.55932279
+vt 0.29048684 0.60650501
+vt 0.30149811 0.58762783
+vt 0.30149811 0.60476667
+vt 0.30149811 0.70614765
+vt 0.30149811 0.72328648
+vt 0.41722191 0.58762783
+vt 0.41722191 0.60476667
+vt 0.41722191 0.70614765
+vt 0.41722191 0.72328648
+vt 0.43436075 0.70614765
+vt 0.43436075 0.60476667
+vt 0.55008456 0.70614765
+vt 0.55008456 0.60476667
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server6_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 193/385/193 197/381/197 198/380/198 194/384/194
+f 194/384/194 196/388/196 195/387/195 193/385/193
+f 194/384/194 198/380/198 200/379/200 196/383/196
+f 195/386/195 199/382/199 197/381/197 193/385/193
+f 196/388/196 200/390/200 199/389/199 195/387/195
+f 197/377/197 199/378/199 200/376/200 198/375/198
+o 1u_server5
+#8 vertices, 6 faces
+v -0.74935177 2.39926384 -0.76850170
+v -0.74935177 2.39926384 0.72334380
+v -0.74935177 2.65146598 -0.76850170
+v -0.74935177 2.65146598 0.72334380
+v 0.95355188 2.39926384 -0.76850170
+v 0.95355188 2.39926384 0.72334380
+v 0.95355188 2.65146598 -0.76850170
+v 0.95355188 2.65146598 0.72334380
+vt 1.1502460e-2 0.48957448
+vt 1.1502460e-2 0.53675670
+vt 0.29059833 0.48957448
+vt 0.29059833 0.53675670
+vt 0.59207422 0.39577376
+vt 0.59207422 0.49715474
+vt 0.70779803 0.39577376
+vt 0.70779803 0.49715474
+vt 0.72493686 0.37863493
+vt 0.72493686 0.39577376
+vt 0.72493686 0.49715474
+vt 0.72493686 0.51429358
+vt 0.84066067 0.37863493
+vt 0.84066067 0.39577376
+vt 0.84066067 0.49715474
+vt 0.84066067 0.51429358
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server5_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 201/398/201 205/396/205 206/395/206 202/397/202
+f 202/397/202 204/400/204 203/401/203 201/398/201
+f 202/399/202 206/403/206 208/404/208 204/400/204
+f 203/401/203 207/405/207 205/406/205 201/402/201
+f 204/400/204 208/404/208 207/405/207 203/401/203
+f 205/393/205 207/394/207 208/392/208 206/391/206
+o 1u_server4
+#8 vertices, 6 faces
+v -0.74935177 1.48526181 -0.76850170
+v -0.74935177 1.48526181 0.72334380
+v -0.74935177 1.73746394 -0.76850170
+v -0.74935177 1.73746394 0.72334380
+v 0.95355188 1.48526181 -0.76850170
+v 0.95355188 1.48526181 0.72334380
+v 0.95355188 1.73746394 -0.76850170
+v 0.95355188 1.73746394 0.72334380
+vt 1.1617923e-2 0.30285969
+vt 1.1617923e-2 0.35004190
+vt 0.29071379 0.30285969
+vt 0.29071379 0.35004190
+vt 0.30159785 0.47948310
+vt 0.30159785 0.58086407
+vt 0.41732166 0.47948310
+vt 0.41732166 0.58086407
+vt 0.43446050 0.46234426
+vt 0.43446050 0.47948310
+vt 0.43446050 0.58086407
+vt 0.43446050 0.59800291
+vt 0.55018430 0.46234426
+vt 0.55018430 0.47948310
+vt 0.55018430 0.58086407
+vt 0.55018430 0.59800291
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server4_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 209/414/209 213/412/213 214/411/214 210/413/210
+f 210/413/210 212/416/212 211/417/211 209/414/209
+f 210/415/210 214/419/214 216/420/216 212/416/212
+f 211/417/211 215/421/215 213/422/213 209/418/209
+f 212/416/212 216/420/216 215/421/215 211/417/211
+f 213/409/213 215/410/215 216/408/216 214/407/214
+o 1u_server3
+#8 vertices, 6 faces
+v -0.74935177 1.18197480 -0.76850170
+v -0.74935177 1.18197480 0.72334380
+v -0.74935177 1.43417694 -0.76850170
+v -0.74935177 1.43417694 0.72334380
+v 0.95355188 1.18197480 -0.76850170
+v 0.95355188 1.18197480 0.72334380
+v 0.95355188 1.43417694 -0.76850170
+v 0.95355188 1.43417694 0.72334380
+vt 1.2313135e-2 0.23938919
+vt 1.2313135e-2 0.28657140
+vt 0.29140900 0.23938919
+vt 0.29140900 0.28657140
+vt 0.59502272 0.24850780
+vt 0.59502272 0.34988878
+vt 0.71074652 0.24850780
+vt 0.71074652 0.34988878
+vt 0.72788536 0.23136896
+vt 0.72788536 0.24850780
+vt 0.72788536 0.34988878
+vt 0.72788536 0.36702762
+vt 0.84360916 0.23136896
+vt 0.84360916 0.24850780
+vt 0.84360916 0.34988878
+vt 0.84360916 0.36702762
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server3_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 217/430/217 221/428/221 222/427/222 218/429/218
+f 218/429/218 220/432/220 219/433/219 217/430/217
+f 218/431/218 222/435/222 224/436/224 220/432/220
+f 219/433/219 223/437/223 221/438/221 217/434/217
+f 220/432/220 224/436/224 223/437/223 219/433/219
+f 221/425/221 223/426/223 224/424/224 222/423/222
+o 1u_server2
+#8 vertices, 6 faces
+v -0.74935177 0.87732213 -0.76850170
+v -0.74935177 0.87732213 0.72334380
+v -0.74935177 1.12952427 -0.76850170
+v -0.74935177 1.12952427 0.72334380
+v 0.95355188 0.87732213 -0.76850170
+v 0.95355188 0.87732213 0.72334380
+v 0.95355188 1.12952427 -0.76850170
+v 0.95355188 1.12952427 0.72334380
+vt 1.1988908e-2 0.17482167
+vt 1.1988908e-2 0.22200389
+vt 0.29108478 0.17482167
+vt 0.29108478 0.22200389
+vt 0.30951409 6.7546932e-2
+vt 0.30951409 0.16892791
+vt 0.42523790 6.7546932e-2
+vt 0.42523790 0.16892791
+vt 0.44237673 5.0408093e-2
+vt 0.44237673 0.16892791
+vt 0.44237673 0.18606675
+vt 0.44237673 6.7546932e-2
+vt 0.55810054 0.16892791
+vt 0.55810054 0.18606675
+vt 0.55810054 5.0408093e-2
+vt 0.55810054 6.7546932e-2
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server2_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 225/446/225 229/444/229 230/443/230 226/445/226
+f 226/445/226 228/450/228 227/448/227 225/446/225
+f 226/447/226 230/453/230 232/454/232 228/450/228
+f 227/448/227 231/451/231 229/452/229 225/449/225
+f 228/450/228 232/454/232 231/451/231 227/448/227
+f 229/441/229 231/442/231 232/440/232 230/439/230
+o 1u_server1
+#8 vertices, 6 faces
+v -0.74935177 0.57403513 -0.76850170
+v -0.74935177 0.57403513 0.72334380
+v -0.74935177 0.82623727 -0.76850170
+v -0.74935177 0.82623727 0.72334380
+v 0.95355188 0.57403513 -0.76850170
+v 0.95355188 0.57403513 0.72334380
+v 0.95355188 0.82623727 -0.76850170
+v 0.95355188 0.82623727 0.72334380
+vt 1.3123665e-2 0.11154878
+vt 1.3123665e-2 0.15873100
+vt 0.29221953 0.11154878
+vt 0.29221953 0.15873100
+vt 0.59107985 0.53788956
+vt 0.59107985 0.63927054
+vt 0.70680365 0.53788956
+vt 0.70680365 0.63927054
+vt 0.72394249 0.53788956
+vt 0.72394249 0.63927054
+vt 0.72394249 0.65640938
+vt 0.72394249 0.52075073
+vt 0.83966629 0.52075073
+vt 0.83966629 0.53788956
+vt 0.83966629 0.63927054
+vt 0.83966629 0.65640938
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 0.57735027
+g 1u_server1_Cube12_auv
+usemtl Cube12_auv
+s 1
+f 233/462/233 237/460/237 238/459/238 234/461/234
+f 234/461/234 236/463/236 235/464/235 233/462/233
+f 234/466/234 238/467/238 240/468/240 236/463/236
+f 235/464/235 239/469/239 237/470/237 233/465/233
+f 236/463/236 240/468/240 239/469/239 235/464/235
+f 237/457/237 239/458/239 240/456/240 238/455/238
+o rack
+#350 vertices, 300 faces
+v -1.00000000 2.5676151e-3 -0.88272293
+v -1.00000000 2.5676151e-3 0.84171649
+v -1.00000000 5.05016042 -0.88272293
+v -1.00000000 5.05016042 0.84171649
+v 1.00000000 2.5676151e-3 -0.88272293
+v 1.00000000 2.5676151e-3 0.84171649
+v 1.00000000 5.05016042 -0.88272293
+v 1.00000000 5.05016042 0.84171649
+v 0.0000000e+0 5.05016042 0.84171649
+v 0.0000000e+0 5.05016042 -0.88272293
+v 0.50000000 5.05016042 -0.88272293
+v 0.50000000 5.05016042 0.84171649
+v 0.75000000 5.05016042 0.84171649
+v 0.75000000 5.05016042 -0.88272293
+v 0.87500000 5.05016042 -0.88272293
+v 0.87500000 5.05016042 0.84171649
+v 1.05719363 2.5676151e-3 0.82385167
+v 1.05719363 2.5676151e-3 -0.86485811
+v 1.05719363 5.05016042 -0.86485811
+v 1.05719363 5.05016042 0.82385167
+v 1.00000000 5.15438794 -0.88272293
+v 1.00000000 5.15438794 0.84171649
+v 1.03765192 5.11500278 0.83950519
+v 1.03765192 5.11500278 -0.88051164
+v 0.87500000 5.15438794 -0.88272293
+v 0.75000000 5.15438794 -0.88272293
+v 0.50000000 5.15438794 -0.88272293
+v 0.0000000e+0 5.15438794 -0.88272293
+v -1.00000000 5.15438794 -0.88272293
+v -1.00000000 5.15438794 0.84171649
+v 0.0000000e+0 5.15438794 0.84171649
+v 0.50000000 5.15438794 0.84171649
+v 0.75000000 5.15438794 0.84171649
+v 0.87500000 5.15438794 0.84171649
+v 1.05611285 9.2238465e-2 0.75204564
+v 1.05611285 9.2238465e-2 -0.79305208
+v 1.05611285 4.96048957 -0.79305208
+v 1.05611285 4.96048957 0.75204564
+v -0.86816560 9.2238465e-2 0.75204564
+v -0.86816560 9.2238465e-2 -0.79305208
+v -0.86816560 4.96048957 -0.79305208
+v -0.86816560 4.96048957 0.75204564
+v -0.86816560 2.52636402 0.75204564
+v -0.86816560 2.52636402 -0.79305208
+v 1.05611285 2.52636402 0.75204564
+v 1.05611285 2.52636402 -0.79305208
+v 1.05611285 1.30930124 -0.79305208
+v -0.86816560 1.30930124 -0.79305208
+v -0.86816560 1.30930124 0.75204564
+v 1.05611285 1.30930124 0.75204564
+v 1.05611285 3.74342679 0.75204564
+v -0.86816560 3.74342679 0.75204564
+v -0.86816560 3.74342679 -0.79305208
+v 1.05611285 3.74342679 -0.79305208
+v -0.86816560 4.35195818 0.75204564
+v 1.05611285 4.35195818 0.75204564
+v -0.86816560 4.35195818 -0.79305208
+v 1.05611285 4.35195818 -0.79305208
+v 1.05611285 3.13489540 -0.79305208
+v -0.86816560 3.13489540 -0.79305208
+v 1.05611285 3.13489540 0.75204564
+v -0.86816560 3.13489540 0.75204564
+v 1.05611285 1.91783263 0.75204564
+v -0.86816560 1.91783263 0.75204564
+v 1.05611285 1.91783263 -0.79305208
+v -0.86816560 1.91783263 -0.79305208
+v -0.86816560 0.70076985 -0.79305208
+v 1.05611285 0.70076985 -0.79305208
+v -0.86816560 0.70076985 0.75204564
+v 1.05611285 0.70076985 0.75204564
+v 1.05611285 4.65622387 0.75204564
+v -0.86816560 4.65622387 0.75204564
+v -0.86816560 4.65622387 -0.79305208
+v 1.05611285 4.65622387 -0.79305208
+v 1.05611285 4.04769249 -0.79305208
+v -0.86816560 4.04769249 -0.79305208
+v -0.86816560 4.04769249 0.75204564
+v 1.05611285 4.04769249 0.75204564
+v -0.86816560 3.43916110 0.75204564
+v 1.05611285 3.43916110 0.75204564
+v 1.05611285 3.43916110 -0.79305208
+v -0.86816560 3.43916110 -0.79305208
+v -0.86816560 2.83062971 -0.79305208
+v 1.05611285 2.83062971 -0.79305208
+v 1.05611285 2.83062971 0.75204564
+v -0.86816560 2.83062971 0.75204564
+v -0.86816560 2.22209832 0.75204564
+v 1.05611285 2.22209832 0.75204564
+v 1.05611285 2.22209832 -0.79305208
+v -0.86816560 2.22209832 -0.79305208
+v -0.86816560 1.61356693 -0.79305208
+v 1.05611285 1.61356693 -0.79305208
+v 1.05611285 1.61356693 0.75204564
+v -0.86816560 1.61356693 0.75204564
+v 1.05611285 1.00503555 0.75204564
+v -0.86816560 1.00503555 0.75204564
+v -0.86816560 1.00503555 -0.79305208
+v 1.05611285 1.00503555 -0.79305208
+v 1.05611285 0.39650416 -0.79305208
+v -0.86816560 0.39650416 -0.79305208
+v -0.86816560 0.39650416 0.75204564
+v 1.05611285 0.39650416 0.75204564
+v -0.74159107 0.82734438 -0.79305208
+v 0.92953832 0.82734438 -0.79305208
+v 0.92953832 0.87846102 -0.79305208
+v -0.74159107 0.87846102 -0.79305208
+v -0.74159107 4.22538365 0.75204564
+v 0.92953832 4.22538365 0.75204564
+v 0.92953832 4.17426702 0.75204564
+v -0.74159107 4.17426702 0.75204564
+v -0.74159107 4.22538365 -0.79305208
+v -0.74159107 4.17426702 -0.79305208
+v 0.92953832 4.17426702 -0.79305208
+v 0.92953832 4.22538365 -0.79305208
+v -0.74159107 0.82734438 0.75204564
+v -0.74159107 0.87846102 0.75204564
+v 0.92953832 0.87846102 0.75204564
+v 0.92953832 0.82734438 0.75204564
+v 0.92953832 1.74014146 -0.79305208
+v 0.92953832 1.79125810 -0.79305208
+v -0.74159107 1.79125810 -0.79305208
+v -0.74159107 1.74014146 -0.79305208
+v -0.74159107 1.79125810 0.75204564
+v 0.92953832 1.79125810 0.75204564
+v 0.92953832 1.74014146 0.75204564
+v -0.74159107 1.74014146 0.75204564
+v 0.92953832 3.31258657 0.75204564
+v 0.92953832 3.26146993 0.75204564
+v -0.74159107 3.26146993 0.75204564
+v -0.74159107 3.31258657 0.75204564
+v -0.74159107 3.26146993 -0.79305208
+v 0.92953832 3.26146993 -0.79305208
+v 0.92953832 3.31258657 -0.79305208
+v -0.74159107 3.31258657 -0.79305208
+v -0.74159107 4.47853271 0.75204564
+v -0.74159107 4.52964935 0.75204564
+v 0.92953832 4.52964935 0.75204564
+v 0.92953832 4.47853271 0.75204564
+v -0.74159107 4.47853271 -0.79305208
+v 0.92953832 4.47853271 -0.79305208
+v 0.92953832 4.52964935 -0.79305208
+v -0.74159107 4.52964935 -0.79305208
+v -0.74159107 3.00832088 0.75204564
+v 0.92953832 3.00832088 0.75204564
+v 0.92953832 2.95720424 0.75204564
+v -0.74159107 2.95720424 0.75204564
+v 0.92953832 2.95720424 -0.79305208
+v 0.92953832 3.00832088 -0.79305208
+v -0.74159107 3.00832088 -0.79305208
+v -0.74159107 2.95720424 -0.79305208
+v -0.74159107 2.04440716 -0.79305208
+v 0.92953832 2.04440716 -0.79305208
+v 0.92953832 2.09552379 -0.79305208
+v -0.74159107 2.09552379 -0.79305208
+v 0.92953832 2.09552379 0.75204564
+v 0.92953832 2.04440716 0.75204564
+v -0.74159107 2.04440716 0.75204564
+v -0.74159107 2.09552379 0.75204564
+v -0.74159107 0.57419532 -0.79305208
+v -0.74159107 0.52307869 -0.79305208
+v 0.92953832 0.52307869 -0.79305208
+v 0.92953832 0.57419532 -0.79305208
+v -0.74159107 0.57419532 0.75204564
+v 0.92953832 0.57419532 0.75204564
+v 0.92953832 0.52307869 0.75204564
+v -0.74159107 0.52307869 0.75204564
+v -0.74159107 4.83391504 0.75204564
+v 0.92953832 4.83391504 0.75204564
+v 0.92953832 4.78279840 0.75204564
+v -0.74159107 4.78279840 0.75204564
+v 0.92953832 4.78279840 -0.79305208
+v 0.92953832 4.83391504 -0.79305208
+v -0.74159107 4.83391504 -0.79305208
+v -0.74159107 4.78279840 -0.79305208
+v 0.92953832 3.92111796 0.75204564
+v 0.92953832 3.87000132 0.75204564
+v -0.74159107 3.87000132 0.75204564
+v -0.74159107 3.92111796 0.75204564
+v -0.74159107 3.87000132 -0.79305208
+v 0.92953832 3.87000132 -0.79305208
+v 0.92953832 3.92111796 -0.79305208
+v -0.74159107 3.92111796 -0.79305208
+v -0.74159107 3.61685226 0.75204564
+v 0.92953832 3.61685226 0.75204564
+v 0.92953832 3.56573563 0.75204564
+v -0.74159107 3.56573563 0.75204564
+v -0.74159107 3.61685226 -0.79305208
+v -0.74159107 3.56573563 -0.79305208
+v 0.92953832 3.56573563 -0.79305208
+v 0.92953832 3.61685226 -0.79305208
+v -0.74159107 2.65293855 0.75204564
+v -0.74159107 2.70405518 0.75204564
+v 0.92953832 2.70405518 0.75204564
+v 0.92953832 2.65293855 0.75204564
+v -0.74159107 2.65293855 -0.79305208
+v 0.92953832 2.65293855 -0.79305208
+v 0.92953832 2.70405518 -0.79305208
+v -0.74159107 2.70405518 -0.79305208
+v -0.74159107 2.39978949 -0.79305208
+v -0.74159107 2.34867285 -0.79305208
+v 0.92953832 2.34867285 -0.79305208
+v 0.92953832 2.39978949 -0.79305208
+v -0.74159107 2.39978949 0.75204564
+v 0.92953832 2.39978949 0.75204564
+v 0.92953832 2.34867285 0.75204564
+v -0.74159107 2.34867285 0.75204564
+v -0.74159107 1.43587577 -0.79305208
+v 0.92953832 1.43587577 -0.79305208
+v 0.92953832 1.48699241 -0.79305208
+v -0.74159107 1.48699241 -0.79305208
+v -0.74159107 1.43587577 0.75204564
+v -0.74159107 1.48699241 0.75204564
+v 0.92953832 1.48699241 0.75204564
+v 0.92953832 1.43587577 0.75204564
+v 0.92953832 1.13161008 -0.79305208
+v 0.92953832 1.18272671 -0.79305208
+v -0.74159107 1.18272671 -0.79305208
+v -0.74159107 1.13161008 -0.79305208
+v -0.74159107 1.18272671 0.75204564
+v 0.92953832 1.18272671 0.75204564
+v 0.92953832 1.13161008 0.75204564
+v -0.74159107 1.13161008 0.75204564
+v -0.74159107 0.21881299 -0.79305208
+v 0.92953832 0.21881299 -0.79305208
+v 0.92953832 0.26992963 -0.79305208
+v -0.74159107 0.26992963 -0.79305208
+v 0.92953832 0.26992963 0.75204564
+v 0.92953832 0.21881299 0.75204564
+v -0.74159107 0.21881299 0.75204564
+v -0.74159107 0.26992963 0.75204564
+v -0.74159107 1.18272671 0.68833358
+v 0.92953832 1.18272671 0.68833358
+v 0.92953832 1.13161008 0.68833358
+v -0.74159107 1.13161008 0.68833358
+v 0.92953832 1.13161008 -0.72934002
+v 0.92953832 1.18272671 -0.72934002
+v -0.74159107 1.18272671 -0.72934002
+v -0.74159107 1.13161008 -0.72934002
+v -0.74159107 1.43587577 0.68833358
+v -0.74159107 1.48699241 0.68833358
+v 0.92953832 1.48699241 0.68833358
+v 0.92953832 1.43587577 0.68833358
+v -0.74159107 1.43587577 -0.72934002
+v 0.92953832 1.43587577 -0.72934002
+v 0.92953832 1.48699241 -0.72934002
+v -0.74159107 1.48699241 -0.72934002
+v -0.74159107 2.39978949 0.68833358
+v 0.92953832 2.39978949 0.68833358
+v 0.92953832 2.34867285 0.68833358
+v -0.74159107 2.34867285 0.68833358
+v -0.74159107 2.39978949 -0.72934002
+v -0.74159107 2.34867285 -0.72934002
+v 0.92953832 2.34867285 -0.72934002
+v 0.92953832 2.39978949 -0.72934002
+v -0.74159107 2.65293855 -0.72934002
+v 0.92953832 2.65293855 -0.72934002
+v 0.92953832 2.70405518 -0.72934002
+v -0.74159107 2.70405518 -0.72934002
+v -0.74159107 2.65293855 0.68833358
+v -0.74159107 2.70405518 0.68833358
+v 0.92953832 2.70405518 0.68833358
+v 0.92953832 2.65293855 0.68833358
+v -0.74159107 3.61685226 -0.72934002
+v -0.74159107 3.56573563 -0.72934002
+v 0.92953832 3.56573563 -0.72934002
+v 0.92953832 3.61685226 -0.72934002
+v -0.74159107 3.61685226 0.68833358
+v 0.92953832 3.61685226 0.68833358
+v 0.92953832 3.56573563 0.68833358
+v -0.74159107 3.56573563 0.68833358
+v -0.74159107 3.87000132 -0.72934002
+v 0.92953832 3.87000132 -0.72934002
+v 0.92953832 3.92111796 -0.72934002
+v -0.74159107 3.92111796 -0.72934002
+v 0.92953832 3.92111796 0.68833358
+v 0.92953832 3.87000132 0.68833358
+v -0.74159107 3.87000132 0.68833358
+v -0.74159107 3.92111796 0.68833358
+v -0.74159107 0.57419532 0.68833358
+v 0.92953832 0.57419532 0.68833358
+v 0.92953832 0.52307869 0.68833358
+v -0.74159107 0.52307869 0.68833358
+v -0.74159107 0.57419532 -0.72934002
+v -0.74159107 0.52307869 -0.72934002
+v 0.92953832 0.52307869 -0.72934002
+v 0.92953832 0.57419532 -0.72934002
+v 0.92953832 2.95720424 -0.72934002
+v 0.92953832 3.00832088 -0.72934002
+v -0.74159107 3.00832088 -0.72934002
+v -0.74159107 2.95720424 -0.72934002
+v -0.74159107 3.00832088 0.68833358
+v 0.92953832 3.00832088 0.68833358
+v 0.92953832 2.95720424 0.68833358
+v -0.74159107 2.95720424 0.68833358
+v -0.74159107 4.47853271 -0.72934002
+v 0.92953832 4.47853271 -0.72934002
+v 0.92953832 4.52964935 -0.72934002
+v -0.74159107 4.52964935 -0.72934002
+v -0.74159107 4.47853271 0.68833358
+v -0.74159107 4.52964935 0.68833358
+v 0.92953832 4.52964935 0.68833358
+v 0.92953832 4.47853271 0.68833358
+v -0.74159107 3.26146993 -0.72934002
+v 0.92953832 3.26146993 -0.72934002
+v 0.92953832 3.31258657 -0.72934002
+v -0.74159107 3.31258657 -0.72934002
+v 0.92953832 3.31258657 0.68833358
+v 0.92953832 3.26146993 0.68833358
+v -0.74159107 3.26146993 0.68833358
+v -0.74159107 3.31258657 0.68833358
+v -0.74159107 1.79125810 0.68833358
+v 0.92953832 1.79125810 0.68833358
+v 0.92953832 1.74014146 0.68833358
+v -0.74159107 1.74014146 0.68833358
+v 0.92953832 1.74014146 -0.72934002
+v 0.92953832 1.79125810 -0.72934002
+v -0.74159107 1.79125810 -0.72934002
+v -0.74159107 1.74014146 -0.72934002
+v -0.74159107 0.82734438 0.68833358
+v -0.74159107 0.87846102 0.68833358
+v 0.92953832 0.87846102 0.68833358
+v 0.92953832 0.82734438 0.68833358
+v -0.74159107 0.82734438 -0.72934002
+v 0.92953832 0.82734438 -0.72934002
+v 0.92953832 0.87846102 -0.72934002
+v -0.74159107 0.87846102 -0.72934002
+v 0.92953832 0.14203180 0.75204564
+v 0.92953832 9.0915163e-2 0.75204564
+v -0.74159107 9.0915163e-2 0.75204564
+v -0.74159107 0.14203180 0.75204564
+v 0.92953832 0.14203180 0.68833358
+v 0.92953832 9.0915163e-2 0.68833358
+v -0.74159107 9.0915163e-2 0.68833358
+v -0.74159107 0.14203180 0.68833358
+v 0.92953832 0.14203180 0.59939124
+v 0.92953832 9.0915163e-2 0.59939124
+v -0.74159107 9.0915163e-2 0.59939124
+v -0.74159107 0.14203180 0.59939124
+v -0.74159107 9.0915163e-2 -0.79305208
+v 0.92953832 9.0915163e-2 -0.79305208
+v 0.92953832 0.14203180 -0.79305208
+v -0.74159107 0.14203180 -0.79305208
+v -0.74159107 9.0915163e-2 -0.72934002
+v 0.92953832 9.0915163e-2 -0.72934002
+v 0.92953832 0.14203180 -0.72934002
+v -0.74159107 0.14203180 -0.72934002
+v -0.74159107 9.0915163e-2 -0.64039769
+v 0.92953832 9.0915163e-2 -0.64039769
+v 0.92953832 0.14203180 -0.64039769
+v -0.74159107 0.14203180 -0.64039769
+vt 2.8725343e-3 0.93727692
+vt 2.8836256e-3 0.91444837
+vt 5.5277818e-3 0.68474995
+vt 5.5277818e-3 0.82576787
+vt 7.2058345e-3 0.95869772
+vt 7.2058345e-3 0.96667467
+vt 7.2058345e-3 0.97238879
+vt 7.3393329e-3 0.97801675
+vt 7.3393329e-3 0.98373088
+vt 7.3393329e-3 0.99170782
+vt 7.7221000e-3 0.92741016
+vt 7.7331913e-3 0.92431513
+vt 7.8868666e-3 0.94973738
+vt 7.8979579e-3 0.90198791
+vt 8.0538838e-3 0.93187141
+vt 8.0649751e-3 0.91985388
+vt 8.0801805e-3 0.93747289
+vt 8.0912718e-3 0.91425240
+vt 8.1955026e-3 0.94532283
+vt 8.2065939e-3 0.90640246
+vt 1.1634170e-2 2.3370370e-2
+vt 1.3625275e-2 4.9684176e-2
+vt 1.5537436e-2 8.1967213e-2
+vt 1.6508363e-2 0.11459947
+vt 1.6938016e-2 0.14778293
+vt 1.7155541e-2 0.18178782
+vt 1.8653971e-2 0.21673448
+vt 2.0890090e-2 0.24151593
+vt 2.1686809e-2 0.27333255
+vt 2.3390768e-2 3.3645902e-2
+vt 2.3715682e-2 3.8070218e-2
+vt 2.5571135e-2 6.0128157e-2
+vt 2.6133047e-2 6.3752249e-2
+vt 2.6151823e-2 7.0348122e-2
+vt 2.6294589e-2 6.6665561e-2
+vt 2.6968512e-2 9.2577441e-2
+vt 2.7257881e-2 0.10289958
+vt 2.7417786e-2 9.6242232e-2
+vt 2.7501020e-2 9.9181016e-2
+vt 2.7644727e-2 0.12539183
+vt 2.7784006e-2 0.13586973
+vt 2.8036203e-2 0.12911834
+vt 2.8045744e-2 0.15868174
+vt 2.8066674e-2 0.13210552
+vt 2.8121573e-2 0.16941454
+vt 2.8372697e-2 0.19285545
+vt 2.8413188e-2 0.16249610
+vt 2.8437191e-2 0.16554847
+vt 2.8443277e-2 0.20392871
+vt 2.8744032e-2 0.19679603
+vt 2.8767003e-2 0.19995204
+vt 2.8992470e-2 0.30811017
+vt 3.1259648e-2 0.22591717
+vt 3.1527844e-2 0.25139200
+vt 3.1661062e-2 0.23007797
+vt 3.2143023e-2 0.25494032
+vt 3.2253889e-2 0.26141073
+vt 3.2349910e-2 0.25779380
+vt 3.5497399e-2 0.28402386
+vt 3.5898045e-2 0.34151857
+vt 3.6672240e-2 0.28791168
+vt 3.7325266e-2 0.29103819
+vt 3.7790726e-2 0.29500185
+vt 4.2003714e-2 0.37387907
+vt 4.2548803e-2 0.31817952
+vt 4.3679057e-2 0.32191334
+vt 4.4299500e-2 0.32492102
+vt 4.4727378e-2 0.32873985
+vt 4.6894106e-2 0.40549260
+vt 4.9175094e-2 0.35122205
+vt 5.0218998e-2 0.35484274
+vt 5.0770803e-2 0.35776051
+vt 5.1112330e-2 0.36146621
+vt 5.2194504e-2 0.43687472
+vt 5.4954419e-2 0.46160564
+vt 5.4971025e-2 0.38346565
+vt 5.5885134e-2 0.38701191
+vt 5.6227369e-2 0.49303907
+vt 5.6330912e-2 0.38986691
+vt 5.6535642e-2 0.39348900
+vt 5.7630291e-2 0.51898368
+vt 5.9545403e-2 0.41517441
+vt 6.0331106e-2 0.41870627
+vt 6.0673538e-2 0.42154668
+vt 6.0748042e-2 0.42514716
+vt 6.4953434e-2 0.44604262
+vt 6.5354849e-2 0.45020342
+vt 6.5849953e-2 0.47134843
+vt 6.6468420e-2 0.47485910
+vt 6.6598602e-2 0.48125992
+vt 6.6681653e-2 0.47768206
+vt 6.7444370e-2 0.50281382
+vt 6.7682471e-2 0.50717183
+vt 0.15708392 0.95869772
+vt 0.15708392 0.96667467
+vt 0.15708392 0.97238879
+vt 0.15721742 0.97801675
+vt 0.15721742 0.98373088
+vt 0.15721742 0.99170782
+vt 0.16161251 0.93186812
+vt 0.16162360 0.91985717
+vt 0.16166509 0.94531995
+vt 0.16166712 0.93746517
+vt 0.16167618 0.90640534
+vt 0.16167821 0.91426012
+vt 0.16187997 0.92741016
+vt 0.16189106 0.92431513
+vt 0.16203757 0.94973737
+vt 0.16204866 0.90198792
+vt 0.16402061 0.12223125
+vt 0.16402740 0.12508594
+vt 0.16435880 0.11861502
+vt 0.16436016 9.2798949e-2
+vt 0.16439165 0.12864998
+vt 0.16443439 8.9861702e-2
+vt 0.16459943 9.6493009e-2
+vt 0.16466679 0.15376856
+vt 0.16477607 0.15657950
+vt 0.16486607 0.15022165
+vt 0.16489516 8.6175578e-2
+vt 0.16525220 0.16011626
+vt 0.16545634 5.9795717e-2
+vt 0.16560205 5.6753102e-2
+vt 0.16562581 6.3591196e-2
+vt 0.16614495 5.2918445e-2
+vt 0.16635123 0.18525602
+vt 0.16641349 0.18169608
+vt 0.16656765 0.18806761
+vt 0.16687253 0.93719731
+vt 0.16688363 0.91452798
+vt 0.16719561 0.19156999
+vt 0.16728651 0.21279394
+vt 0.16759954 2.9578413e-2
+vt 0.16768793 0.21695474
+vt 0.16779167 2.4771243e-2
+vt 0.16907997 0.52119776
+vt 0.16907997 0.68474995
+vt 0.16907997 0.82576787
+vt 0.16907997 0.98932005
+vt 0.17189332 0.23785020
+vt 0.17196782 0.24145068
+vt 0.17231026 0.24429108
+vt 0.17309596 0.24782295
+vt 0.17537851 0.10717024
+vt 0.17545677 0.13890051
+vt 0.17610572 0.26950836
+vt 0.17631045 0.27313045
+vt 0.17632163 7.4571069e-2
+vt 0.17670114 0.17012930
+vt 0.17675623 0.27598545
+vt 0.17767034 0.27953170
+vt 0.17790423 0.20137076
+vt 0.17801698 4.0823299e-2
+vt 0.17921300 1.2191416e-2
+vt 0.18044686 0.22612264
+vt 0.18152903 0.30153115
+vt 0.18187056 0.30523685
+vt 0.18242236 0.30815462
+vt 0.18346627 0.31177531
+vt 0.18574726 0.25750476
+vt 0.18791398 0.33425751
+vt 0.18834186 0.33807634
+vt 0.18896230 0.34108402
+vt 0.19009256 0.34481784
+vt 0.19063765 0.28911829
+vt 0.19485063 0.36799551
+vt 0.19531610 0.37195917
+vt 0.19596912 0.37508567
+vt 0.19674332 0.32147879
+vt 0.19714396 0.37897350
+vt 0.20029145 0.40520356
+vt 0.20038747 0.40158663
+vt 0.20049834 0.40805704
+vt 0.20098030 0.43291939
+vt 0.20111352 0.41160536
+vt 0.20138171 0.43708019
+vt 0.20364889 0.35488719
+vt 0.20445213 0.46163240
+vt 0.20452459 0.45803167
+vt 0.20467379 0.46447355
+vt 0.20530284 0.46800708
+vt 0.20775529 0.48939307
+vt 0.20818281 0.49369726
+vt 0.21095455 0.38966481
+vt 0.21175127 0.42148143
+vt 0.21377010 0.44628384
+vt 0.21732410 0.47771855
+vt 0.21988318 0.50333468
+vt 0.22758404 0.50105984
+vt 0.22938624 0.47537937
+vt 0.23201128 0.44385349
+vt 0.23270289 0.41896261
+vt 0.23683059 0.38362378
+vt 0.23899498 0.49108143
+vt 0.23929532 0.48676649
+vt 0.24111575 0.46531746
+vt 0.24159936 0.45532343
+vt 0.24164028 0.46176690
+vt 0.24177802 0.45892046
+vt 0.24281542 0.34970258
+vt 0.24411538 0.40766710
+vt 0.24412274 0.43428834
+vt 0.24440122 0.43011751
+vt 0.24516182 0.40372221
+vt 0.24571148 0.40055829
+vt 0.24604605 0.39655768
+vt 0.24834470 0.31675691
+vt 0.25002640 0.37310302
+vt 0.25104738 0.36930532
+vt 0.25158194 0.36625366
+vt 0.25190374 0.36238804
+vt 0.25315703 0.28450122
+vt 0.25575019 0.33961664
+vt 0.25672025 0.33592871
+vt 0.25697707 0.25266332
+vt 0.25708663 7.2819539e-3
+vt 0.25721687 0.33296195
+vt 0.25749401 0.32920007
+vt 0.25912685 3.5866088e-2
+vt 0.26102915 0.30691187
+vt 0.26157033 0.22111676
+vt 0.26181712 6.9549149e-2
+vt 0.26192181 0.30329843
+vt 0.26235692 0.30039087
+vt 0.26255666 0.29670347
+vt 0.26372161 0.10210630
+vt 0.26397619 0.19634033
+vt 0.26425704 0.16507697
+vt 0.26457952 0.13382507
+vt 0.26559701 0.27470783
+vt 0.26638431 0.27113503
+vt 0.26673311 0.26826213
+vt 0.26682122 0.26462141
+vt 0.26887412 1.9519341e-2
+vt 0.26917367 0.24273337
+vt 0.26920800 2.4318750e-2
+vt 0.26982558 0.23916816
+vt 0.27000168 0.23268511
+vt 0.27006164 0.23630604
+vt 0.27135055 4.7605708e-2
+vt 0.27200636 5.1422678e-2
+vt 0.27218435 5.8258496e-2
+vt 0.27224177 5.4459669e-2
+vt 0.27358099 8.0811490e-2
+vt 0.27415031 8.4482416e-2
+vt 0.27418099 9.1115705e-2
+vt 0.27431117 8.7416194e-2
+vt 0.27439100 0.18622789
+vt 0.27464782 0.21161611
+vt 0.27488147 0.17633521
+vt 0.27491535 0.18270851
+vt 0.27492630 0.20744528
+vt 0.27504872 0.17989176
+vt 0.27507418 0.11322099
+vt 0.27533741 0.12325255
+vt 0.27540558 0.15473052
+vt 0.27549962 0.14482882
+vt 0.27551891 0.11682566
+vt 0.27559635 0.11967931
+vt 0.27577716 0.15118125
+vt 0.27580346 0.14836831
+vt 0.37983169 0.50040494
+vt 0.37994112 0.49604181
+vt 0.37996204 0.47089848
+vt 0.38009189 0.46807046
+vt 0.38015061 0.47447234
+vt 0.38047756 0.44339266
+vt 0.38060652 0.46454307
+vt 0.38075605 0.43922183
+vt 0.38534223 0.41453190
+vt 0.38540218 0.41815283
+vt 0.38557828 0.41166978
+vt 0.38623019 0.40810458
+vt 0.38858265 0.38621653
+vt 0.38867075 0.38257581
+vt 0.38901956 0.37970291
+vt 0.38980686 0.37613011
+vt 0.39022798 0.51191508
+vt 0.39086485 0.48594038
+vt 0.39120986 0.45448307
+vt 0.39284720 0.35413447
+vt 0.39304695 0.35044707
+vt 0.39348205 0.34753951
+vt 0.39383353 0.42972119
+vt 0.39437471 0.34392607
+vt 0.39790985 0.32163788
+vt 0.39818699 0.31787599
+vt 0.39842679 0.39817462
+vt 0.39868362 0.31490923
+vt 0.39965367 0.31122131
+vt 0.40224684 0.36633673
+vt 0.40350013 0.28844990
+vt 0.40382192 0.28458429
+vt 0.40435649 0.28153262
+vt 0.40537747 0.27773493
+vt 0.40705917 0.33408103
+vt 0.40935782 0.25428026
+vt 0.40969239 0.25027965
+vt 0.41024205 0.24711573
+vt 0.41100265 0.22072043
+vt 0.41128113 0.21654960
+vt 0.41128849 0.24317085
+vt 0.41129552 8.6817764e-2
+vt 0.41129902 8.9757724e-2
+vt 0.41154562 5.7220830e-2
+vt 0.41162114 5.4304020e-2
+vt 0.41163647 8.3141313e-2
+vt 0.41164731 0.11969781
+vt 0.41165176 9.3467500e-2
+vt 0.41170499 0.12268459
+vt 0.41179697 6.0897575e-2
+vt 0.41192868 0.11596137
+vt 0.41207589 5.0664927e-2
+vt 0.41209859 0.12643882
+vt 0.41225524 0.15307216
+vt 0.41232130 0.15612391
+vt 0.41250999 0.14924862
+vt 0.41258845 0.30113537
+vt 0.41275084 0.15997898
+vt 0.41293649 0.18736692
+vt 0.41300664 0.19052223
+vt 0.41319140 0.18341710
+vt 0.41327976 2.8561849e-2
+vt 0.41344755 0.19448762
+vt 0.41347400 2.4129873e-2
+vt 0.41857328 0.26721417
+vt 0.42270098 0.23187534
+vt 0.42274178 0.10484515
+vt 0.42274954 7.2198452e-2
+vt 0.42329133 0.13802684
+vt 0.42361040 0.20699900
+vt 0.42370842 3.9873054e-2
+vt 0.42407715 0.17202334
+vt 0.42492232 1.3511959e-2
+vt 0.58185239 0.54164178
+vt 0.58185239 0.56208581
+vt 0.58185239 0.52119776
+vt 0.58185239 0.53141977
+vt 0.58185239 0.60297385
+vt 0.58185239 0.68474995
+vt 0.58185239 0.82576787
+vt 0.58185239 0.90754396
+vt 0.58185239 0.94843201
+vt 0.58185239 0.96887603
+vt 0.58185239 0.97909804
+vt 0.58185239 0.98932005
+vt 0.59037571 0.83429119
+vt 0.59037571 0.68474995
+vt 0.59037571 0.82576787
+vt 0.59037571 0.67622663
+vt 0.67215180 0.83429119
+vt 0.67215180 0.82576787
+vt 0.67215180 0.68474995
+vt 0.67215180 0.67622663
+vt 0.71303985 0.83429119
+vt 0.71303985 0.82576787
+vt 0.71303985 0.67622663
+vt 0.71303985 0.68474995
+vt 0.73348387 0.83429119
+vt 0.73348387 0.82576787
+vt 0.73348387 0.68474995
+vt 0.73348387 0.67622663
+vt 0.74370588 0.83429119
+vt 0.74370588 0.82576787
+vt 0.74370588 0.68474995
+vt 0.74370588 0.67622663
+vt 0.75392790 0.83429119
+vt 0.75392790 0.82600314
+vt 0.75392790 0.67622663
+vt 0.75392790 0.68451468
+vt 0.75832445 0.82585464
+vt 0.75838589 0.68453591
+vt 0.76202351 0.82944554
+vt 0.76222483 0.68006772
+vt 0.76386724 0.82479149
+vt 0.76395190 0.68575606
+vt 0.77177514 0.58058468
+vt 0.77177514 0.68008418
+vt 0.77177689 0.48104669
+vt 0.77177689 0.77962217
+vt 0.77177946 0.60546029
+vt 0.77177946 0.65520858
+vt 0.77177973 0.45616271
+vt 0.77177973 0.80450616
+vt 0.77178019 0.55568833
+vt 0.77178019 0.70498053
+vt 0.77178093 0.63033443
+vt 0.77178098 0.27392122
+vt 0.77178098 0.98674764
+vt 0.77178195 0.43128119
+vt 0.77178195 0.82938767
+vt 0.77178448 0.50592507
+vt 0.77178448 0.75474380
+vt 0.77178990 0.72987088
+vt 0.77178990 0.53079798
+vt 0.89812411 0.53079798
+vt 0.89812411 0.72987088
+vt 0.89812953 0.50592507
+vt 0.89812953 0.75474380
+vt 0.89813206 0.43128119
+vt 0.89813206 0.82938767
+vt 0.89813303 0.27392122
+vt 0.89813303 0.98674764
+vt 0.89813308 0.63033443
+vt 0.89813382 0.55568833
+vt 0.89813382 0.70498053
+vt 0.89813428 0.45616271
+vt 0.89813428 0.80450616
+vt 0.89813455 0.60546029
+vt 0.89813455 0.65520858
+vt 0.89813713 0.48104669
+vt 0.89813713 0.77962217
+vt 0.89813887 0.58058468
+vt 0.89813887 0.68008418
+vt 0.91453188 0.98476707
+vt 0.91518666 0.99009979
+vt 0.91518666 0.51140429
+vt 0.92034208 0.51198240
+vt 0.92152777 0.95345435
+vt 0.92190810 0.92416171
+vt 0.92202629 0.89516668
+vt 0.92202964 0.83737531
+vt 0.92204652 0.86625445
+vt 0.92206260 0.63526331
+vt 0.92207302 0.80850997
+vt 0.92208096 0.60631563
+vt 0.92210343 0.77963509
+vt 0.92210495 0.66415010
+vt 0.92211828 0.69304368
+vt 0.92211944 0.75076598
+vt 0.92212827 0.72190457
+vt 0.92216785 0.57736904
+vt 0.92234389 0.54797636
+vt 0.92426614 0.87880910
+vt 0.92444218 0.84941642
+vt 0.92448176 0.70488089
+vt 0.92449060 0.67601948
+vt 0.92449175 0.73374178
+vt 0.92450509 0.76263536
+vt 0.92450661 0.64715037
+vt 0.92452907 0.82046982
+vt 0.92453702 0.61827549
+vt 0.92454743 0.79152215
+vt 0.92456351 0.56053101
+vt 0.92458039 0.58941015
+vt 0.92458374 0.53161878
+vt 0.92470193 0.50262375
+vt 0.92508226 0.47333110
+vt 0.92626795 0.91480306
+vt 0.93142337 0.43668566
+vt 0.93142337 0.91538117
+vt 0.93207816 0.44201838
+vt 0.95940291 2.9326020e-2
+vt 0.96362429 3.1536138e-2
+vt 0.96409156 0.50868586
+vt 0.96975570 0.50868031
+vt 0.97541983 0.50867477
+vt 0.97588711 0.98582449
+vt 0.98001838 0.98280678
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.70710678 0.0000000e+0 -0.70710678
+vn -0.70710678 0.0000000e+0 0.70710678
+vn 0.10601657 -0.71116139 -0.69498918
+vn 0.10601657 -0.71116139 0.69498918
+vn 0.12022407 -1.7709787e-2 -0.99258880
+vn 0.12022407 -1.7709787e-2 0.99258880
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.86003470 -0.36974879 0.35160509
+vn 0.86003470 -0.36974879 -0.35160509
+vn 0.87154281 5.2352488e-2 -0.48751651
+vn 0.87154281 5.2352488e-2 0.48751651
+vn 0.33213908 0.59720941 -0.73008530
+vn 0.33213908 0.59720941 0.73008530
+vn 0.81162611 0.39704327 0.42850869
+vn 0.81162611 0.39704327 -0.42850869
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn 0.0000000e+0 0.44721360 -0.89442719
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.0000000e+0 0.44721360 0.89442719
+vn 0.66351801 0.33578854 -0.66857303
+vn 0.66351801 0.33578854 0.66857303
+vn 0.66351801 -0.33578854 0.66857303
+vn 0.66351801 -0.33578854 -0.66857303
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24165394 0.0000000e+0 0.97036250
+vn 0.24253563 0.0000000e+0 0.97014250
+vn 0.24253563 0.0000000e+0 -0.97014250
+vn 0.24165394 0.0000000e+0 -0.97036250
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 0.81649658
+vn 0.40824829 0.40824829 0.81649658
+vn -0.40824829 0.40824829 0.81649658
+vn -0.40824829 -0.40824829 0.81649658
+vn -0.40824829 0.40824829 -0.81649658
+vn 0.40824829 0.40824829 -0.81649658
+vn 0.40824829 -0.40824829 -0.81649658
+vn -0.40824829 -0.40824829 -0.81649658
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn 0.0000000e+0 0.0000000e+0 -1.00000000
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn -0.57735027 -0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+vn 0.70710678 0.70710678 0.0000000e+0
+vn 0.44721360 -0.89442719 0.0000000e+0
+vn -0.44721360 -0.89442719 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn 0.57735027 0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 -0.57735027 -0.57735027
+vn 0.57735027 0.57735027 -0.57735027
+vn -0.57735027 0.57735027 -0.57735027
+vn -0.44721360 -0.89442719 0.0000000e+0
+vn 0.44721360 -0.89442719 0.0000000e+0
+vn 0.70710678 0.70710678 0.0000000e+0
+vn -0.70710678 0.70710678 0.0000000e+0
+vn -0.57735027 -0.57735027 0.57735027
+vn 0.57735027 -0.57735027 0.57735027
+vn 0.57735027 0.57735027 0.57735027
+vn -0.57735027 0.57735027 0.57735027
+g rack_Cube1_auv
+usemtl Cube1_auv
+s 1
+f 241/608/241 245/474/245 246/473/246 242/607/242
+f 242/607/242 244/810/244 243/811/243 241/608/241
+f 242/607/242 246/606/246 248/807/248 256/808/256 253/805/253 252/806/252 249/809/249 244/810/244
+f 243/811/243 250/812/250 251/813/251 254/814/254 255/815/255 247/816/247 245/609/245 241/608/241
+f 243/817/243 269/819/269 268/822/268 250/821/250
+f 244/810/244 270/818/270 269/819/269 243/811/243
+f 245/923/245 258/924/258 257/929/257 246/928/246
+f 246/928/246 257/929/257 260/926/260 248/927/248
+f 247/837/247 255/833/255 265/834/265 261/838/261
+f 247/926/247 259/925/259 258/924/258 245/923/245
+f 248/839/248 262/840/262 274/835/274 256/836/256
+f 249/824/249 271/823/271 270/818/270 244/820/244
+f 250/821/250 268/822/268 267/826/267 251/825/251
+f 251/825/251 267/826/267 266/830/266 254/829/254
+f 252/827/252 272/828/272 271/823/271 249/824/249
+f 253/832/253 273/831/273 272/828/272 252/827/252
+f 254/829/254 266/830/266 265/834/265 255/833/255
+f 256/836/256 274/835/274 273/831/273 253/832/253
+f 257/887/257 275/888/275 342/903/342 310/902/310 335/896/335 290/894/290 333/898/333 303/899/303 328/901/328 285/900/285 325/897/325 301/895/301 320/892/320 291/893/291 318/891/318 296/890/296 311/889/311 278/885/278 260/886/260
+f 258/920/258 276/922/276 275/888/275 257/887/257
+f 259/845/259 264/841/264 263/842/263 260/846/260
+f 259/921/259 277/919/277 314/904/314 298/905/298 315/911/315 294/913/294 321/909/321 299/908/299 324/906/324 286/907/286 329/910/329 305/912/305 332/915/332 287/914/287 338/916/338 308/917/308 339/918/339 276/922/276 258/920/258
+f 260/846/260 263/842/263 262/840/262 248/844/248
+f 260/886/260 278/885/278 277/919/277 259/921/259
+f 261/838/261 264/841/264 259/845/259 247/843/247
+f 261/838/261 265/834/265 266/830/266 267/826/267 268/822/268 269/819/269 270/818/270 271/823/271 272/828/272 273/831/273 274/835/274 262/840/262
+f 262/840/262 263/842/263 264/841/264 261/838/261
+f 275/686/275 468/704/468 467/706/467 342/689/342
+f 276/872/276 280/870/280 279/860/279 275/858/275
+f 276/624/276 464/605/464 463/500/463 280/491/280
+f 277/658/277 412/653/412 411/652/411 314/657/314
+f 278/859/278 282/861/282 281/871/281 277/873/277
+f 278/659/278 408/664/408 407/732/407 282/748/282
+f 279/804/279 469/795/469 468/704/468 275/686/275
+f 280/870/280 340/877/340 307/881/307 337/868/337 288/866/288 331/875/331 306/883/306 330/879/330 284/874/284 323/880/323 300/884/300 322/876/322 293/867/293 316/869/316 297/882/297 313/878/313 281/871/281 282/861/282 312/854/312 295/850/295 317/863/317 292/864/292 319/856/319 302/848/302 326/852/326 283/857/283 327/851/327 304/847/304 334/855/334 289/865/289 336/862/336 309/849/309 341/853/341 279/860/279
+f 280/491/280 463/500/463 466/501/466 340/492/340
+f 281/551/281 413/563/413 412/653/412 277/658/277
+f 282/748/282 407/732/407 410/733/410 312/749/312
+f 283/796/283 431/765/431 434/703/434 285/685/285
+f 283/796/283 443/767/443 446/772/446 327/797/327
+f 284/499/284 435/529/435 438/533/438 323/522/323
+f 284/499/284 439/527/439 442/613/442 286/630/286
+f 285/685/285 434/703/434 433/700/433 325/682/325
+f 285/685/285 444/705/444 443/767/443 283/796/283
+f 286/630/286 436/616/436 435/529/435 284/499/284
+f 286/630/286 442/613/442 441/610/441 329/625/329
+f 287/615/287 448/589/448 447/513/447 288/495/288
+f 287/615/287 456/584/456 455/582/455 338/614/338
+f 288/495/288 447/513/447 450/515/450 331/496/331
+f 288/495/288 457/511/457 456/584/456 287/615/287
+f 289/800/289 451/787/451 454/727/454 290/699/290
+f 289/800/289 459/784/459 462/782/462 336/798/336
+f 290/699/290 454/727/454 453/726/453 333/698/333
+f 290/699/290 460/725/460 459/784/459 289/800/289
+f 291/663/291 416/676/416 415/671/415 318/662/318
+f 291/663/291 424/678/424 423/744/423 292/758/292
+f 292/758/292 417/743/417 416/676/416 291/663/291
+f 292/758/292 423/744/423 426/747/426 319/761/319
+f 293/539/293 419/552/419 422/555/422 316/544/316
+f 293/539/293 427/550/427 430/640/430 294/654/294
+f 294/654/294 420/642/420 419/552/419 293/539/293
+f 294/654/294 430/640/430 429/636/429 321/647/321
+f 295/750/295 347/737/347 350/739/350 317/754/317
+f 295/750/295 375/738/375 378/667/378 296/661/296
+f 296/661/296 348/672/348 347/737/347 295/750/295
+f 296/661/296 378/667/378 377/666/377 311/660/311
+f 297/545/297 351/557/351 354/646/354 298/656/298
+f 297/545/297 379/558/379 382/560/382 313/548/313
+f 298/656/298 354/646/354 353/644/353 315/655/315
+f 298/656/298 380/649/380 379/558/379 297/545/297
+f 299/639/299 372/631/372 371/540/371 300/530/300
+f 299/639/299 388/629/388 387/626/387 324/635/324
+f 300/530/300 371/540/371 374/543/374 322/534/322
+f 300/530/300 389/538/389 388/629/388 299/639/299
+f 301/677/301 368/688/368 367/683/367 320/670/320
+f 301/677/301 384/690/384 383/756/383 302/766/302
+f 302/766/302 369/755/369 368/688/368 301/677/301
+f 302/766/302 383/756/383 386/760/386 326/788/326
+f 303/697/303 364/718/364 363/794/363 304/801/304
+f 303/697/303 396/722/396 395/719/395 328/691/328
+f 304/801/304 363/794/363 366/792/366 334/803/334
+f 304/801/304 397/771/397 396/722/396 303/697/303
+f 305/622/305 360/601/360 359/597/359 332/619/332
+f 305/622/305 392/602/392 391/523/391 306/497/306
+f 306/497/306 361/519/361 360/601/360 305/622/305
+f 306/497/306 391/523/391 394/525/394 330/498/330
+f 307/493/307 343/506/343 346/507/346 337/494/337
+f 307/493/307 399/504/399 402/594/402 308/618/308
+f 308/618/308 344/590/344 343/506/343 307/493/307
+f 308/618/308 402/594/402 401/595/401 339/623/339
+f 309/799/309 355/777/355 358/714/358 310/692/310
+f 309/799/309 403/781/403 406/783/406 341/802/341
+f 310/692/310 358/714/358 357/716/357 335/696/335
+f 310/692/310 404/712/404 403/781/403 309/799/309
+f 311/660/311 377/666/377 376/736/376 312/749/312
+f 311/660/311 409/665/409 408/664/408 278/659/278
+f 312/749/312 376/736/376 375/738/375 295/750/295
+f 312/749/312 410/733/410 409/665/409 311/660/311
+f 313/548/313 382/560/382 381/651/381 314/657/314
+f 313/548/313 414/562/414 413/563/413 281/551/281
+f 314/657/314 381/651/381 380/649/380 298/656/298
+f 314/657/314 411/652/411 414/562/414 313/548/313
+f 315/655/315 353/644/353 352/556/352 316/544/316
+f 315/655/315 421/645/421 420/642/420 294/654/294
+f 316/544/316 352/556/352 351/557/351 297/545/297
+f 316/544/316 422/555/422 421/645/421 315/655/315
+f 317/754/317 350/739/350 349/673/349 318/662/318
+f 317/754/317 418/741/418 417/743/417 292/758/292
+f 318/662/318 349/673/349 348/672/348 296/661/296
+f 318/662/318 415/671/415 418/741/418 317/754/317
+f 319/761/319 370/751/370 369/755/369 302/766/302
+f 319/761/319 426/747/426 425/681/425 320/670/320
+f 320/670/320 367/683/367 370/751/370 319/761/319
+f 320/670/320 425/681/425 424/678/424 291/663/291
+f 321/647/321 373/634/373 372/631/372 299/639/299
+f 321/647/321 429/636/429 428/546/428 322/534/322
+f 322/534/322 374/543/374 373/634/373 321/647/321
+f 322/534/322 428/546/428 427/550/427 293/539/293
+f 323/522/323 390/535/390 389/538/389 300/530/300
+f 323/522/323 438/533/438 437/621/437 324/635/324
+f 324/635/324 387/626/387 390/535/390 323/522/323
+f 324/635/324 437/621/437 436/616/436 286/630/286
+f 325/682/325 385/695/385 384/690/384 301/677/301
+f 325/682/325 433/700/433 432/762/432 326/788/326
+f 326/788/326 386/760/386 385/695/385 325/682/325
+f 326/788/326 432/762/432 431/765/431 283/796/283
+f 327/797/327 398/770/398 397/771/397 304/801/304
+f 327/797/327 446/772/446 445/708/445 328/691/328
+f 328/691/328 395/719/395 398/770/398 327/797/327
+f 328/691/328 445/708/445 444/705/444 285/685/285
+f 329/625/329 393/604/393 392/602/392 305/622/305
+f 329/625/329 441/610/441 440/524/440 330/498/330
+f 330/498/330 394/525/394 393/604/393 329/625/329
+f 330/498/330 440/524/440 439/527/439 284/499/284
+f 331/496/331 362/516/362 361/519/361 306/497/306
+f 331/496/331 450/515/450 449/591/449 332/619/332
+f 332/619/332 359/597/359 362/516/362 331/496/331
+f 332/619/332 449/591/449 448/589/448 287/615/287
+f 333/698/333 365/720/365 364/718/364 303/697/303
+f 333/698/333 453/726/453 452/789/452 334/803/334
+f 334/803/334 366/792/366 365/720/365 333/698/333
+f 334/803/334 452/789/452 451/787/451 289/800/289
+f 335/696/335 357/716/357 356/779/356 336/798/336
+f 335/696/335 461/724/461 460/725/460 290/699/290
+f 336/798/336 356/779/356 355/777/355 309/799/309
+f 336/798/336 462/782/462 461/724/461 335/696/335
+f 337/494/337 346/507/346 345/586/345 338/614/338
+f 337/494/337 458/510/458 457/511/457 288/495/288
+f 338/614/338 345/586/345 344/590/344 308/618/308
+f 338/614/338 455/582/455 458/510/458 337/494/337
+f 339/623/339 401/595/401 400/502/400 340/492/340
+f 339/623/339 465/603/465 464/605/464 276/624/276
+f 340/492/340 400/502/400 399/504/399 307/493/307
+f 340/492/340 466/501/466 465/603/465 339/623/339
+f 341/802/341 406/783/406 405/710/405 342/689/342
+f 341/802/341 470/793/470 469/795/469 279/804/279
+f 342/689/342 405/710/405 404/712/404 310/692/310
+f 342/689/342 467/706/467 470/793/470 341/802/341
+f 343/506/343 563/508/563 566/509/566 346/507/346
+f 344/590/344 564/585/564 563/508/563 343/506/343
+f 345/586/345 565/583/565 564/585/564 344/590/344
+f 346/507/346 566/509/566 565/583/565 345/586/345
+f 348/672/348 349/673/349 350/739/350 347/737/347
+f 352/556/352 353/644/353 354/646/354 351/557/351
+f 355/777/355 559/773/559 562/715/562 358/714/358
+f 356/779/356 560/774/560 559/773/559 355/777/355
+f 357/716/357 561/717/561 560/774/560 356/779/356
+f 358/714/358 562/715/562 561/717/561 357/716/357
+f 359/597/359 555/596/555 558/520/558 362/516/362
+f 360/601/360 556/598/556 555/596/555 359/597/359
+f 361/519/361 557/521/557 556/598/556 360/601/360
+f 362/516/362 558/520/558 557/521/557 361/519/361
+f 363/794/363 551/791/551 554/790/554 366/792/366
+f 364/718/364 552/721/552 551/791/551 363/794/363
+f 365/720/365 553/723/553 552/721/552 364/718/364
+f 366/792/366 554/790/554 553/723/553 365/720/365
+f 367/683/367 547/684/547 550/752/550 370/751/370
+f 368/688/368 548/687/548 547/684/547 367/683/367
+f 369/755/369 549/753/549 548/687/548 368/688/368
+f 370/751/370 550/752/550 549/753/549 369/755/369
+f 371/540/371 543/541/543 546/542/546 374/543/374
+f 372/631/372 544/632/544 543/541/543 371/540/371
+f 373/634/373 545/633/545 544/632/544 372/631/372
+f 374/543/374 546/542/546 545/633/545 373/634/373
+f 375/738/375 539/735/539 542/669/542 378/667/378
+f 376/736/376 540/734/540 539/735/539 375/738/375
+f 377/666/377 541/668/541 540/734/540 376/736/376
+f 378/667/378 542/669/542 541/668/541 377/666/377
+f 379/558/379 535/559/535 538/561/538 382/560/382
+f 380/649/380 536/648/536 535/559/535 379/558/379
+f 381/651/381 537/650/537 536/648/536 380/649/380
+f 382/560/382 538/561/538 537/650/537 381/651/381
+f 383/756/383 531/757/531 534/759/534 386/760/386
+f 384/690/384 532/693/532 531/757/531 383/756/383
+f 385/695/385 533/694/533 532/693/532 384/690/384
+f 386/760/386 534/759/534 533/694/533 385/695/385
+f 387/626/387 527/627/527 530/536/530 390/535/390
+f 388/629/388 528/628/528 527/627/527 387/626/387
+f 389/538/389 529/537/529 528/628/528 388/629/388
+f 390/535/390 530/536/530 529/537/529 389/538/389
+f 392/602/392 393/604/393 394/525/394 391/523/391
+f 396/722/396 397/771/397 398/770/398 395/719/395
+f 399/504/399 523/505/523 526/592/526 402/594/402
+f 400/502/400 524/503/524 523/505/523 399/504/399
+f 401/595/401 525/593/525 524/503/524 400/502/400
+f 402/594/402 526/592/526 525/593/525 401/595/401
+f 403/781/403 519/775/519 522/776/522 406/783/406
+f 404/712/404 520/713/520 519/775/519 403/781/403
+f 405/710/405 521/711/521 520/713/520 404/712/404
+f 406/783/406 522/776/522 521/711/521 405/710/405
+f 408/664/408 409/665/409 410/733/410 407/732/407
+f 412/653/412 413/563/413 414/562/414 411/652/411
+f 415/671/415 515/674/515 518/740/518 418/741/418
+f 416/676/416 516/675/516 515/674/515 415/671/415
+f 417/743/417 517/742/517 516/675/516 416/676/416
+f 418/741/418 518/740/518 517/742/517 417/743/417
+f 419/552/419 511/553/511 514/554/514 422/555/422
+f 420/642/420 512/641/512 511/553/511 419/552/419
+f 421/645/421 513/643/513 512/641/512 420/642/420
+f 422/555/422 514/554/514 513/643/513 421/645/421
+f 423/744/423 507/745/507 510/746/510 426/747/426
+f 424/678/424 508/679/508 507/745/507 423/744/423
+f 425/681/425 509/680/509 508/679/508 424/678/424
+f 426/747/426 510/746/510 509/680/509 425/681/425
+f 427/550/427 503/549/503 506/638/506 430/640/430
+f 428/546/428 504/547/504 503/549/503 427/550/427
+f 429/636/429 505/637/505 504/547/504 428/546/428
+f 430/640/430 506/638/506 505/637/505 429/636/429
+f 431/765/431 499/764/499 502/702/502 434/703/434
+f 432/762/432 500/763/500 499/764/499 431/765/431
+f 433/700/433 501/701/501 500/763/500 432/762/432
+f 434/703/434 502/702/502 501/701/501 433/700/433
+f 435/529/435 495/531/495 498/532/498 438/533/438
+f 436/616/436 496/617/496 495/531/495 435/529/435
+f 437/621/437 497/620/497 496/617/496 436/616/436
+f 438/533/438 498/532/498 497/620/497 437/621/437
+f 439/527/439 491/528/491 494/612/494 442/613/442
+f 440/524/440 492/526/492 491/528/491 439/527/439
+f 441/610/441 493/611/493 492/526/492 440/524/440
+f 442/612/442 494/611/494 493/610/493 441/613/441
+f 443/767/443 487/768/487 490/769/490 446/772/446
+f 444/705/444 488/707/488 487/768/487 443/767/443
+f 445/709/445 489/707/489 488/705/488 444/708/444
+f 446/772/446 490/769/490 489/709/489 445/708/445
+f 447/513/447 483/517/483 486/518/486 450/515/450
+f 448/589/448 484/587/484 483/517/483 447/513/447
+f 449/591/449 485/588/485 484/587/484 448/589/448
+f 450/515/450 486/518/486 485/588/485 449/591/449
+f 451/787/451 479/785/479 482/731/482 454/727/454
+f 452/789/452 480/786/480 479/785/479 451/787/451
+f 453/726/453 481/730/481 480/786/480 452/789/452
+f 454/727/454 482/731/482 481/730/481 453/726/453
+f 455/582/455 475/580/475 478/512/478 458/510/458
+f 456/584/456 476/581/476 475/580/475 455/582/455
+f 457/511/457 477/514/477 476/581/476 456/584/456
+f 458/510/458 478/512/478 477/514/477 457/511/457
+f 459/784/459 471/780/471 474/778/474 462/782/462
+f 460/725/460 472/729/472 471/780/471 459/784/459
+f 461/724/461 473/728/473 472/729/472 460/725/460
+f 462/782/462 474/778/474 473/728/473 461/724/461
+f 464/605/464 465/603/465 466/501/466 463/500/463
+f 468/704/468 469/795/469 470/793/470 467/706/467
+f 472/729/472 473/728/473 474/778/474 471/780/471
+f 476/581/476 477/514/477 478/512/478 475/580/475
+f 480/786/480 481/730/481 482/731/482 479/785/479
+f 484/587/484 485/588/485 486/518/486 483/517/483
+f 488/707/488 489/709/489 490/769/490 487/768/487
+f 492/526/492 493/611/493 494/612/494 491/528/491
+f 496/617/496 497/620/497 498/532/498 495/531/495
+f 500/763/500 501/701/501 502/702/502 499/764/499
+f 504/547/504 505/637/505 506/638/506 503/549/503
+f 508/679/508 509/680/509 510/746/510 507/745/507
+f 512/641/512 513/643/513 514/554/514 511/553/511
+f 516/675/516 517/742/517 518/740/518 515/674/515
+f 520/713/520 521/711/521 522/776/522 519/775/519
+f 524/503/524 525/593/525 526/592/526 523/505/523
+f 528/628/528 529/537/529 530/536/530 527/627/527
+f 532/693/532 533/694/533 534/759/534 531/757/531
+f 536/648/536 537/650/537 538/561/538 535/559/535
+f 540/734/540 541/668/541 542/669/542 539/735/539
+f 544/632/544 545/633/545 546/542/546 543/541/543
+f 548/687/548 549/753/549 550/752/550 547/684/547
+f 552/721/552 553/723/553 554/790/554 551/791/551
+f 556/598/556 557/521/557 558/520/558 555/596/555
+f 560/774/560 561/717/561 562/715/562 559/773/559
+f 564/585/564 565/583/565 566/509/566 563/508/563
+f 567/481/567 570/576/570 569/570/569 568/485/568
+f 567/567/567 571/568/571 575/569/575 578/480/578 574/479/574 570/478/570
+f 568/485/568 572/487/572 576/489/576 575/483/575 571/471/571 567/481/567
+f 569/570/569 573/573/573 572/487/572 568/485/568
+f 570/576/570 574/599/574 578/578/578 577/572/577 573/573/573 569/570/569
+f 573/573/573 577/572/577 576/489/576 572/487/572
+f 576/489/576 577/572/577 578/578/578 575/483/575
+f 579/571/579 582/577/582 581/482/581 580/486/580
+f 579/571/579 583/575/583 587/574/587 590/579/590 586/600/586 582/577/582
+f 580/486/580 584/488/584 583/575/583 579/571/579
+f 581/482/581 585/472/585 589/484/589 588/490/588 584/488/584 580/486/580
+f 582/477/582 586/476/586 590/475/590 589/564/589 585/565/585 581/566/581
+f 584/488/584 588/490/588 587/574/587 583/575/583
+f 588/490/588 589/484/589 590/579/590 587/574/587

+ 106 - 0
Assets/Resources/服务器V2+控制台/ServerV2+console.obj.meta

@@ -0,0 +1,106 @@
+fileFormatVersion: 2
+guid: 1f2192b4deddcc34386c3f7ac44ce6e5
+ModelImporter:
+  serializedVersion: 21300
+  internalIDToNameTable: []
+  externalObjects: {}
+  materials:
+    materialImportMode: 2
+    materialName: 0
+    materialSearch: 1
+    materialLocation: 0
+  animations:
+    legacyGenerateAnimations: 4
+    bakeSimulation: 0
+    resampleCurves: 1
+    optimizeGameObjects: 0
+    removeConstantScaleCurves: 1
+    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
+    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
+  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
+  remapMaterialsIfMaterialImportModeIsNone: 0
+  additionalBone: 0
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Resources/服务器V2+控制台/console.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/console.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 93f823eb414679e42b5c740a3f93f238
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

BIN
Assets/Resources/服务器V2+控制台/rack.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/rack.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 9cb6f7a9b6f25b04cb95665fee4d5308
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

BIN
Assets/Resources/服务器V2+控制台/servers.png


+ 147 - 0
Assets/Resources/服务器V2+控制台/servers.png.meta

@@ -0,0 +1,147 @@
+fileFormatVersion: 2
+guid: 2f371121fea475f469988038ed7b6782
+TextureImporter:
+  internalIDToNameTable: []
+  externalObjects: {}
+  serializedVersion: 12
+  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
+  cookieLightType: 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
+  - serializedVersion: 3
+    buildTarget: Android
+    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: WebGL
+    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: 

+ 345 - 11
Assets/Scenes/LangChaoDemo2.unity

@@ -3861,7 +3861,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 062fe91f7f40e2842b56a188ab73f67d, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  trackID: 15
+  trackID: 19
   trackingIsLost: 0
   m_debugView: 0
   m_size: 0.17
@@ -18026,7 +18026,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 062fe91f7f40e2842b56a188ab73f67d, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  trackID: 26
+  trackID: 22
   trackingIsLost: 0
   m_debugView: 0
   m_size: 0.17
@@ -18574,7 +18574,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 062fe91f7f40e2842b56a188ab73f67d, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  trackID: 6
+  trackID: 18
   trackingIsLost: 0
   m_debugView: 0
   m_size: 0.17
@@ -25768,80 +25768,412 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 0}
     m_Modifications:
+    - target: {fileID: 543450652345676337, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_RootOrder
+      value: 2
+      objectReference: {fileID: 0}
+    - target: {fileID: 643950798520605432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 643950798520605432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 643950798520605432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 643950798520605432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 790109814592073012, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 790109814592073012, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 790109814592073012, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 790109814592073012, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
     - target: {fileID: 994455723352971806, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 1018126993516540432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1018126993516540432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1018126993516540432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1018126993516540432, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1123553147532153595, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1123553147532153595, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1123553147532153595, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1123553147532153595, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 1346335042875363695, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 1816066665920494226, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1816066665920494226, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1816066665920494226, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1816066665920494226, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1831770444577912276, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1831770444577912276, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1831770444577912276, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1831770444577912276, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1851948305755606505, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1851948305755606505, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1851948305755606505, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 1851948305755606505, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 1907606463209375489, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2038439749354891805, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2038439749354891805, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2038439749354891805, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2038439749354891805, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2190371146273438392, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2190371146273438392, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2190371146273438392, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2190371146273438392, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 2293186043352540913, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2379385858338821407, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2379385858338821407, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2379385858338821407, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 2379385858338821407, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3584325765562629862, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3584325765562629862, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3584325765562629862, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3584325765562629862, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 3690636713329162924, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 3884674914192869524, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 3906250515842501547, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3906250515842501547, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3906250515842501547, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 3906250515842501547, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 4067164358364546409, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 4395286799330150833, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 4617330728755126877, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 4653498226167289126, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 4669315245899176544, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 4890435310809737397, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 4890435310809737397, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 4890435310809737397, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 4890435310809737397, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 5039108929097254313, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 5076810738680170821, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5076810738680170821, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5076810738680170821, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5076810738680170821, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 5170904273690973452, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 5406668586829610715, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5406668586829610715, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5406668586829610715, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 5406668586829610715, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 5857134928615224652, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 6003426161027023488, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 6082807079927297450, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 6082807079927297450, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 6082807079927297450, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 6082807079927297450, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 6210698473095822671, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     - target: {fileID: 6306835954619964836, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 7049827312819251933, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7049827312819251933, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7049827312819251933, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7049827312819251933, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7302673618730444293, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7302673618730444293, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7302673618730444293, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7302673618730444293, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 7501142869946732882, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 7624923062918335809, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_SizeDelta.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7678842359026357528, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7678842359026357528, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7678842359026357528, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7678842359026357528, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7804280453180204832, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMax.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7804280453180204832, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchorMin.y
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7804280453180204832, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7804280453180204832, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_AnchoredPosition.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 8039689342487651359, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 8086746782483555924, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
+      propertyPath: m_SizeDelta.y
       value: 0
       objectReference: {fileID: 0}
     - target: {fileID: 8086746782638953751, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
@@ -25894,7 +26226,7 @@ PrefabInstance:
       objectReference: {fileID: 0}
     - target: {fileID: 8692574197452208811, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
       propertyPath: m_RootOrder
-      value: 0
+      value: 1
       objectReference: {fileID: 0}
     m_RemovedComponents: []
   m_SourcePrefab: {fileID: 100100000, guid: 2cb5ff62fa16eed42bdf0f348ac8acc0, type: 3}
@@ -28493,6 +28825,8 @@ MonoBehaviour:
   isRTCreate: 0
   audio1: {fileID: 0}
   audio2: {fileID: 0}
+  isInvite: 0
+  isApply: 0
 --- !u!114 &973110132107938483
 MonoBehaviour:
   m_ObjectHideFlags: 0

+ 17 - 1
Assets/XR/Settings/OpenXR Package Settings.asset

@@ -88,6 +88,21 @@ MonoBehaviour:
   - {fileID: -3381988236473119582}
   m_renderMode: 1
   m_depthSubmissionMode: 0
+--- !u!114 &-3817608518762786190
+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
 --- !u!114 &-3381988236473119582
 MonoBehaviour:
   m_ObjectHideFlags: 0
@@ -223,10 +238,11 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 9f0ebc320a151d3408ea1e9fce54d40e, type: 3}
   m_Name: OpenXR Package Settings
   m_EditorClassIdentifier: 
-  Keys: 0100000007000000
+  Keys: 01000000070000000d000000
   Values:
   - {fileID: -3945450796701081131}
   - {fileID: -6724271008176559649}
+  - {fileID: -3817608518762786190}
 --- !u!114 &1042305656835365408
 MonoBehaviour:
   m_ObjectHideFlags: 0