refactor abuffer and add msaa support. volumes temporarily disabled.

This commit is contained in:
Emil Axelsson
2016-02-02 11:30:27 +01:00
parent 4f7ab5321f
commit d4ff8119d1
79 changed files with 2354 additions and 3106 deletions

View File

@@ -271,7 +271,7 @@ bool OpenSpaceEngine::create(
_engine->_console->initialize();
// Register the provided shader directories
ghoul::opengl::ShaderObject::addIncludePath("${SHADERS}");
ghoul::opengl::ShaderPreprocessor::addIncludePath("${SHADERS}");
_engine->_syncBuffer = new SyncBuffer(1024);