Merge branch 'plutoViz' of openspace.itn.liu.se:/openspace into plutoViz

Conflicts:
	src/rendering/planets/renderableplanet.cpp
	src/rendering/planets/renderableplanetprojection.cpp
	src/rendering/renderablefov.cpp
This commit is contained in:
Joakim Kilby
2015-02-19 10:07:38 +01:00
11 changed files with 195 additions and 63 deletions
+1
View File
@@ -122,6 +122,7 @@ RenderableFov::~RenderableFov(){
bool RenderableFov::initialize(){
bool completeSuccess = true;
if (_programObject == nullptr)
completeSuccess &= OsEng.ref().configurationManager()->getValue("FovProgram", _programObject);
completeSuccess &= OsEng.ref().configurationManager()->getValue("EphemerisProgram", _programObject);
allocateData();