Remove quad from screenspacerenderable (working on #525)

This commit is contained in:
Alexander Bock
2018-09-03 00:58:08 -04:00
parent 40196262fb
commit a993c8ef65
2 changed files with 3 additions and 50 deletions

View File

@@ -77,7 +77,6 @@ public:
static documentation::Documentation Documentation();
protected:
void createPlane();
void useEuclideanCoordinates(bool b);
/**
@@ -115,8 +114,6 @@ protected:
properties::FloatProperty _alpha;
properties::TriggerProperty _delete;
GLuint _quad = 0;
GLuint _vertexPositionBuffer = 0;
glm::ivec2 _objectSize;
UniformCache(occlusionDepth, alpha, modelTransform, viewProj, texture) _uniformCache;
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;