Skip to content

Commit

Permalink
Adjusted post effects and default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Glatzel committed Jun 2, 2017
1 parent a7e990f commit 8fbdf68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IntrinsicCore/src/IntrinsicCoreResourcesPostEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct PostEffectManager
{
_descVolumetricLightingScattering(p_Ref) = 0.0f;
_descSunOrientation(p_Ref) = glm::quat();
_descSunIntensity(p_Ref) = 10.0f;
_descSunIntensity(p_Ref) = 20.0f;
_descDayNightFactor(p_Ref) = 1.0f;
_descSkyTurbidity(p_Ref) = 2.0f;
_descSkyAlbedo(p_Ref) = 0.0f;
Expand Down
2 changes: 1 addition & 1 deletion app/managers/post_effects/Default.post_effect.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"skyLightIntensity": 0.05000000074505806,
"skyTurbidity": 2.0,
"skyAlbedo": 0.0,
"sunIntensity": 10.0
"sunIntensity": 20.0
}
}
4 changes: 2 additions & 2 deletions app/managers/post_effects/Foggy.post_effect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Foggy",
"properties": {
"name": "Foggy",
"scattering": 0.10000000149011612,
"scattering": 0.05000000074505806,
"sunOrientation": [
0.0,
0.0,
Expand All @@ -13,6 +13,6 @@
"skyLightIntensity": 0.05000000074505806,
"skyTurbidity": 2.0,
"skyAlbedo": 0.0,
"sunIntensity": 10.0
"sunIntensity": 20.0
}
}
4 changes: 2 additions & 2 deletions app/managers/post_effects/Town.post_effect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Town",
"properties": {
"name": "Town",
"scattering": 0.0020000000949949028,
"scattering": 0.05000000074505806,
"sunOrientation": [
0.0,
0.0,
Expand All @@ -13,6 +13,6 @@
"skyLightIntensity": 0.05000000074505806,
"skyTurbidity": 2.0,
"skyAlbedo": 0.0,
"sunIntensity": 10.0
"sunIntensity": 20.0
}
}

0 comments on commit 8fbdf68

Please sign in to comment.