ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
AssimpCommonFilter.cpp
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #include "AssimpCommonFilter.h"
9 
12  {"_AssimpCommonFormat Filter",
14  QStringList{"lws", "lwo", "lxo", "ms3d", "cob", "scn", "xgl",
15  "zgl", "ifc", "ply", "dxf", "fbx", "irrmesh", "irr",
16  "md1", "md2", "md3", "pk3", "mdc", "md5", "smd",
17  "obj", "stl", "off", "mdl", "vta", "ogex", "3d",
18  "b3d", "q3d", "q3s", "nff", "raw", "ter", "hmp",
19  "ndo", "ac", "x"},
20  "ms3d",
21  QStringList{"qMeshIO - AssimpCommonFormat file "
22  "( *.lws *.lwo *.lxo *.ms3d *.cob *.scn *.xgl *.zgl "
23  "*.ifc *.obj *.ply *.fbx"
24  " *.irrmesh *.irr *.md1 *.md2 *.md3 *.pk3 *.mdc "
25  "*.md5 *.smd *.mdl *.stl *.ac"
26  " *.vta *.ogex *.3d *.b3d *.q3d *.q3s *.nff *.raw "
27  "*.ter *.hmp *.ndo *.dxf *.off *.x)"},
28  QStringList(), Import}) {}
static constexpr float DEFAULT_PRIORITY
Definition: FileIOFilter.h:313