diff options
author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-03-14 00:38:17 +0100 |
---|---|---|
committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-03-14 00:38:17 +0100 |
commit | 6e6c7ef9a1dba10dd3608fed329dba43dd7ed453 (patch) | |
tree | 9051e9e060fef4d271b05ae272ed604d3a093a2a /indra/llrender | |
parent | 79e4a8c28ad29b028ddb907a6ea01f4ef71e822a (diff) |
Remove constants that are unused as of hooking up external data path.
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llatmosphere.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llatmosphere.cpp b/indra/llrender/llatmosphere.cpp index 6a4745eb95..eca129cfe9 100644 --- a/indra/llrender/llatmosphere.cpp +++ b/indra/llrender/llatmosphere.cpp @@ -72,16 +72,12 @@ const double kDobsonUnit = 2.687e20; // 300 Dobson units of ozone - for this we divide 300 DU by the integral of
// the ozone density profile defined below, which is equal to 15km).
const double kMaxOzoneNumberDensity = 300.0 * kDobsonUnit / 15000.0;
-const double kSunAngularRadius = 0.00935 / 2.0;
-const double kBottomRadius = 6360000.0;
-const double kTopRadius = 6420000.0;
const double kRayleigh = 1.24062e-6;
const double kRayleighScaleHeight = 8000.0;
const double kMieScaleHeight = 1200.0;
const double kMieAngstromAlpha = 0.0;
const double kMieAngstromBeta = 5.328e-3;
const double kMieSingleScatteringAlbedo = 0.9;
-const double kMiePhaseFunctionG = 0.8;
const double max_sun_zenith_angle = F_PI * 2.0 / 3.0;
AtmosphericModelSettings::AtmosphericModelSettings()
|