summaryrefslogtreecommitdiffstats
path: root/PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-08-28 19:50:02 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-08-28 19:50:02 +0000
commit30f48552c32d5bd70c66147f76a8b5aaf7079e0f (patch)
tree2c7fb1a72eeb30d9bf810c267033bf534747b32b /PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp
parentLight scattering FX: updated Ozone absorption coefficients (diff)
downloadDiligentFX-30f48552c32d5bd70c66147f76a8b5aaf7079e0f.tar.gz
DiligentFX-30f48552c32d5bd70c66147f76a8b5aaf7079e0f.zip
Fixed unicode symbols in comments
Diffstat (limited to 'PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp')
-rw-r--r--PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp b/PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp
index 118d913..fd5a6e0 100644
--- a/PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp
+++ b/PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp
@@ -2633,7 +2633,7 @@ void EpipolarLightScattering::ComputeScatteringCoefficients(IDeviceContext* pDev
// to use the same distribution as the Rayleigh particle distribution, which allows simply adding
// ozone absorption to Rayleigh extinction.
//
- // 1. Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite, Sebastien Hillaire
+ // 1. Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite, Sebastien Hillaire
// (Physically-Based Shading in Theory and Practice, Siggraph 2016)
if (m_PostProcessingAttribs.bUseCustomSctrCoeffs)
@@ -2644,7 +2644,7 @@ void EpipolarLightScattering::ComputeScatteringCoefficients(IDeviceContext* pDev
{
// Add Ozone absorption coefficients from [2] to the total Rayleigh extinction coefficients
//
- // 2. A Scalable and Production Ready Sky and Atmosphere Rendering Technique, Sebastien Hillaire,
+ // 2. A Scalable and Production Ready Sky and Atmosphere Rendering Technique, Sebastien Hillaire,
// Eurographics Symposium on Rendering 2020
const float4 f4OzoneAbsorption = float4{0.650f, 1.881f, 0.085f, 0.f} * 1e-6f;