Volume conversion and rendering (#350)

Add volume rendering features
 - Improve task runner
 - Improve reading from CDF files
 - Basic time varying volume rendering
 - Fix scaling bug in RenderableToyVolume
This commit is contained in:
Emil Axelsson
2017-09-22 12:03:23 +02:00
committed by GitHub
parent 7aceb54bec
commit ea5382c028
59 changed files with 1553 additions and 176 deletions

View File

@@ -81,6 +81,10 @@
//#include <test_iswamanager.inl>
#endif
#ifdef OPENSPACE_MODULE_VOLUME_ENABLED
#include <test_rawvolumeio.inl>
#endif
#include <test_scriptscheduler.inl>
#include <test_documentation.inl>