Fix shader path

This commit is contained in:
Emil Axelsson
2018-07-13 11:28:16 +02:00
parent 902e3e6dac
commit 13edfb64b4
@@ -39,11 +39,11 @@
namespace {
constexpr const char* GlslRaycastPath =
"${MODULE_TOYVOLUME}/toyvolume/shaders/raycast.glsl";
"${MODULE_TOYVOLUME}/shaders/raycast.glsl";
constexpr const char* GlslBoundsVsPath =
"${MODULE_TOYVOLUME}/toyvolume/shaders/boundsvs.glsl";
"${MODULE_TOYVOLUME}/shaders/boundsvs.glsl";
constexpr const char* GlslBoundsFsPath =
"${MODULE_TOYVOLUME}/toyvolume/shaders/boundsfs.glsl";
"${MODULE_TOYVOLUME}/shaders/boundsfs.glsl";
} // namespace
namespace openspace {