mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
fix gltf format name
This commit is contained in:
parent
1d588e2aaa
commit
b201098047
@ -34,7 +34,7 @@ QString IOglTFPlugin::pluginName() const
|
||||
|
||||
std::list<FileFormat> IOglTFPlugin::importFormats() const
|
||||
{
|
||||
return { FileFormat("GLTF", tr("GLTF")) };
|
||||
return { FileFormat("GL Transmission Format", tr("GLTF")) };
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user