mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user