Cleanup of ScreenSpaceRenderable

Add missing includes to other files
This commit is contained in:
Alexander Bock
2016-06-16 00:59:06 +02:00
parent 4fc838cbaf
commit ad1893fd6f
17 changed files with 269 additions and 184 deletions
@@ -26,6 +26,7 @@
#include <modules/base/rendering/planetgeometry.h>
#include <openspace/engine/openspaceengine.h>
#include <openspace/rendering/renderengine.h>
#include <openspace/scene/scenegraphnode.h>
#include <openspace/util/factorymanager.h>
@@ -36,6 +37,11 @@
#include <ghoul/opengl/textureconversion.h>
#include <ghoul/opengl/textureunit.h>
#ifdef WIN32
#define _USE_MATH_DEFINES
#include <math.h>
#endif
namespace {
const std::string _loggerCat = "RenderablePlanetProjection";