mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Fixing the Jenkins build
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
Relative
|
||||
};
|
||||
|
||||
Type type = Type::Absolute;
|
||||
Type type;
|
||||
std::string value;
|
||||
};
|
||||
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
std::string anchor;
|
||||
std::optional<std::string> aim;
|
||||
std::string referenceFrame;
|
||||
glm::dvec3 position = glm::dvec3(0.0);
|
||||
glm::dvec3 position;
|
||||
std::optional<glm::dvec3> up;
|
||||
std::optional<double> yaw;
|
||||
std::optional<double> pitch;
|
||||
@@ -121,8 +121,8 @@ public:
|
||||
static constexpr const char* Type = "goToGeo";
|
||||
|
||||
std::string anchor;
|
||||
double latitude = 0.0;
|
||||
double longitude = 0.0;
|
||||
double latitude;
|
||||
double longitude;
|
||||
std::optional<double> altitude;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user