Added light blinking
This commit is contained in:
@@ -54,7 +54,7 @@ RuntimeGeneration=Dynamic
|
|||||||
r.Mobile.ShadingPath=0
|
r.Mobile.ShadingPath=0
|
||||||
r.Mobile.AllowDeferredShadingOpenGL=False
|
r.Mobile.AllowDeferredShadingOpenGL=False
|
||||||
r.Mobile.SupportGPUScene=True
|
r.Mobile.SupportGPUScene=True
|
||||||
r.Mobile.AntiAliasing=1
|
r.Mobile.AntiAliasing=0
|
||||||
r.Mobile.FloatPrecisionMode=0
|
r.Mobile.FloatPrecisionMode=0
|
||||||
r.Mobile.AllowDitheredLODTransition=False
|
r.Mobile.AllowDitheredLODTransition=False
|
||||||
r.Mobile.VirtualTextures=False
|
r.Mobile.VirtualTextures=False
|
||||||
@@ -93,14 +93,14 @@ BlueChromaticityCoordinate=(X=0.150000,Y=0.060000)
|
|||||||
WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000)
|
WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000)
|
||||||
r.LegacyLuminanceFactors=False
|
r.LegacyLuminanceFactors=False
|
||||||
r.ClearCoatNormal=False
|
r.ClearCoatNormal=False
|
||||||
r.DynamicGlobalIlluminationMethod=1
|
r.DynamicGlobalIlluminationMethod=2
|
||||||
r.ReflectionMethod=1
|
r.ReflectionMethod=2
|
||||||
r.ReflectionCaptureResolution=128
|
r.ReflectionCaptureResolution=128
|
||||||
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
|
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
|
||||||
r.Lumen.HardwareRayTracing=True
|
r.Lumen.HardwareRayTracing=True
|
||||||
r.Lumen.HardwareRayTracing.LightingMode=0
|
r.Lumen.HardwareRayTracing.LightingMode=0
|
||||||
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False
|
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False
|
||||||
r.Lumen.TraceMeshSDFs=0
|
r.Lumen.TraceMeshSDFs=1
|
||||||
r.Lumen.ScreenTracingSource=0
|
r.Lumen.ScreenTracingSource=0
|
||||||
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=True
|
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=True
|
||||||
r.MegaLights.EnableForProject=False
|
r.MegaLights.EnableForProject=False
|
||||||
@@ -112,7 +112,7 @@ r.RayTracing.UseTextureLod=False
|
|||||||
r.PathTracing=True
|
r.PathTracing=True
|
||||||
r.GenerateMeshDistanceFields=True
|
r.GenerateMeshDistanceFields=True
|
||||||
r.DistanceFields.DefaultVoxelDensity=0.200000
|
r.DistanceFields.DefaultVoxelDensity=0.200000
|
||||||
r.Nanite.ProjectEnabled=True
|
r.Nanite.ProjectEnabled=False
|
||||||
r.AllowStaticLighting=False
|
r.AllowStaticLighting=False
|
||||||
r.NormalMapsForStaticLighting=False
|
r.NormalMapsForStaticLighting=False
|
||||||
r.ForwardShading=False
|
r.ForwardShading=False
|
||||||
@@ -140,7 +140,7 @@ r.DefaultFeature.MotionBlur=False
|
|||||||
r.DefaultFeature.LensFlare=False
|
r.DefaultFeature.LensFlare=False
|
||||||
r.TemporalAA.Upsampling=True
|
r.TemporalAA.Upsampling=True
|
||||||
r.AntiAliasingMethod=0
|
r.AntiAliasingMethod=0
|
||||||
r.MSAACount=4
|
r.MSAACount=1
|
||||||
r.DefaultFeature.LightUnits=1
|
r.DefaultFeature.LightUnits=1
|
||||||
r.DefaultBackBufferPixelFormat=4
|
r.DefaultBackBufferPixelFormat=4
|
||||||
r.ScreenPercentage.Default=100.000000
|
r.ScreenPercentage.Default=100.000000
|
||||||
|
|||||||
@@ -68,6 +68,7 @@ bEnableLegacyInputScales=True
|
|||||||
bEnableMotionControls=True
|
bEnableMotionControls=True
|
||||||
bFilterInputByPlatformUser=False
|
bFilterInputByPlatformUser=False
|
||||||
bShouldFlushPressedKeysOnViewportFocusLost=True
|
bShouldFlushPressedKeysOnViewportFocusLost=True
|
||||||
|
bEnableDynamicComponentInputBinding=True
|
||||||
bAlwaysShowTouchInterface=False
|
bAlwaysShowTouchInterface=False
|
||||||
bShowConsoleOnFourFingerTap=True
|
bShowConsoleOnFourFingerTap=True
|
||||||
bEnableGestureRecognizer=False
|
bEnableGestureRecognizer=False
|
||||||
@@ -76,8 +77,11 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
|
|||||||
DefaultViewportMouseLockMode=LockOnCapture
|
DefaultViewportMouseLockMode=LockOnCapture
|
||||||
FOVScale=0.011110
|
FOVScale=0.011110
|
||||||
DoubleClickTime=0.200000
|
DoubleClickTime=0.200000
|
||||||
|
+ActionMappings=(ActionName="MouseWheelUP",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollUp)
|
||||||
|
+ActionMappings=(ActionName="MouseWheellDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollDown)
|
||||||
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
|
||||||
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
||||||
DefaultTouchInterface=None
|
DefaultTouchInterface=None
|
||||||
-ConsoleKeys=Tilde
|
-ConsoleKeys=Tilde
|
||||||
+ConsoleKeys=Tilde
|
+ConsoleKeys=Tilde
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/TopDown/Input/Actions/IA_Zoom.uasset
Normal file
BIN
Content/TopDown/Input/Actions/IA_Zoom.uasset
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user