shadersPath

This commit is contained in:
alemuntoni 2020-12-01 11:31:53 +01:00
parent e2e5a649eb
commit 233b5dc26c
2 changed files with 6 additions and 0 deletions

View File

@ -97,3 +97,8 @@ QString meshlab::defaultPluginPath()
qDebug("Meshlab Initialization: Serious error. Unable to find the plugins directory.");
return {};
}
QString meshlab::defaultShadersPath()
{
return basePath() + "/shaders";
}

View File

@ -32,6 +32,7 @@ namespace meshlab {
RichParameterList& defaultGlobalParameterList();
QString defaultPluginPath();
QString defaultShadersPath();
}