Add lua functions for communication with GUI: add and remove target browser pairs and 3D browsers, change opacity of layer, use ID:s for the browser

This commit is contained in:
Ylva Selling
2021-05-21 10:00:04 +02:00
parent 37c7737c55
commit ee33d1df24
6 changed files with 307 additions and 102 deletions
@@ -13,7 +13,7 @@ namespace openspace {
{
public:
ScreenSpaceSkyBrowser(const ghoul::Dictionary& dictionary);
virtual ~ScreenSpaceSkyBrowser() = default;
virtual ~ScreenSpaceSkyBrowser();
bool initializeGL() override;
bool deinitializeGL() override;