Skip to content

Commit e769a50

Browse files
Fixed settings of PPSv2 in 3 test-scenes with Point Lights, expecially Color Grading.
Turned back the intensity value of Directional Light in ToonShader_Firely to the original one.
1 parent 8aebe00 commit e769a50

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

UTS2_Project~/Assets/Legacy/Sample Scenes/PointLightTest/PointlihgtTest Hi-Cut_Filter Test.asset

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: adb84e30e02715445aeb9959894e3b4d, type: 3}
1313
m_Name: ColorGrading
1414
m_EditorClassIdentifier:
15-
active: 0
15+
active: 1
1616
enabled:
1717
overrideState: 1
1818
value: 1
@@ -24,7 +24,7 @@ MonoBehaviour:
2424
value: {fileID: 0}
2525
defaultState: 1
2626
tonemapper:
27-
overrideState: 0
27+
overrideState: 1
2828
value: 2
2929
toneCurveToeStrength:
3030
overrideState: 0
@@ -70,8 +70,8 @@ MonoBehaviour:
7070
overrideState: 0
7171
value: 0
7272
postExposure:
73-
overrideState: 0
74-
value: 0.5
73+
overrideState: 1
74+
value: 0.08
7575
contrast:
7676
overrideState: 0
7777
value: 1
@@ -103,14 +103,14 @@ MonoBehaviour:
103103
overrideState: 0
104104
value: 100
105105
lift:
106-
overrideState: 0
107-
value: {x: 0.91141903, y: 0.97708166, z: 1, w: 0}
106+
overrideState: 1
107+
value: {x: 0.6223347, y: 0.8206371, z: 1, w: 0}
108108
gamma:
109-
overrideState: 0
110-
value: {x: 1, y: 1, z: 1, w: 0}
109+
overrideState: 1
110+
value: {x: 1, y: 0.97203887, z: 0.8111683, w: 0}
111111
gain:
112-
overrideState: 0
113-
value: {x: 1, y: 1, z: 1, w: 0}
112+
overrideState: 1
113+
value: {x: 1, y: 0.6053063, z: 0.94303364, w: 0}
114114
masterCurve:
115115
overrideState: 0
116116
value:

UTS2_Project~/Assets/Legacy/Sample Scenes/PointLightTest/PointlihgtTest.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ MonoBehaviour:
104104
value: 100
105105
lift:
106106
overrideState: 0
107-
value: {x: 0.6793541, y: 0.7242188, z: 1, w: 0}
107+
value: {x: 1, y: 1, z: 1, w: 0}
108108
gamma:
109109
overrideState: 1
110110
value: {x: 1, y: 0.9509906, z: 0.86817014, w: 0}
111111
gain:
112112
overrideState: 1
113-
value: {x: 1, y: 0.7145188, z: 0.9126118, w: 0}
113+
value: {x: 1, y: 0.72433496, z: 0.9503108, w: 0}
114114
masterCurve:
115115
overrideState: 0
116116
value:

UTS2_Project~/Assets/Legacy/Sample Scenes/ToonShader_Firefly.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MonoBehaviour:
7171
value: 0
7272
postExposure:
7373
overrideState: 1
74-
value: 0.9
74+
value: 0
7575
contrast:
7676
overrideState: 0
7777
value: 1

UTS2_Project~/Assets/Legacy/Sample Scenes/ToonShader_Firefly.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ Light:
999999
m_Type: 1
10001000
m_Shape: 0
10011001
m_Color: {r: 1, g: 1, b: 1, a: 1}
1002-
m_Intensity: 0.35
1002+
m_Intensity: 0.65
10031003
m_Range: 10
10041004
m_SpotAngle: 30
10051005
m_InnerSpotAngle: 21.80208

0 commit comments

Comments
 (0)