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
+1
View File
@@ -96,6 +96,7 @@ namespace renderableplaneprojection {
const std::string keyTexture = "Texture";
const std::string keyName = "Name";
const std::string galacticFrame = "GALACTIC";
const double REALLY_FAR = 99999999999;
} // namespace renderableplaneprojection
namespace renderablestars {
+2 -2
View File
@@ -139,7 +139,7 @@ public:
/*
* returns latest captured image
*/
const Image* getLatestImageForInstrument(const std::string _instrumentID);
const Image getLatestImageForInstrument(const std::string _instrumentID);
private:
void sortData();
@@ -196,7 +196,7 @@ private:
// default capture image
std::string _defaultCaptureImage;
Image* _latestImage;
Image _latestImage;
// if no data, no run
bool _hasData;
};