mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
set gltf version 2.0
This commit is contained in:
parent
95983be406
commit
3adfff0ace
@ -34,7 +34,7 @@ QString IOglTFPlugin::pluginName() const
|
||||
|
||||
std::list<FileFormat> IOglTFPlugin::importFormats() const
|
||||
{
|
||||
return { FileFormat("GL Transmission Format", tr("GLTF")) };
|
||||
return { FileFormat("GL Transmission Format 2.0", tr("GLTF")) };
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user