Update url to new version of webpage

This commit is contained in:
Ylva Selling
2022-04-19 17:24:16 -04:00
parent 4a4c68e1ab
commit 96211f115f
2 changed files with 2 additions and 1 deletions

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/";
std::string url = "http://wwt.openspaceproject.com/openspace";
double fov = 70.0;
double size = skybrowser::sizeFromFov(fov, galacticTarget);

View File

@@ -139,6 +139,7 @@ void TargetBrowserPair::initialize() {
_targetRenderable->setColor(_browser->borderColor());
_targetRenderable->setDimensions(_browser->screenSpaceDimensions());
_browser->updateBorderColor();
_browser->hideChromeInterface(true);
}
glm::ivec3 TargetBrowserPair::borderColor() const {