浏览代码

added .step extension to IFC loader

The extension .step is at least as common as .stp, so both should be supported.
Krishty 4 年之前
父节点
当前提交
666b5eff76
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/AssetLib/IFC/IFCLoader.cpp

+ 1 - 1
code/AssetLib/IFC/IFCLoader.cpp

@@ -115,7 +115,7 @@ static const aiImporterDesc desc = {
     0,
     0,
     0,
-    "ifc ifczip stp"
+    "ifc ifczip step stp"
 };
 
 // ------------------------------------------------------------------------------------------------