Skip to content

Commit

Permalink
Feature/task 704 mono behaviour ev curve again (#33)
Browse files Browse the repository at this point in the history
* Removed EvCurveVolume From the scene [skip ci]

* restarted to work ToonEvAdjustmentCurve as a MonoBehaviour. [skip ci]

* Added MenuItem to create GameObject to control Toon EV Adjustment Curve.

* Fixed: UI layout order was oppositte.

* Updated reference image in the valukan test project, 005_LightAndShadows(HDRP).png, which failed in the tests.

* Updated CHANGELOG.md.

Co-authored-by: higeometry <[email protected]>
  • Loading branch information
H3idi-X and H3idi-X authored Aug 17, 2021
1 parent f0b1db3 commit 33c47b4
Show file tree
Hide file tree
Showing 7 changed files with 542 additions and 300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ MonoBehaviour:
- {fileID: -3969488579639410846}
- {fileID: 747098994415714109}
- {fileID: 4566301752631259820}
- {fileID: 7457958283880787788}
--- !u!114 &747098994415714109
MonoBehaviour:
m_ObjectHideFlags: 3
Expand Down Expand Up @@ -778,182 +777,6 @@ MonoBehaviour:
m_OverrideState: 1
m_Value: 1
min: 0
--- !u!114 &7457958283880787788
MonoBehaviour:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: db8edd5c572b6e648974dac4815d5619, type: 3}
m_Name: ToonEvAdjustmentCurve
m_EditorClassIdentifier:
active: 1
m_AdvancedMode: 0
m_ExposureAdjustmnt: 0
m_ExposureArray:
- -10
- -9.99932
- -9.99729
- -9.993922
- -9.989231
- -9.983231
- -9.975934
- -9.967355
- -9.957506
- -9.946403
- -9.934056
- -9.920483
- -9.905694
- -9.889706
- -9.872529
- -9.854178
- -9.834667
- -9.814011
- -9.79222
- -9.769311
- -9.745296
- -9.720188
- -9.694003
- -9.666752
- -9.63845
- -9.60911
- -9.578747
- -9.547372
- -9.515
- -9.481646
- -9.447322
- -9.412041
- -9.375818
- -9.338666
- -9.300599
- -9.261631
- -9.221773
- -9.181043
- -9.13945
- -9.097011
- -9.053738
- -9.0096445
- -8.964745
- -8.919052
- -8.872581
- -8.825343
- -8.777354
- -8.728626
- -8.679173
- -8.629009
- -8.578148
- -8.526603
- -8.474386
- -8.421514
- -8.367998
- -8.313852
- -8.25909
- -8.203727
- -8.147775
- -8.091246
- -8.034157
- -7.9765196
- -7.9183474
- -7.859655
- -7.800455
- -7.7407618
- -7.680588
- -7.619949
- -7.558856
- -7.497325
- -7.4353676
- -7.372998
- -7.310231
- -7.247079
- -7.1835556
- -7.1196747
- -7.0554504
- -6.9908957
- -6.9260235
- -6.860849
- -6.795385
- -6.729644
- -6.6636415
- -6.5973907
- -6.530905
- -6.464196
- -6.3972807
- -6.330171
- -6.2628803
- -6.195422
- -6.1278114
- -6.0600605
- -5.992183
- -5.9241934
- -5.8561044
- -5.78793
- -5.7196836
- -5.651379
- -5.58303
- -5.51465
- -5.446253
- -5.3778505
- -5.309459
- -5.241091
- -5.17276
- -5.1044793
- -5.036263
- -4.968125
- -4.9000773
- -4.8321347
- -4.764311
- -4.696619
- -4.629074
- -4.561688
- -4.494475
- -4.4274483
- -4.360622
- -4.29401
- -4.2276244
- -4.1614804
- -4.0955915
- -4.0299706
- -3.9646316
- -3.899588
- -3.8348532
- -3.7704415
- -3.7063656
- -3.6426396
m_Max: -1.9296192
m_Min: -10
m_DebugUI: 0
hiCutFilter:
m_OverrideState: 0
m_Value: 0
curveMap:
m_OverrideState: 1
m_Value:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: -10
value: -10
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: -1.9296192
value: -3.6426396
inSlope: 1
outSlope: 1
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!114 &8049981929359091865
MonoBehaviour:
m_ObjectHideFlags: 3
Expand Down
Loading

0 comments on commit 33c47b4

Please sign in to comment.