Skip to content

Commit 113b8c8

Browse files
SeanPullerSean Puller
authored andcommitted
update occlusion radius for directional light sample (#6154)
Co-authored-by: Sean Puller <[email protected]>
1 parent 3e73de6 commit 113b8c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

com.unity.render-pipelines.high-definition/Samples~/LensFlareSamples/ExampleDirectionalLight.unity

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 688.0918, g: 738.20264, b: 723.74976, a: 1}
41+
m_IndirectSpecularColor: {r: 687.1787, g: 737.74316, b: 735.8723, a: 1}
4242
m_UseRadianceAmbientProbe: 0
4343
--- !u!157 &3
4444
LightmapSettings:
@@ -195,6 +195,7 @@ MonoBehaviour:
195195
m_Profile: {fileID: 11400000, guid: 621d000f3cc3e774ea8675637c871a5b, type: 2}
196196
m_StaticLightingSkyUniqueID: 4
197197
m_StaticLightingCloudsUniqueID: 0
198+
m_StaticLightingVolumetricClouds: 0
198199
--- !u!4 &268609154
199200
Transform:
200201
m_ObjectHideFlags: 1
@@ -630,7 +631,7 @@ MonoBehaviour:
630631
m_PostInfinity: 2
631632
m_RotationOrder: 4
632633
useOcclusion: 1
633-
occlusionRadius: 90
634+
occlusionRadius: 0.73
634635
sampleCount: 32
635636
occlusionOffset: 0
636637
scale: 1
@@ -864,7 +865,7 @@ MonoBehaviour:
864865
m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
865866
m_Name:
866867
m_EditorClassIdentifier:
867-
isGlobal: 1
868+
m_IsGlobal: 1
868869
priority: 0
869870
blendDistance: 0
870871
weight: 1
@@ -932,10 +933,12 @@ MonoBehaviour:
932933
taaAntiFlicker: 0.5
933934
taaMotionVectorRejection: 0
934935
taaAntiHistoryRinging: 0
936+
taaBaseBlendFactor: 0.875
935937
physicalParameters:
936938
m_Iso: 200
937939
m_ShutterSpeed: 0.005
938940
m_Aperture: 16
941+
m_FocusDistance: 10
939942
m_BladeCount: 5
940943
m_Curvature: {x: 2, y: 11}
941944
m_BarrelClipping: 0.25

0 commit comments

Comments
 (0)