summaryrefslogtreecommitdiff
path: root/indra/llrender/llatmosphere.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llatmosphere.h')
-rw-r--r--indra/llrender/llatmosphere.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llrender/llatmosphere.h b/indra/llrender/llatmosphere.h
index 0d62a069ac..a010803595 100644
--- a/indra/llrender/llatmosphere.h
+++ b/indra/llrender/llatmosphere.h
@@ -52,6 +52,8 @@ public:
F32 sunArcRadians,
F32 mieAniso);
+ bool operator==(const AtmosphericModelSettings& rhs) const;
+
F32 m_skyBottomRadius;
F32 m_skyTopRadius;
DensityProfile m_rayleighProfile;
@@ -107,6 +109,8 @@ protected:
std::vector<double> m_mie_extinction;
std::vector<double> m_absorption_extinction;
std::vector<double> m_ground_albedo;
+
+ AtmosphericModelSettings m_settings;
};
extern LLAtmosphere* gAtmosphere;