mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
Fix bugs with 3D browser scale and place synchronization of the target and browser in the targets update function
This commit is contained in:
@@ -701,7 +701,8 @@ void SkyBrowserModule::place3dBrowser(const ImageData& image, const int i)
|
||||
// If the image has a 3D position, add it to the scene graph
|
||||
if (image.has3dCoords && _browser3d) {
|
||||
_browser3d->displayImage(image.imageUrl, i);
|
||||
_browser3d->placeAt3dPosition(image.position3d, image.fov);
|
||||
_browser3d->placeAt3dPosition(image.position3d, image.fov,
|
||||
_browser3dNode->identifier());
|
||||
}
|
||||
else {
|
||||
LINFO("Image has no 3D coordinate!");
|
||||
|
||||
Reference in New Issue
Block a user