work on renderablesatellites

This commit is contained in:
Jonathan Fransson
2019-03-27 11:48:54 -06:00
committed by ElonOlsson
parent 371eb4eec5
commit 52174666fc

View File

@@ -53,10 +53,11 @@ public:
void render(const RenderData& data, RendererTasks& rendererTask) override;
void update(const UpdateData& data) override;
/*
void setKeplerElements(double eccentricity, double semiMajorAxis, double inclination,
double ascendingNode, double argumentOfPeriapsis, double meanAnomalyAtEpoch,
double orbitalPeriod, double epoch);
*/
static documentation::Documentation Documentation();