mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Address comment on PR
This commit is contained in:
@@ -503,7 +503,7 @@ std::string prunedIdentifier(std::string identifier) {
|
||||
glm::vec3 positionTarget = glm::vec3(0.9f, 0.4f, -2.1f);
|
||||
glm::dvec3 galacticTarget = skybrowser::localCameraToGalactic(positionTarget);
|
||||
if (glm::any(glm::isnan(galacticTarget))) {
|
||||
galacticTarget = glm::dvec3 (0.0, 0.0, skybrowser::CelestialSphereRadius);
|
||||
galacticTarget = glm::dvec3(0.0, 0.0, skybrowser::CelestialSphereRadius);
|
||||
}
|
||||
std::string guiPath = "/Sky Browser";
|
||||
std::string url = "http://wwt.openspaceproject.com/1/openspace/";
|
||||
|
||||
Reference in New Issue
Block a user