Modified projections, removed fading and some key binds

This commit is contained in:
Anton Arbring
2015-05-11 18:39:35 -04:00
parent 28f84eaab1
commit 1cebc07939
5 changed files with 30 additions and 20 deletions

View File

@@ -87,6 +87,7 @@ private:
properties::StringProperty _projectionTexturePath;
properties::IntProperty _rotation;
properties::FloatProperty _fadeProjection;
properties::BoolProperty _performProjection;
ghoul::opengl::ProgramObject* _programObject;
ghoul::opengl::ProgramObject* _fboProgramObject;
@@ -144,7 +145,6 @@ private:
GLuint _quad;
GLuint _vertexPositionBuffer;
bool _once; //fml
};
} // namespace openspace