Set attributes of screenspacerenderable through dictionary

This commit is contained in:
Sebastian Piwell
2016-05-03 15:35:33 -04:00
parent 5e5e9244f5
commit 1e4e8919c3
8 changed files with 120 additions and 63 deletions
@@ -54,7 +54,7 @@ namespace openspace {
class ScreenSpaceRenderable : public properties::PropertyOwner {
public:
static ScreenSpaceRenderable* createFromDictionary(const ghoul::Dictionary& dictionary);
ScreenSpaceRenderable();
ScreenSpaceRenderable(const ghoul::Dictionary& dictionary);
~ScreenSpaceRenderable();
virtual void render() = 0;