This commit is contained in:
Elon
2019-04-10 14:10:18 -06:00
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ namespace openspace {
// positionAtTime.time = Time(orbit.epoch + timeOffset);
// glm::vec3 position = calculatePosition(Time(orbit.epoch + timeOffset), orbit.epoch);
glm::vec3 position = _keplerTranslator.position(Time(orbit.epoch + timeOffset));
_vertexBufferData[index].x = position.x;
_vertexBufferData[index].y = position.y;
@@ -439,10 +439,6 @@ RenderableSatellites::RenderableSatellites(const ghoul::Dictionary& dictionary)
addProperty(_nSegments);
addProperty(_semiMajorAxisUnit);
<<<<<<< HEAD
=======
>>>>>>> General code cleanup
LINFO(fmt::format("KeyFile: {} ", KeyFile));
const std::string& file = dictionary.value<std::string>(KeyFile);
LINFO(fmt::format("file: {} ", file));