Have correct orientation of the solar system when performing coordinate system change

This commit is contained in:
Alexander Bock
2015-02-24 10:07:25 +01:00
parent 5aa41dd0b5
commit 86091b7687

View File

@@ -867,9 +867,9 @@ void RenderEngine::changeViewPoint(std::string origin) {
ghoul::Dictionary solarDictionary =
{
{ std::string("Type"), std::string("Spice") },
{ std::string("Body") , std::string("PLUTO BARYCENTER") },
{ std::string("Body") , std::string("SUN") },
{ std::string("Reference"), std::string("ECLIPJ2000") },
{ std::string("Observer") , std::string("SUN") },
{ std::string("Observer") , std::string("PLUTO BARYCENTER") },
{ std::string("Kernels") , ghoul::Dictionary() }
};
ghoul::Dictionary t;