Renamed constants for dictionary keys

Created static creation method for Renderables
This commit is contained in:
Alexander Bock
2014-05-04 16:18:35 +02:00
parent fc291bfed0
commit e84c26aeb7
8 changed files with 122 additions and 81 deletions
+2
View File
@@ -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();