mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Renamed constants for dictionary keys
Created static creation method for Renderables
This commit is contained in:
@@ -36,6 +36,8 @@ namespace openspace {
|
||||
|
||||
class Renderable : public properties::PropertyOwner {
|
||||
public:
|
||||
static Renderable* createFromDictionary(const ghoul::Dictionary& dictionary);
|
||||
|
||||
// constructors & destructor
|
||||
Renderable(const ghoul::Dictionary& dictionary);
|
||||
virtual ~Renderable();
|
||||
|
||||
Reference in New Issue
Block a user