mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 02:48:32 -06:00
Merge branch 'develop' of openspace.itn.liu.se:/openspace into develop
Conflicts: src/rendering/planets/renderableplanet.cpp src/rendering/renderablefieldlines.cpp src/rendering/renderablevolumegl.cpp src/rendering/stars/renderablestars.cpp
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <ghoul/misc/dictionary.h>
|
||||
#include <ghoul/opengl/programobject.h>
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
#include <openspace/util/runtimedata.h>
|
||||
#include <openspace/util/updatestructures.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
@@ -52,8 +52,8 @@ public:
|
||||
void setBoundingSphere(const PowerScaledScalar& boundingSphere);
|
||||
const PowerScaledScalar& getBoundingSphere();
|
||||
|
||||
virtual void render(const Camera* camera, const psc& thisPosition, RuntimeData* runtimeData) = 0;
|
||||
virtual void update();
|
||||
virtual void render(const RenderData& data) = 0;
|
||||
virtual void update(const UpdateData& data);
|
||||
|
||||
bool isVisible() const;
|
||||
|
||||
@@ -65,7 +65,6 @@ private:
|
||||
properties::BoolProperty _enabled;
|
||||
|
||||
PowerScaledScalar boundingSphere_;
|
||||
RuntimeData* _runtimeData;
|
||||
std::string _relativePath;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user