[Viewer3D] add .fbx and .gltf to supported extensions

This commit is contained in:
Thomas Zorroche 2021-08-18 12:11:07 +02:00 committed by Fabien Castan
parent fa0509eca4
commit c919e81542

View file

@ -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)