mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 00:19:04 -06:00
begin recenter at pluto
This commit is contained in:
Submodule openspace-data updated: d2897d1511...1ea4e0ac37
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user