Implementing Translation classes for Keplerian elements as well as two-line element formats (#172)

This commit is contained in:
Alexander Bock
2016-12-02 15:05:49 +01:00
committed by GitHub
parent ee8d129da6
commit fe436748bf
17 changed files with 1070 additions and 21 deletions

View File

@@ -143,6 +143,7 @@ RenderableTrail::RenderableTrail(const ghoul::Dictionary& dictionary)
_translation = std::unique_ptr<Translation>(Translation::createFromDictionary(
dictionary.value<ghoul::Dictionary>(KeyTranslation)
));
addPropertySubOwner(_translation.get());
_lineColor = dictionary.value<glm::vec3>(KeyColor);
addProperty(_lineColor);