mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Merge branch 'master' into feature/model-opacity
* Solve conflict in iss.asset
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
virtual glm::vec2 size() const = 0;
|
||||
|
||||
protected:
|
||||
properties::BoolProperty _isEnabled;
|
||||
properties::BoolProperty _enabled;
|
||||
};
|
||||
|
||||
} // openspace
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user