Intermediate result to change viewpoint from Jupiter projection to Plutoprojection

This commit is contained in:
Alexander Bock
2015-02-24 17:52:40 +01:00
parent aa7e82eb7f
commit 43a3716afd
12 changed files with 150 additions and 63 deletions
@@ -88,11 +88,11 @@ private:
glm::mat4 _projectorMatrix;
// spice
std::string _sequenceFile;
std::string _instrumentID;
std::string _projectorID;
std::string _projecteeID;
std::string _aberration;
std::vector<std::string> _potentialTargets; // @TODO copy-n-paste from renderablefov
float _fovy;
float _aspectRatio;
float _nearPlane;
@@ -88,6 +88,7 @@ public:
std::string _method;
std::string _aberrationCorrection;
std::string _fovTarget;
std::vector<std::string> _potentialTargets;
glm::dvec3 ipoint, ivec;
glm::dvec3 _previousHalf;