Merge with feature/screenspacerenderable

This commit is contained in:
Sebastian Piwell
2016-03-31 15:58:54 -04:00
8 changed files with 57 additions and 79 deletions
+1 -2
View File
@@ -148,8 +148,7 @@ public:
unsigned int _size;
int _node;
} _onScreenInformation;
std::shared_ptr<ScreenSpaceRenderable> ssr;
private:
void setRenderer(std::unique_ptr<Renderer> renderer);
RendererImplementation rendererFromString(const std::string& method);
@@ -102,7 +102,6 @@ protected:
properties::FloatProperty _scale;
properties::FloatProperty _alpha;
GLuint _quad;
GLuint _vertexPositionBuffer;
const std::string _rendererPath;