mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
shadersPath
This commit is contained in:
parent
e2e5a649eb
commit
233b5dc26c
@ -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";
|
||||
}
|
||||
|
||||
@ -32,6 +32,7 @@ namespace meshlab {
|
||||
|
||||
RichParameterList& defaultGlobalParameterList();
|
||||
QString defaultPluginPath();
|
||||
QString defaultShadersPath();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user