mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 03:29:40 -06:00
Add screenspacerenderables at runtime
This commit is contained in:
@@ -34,7 +34,7 @@ namespace openspace {
|
||||
|
||||
class ScreenSpaceRenderable : public properties::PropertyOwner {
|
||||
public:
|
||||
ScreenSpaceRenderable();
|
||||
ScreenSpaceRenderable(std::string texturePath);
|
||||
~ScreenSpaceRenderable();
|
||||
|
||||
virtual void render() = 0;
|
||||
|
||||
Reference in New Issue
Block a user