Merge branch 'master' into feature/model-opacity

* Solve conflict in iss.asset
This commit is contained in:
Malin E
2023-02-16 12:07:12 +01:00
239 changed files with 3820 additions and 7906 deletions

View File

@@ -52,7 +52,7 @@ public:
virtual glm::vec2 size() const = 0;
protected:
properties::BoolProperty _isEnabled;
properties::BoolProperty _enabled;
};
} // openspace

View File

@@ -33,6 +33,7 @@
#include <openspace/properties/stringproperty.h>
#include <openspace/scene/scenegraphnode.h>
#include <ghoul/misc/managedmemoryuniqueptr.h>
#include <string_view>
namespace ghoul { class Dictionary; }
namespace ghoul::opengl {
@@ -80,6 +81,8 @@ public:
double boundingSphere() const;
double interactionSphere() const;
std::string_view typeAsString() const;
virtual void render(const RenderData& data, RendererTasks& rendererTask);
virtual void update(const UpdateData& data);