Skip to content

Commit

Permalink
[add] adjusted post effects
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Aug 5, 2024
1 parent 684c292 commit ebc87b8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@
"name": {
"value": "neutral"
},
"category": {
"value": ""
},
"sunIntensity": {
"value": 5.0,
"value": 3.0,
"blendFactor": 1.0
},
"sunColor": {
"values": [
1.0,
0.7406269907951355,
0.4710424542427063,
1.0
],
"blendFactor": 1.0
},
"skyPanorama": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,22 @@
},
"sunAzimuthElevation": {
"values": [
22.85700035095215,
3.571000099182129
30.0,
12.0
],
"blendFactor": 1.0
},
"sunIntensity": {
"value": 50.0,
"value": 3.0,
"blendFactor": 1.0
},
"sunColor": {
"values": [
0.96138995885849,
0.5591972470283508,
0.17817266285419464,
1.0
],
"blendFactor": 1.0
},
"skyPanorama": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"name": {
"value": "sunny"
},
"category": {
"value": ""
},
"sunIntensity": {
"value": 4.0,
"blendFactor": 1.0
},
"skyPanorama": {
"value": "sky",
"blendFactor": 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"name": {
"value": "spectrum"
},
"heightFogYOffset": {
"value": 7.699999809265137,
"blendFactor": 1.0
"category": {
"value": ""
},
"sunAzimuthElevation": {
"values": [
Expand Down

0 comments on commit ebc87b8

Please sign in to comment.