mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 21:09:27 -06:00
Add functionality to check if the image collection has been loaded and pass that information to the GUI
This commit is contained in:
@@ -123,6 +123,7 @@ void SkyBrowserTopic::sendBrowserData() {
|
||||
target.setValue("roll", pair->targetRoll());
|
||||
target.setValue("color", pair->borderColor());
|
||||
target.setValue("cartesianDirection", cartesian);
|
||||
target.setValue("isImageCollectionLoaded", pair->isImageCollectionLoaded());
|
||||
target.setValue("isFacingCamera", pair->isFacingCamera());
|
||||
target.setValue("isUsingRae", pair->isUsingRadiusAzimuthElevation());
|
||||
target.setValue("selectedImages", selectedImagesVector);
|
||||
|
||||
Reference in New Issue
Block a user