mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
Merge branch 'feature/satellitesgroupednodes' of https://github.com/OpenSpace/OpenSpace into feature/satellitesgroupednodes
This commit is contained in:
@@ -414,9 +414,9 @@ std::vector<glm::dvec3> getPositionBuffer(std::vector<KeplerParameters> tleData,
|
||||
);
|
||||
glm::dvec3 position = keplerTranslator.position({
|
||||
{},
|
||||
Time(timeInSeconds),
|
||||
Time(0.0),
|
||||
false
|
||||
Time(timeInSeconds),
|
||||
Time(0.0),
|
||||
false
|
||||
});
|
||||
// LINFO(fmt::format("cart: {} ", position));
|
||||
glm::dvec3 sphPos;
|
||||
|
||||
Reference in New Issue
Block a user