Pre presentation mods

Modified REX animation
Modified printouts in renderengine
More key binds
Fixed renderablePlaneProjection bug
changed dark side of projected planets
This commit is contained in:
Anton Arbring
2015-05-12 23:23:29 -04:00
parent cf857fc0f2
commit 481f247a23
12 changed files with 116 additions and 75 deletions

View File

@@ -49,8 +49,10 @@ private:
std::string _source;
std::string _target;
std::string _referenceFrame;
glm::vec3 _lineColor;
psc _positions[2];
int _frameCounter;
bool _drawLine;
float _imageSequenceTime;

View File

@@ -68,7 +68,7 @@ namespace openspace {
private:
void loadTexture();
void updatePlane(const Image* img, double currentTime);
void updatePlane(const Image img, double currentTime);
std::string findClosestTarget(double currentTime);
void setTarget(std::string body);