mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 01:39:47 -05:00
Bugfixes
- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user