From 6e6c7ef9a1dba10dd3608fed329dba43dd7ed453 Mon Sep 17 00:00:00 2001 From: "Graham Linden graham@lindenlab.com" Date: Wed, 14 Mar 2018 00:38:17 +0100 Subject: Remove constants that are unused as of hooking up external data path. --- indra/llrender/llatmosphere.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/llrender') 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() -- cgit v1.2.3