mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Make target work with RAE coordinates so it can be used in a dome setup
This commit is contained in:
@@ -496,7 +496,7 @@ void SkyBrowserModule::moveHoverCircle(int i)
|
||||
glm::vec3 coordsScreen = skybrowser::equatorialToScreenSpace3d(
|
||||
image.equatorialCartesian
|
||||
);
|
||||
_hoverCircle->setCartesianPosition(coordsScreen);
|
||||
_hoverCircle->setPosition(coordsScreen);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user