From 358551c35609816e74b087d4227dfa2218ee870b Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 17:42:39 +0800 Subject: [PATCH 01/13] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E5=B1=8F=E5=A4=87=E4=BB=BD=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 配置表备份/下屏配置/DefaultEngine.ini | 105 ++++++++++++++++ 配置表备份/共有配置/config.json | 174 ++++++++++++++++++++++++++ 配置表备份/共有配置/案例配置.json | 29 +++++ 3 files changed, 308 insertions(+) create mode 100644 配置表备份/下屏配置/DefaultEngine.ini create mode 100644 配置表备份/共有配置/config.json create mode 100644 配置表备份/共有配置/案例配置.json diff --git a/配置表备份/下屏配置/DefaultEngine.ini b/配置表备份/下屏配置/DefaultEngine.ini new file mode 100644 index 0000000..62c8ea3 --- /dev/null +++ b/配置表备份/下屏配置/DefaultEngine.ini @@ -0,0 +1,105 @@ +[/Script/EngineSettings.GameMapsSettings] +GameDefaultMap=/Game/Main.Main +EditorStartupMap=/Game/Main.Main + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +-D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM6 +-D3D11TargetedShaderFormats=PCD3D_SM5 ++D3D11TargetedShaderFormats=PCD3D_SM5 +Compiler=Default +AudioSampleRate=48000 +AudioCallbackBufferFrameSize=1024 +AudioNumBuffersToEnqueue=1 +AudioMaxChannels=0 +AudioNumSourceWorkers=4 +SpatializationPlugin= +SourceDataOverridePlugin= +ReverbPlugin= +OcclusionPlugin= +CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) +CacheSizeKB=65536 +MaxChunkSizeOverrideKB=0 +bResampleForDevice=False +MaxSampleRate=48000.000000 +HighSampleRate=32000.000000 +MedSampleRate=24000.000000 +LowSampleRate=12000.000000 +MinSampleRate=8000.000000 +CompressionQualityModifier=1.000000 +AutoStreamingThreshold=0.000000 +SoundCueCookQualityIndex=-1 + +[/Script/HardwareTargeting.HardwareTargetingSettings] +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum + +[/Script/Engine.RendererSettings] +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=1 +r.ReflectionMethod=1 +r.SkinCache.CompileShaders=True +r.RayTracing=True +r.Shadow.Virtual.Enable=1 +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True +r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8 +r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8 +r.ClearCoatNormal=True +r.VirtualTextures=True +r.VT.TileSize=512 +r.RayTracing.Shadows=True +r.Lumen.HardwareRayTracing=True +r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=True +r.ReflectionCaptureResolution=2048 +r.AllowGlobalClipPlane=True +r.PostProcessing.PropagateAlpha=1 +r.TextureStreaming=False + +[/Script/WorldPartitionEditor.WorldPartitionEditorSettings] +CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' + +[/Script/Engine.UserInterfaceSettings] +bAuthorizeAutomaticWidgetVariableCreation=False +FontDPIPreset=Standard +FontDPI=72 +DesignScreenSize=(X=3840,Y=4320) +UIScaleCurve=(EditorCurveData=(Keys=((Time=1280.000000,Value=0.333000),(Time=1920.000000,Value=0.500000),(Time=3840.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) +UIScaleRule=Horizontal + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/SpaceStudioClient") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/SpaceStudioClient") +GameEngine=/Script/DisplayCluster.DisplayClusterGameEngine +UnrealEdEngine=/Script/DisplayClusterEditor.DisplayClusterEditorEngine +GameViewportClientClassName=/Script/DisplayCluster.DisplayClusterViewportClient + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=55D0C7F04C701EB3CC127F9AE4347B4F +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + +[/Script/DisplayClusterEditor.DisplayClusterEditorSettings] +bClusterReplicationEnabled=True + +[/Script/Engine.GameEngine] ++NetDriverDefinitions=(DefName=GameNetDriver,DriverClassName=/Script/DisplayClusterReplication.DisplayClusterNetDriver,DriverClassNameFallback=/Script/OnlineSubsystemUtils.IpNetDriver) ++NetDriverDefinitions=(DefName=DemoNetDriver,DriverClassName=/Script/Engine.DemoNetDriver,DriverClassNameFallback=/Script/Engine.DemoNetDriver) + +[/Script/DisplayClusterReplication.DisplayClusterNetDriver] +NetConnectionClassName=DisplayClusterReplication.DisplayClusterNetConnection + +[Audio] +UnfocusedVolumeMultiplier=1 + diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json new file mode 100644 index 0000000..a8e5863 --- /dev/null +++ b/配置表备份/共有配置/config.json @@ -0,0 +1,174 @@ +{ + "master":true, + "ndisplay":true, + "slaveIp":"127.0.0.1", + "ControllerIp":"192.168.1.157", + "ControllerPort":80, + "MediaServerIp":"192.168.1.19", + "MediaServerPort":8699, + "CustomCaseStartIndex":13, + "EnterVideoTime":274, + "windowSize":{ + "x":3840, + "y":1080 + }, + "KinectOffset":{ + "x":-60, + "y":10, + "z":75 + }, + "KinectRange":{ + "scale":1, + "xCenter":200, + "xMin":-150, + "xMax":150, + "yMin":-100, + "yMax":180, + "zMin":70, + "zMax":190 + }, + "XRStage":{ + "3D_chuancang":{ + "StagePos": { + "x":-10, + "y":0, + "z":-9.0 + }, + "ViewPointPos": { + "x":-120, + "y":0, + "z":160 + }, + "StageRotation":90 + }, + "3D_xuejiaba":{ + "StagePos": { + "x":-205, + "y":772, + "z":7 + }, + "ViewPointPos": { + "x":20, + "y":0, + "z":160 + }, + "StageRotation":270 + }, + "3D_Assets":{ + "StagePos": { + "x":2000.0, + "y":-3555.0, + "z":732.0 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":90 + }, + "3D_model_show":{ + "StagePos": { + "x":19878.794191, + "y":-4951.891448, + "z":5131.506807 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":90 + }, + "3D_menting":{ + "StagePos": { + "x":0, + "y":0, + "z":0 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":180 + }, + "3D_CustomScene":{ + "StagePos": { + "x":230, + "y":220, + "z":-125 + }, + "ViewPointPos": { + "x":-200, + "y":-220, + "z":125 + }, + "StageRotation":0, + "HdrRotationSpeed":0.5 + }, + "3D_kuangjia":{ + "StagePos": { + "x":575, + "y":-50, + "z":20 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":0, + "MoveLimit":{ + "x":300, + "y":800, + "z":0 + }, + "MoveSpeed":{ + "x":1.2, + "y":1.2, + "z":-1 + } + } + }, + "3D_SanLin":{ + "StagePos": { + "x":-64.04962, + "y":-25.995844, + "z":-3.556827 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":0 + }, + "3D_SanLin2":{ + "StagePos": { + "x":626.236587, + "y":-898.397002, + "z":97.366472 + }, + "ViewPointPos": { + "x":0, + "y":0, + "z":160 + }, + "StageRotation":0 + }, + "3D_ruihuafang":{ + "StagePos": { + "x":290.262084, + "y":-88.411683, + "z":30.000002 + }, + "ViewPointPos": { + "x":-200, + "y":-220, + "z":160 + }, + "StageRotation":0 + } + } +} \ No newline at end of file diff --git a/配置表备份/共有配置/案例配置.json b/配置表备份/共有配置/案例配置.json new file mode 100644 index 0000000..9fee37e --- /dev/null +++ b/配置表备份/共有配置/案例配置.json @@ -0,0 +1,29 @@ +{ + "data":[ + { + "name":"火锅餐厅" + },{ + "name":"牛排餐厅" + },{ + "name":"食味轩" + },{ + "name":"浦东T3" + },{ + "name":"杨树浦670" + },{ + "name":"浦东T3水池方案" + },{ + "name":"329世界会客厅" + },{ + "name":"顶尖科学家论坛" + },{ + "name":"宁波中心大堂" + },{ + "name":"银联大厦一楼大堂" + },{ + "name":"招商银行样板段" + },{ + "name":"金陵东路" + } + ] +} \ No newline at end of file From a22c0f9492eb2ffb012e0f3c684dad65bf69b119 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 17:43:00 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=91=9E=E5=8D=8E?= =?UTF-8?q?=E6=94=BE=E7=82=B9=E5=85=89=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap index 88c1e2a..c10d331 100644 --- a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap +++ b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a2d3bdf4a2979e143ef07947219cb04f73741c324f70d3b7c5c3f380577e352 -size 95985 +oid sha256:1621acb6c8363563277f512481a9d3648db56bc047a1cf11ce01c3eabe3618a3 +size 99479 From 6d92090bb8c81d61deaa440b9900a4d2ce451be8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 17:54:24 +0800 Subject: [PATCH 03/13] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 59 ++++++++++++++------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index af2af77..a8e5863 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -6,8 +6,8 @@ "ControllerPort":80, "MediaServerIp":"192.168.1.19", "MediaServerPort":8699, - "CustomCaseStartIndex":7, - "EnterVideoTime":100, + "CustomCaseStartIndex":13, + "EnterVideoTime":274, "windowSize":{ "x":3840, "y":1080 @@ -95,23 +95,23 @@ }, "3D_CustomScene":{ "StagePos": { - "x":0, - "y":0, - "z":0 + "x":230, + "y":220, + "z":-125 }, "ViewPointPos": { - "x":0, - "y":0, - "z":160 + "x":-200, + "y":-220, + "z":125 }, "StageRotation":0, - "HdrRotationSpeed":1 + "HdrRotationSpeed":0.5 }, "3D_kuangjia":{ "StagePos": { - "x":0, - "y":0, - "z":0 + "x":575, + "y":-50, + "z":20 }, "ViewPointPos": { "x":0, @@ -120,21 +120,22 @@ }, "StageRotation":0, "MoveLimit":{ - "x":100, - "y":100, + "x":300, + "y":800, "z":0 }, "MoveSpeed":{ - "x":1, - "y":1, + "x":1.2, + "y":1.2, "z":-1 } - }, - "3D_SanLin":{ + } + }, + "3D_SanLin":{ "StagePos": { - "x":0, - "y":0, - "z":0 + "x":-64.04962, + "y":-25.995844, + "z":-3.556827 }, "ViewPointPos": { "x":0, @@ -145,9 +146,9 @@ }, "3D_SanLin2":{ "StagePos": { - "x":1, - "y":1, - "z":0 + "x":626.236587, + "y":-898.397002, + "z":97.366472 }, "ViewPointPos": { "x":0, @@ -158,13 +159,13 @@ }, "3D_ruihuafang":{ "StagePos": { - "x":0, - "y":0, - "z":0 + "x":290.262084, + "y":-88.411683, + "z":30.000002 }, "ViewPointPos": { - "x":0, - "y":0, + "x":-200, + "y":-220, "z":160 }, "StageRotation":0 From e2ec5d55c1bd0ca523930ac6132324f886498643 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 18:06:57 +0800 Subject: [PATCH 04/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 343 +++++++++++++------------- 配置表备份/共有配置/config.json | 343 +++++++++++++------------- 2 files changed, 342 insertions(+), 344 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index a8e5863..6836df9 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -1,174 +1,173 @@ { - "master":true, - "ndisplay":true, - "slaveIp":"127.0.0.1", - "ControllerIp":"192.168.1.157", - "ControllerPort":80, - "MediaServerIp":"192.168.1.19", - "MediaServerPort":8699, - "CustomCaseStartIndex":13, - "EnterVideoTime":274, - "windowSize":{ - "x":3840, - "y":1080 - }, - "KinectOffset":{ - "x":-60, - "y":10, - "z":75 - }, - "KinectRange":{ - "scale":1, - "xCenter":200, - "xMin":-150, - "xMax":150, - "yMin":-100, - "yMax":180, - "zMin":70, - "zMax":190 - }, - "XRStage":{ - "3D_chuancang":{ - "StagePos": { - "x":-10, - "y":0, - "z":-9.0 - }, - "ViewPointPos": { - "x":-120, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_xuejiaba":{ - "StagePos": { - "x":-205, - "y":772, - "z":7 - }, - "ViewPointPos": { - "x":20, - "y":0, - "z":160 - }, - "StageRotation":270 - }, - "3D_Assets":{ - "StagePos": { - "x":2000.0, - "y":-3555.0, - "z":732.0 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_model_show":{ - "StagePos": { - "x":19878.794191, - "y":-4951.891448, - "z":5131.506807 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_menting":{ - "StagePos": { - "x":0, - "y":0, - "z":0 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":180 - }, - "3D_CustomScene":{ - "StagePos": { - "x":230, - "y":220, - "z":-125 - }, - "ViewPointPos": { - "x":-200, - "y":-220, - "z":125 - }, - "StageRotation":0, - "HdrRotationSpeed":0.5 - }, - "3D_kuangjia":{ - "StagePos": { - "x":575, - "y":-50, - "z":20 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0, - "MoveLimit":{ - "x":300, - "y":800, - "z":0 - }, - "MoveSpeed":{ - "x":1.2, - "y":1.2, - "z":-1 - } - } - }, - "3D_SanLin":{ - "StagePos": { - "x":-64.04962, - "y":-25.995844, - "z":-3.556827 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0 - }, - "3D_SanLin2":{ - "StagePos": { - "x":626.236587, - "y":-898.397002, - "z":97.366472 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0 - }, - "3D_ruihuafang":{ - "StagePos": { - "x":290.262084, - "y":-88.411683, - "z":30.000002 - }, - "ViewPointPos": { - "x":-200, - "y":-220, - "z":160 - }, - "StageRotation":0 - } - } + "master": true, + "ndisplay": true, + "slaveIp": "127.0.0.1", + "ControllerIp": "192.168.1.157", + "ControllerPort": 80, + "MediaServerIp": "192.168.1.19", + "MediaServerPort": 8699, + "CustomCaseStartIndex": 13, + "EnterVideoTime": 274, + "windowSize": { + "x": 3840, + "y": 1080 + }, + "KinectOffset": { + "x": -60, + "y": 10, + "z": 75 + }, + "KinectRange": { + "scale": 1, + "xCenter": 200, + "xMin": -150, + "xMax": 150, + "yMin": -100, + "yMax": 180, + "zMin": 70, + "zMax": 190 + }, + "XRStage": { + "3D_chuancang": { + "StagePos": { + "x": -10, + "y": 0, + "z": -9.0 + }, + "ViewPointPos": { + "x": -120, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_xuejiaba": { + "StagePos": { + "x": -205, + "y": 772, + "z": 7 + }, + "ViewPointPos": { + "x": 20, + "y": 0, + "z": 160 + }, + "StageRotation": 270 + }, + "3D_Assets": { + "StagePos": { + "x": 2000.0, + "y": -3555.0, + "z": 732.0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_model_show": { + "StagePos": { + "x": 19878.794191, + "y": -4951.891448, + "z": 5131.506807 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_menting": { + "StagePos": { + "x": 0, + "y": 0, + "z": 0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 180 + }, + "3D_CustomScene": { + "StagePos": { + "x": 230, + "y": 220, + "z": -125 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 125 + }, + "StageRotation": 0, + "HdrRotationSpeed": 0.5 + }, + "3D_kuangjia": { + "StagePos": { + "x": 575, + "y": -50, + "z": 20 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0, + "MoveLimit": { + "x": 300, + "y": 800, + "z": 0 + }, + "MoveSpeed": { + "x": 1.2, + "y": 1.2, + "z": -1 + } + }, + "3D_SanLin": { + "StagePos": { + "x": -64.04962, + "y": -25.995844, + "z": -3.556827 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0 + }, + "3D_SanLin2": { + "StagePos": { + "x": 626.236587, + "y": -898.397002, + "z": 97.366472 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0 + }, + "3D_ruihuafang": { + "StagePos": { + "x": 290.262084, + "y": -88.411683, + "z": 30.000002 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 160 + }, + "StageRotation": 0 + } + } } \ No newline at end of file diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index a8e5863..6836df9 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -1,174 +1,173 @@ { - "master":true, - "ndisplay":true, - "slaveIp":"127.0.0.1", - "ControllerIp":"192.168.1.157", - "ControllerPort":80, - "MediaServerIp":"192.168.1.19", - "MediaServerPort":8699, - "CustomCaseStartIndex":13, - "EnterVideoTime":274, - "windowSize":{ - "x":3840, - "y":1080 - }, - "KinectOffset":{ - "x":-60, - "y":10, - "z":75 - }, - "KinectRange":{ - "scale":1, - "xCenter":200, - "xMin":-150, - "xMax":150, - "yMin":-100, - "yMax":180, - "zMin":70, - "zMax":190 - }, - "XRStage":{ - "3D_chuancang":{ - "StagePos": { - "x":-10, - "y":0, - "z":-9.0 - }, - "ViewPointPos": { - "x":-120, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_xuejiaba":{ - "StagePos": { - "x":-205, - "y":772, - "z":7 - }, - "ViewPointPos": { - "x":20, - "y":0, - "z":160 - }, - "StageRotation":270 - }, - "3D_Assets":{ - "StagePos": { - "x":2000.0, - "y":-3555.0, - "z":732.0 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_model_show":{ - "StagePos": { - "x":19878.794191, - "y":-4951.891448, - "z":5131.506807 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":90 - }, - "3D_menting":{ - "StagePos": { - "x":0, - "y":0, - "z":0 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":180 - }, - "3D_CustomScene":{ - "StagePos": { - "x":230, - "y":220, - "z":-125 - }, - "ViewPointPos": { - "x":-200, - "y":-220, - "z":125 - }, - "StageRotation":0, - "HdrRotationSpeed":0.5 - }, - "3D_kuangjia":{ - "StagePos": { - "x":575, - "y":-50, - "z":20 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0, - "MoveLimit":{ - "x":300, - "y":800, - "z":0 - }, - "MoveSpeed":{ - "x":1.2, - "y":1.2, - "z":-1 - } - } - }, - "3D_SanLin":{ - "StagePos": { - "x":-64.04962, - "y":-25.995844, - "z":-3.556827 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0 - }, - "3D_SanLin2":{ - "StagePos": { - "x":626.236587, - "y":-898.397002, - "z":97.366472 - }, - "ViewPointPos": { - "x":0, - "y":0, - "z":160 - }, - "StageRotation":0 - }, - "3D_ruihuafang":{ - "StagePos": { - "x":290.262084, - "y":-88.411683, - "z":30.000002 - }, - "ViewPointPos": { - "x":-200, - "y":-220, - "z":160 - }, - "StageRotation":0 - } - } + "master": true, + "ndisplay": true, + "slaveIp": "127.0.0.1", + "ControllerIp": "192.168.1.157", + "ControllerPort": 80, + "MediaServerIp": "192.168.1.19", + "MediaServerPort": 8699, + "CustomCaseStartIndex": 13, + "EnterVideoTime": 274, + "windowSize": { + "x": 3840, + "y": 1080 + }, + "KinectOffset": { + "x": -60, + "y": 10, + "z": 75 + }, + "KinectRange": { + "scale": 1, + "xCenter": 200, + "xMin": -150, + "xMax": 150, + "yMin": -100, + "yMax": 180, + "zMin": 70, + "zMax": 190 + }, + "XRStage": { + "3D_chuancang": { + "StagePos": { + "x": -10, + "y": 0, + "z": -9.0 + }, + "ViewPointPos": { + "x": -120, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_xuejiaba": { + "StagePos": { + "x": -205, + "y": 772, + "z": 7 + }, + "ViewPointPos": { + "x": 20, + "y": 0, + "z": 160 + }, + "StageRotation": 270 + }, + "3D_Assets": { + "StagePos": { + "x": 2000.0, + "y": -3555.0, + "z": 732.0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_model_show": { + "StagePos": { + "x": 19878.794191, + "y": -4951.891448, + "z": 5131.506807 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_menting": { + "StagePos": { + "x": 0, + "y": 0, + "z": 0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 180 + }, + "3D_CustomScene": { + "StagePos": { + "x": 230, + "y": 220, + "z": -125 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 125 + }, + "StageRotation": 0, + "HdrRotationSpeed": 0.5 + }, + "3D_kuangjia": { + "StagePos": { + "x": 575, + "y": -50, + "z": 20 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0, + "MoveLimit": { + "x": 300, + "y": 800, + "z": 0 + }, + "MoveSpeed": { + "x": 1.2, + "y": 1.2, + "z": -1 + } + }, + "3D_SanLin": { + "StagePos": { + "x": -64.04962, + "y": -25.995844, + "z": -3.556827 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0 + }, + "3D_SanLin2": { + "StagePos": { + "x": 626.236587, + "y": -898.397002, + "z": 97.366472 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0 + }, + "3D_ruihuafang": { + "StagePos": { + "x": 290.262084, + "y": -88.411683, + "z": 30.000002 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 160 + }, + "StageRotation": 0 + } + } } \ No newline at end of file From 684dc955f70ef984b88e6824c19c9d82713436a6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 18:17:59 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 178 +++++++++++++++++++++++++- 配置表备份/共有配置/config.json | 8 +- 2 files changed, 179 insertions(+), 7 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 6836df9..bf9b285 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -141,7 +141,7 @@ "y": 0, "z": 160 }, - "StageRotation": 0 + "StageRotation": 90 }, "3D_SanLin2": { "StagePos": { @@ -158,8 +158,8 @@ }, "3D_ruihuafang": { "StagePos": { - "x": 290.262084, - "y": -88.411683, + "x": -520.747079, + "y": 326.595391, "z": 30.000002 }, "ViewPointPos": { @@ -167,7 +167,179 @@ "y": -220, "z": 160 }, + "StageRotation": 90 + } + } +}{ + "master": true, + "ndisplay": true, + "slaveIp": "127.0.0.1", + "ControllerIp": "192.168.1.157", + "ControllerPort": 80, + "MediaServerIp": "192.168.1.19", + "MediaServerPort": 8699, + "CustomCaseStartIndex": 13, + "EnterVideoTime": 274, + "windowSize": { + "x": 3840, + "y": 1080 + }, + "KinectOffset": { + "x": -60, + "y": 10, + "z": 75 + }, + "KinectRange": { + "scale": 1, + "xCenter": 200, + "xMin": -150, + "xMax": 150, + "yMin": -100, + "yMax": 180, + "zMin": 70, + "zMax": 190 + }, + "XRStage": { + "3D_chuancang": { + "StagePos": { + "x": -10, + "y": 0, + "z": -9.0 + }, + "ViewPointPos": { + "x": -120, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_xuejiaba": { + "StagePos": { + "x": -205, + "y": 772, + "z": 7 + }, + "ViewPointPos": { + "x": 20, + "y": 0, + "z": 160 + }, + "StageRotation": 270 + }, + "3D_Assets": { + "StagePos": { + "x": 2000.0, + "y": -3555.0, + "z": 732.0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_model_show": { + "StagePos": { + "x": 19878.794191, + "y": -4951.891448, + "z": 5131.506807 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_menting": { + "StagePos": { + "x": 0, + "y": 0, + "z": 0 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 180 + }, + "3D_CustomScene": { + "StagePos": { + "x": 230, + "y": 220, + "z": -125 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 125 + }, + "StageRotation": 0, + "HdrRotationSpeed": 0.5 + }, + "3D_kuangjia": { + "StagePos": { + "x": 575, + "y": -50, + "z": 20 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 0, + "MoveLimit": { + "x": 300, + "y": 800, + "z": 0 + }, + "MoveSpeed": { + "x": 1.2, + "y": 1.2, + "z": -1 + } + }, + "3D_SanLin": { + "StagePos": { + "x": -64.04962, + "y": -25.995844, + "z": -3.556827 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, + "StageRotation": 90 + }, + "3D_SanLin2": { + "StagePos": { + "x": 626.236587, + "y": -898.397002, + "z": 97.366472 + }, + "ViewPointPos": { + "x": 0, + "y": 0, + "z": 160 + }, "StageRotation": 0 + }, + "3D_ruihuafang": { + "StagePos": { + "x": -520.747079, + "y": 326.595391, + "z": 30.000002 + }, + "ViewPointPos": { + "x": -200, + "y": -220, + "z": 160 + }, + "StageRotation": -90 } } } \ No newline at end of file diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 6836df9..144dae0 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -141,7 +141,7 @@ "y": 0, "z": 160 }, - "StageRotation": 0 + "StageRotation": 90 }, "3D_SanLin2": { "StagePos": { @@ -158,8 +158,8 @@ }, "3D_ruihuafang": { "StagePos": { - "x": 290.262084, - "y": -88.411683, + "x": -520.747079, + "y": 326.595391, "z": 30.000002 }, "ViewPointPos": { @@ -167,7 +167,7 @@ "y": -220, "z": 160 }, - "StageRotation": 0 + "StageRotation": -90 } } } \ No newline at end of file From e261ef08fa226ed13fb2409dece099a7f69590e7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sat, 11 Apr 2026 18:22:32 +0800 Subject: [PATCH 06/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 172 -------------------------- 1 file changed, 172 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index bf9b285..144dae0 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -156,178 +156,6 @@ }, "StageRotation": 0 }, - "3D_ruihuafang": { - "StagePos": { - "x": -520.747079, - "y": 326.595391, - "z": 30.000002 - }, - "ViewPointPos": { - "x": -200, - "y": -220, - "z": 160 - }, - "StageRotation": 90 - } - } -}{ - "master": true, - "ndisplay": true, - "slaveIp": "127.0.0.1", - "ControllerIp": "192.168.1.157", - "ControllerPort": 80, - "MediaServerIp": "192.168.1.19", - "MediaServerPort": 8699, - "CustomCaseStartIndex": 13, - "EnterVideoTime": 274, - "windowSize": { - "x": 3840, - "y": 1080 - }, - "KinectOffset": { - "x": -60, - "y": 10, - "z": 75 - }, - "KinectRange": { - "scale": 1, - "xCenter": 200, - "xMin": -150, - "xMax": 150, - "yMin": -100, - "yMax": 180, - "zMin": 70, - "zMax": 190 - }, - "XRStage": { - "3D_chuancang": { - "StagePos": { - "x": -10, - "y": 0, - "z": -9.0 - }, - "ViewPointPos": { - "x": -120, - "y": 0, - "z": 160 - }, - "StageRotation": 90 - }, - "3D_xuejiaba": { - "StagePos": { - "x": -205, - "y": 772, - "z": 7 - }, - "ViewPointPos": { - "x": 20, - "y": 0, - "z": 160 - }, - "StageRotation": 270 - }, - "3D_Assets": { - "StagePos": { - "x": 2000.0, - "y": -3555.0, - "z": 732.0 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 90 - }, - "3D_model_show": { - "StagePos": { - "x": 19878.794191, - "y": -4951.891448, - "z": 5131.506807 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 90 - }, - "3D_menting": { - "StagePos": { - "x": 0, - "y": 0, - "z": 0 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 180 - }, - "3D_CustomScene": { - "StagePos": { - "x": 230, - "y": 220, - "z": -125 - }, - "ViewPointPos": { - "x": -200, - "y": -220, - "z": 125 - }, - "StageRotation": 0, - "HdrRotationSpeed": 0.5 - }, - "3D_kuangjia": { - "StagePos": { - "x": 575, - "y": -50, - "z": 20 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 0, - "MoveLimit": { - "x": 300, - "y": 800, - "z": 0 - }, - "MoveSpeed": { - "x": 1.2, - "y": 1.2, - "z": -1 - } - }, - "3D_SanLin": { - "StagePos": { - "x": -64.04962, - "y": -25.995844, - "z": -3.556827 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 90 - }, - "3D_SanLin2": { - "StagePos": { - "x": 626.236587, - "y": -898.397002, - "z": 97.366472 - }, - "ViewPointPos": { - "x": 0, - "y": 0, - "z": 160 - }, - "StageRotation": 0 - }, "3D_ruihuafang": { "StagePos": { "x": -520.747079, From 08d92f4e64ce1a66be392a1d2a88db9ee3ecf71d Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 17:46:41 +0800 Subject: [PATCH 07/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 12 ++++---- SpaceStudioClient/Content/案例配置.json | 40 ++++++++++++------------- 配置表备份/共有配置/config.json | 12 ++++---- 3 files changed, 31 insertions(+), 33 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 144dae0..6a72549 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -134,7 +134,7 @@ "StagePos": { "x": -64.04962, "y": -25.995844, - "z": -3.556827 + "z": 0 }, "ViewPointPos": { "x": 0, @@ -145,22 +145,22 @@ }, "3D_SanLin2": { "StagePos": { - "x": 626.236587, - "y": -898.397002, - "z": 97.366472 + "x": 765.65338, + "y": -894.24346, + "z": 30 }, "ViewPointPos": { "x": 0, "y": 0, "z": 160 }, - "StageRotation": 0 + "StageRotation": 90 }, "3D_ruihuafang": { "StagePos": { "x": -520.747079, "y": 326.595391, - "z": 30.000002 + "z": 0 }, "ViewPointPos": { "x": -200, diff --git a/SpaceStudioClient/Content/案例配置.json b/SpaceStudioClient/Content/案例配置.json index be86763..9fee37e 100644 --- a/SpaceStudioClient/Content/案例配置.json +++ b/SpaceStudioClient/Content/案例配置.json @@ -1,31 +1,29 @@ { "data":[ { - "name":"火锅餐厅", - "wall_A_file": "D:/UE_SpaceStudio/CutomData/火锅上屏_A.mp4", - "wall_B_file": "D:/UE_SpaceStudio/CutomData/火锅餐厅/火锅餐厅-04.png", - "wall_C_file": "D:/UE_SpaceStudio/CutomData/火锅地面_C.mp4" - + "name":"火锅餐厅" },{ - "name":"牛排餐厅", - "wall_A_file": "D:/UE_SpaceStudio/CutomData/牛排上屏_A.mp4", - "wall_B_file": "D:/UE_SpaceStudio/CutomData/牛排餐厅-06.png", - "wall_C_file": "D:/UE_SpaceStudio/CutomData/牛排地面_C.mp4" + "name":"牛排餐厅" },{ - "name":"浦东T3", - "wall_A_file": "D:/UE_SpaceStudio/CutomData/浦东上屏_A.mp4", - "wall_B_file": "D:/UE_SpaceStudio/CutomData/四川餐厅-05.png", - "wall_C_file": "D:/UE_SpaceStudio/CutomData/浦东地面_C.mp4" + "name":"食味轩" },{ - "name":"四川餐厅", - "wall_A_file": "D:/UE_SpaceStudio/CutomData/四川上屏_A.mp4", - "wall_B_file": "D:/UE_SpaceStudio/CutomData/四川餐厅-05.png", - "wall_C_file": "D:/UE_SpaceStudio/CutomData/四川地面_C.mp4" + "name":"浦东T3" },{ - "name":"杨树浦670", - "wall_A_file": "D:/UE_SpaceStudio/CutomData/杨树浦 上屏_A.mp4", - "wall_B_file": "D:/UE_SpaceStudio/CutomData/四川餐厅-05.png", - "wall_C_file": "D:/UE_SpaceStudio/CutomData/杨树浦 地面_C.mp4" + "name":"杨树浦670" + },{ + "name":"浦东T3水池方案" + },{ + "name":"329世界会客厅" + },{ + "name":"顶尖科学家论坛" + },{ + "name":"宁波中心大堂" + },{ + "name":"银联大厦一楼大堂" + },{ + "name":"招商银行样板段" + },{ + "name":"金陵东路" } ] } \ No newline at end of file diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 144dae0..6a72549 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -134,7 +134,7 @@ "StagePos": { "x": -64.04962, "y": -25.995844, - "z": -3.556827 + "z": 0 }, "ViewPointPos": { "x": 0, @@ -145,22 +145,22 @@ }, "3D_SanLin2": { "StagePos": { - "x": 626.236587, - "y": -898.397002, - "z": 97.366472 + "x": 765.65338, + "y": -894.24346, + "z": 30 }, "ViewPointPos": { "x": 0, "y": 0, "z": 160 }, - "StageRotation": 0 + "StageRotation": 90 }, "3D_ruihuafang": { "StagePos": { "x": -520.747079, "y": 326.595391, - "z": 30.000002 + "z": 0 }, "ViewPointPos": { "x": -200, From 9c9b3b0d7d13db382391bf0e48fdc1fcb2a03be0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:22:25 +0800 Subject: [PATCH 08/13] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap | 4 ++-- SpaceStudioClient/Content/config.json | 6 +++--- 配置表备份/共有配置/config.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap index c10d331..5208cf9 100644 --- a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap +++ b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1621acb6c8363563277f512481a9d3648db56bc047a1cf11ce01c3eabe3618a3 -size 99479 +oid sha256:7b27f92b97a55198ac6adcde4e5cf876645ab485b4e08f046a1651e4b94d493d +size 99779 diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 6a72549..8942e51 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -158,9 +158,9 @@ }, "3D_ruihuafang": { "StagePos": { - "x": -520.747079, - "y": 326.595391, - "z": 0 + "x": 75.024535, + "y": 20.854838, + "z": 30.0 }, "ViewPointPos": { "x": -200, diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 6a72549..8942e51 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -158,9 +158,9 @@ }, "3D_ruihuafang": { "StagePos": { - "x": -520.747079, - "y": 326.595391, - "z": 0 + "x": 75.024535, + "y": 20.854838, + "z": 30.0 }, "ViewPointPos": { "x": -200, From 1754764224a98bf71aa82cab2af57dda4ca4f872 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:29:00 +0800 Subject: [PATCH 09/13] =?UTF-8?q?Revert=20"=E6=B5=8B=E8=AF=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 210e049019972264206a9484e61c4c9a534da575. --- SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap | 4 ++-- SpaceStudioClient/Content/config.json | 6 +++--- 配置表备份/共有配置/config.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap index 5208cf9..c10d331 100644 --- a/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap +++ b/SpaceStudioClient/Content/3D_Assets/Map/3D_ruihuafang.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b27f92b97a55198ac6adcde4e5cf876645ab485b4e08f046a1651e4b94d493d -size 99779 +oid sha256:1621acb6c8363563277f512481a9d3648db56bc047a1cf11ce01c3eabe3618a3 +size 99479 diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 8942e51..6a72549 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -158,9 +158,9 @@ }, "3D_ruihuafang": { "StagePos": { - "x": 75.024535, - "y": 20.854838, - "z": 30.0 + "x": -520.747079, + "y": 326.595391, + "z": 0 }, "ViewPointPos": { "x": -200, diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 8942e51..6a72549 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -158,9 +158,9 @@ }, "3D_ruihuafang": { "StagePos": { - "x": 75.024535, - "y": 20.854838, - "z": 30.0 + "x": -520.747079, + "y": 326.595391, + "z": 0 }, "ViewPointPos": { "x": -200, From eae237a6c74dee8f07ca0af74e11cea463ce7977 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:29:58 +0800 Subject: [PATCH 10/13] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 2 +- 配置表备份/共有配置/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 6a72549..f517bd8 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 160 + "z": 30 }, "StageRotation": -90 } diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 6a72549..f517bd8 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 160 + "z": 30 }, "StageRotation": -90 } From d27d35a416c4fdf1e5ea0f5e787a4220339f38dd Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:33:50 +0800 Subject: [PATCH 11/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 2 +- 配置表备份/共有配置/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index f517bd8..95da9c7 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 30 + "z": 50 }, "StageRotation": -90 } diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index f517bd8..95da9c7 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 30 + "z": 50 }, "StageRotation": -90 } From e4edd45bb5bec306213cc26eac6a017ad0ee37a5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:36:52 +0800 Subject: [PATCH 12/13] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/3D_Assets/Blueprint/BP_瑞华坊.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceStudioClient/Content/3D_Assets/Blueprint/BP_瑞华坊.uasset b/SpaceStudioClient/Content/3D_Assets/Blueprint/BP_瑞华坊.uasset index 139fde6..694e304 100644 --- a/SpaceStudioClient/Content/3D_Assets/Blueprint/BP_瑞华坊.uasset +++ b/SpaceStudioClient/Content/3D_Assets/Blueprint/BP_瑞华坊.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:220c7b35ff65530c9fda5316eefef83d73c5c1222815712cefa831e30dc5ffa3 -size 108810 +oid sha256:7c12596ec6e101d5b10869d316fa040254cee8eaef4a7813dff00790830cc175 +size 110287 From 0ac3dfc1b5ce51decf2bbb7f5fd6f3bef0059153 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FIAU0GI\\admin" <0> Date: Sun, 12 Apr 2026 19:37:03 +0800 Subject: [PATCH 13/13] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpaceStudioClient/Content/config.json | 2 +- 配置表备份/共有配置/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceStudioClient/Content/config.json b/SpaceStudioClient/Content/config.json index 95da9c7..6e6b2df 100644 --- a/SpaceStudioClient/Content/config.json +++ b/SpaceStudioClient/Content/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 50 + "z": 25 }, "StageRotation": -90 } diff --git a/配置表备份/共有配置/config.json b/配置表备份/共有配置/config.json index 95da9c7..6e6b2df 100644 --- a/配置表备份/共有配置/config.json +++ b/配置表备份/共有配置/config.json @@ -165,7 +165,7 @@ "ViewPointPos": { "x": -200, "y": -220, - "z": 50 + "z": 25 }, "StageRotation": -90 }