添加上下屏备份设置
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"data":[
|
||||
{
|
||||
"name":"火锅餐厅"
|
||||
},{
|
||||
"name":"牛排餐厅"
|
||||
},{
|
||||
"name":"食味轩"
|
||||
},{
|
||||
"name":"浦东T3"
|
||||
},{
|
||||
"name":"杨树浦670"
|
||||
},{
|
||||
"name":"浦东T3水池方案"
|
||||
},{
|
||||
"name":"329世界会客厅"
|
||||
},{
|
||||
"name":"顶尖科学家论坛"
|
||||
},{
|
||||
"name":"宁波中心大堂"
|
||||
},{
|
||||
"name":"银联大厦一楼大堂"
|
||||
},{
|
||||
"name":"招商银行样板段"
|
||||
},{
|
||||
"name":"金陵东路"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user