mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 21:48:57 -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user