Begin implementing clip plane support for kameleon volumes

Conflicts:
	modules/volume/CMakeLists.txt
This commit is contained in:
Emil Axelsson
2016-10-29 11:52:25 +02:00
parent dbe8857e42
commit 2a234befe8
14 changed files with 233 additions and 875 deletions
+1 -4
View File
@@ -29,8 +29,6 @@
#include <ghoul/misc/assert.h>
#include <modules/volume/rendering/renderablevolumegl.h>
namespace openspace {
VolumeModule::VolumeModule()
@@ -38,8 +36,7 @@ VolumeModule::VolumeModule()
{}
void VolumeModule::internalInitialize() {
auto fRenderable = FactoryManager::ref().factory<Renderable>();
ghoul_assert(fRenderable, "No renderable factory existed");
}
} // namespace openspace