Update to proper url

This commit is contained in:
Ylva Selling
2022-04-20 10:54:02 -04:00
parent 96211f115f
commit af9643aaee

View File

@@ -437,7 +437,7 @@ namespace {
glm::vec3 positionTarget = glm::vec3(0.9f, 0.4f, -2.1f);
glm::dvec3 galacticTarget = skybrowser::localCameraToGalactic(positionTarget);
std::string guiPath = "/Sky Browser";
std::string url = "http://wwt.openspaceproject.com/openspace";
std::string url = "http://wwt.openspaceproject.com/1/openspace/";
double fov = 70.0;
double size = skybrowser::sizeFromFov(fov, galacticTarget);