mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Update Ghoul repository
Adapt to changes that absPath is not called automatically as often anymore Remove atmosphereearth.scene
This commit is contained in:
@@ -242,9 +242,9 @@ void RenderableFieldlines::initializeGL() {
|
||||
|
||||
_program = OsEng.renderEngine().buildRenderProgram(
|
||||
"Fieldline",
|
||||
"${MODULE_FIELDLINES}/shaders/fieldline_vs.glsl",
|
||||
"${MODULE_FIELDLINES}/shaders/fieldline_fs.glsl",
|
||||
"${MODULE_FIELDLINES}/shaders/fieldline_gs.glsl"
|
||||
absPath("${MODULE_FIELDLINES}/shaders/fieldline_vs.glsl"),
|
||||
absPath("${MODULE_FIELDLINES}/shaders/fieldline_fs.glsl"),
|
||||
absPath("${MODULE_FIELDLINES}/shaders/fieldline_gs.glsl")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user