Initial implementation of multiple ATM's (still missing frustum culling and other small details).

This commit is contained in:
Jonathas Costa
2017-07-10 17:21:33 -04:00
parent 384b99c736
commit 18d8612a8a
14 changed files with 299 additions and 33 deletions

View File

@@ -27,11 +27,14 @@
#include <ghoul/misc/assert.h>
#include <openspace/rendering/renderable.h>
//#include <modules/atmosphere/rendering/renderableplanetatmosphere.h>
namespace openspace {
AtmosphereModule::AtmosphereModule() : OpenSpaceModule("Atmosphere") {}
AtmosphereModule::AtmosphereModule() :
OpenSpaceModule("Atmosphere")
{}
void AtmosphereModule::internalInitialize() {
auto fRenderable = FactoryManager::ref().factory<Renderable>();