mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 01:09:34 -05:00
merge
This commit is contained in:
@@ -780,7 +780,7 @@ int getNearestVertexNeighbour(int whatOrbit) {
|
||||
void RenderableSatellites::render(const RenderData& data, RendererTasks&) {
|
||||
//if (_TLEData.empty())
|
||||
// return;
|
||||
_inGameTime = static_cast<float>(data.time.j2000Seconds());
|
||||
_inGameTime = data.time.j2000Seconds();
|
||||
// -----------------
|
||||
// double nrOfPeriods = (_inGameTime - _vertexBufferData[4].epoch) / _vertexBufferData[4].period;
|
||||
// double periodFraction = std::fmod(nrOfPeriods, 1);
|
||||
|
||||
Reference in New Issue
Block a user