mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Volume raycasting jittering
- Added jitter to volume rendering, reducing artefacts - Added tracking of more shader files to update the resolve shader
This commit is contained in:
@@ -79,6 +79,9 @@ private:
|
||||
std::vector<ghoul::filesystem::File*> _samplerFiles;
|
||||
std::vector<std::string> _samplers;
|
||||
|
||||
// Development functionality to update shader for changes in several files
|
||||
std::vector<ghoul::filesystem::File*> _shaderFiles;
|
||||
|
||||
|
||||
|
||||
}; // ABuffer
|
||||
|
||||
Reference in New Issue
Block a user