ScreenSpaceRenderables can be creates through scripts, ScreenSpaceRenderable is now a factory

This commit is contained in:
Michael Nilsson
2016-05-03 10:39:32 -04:00
parent 40cd7e98ec
commit 4d61694f75
13 changed files with 118 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ namespace openspace {
*/
class ScreenSpaceRenderable : public properties::PropertyOwner {
public:
static ScreenSpaceRenderable* createFromDictionary(const ghoul::Dictionary& dictionary);
ScreenSpaceRenderable();
~ScreenSpaceRenderable();