begin recenter at pluto

This commit is contained in:
Michal Marcinkowski
2015-01-22 11:27:00 -05:00
parent 44e02465a1
commit cf2049e4c4
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace openspace {
using namespace constants::staticephemeris;
StaticEphemeris::StaticEphemeris(const ghoul::Dictionary& dictionary)
: _position(0.f, 0.f, 0.f, 0.f)
: _position(0.1f, 0.f, 0.f, 0.f)
{
const bool hasPosition = dictionary.hasKeyAndValue<glm::vec4>(keyPosition);
if (hasPosition) {