@@ -777,7 +777,7 @@ namespace GITechDemoApp
777
777
" Directional light" ,
778
778
RenderConfig::DirectionalLight::IrradianceFactor,
779
779
0 .1f ,
780
- 1 .f );
780
+ 0 . 5f );
781
781
782
782
CREATE_ARTIST_PARAMETER_OBJECT (
783
783
" Reflection factor" ,
@@ -1048,7 +1048,7 @@ namespace GITechDemoApp
1048
1048
" Reflective shadow map" ,
1049
1049
RenderConfig::ReflectiveShadowMap::KernelScale,
1050
1050
0 .001f ,
1051
- 0 .025f );
1051
+ 0 .02f );
1052
1052
1053
1053
CREATE_ARTIST_PARAMETER_OBJECT (
1054
1054
" Upscale threshold" ,
@@ -1617,47 +1617,47 @@ namespace GITechDemoApp
1617
1617
" HDR tone mapping" ,
1618
1618
RenderConfig::PostProcessing::ToneMapping::ShoulderStrength,
1619
1619
0 .1f ,
1620
- 0 .5f );
1620
+ 0 .15f );
1621
1621
1622
1622
CREATE_ARTIST_PARAMETER_OBJECT (
1623
1623
" Linear strength" ,
1624
1624
" Strength of the linear part of the filmic tone mapping curve" ,
1625
1625
" HDR tone mapping" ,
1626
1626
RenderConfig::PostProcessing::ToneMapping::LinearStrength,
1627
1627
0 .1f ,
1628
- 0 .58f );
1628
+ 0 .5f );
1629
1629
1630
1630
CREATE_ARTIST_PARAMETER_OBJECT (
1631
1631
" Linear angle" ,
1632
1632
" Angle of the linear part of the filmic tone mapping curve" ,
1633
1633
" HDR tone mapping" ,
1634
1634
RenderConfig::PostProcessing::ToneMapping::LinearAngle,
1635
1635
0 .1f ,
1636
- 0 .35f );
1636
+ 0 .1f );
1637
1637
1638
1638
CREATE_ARTIST_PARAMETER_OBJECT (
1639
1639
" Toe strength" ,
1640
1640
" Strength of the toe part of the filmic tone mapping curve" ,
1641
1641
" HDR tone mapping" ,
1642
1642
RenderConfig::PostProcessing::ToneMapping::ToeStrength,
1643
1643
0 .1f ,
1644
- 0 .48f );
1644
+ 0 .2f );
1645
1645
1646
1646
CREATE_ARTIST_PARAMETER_OBJECT (
1647
1647
" Toe numerator" ,
1648
1648
" Numerator of the toe part of the filmic tone mapping curve" ,
1649
1649
" HDR tone mapping" ,
1650
1650
RenderConfig::PostProcessing::ToneMapping::ToeNumerator,
1651
1651
0 .01f ,
1652
- 0 .12f );
1652
+ 0 .02f );
1653
1653
1654
1654
CREATE_ARTIST_PARAMETER_OBJECT (
1655
1655
" Toe denominator" ,
1656
1656
" Denominator of the toe part of the filmic tone mapping curve" ,
1657
1657
" HDR tone mapping" ,
1658
1658
RenderConfig::PostProcessing::ToneMapping::ToeDenominator,
1659
1659
0 .1f ,
1660
- 0 .58f );
1660
+ 0 .3f );
1661
1661
1662
1662
CREATE_ARTIST_PARAMETER_OBJECT (
1663
1663
" Linear white" ,
0 commit comments