Skip to content

Commit 208c30d

Browse files
VFX test: Replace auto exposure by fix exposure in ParticleRibbonTest
1 parent 064f17d commit 208c30d

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

TestProjects/VisualEffectGraph/Assets/AllTests/VFXTests/GraphicsTests/ParticleRibbonLit/ParticleRibbonLitVolumeProfile.asset

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ MonoBehaviour:
3030
m_AdvancedMode: 0
3131
mode:
3232
m_OverrideState: 1
33-
m_Value: 1
33+
m_Value: 0
3434
meteringMode:
3535
m_OverrideState: 0
3636
m_Value: 2
3737
luminanceSource:
3838
m_OverrideState: 0
3939
m_Value: 1
4040
fixedExposure:
41-
m_OverrideState: 0
42-
m_Value: 0
41+
m_OverrideState: 1
42+
m_Value: 7
4343
compensation:
4444
m_OverrideState: 0
4545
m_Value: 0
@@ -86,3 +86,14 @@ MonoBehaviour:
8686
m_OverrideState: 0
8787
m_Value: 1
8888
min: 0.001
89+
weightTextureMask:
90+
m_OverrideState: 0
91+
m_Value: {fileID: 0}
92+
histogramPercentages:
93+
m_OverrideState: 0
94+
m_Value: {x: 40, y: 90}
95+
min: 0
96+
max: 100
97+
histogramUseCurveRemapping:
98+
m_OverrideState: 0
99+
m_Value: 0
Lines changed: 2 additions & 2 deletions
Loading

TestProjects/VisualEffectGraph/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"com.unity.timeline": "1.2.9",
1616
"com.unity.ugui": "1.0.0",
1717
"com.unity.visualeffectgraph": "file:../../../com.unity.visualeffectgraph",
18-
"com.unity.xr.legacyinputhelpers": "2.1.2",
1918
"com.unity.modules.ai": "1.0.0",
2019
"com.unity.modules.androidjni": "1.0.0",
2120
"com.unity.modules.animation": "1.0.0",

0 commit comments

Comments
 (0)