mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 05:58:48 -05:00
Some changes to PR #432
This commit is contained in:
@@ -167,7 +167,8 @@ glm::dvec3 Ellipsoid::cartesianPosition(const Geodetic3& geodetic3) const {
|
||||
}
|
||||
|
||||
void Ellipsoid::setShadowConfigurationArray(
|
||||
const std::vector<Ellipsoid::ShadowConfiguration>& shadowConfArray) {
|
||||
const std::vector<Ellipsoid::ShadowConfiguration>& shadowConfArray)
|
||||
{
|
||||
_shadowConfArray = shadowConfArray;
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,9 @@ public:
|
||||
glm::dvec3 cartesianSurfacePosition(const Geodetic2& geodetic2) const;
|
||||
glm::dvec3 cartesianPosition(const Geodetic3& geodetic3) const;
|
||||
|
||||
void setShadowConfigurationArray(const std::vector<Ellipsoid::ShadowConfiguration>& shadowConfArray);
|
||||
void setShadowConfigurationArray(
|
||||
const std::vector<Ellipsoid::ShadowConfiguration>& shadowConfArray
|
||||
);
|
||||
std::vector<Ellipsoid::ShadowConfiguration> shadowConfigurationArray() const;
|
||||
bool hasEclipseShadows() const;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
properties::BoolProperty eclipseShadowsEnabled;
|
||||
properties::BoolProperty eclipseHardShadows;
|
||||
properties::FloatProperty lodScaleFactor;
|
||||
properties::FloatProperty cameraMinHeight;
|
||||
properties::FloatProperty cameraMinHeight;
|
||||
properties::FloatProperty orenNayarRoughness;
|
||||
};
|
||||
|
||||
@@ -149,7 +149,6 @@ private:
|
||||
DebugProperties _debugProperties;
|
||||
GeneralProperties _generalProperties;
|
||||
properties::PropertyOwner _debugPropertyOwner;
|
||||
|
||||
};
|
||||
|
||||
} // namespace openspace::globebrowsing
|
||||
|
||||
Reference in New Issue
Block a user