- Added support for volume caching
- Fixed bug when moving camera in the direction or the origin causing
position lock
- Fixed camera being to only being affected on SGCT_PRESS and
SGCT_REPEAT
This commit is contained in:
Jonas Strandstedt
2014-06-10 11:40:49 -04:00
parent 3fcb851b0f
commit d5e6063670
10 changed files with 285 additions and 187 deletions
@@ -59,8 +59,10 @@ public:
private:
ghoul::Dictionary _hintsDictionary;
std::string _filename;
std::string _transferFunctionPath;
float _stepSize;
ghoul::opengl::Texture* _volume;
ghoul::opengl::Texture* _transferFunction;
ghoul::opengl::ProgramObject* _twopassProgram;
GLuint _screenQuad;