mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-12 00:08:38 -05:00
-
This commit is contained in:
@@ -554,6 +554,7 @@ namespace openspace {
|
||||
using namespace std::chrono;
|
||||
double period = seconds(hours(24)).count() / keplerElements.meanMotion;
|
||||
|
||||
// not really sure what this is used for. /elon
|
||||
_keplerTranslator.setKeplerElements(
|
||||
keplerElements.eccentricity,
|
||||
keplerElements.semiMajorAxis,
|
||||
@@ -594,6 +595,8 @@ namespace openspace {
|
||||
_programObject->activate();
|
||||
LINFO("render data: ", data);
|
||||
|
||||
_programObject->deactivate();
|
||||
|
||||
}
|
||||
|
||||
void ElonsTest::update(const UpdateData& data) {
|
||||
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
protected:
|
||||
private:
|
||||
TLETranslation _tleTranslator;
|
||||
// TLETranslation _tleTranslator;
|
||||
// std::vector<KeplerTranslation::KeplerOrbit> _orbits;
|
||||
ghoul::opengl::ProgramObject* _programObject;
|
||||
|
||||
@@ -70,7 +70,6 @@ private:
|
||||
|
||||
properties::StringProperty _path;
|
||||
properties::UIntProperty _nSegments;
|
||||
|
||||
properties::StringProperty _eccentricityColumnName;
|
||||
properties::StringProperty _semiMajorAxisColumnName;
|
||||
properties::DoubleProperty _semiMajorAxisUnit;
|
||||
|
||||
Reference in New Issue
Block a user