Add screenspacerenderables at runtime

This commit is contained in:
Sebastian Piwell
2016-03-10 17:41:10 -05:00
parent 540f7821b8
commit f01299fe69
6 changed files with 40 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ namespace openspace {
class ScreenSpaceRenderable : public properties::PropertyOwner {
public:
ScreenSpaceRenderable();
ScreenSpaceRenderable(std::string texturePath);
~ScreenSpaceRenderable();
virtual void render() = 0;