changes to projective texturing, some cleanup.

This commit is contained in:
michal
2014-11-28 13:49:18 -05:00
parent 0f2cf4bf72
commit 83ed904f1d
5 changed files with 87 additions and 33 deletions
@@ -62,10 +62,7 @@ private:
properties::StringProperty _colorTexturePath;
properties::StringProperty _projectionTexturePath;
ghoul::opengl::FramebufferObject fbo;
ghoul::opengl::ProgramObject* _programObject;
ghoul::opengl::ProgramObject* _writeToTextureProgramObject;
ghoul::opengl::Texture* _texture;
ghoul::opengl::Texture* _textureProj;