mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06: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:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user