Update Ghoul repository

Adapt to changes that absPath is not called automatically as often anymore
Remove atmosphereearth.scene
This commit is contained in:
Alexander Bock
2017-12-13 21:55:29 -05:00
parent 167222c814
commit 23a446cb2c
53 changed files with 200 additions and 211 deletions

View File

@@ -159,8 +159,8 @@ bool RenderableModel::isReady() const {
void RenderableModel::initializeGL() {
_programObject = OsEng.renderEngine().buildRenderProgram(
"ModelProgram",
"${MODULE_BASE}/shaders/model_vs.glsl",
"${MODULE_BASE}/shaders/model_fs.glsl"
absPath("${MODULE_BASE}/shaders/model_vs.glsl"),
absPath("${MODULE_BASE}/shaders/model_fs.glsl")
);
loadTexture();