Compare commits

...

1 Commits
v1.0.8 ... main

Author SHA1 Message Date
1b391cfa2a mac light problem
Some checks are pending
Unreal Engine Build / build-and-release (push) Waiting to run
Unreal Engine Build / macos-build (push) Successful in 34m7s
Fixed the lighting issue in the loft scene.
2025-04-06 19:02:11 +03:00
23 changed files with 25013 additions and 8 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"Luckyrobots": "UnrealEditor-Luckyrobots.dylib"
}
}

View File

@ -58,14 +58,14 @@ r.ReflectionMethod=1
r.ReflectionCaptureResolution=128
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
r.Lumen.HardwareRayTracing=False
r.Lumen.HardwareRayTracing.LightingMode=0
r.Lumen.HardwareRayTracing.LightingMode=2
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False
r.Lumen.TraceMeshSDFs=1
r.Lumen.TraceMeshSDFs=0
r.Lumen.ScreenTracingSource=0
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=False
r.MegaLights.EnableForProject=False
r.RayTracing.Shadows=False
r.Shadow.Virtual.Enable=1
r.Shadow.Virtual.Enable=0
r.RayTracing=False
r.RayTracing.UseTextureLod=False
r.PathTracing=False
@ -87,7 +87,7 @@ r.CustomDepthTemporalAAJitter=True
r.PostProcessing.PropagateAlpha=False
r.Deferred.SupportPrimitiveAlphaHoldout=False
r.DefaultFeature.Bloom=True
r.DefaultFeature.AmbientOcclusion=False
r.DefaultFeature.AmbientOcclusion=True
r.DefaultFeature.AmbientOcclusionStaticFraction=True
r.DefaultFeature.AutoExposure=False
r.DefaultFeature.AutoExposure.Method=0
@ -98,8 +98,8 @@ r.DefaultFeature.LocalExposure.ShadowContrastScale=0.800000
r.DefaultFeature.MotionBlur=False
r.DefaultFeature.LensFlare=False
r.TemporalAA.Upsampling=True
r.AntiAliasingMethod=4
r.MSAACount=1
r.AntiAliasingMethod=2
r.MSAACount=2
r.DefaultFeature.LightUnits=1
r.DefaultBackBufferPixelFormat=4
r.ScreenPercentage.Default=85.000000

BIN
Content/Levels/House01/Maps/LoftLevel.umap (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"BlueprintJson": "UnrealEditor-BlueprintJson.dylib"
}
}

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"BuildId": "37670630",
"Modules":
{
"LuckyTextWrite": "UnrealEditor-LuckyTextWrite.dylib"
}
}

View File

@ -0,0 +1,11 @@
{
"BuildId": "37670630",
"Modules":
{
"CoreUtility": "UnrealEditor-CoreUtility.dylib",
"SIOJEditorPlugin": "UnrealEditor-SIOJEditorPlugin.dylib",
"SIOJson": "UnrealEditor-SIOJson.dylib",
"SocketIOClient": "UnrealEditor-SocketIOClient.dylib",
"SocketIOLib": "UnrealEditor-SocketIOLib.dylib"
}
}

Binary file not shown.

View File

@ -0,0 +1,8 @@
{
"BuildId": "37670630",
"Modules":
{
"VaRest": "UnrealEditor-VaRest.dylib",
"VaRestEditor": "UnrealEditor-VaRestEditor.dylib"
}
}