mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[Viewer3D] add .fbx and .gltf to supported extensions
This commit is contained in:
parent
fa0509eca4
commit
c919e81542
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Item {
|
|||
|
||||
// supported 3D files extensions
|
||||
readonly property var supportedExtensions: {
|
||||
var exts = ['.obj', '.stl'];
|
||||
var exts = ['.obj', '.stl', '.fbx', '.gltf'];
|
||||
if(supportAlembic)
|
||||
exts.push('.abc');
|
||||
if(supportDepthMap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue