mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Initial implementation of multiple ATM's (still missing frustum culling and other small details).
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user