|
|
|
@ -75,6 +75,7 @@ constexpr struct { |
|
|
|
const char* plugin; |
|
|
|
const char* plugin; |
|
|
|
} DetectData[]{ |
|
|
|
} DetectData[]{ |
|
|
|
{"Blender", "suzanne.blend", "BlenderImporter"}, |
|
|
|
{"Blender", "suzanne.blend", "BlenderImporter"}, |
|
|
|
|
|
|
|
{"BLOB", "messy.blob", "MagnumImporter"}, |
|
|
|
{"COLLADA", "xml.dae", "ColladaImporter"}, |
|
|
|
{"COLLADA", "xml.dae", "ColladaImporter"}, |
|
|
|
{"FBX", "autodesk.fbx", "FbxImporter"}, |
|
|
|
{"FBX", "autodesk.fbx", "FbxImporter"}, |
|
|
|
{"glTF", "khronos.gltf", "GltfImporter"}, |
|
|
|
{"glTF", "khronos.gltf", "GltfImporter"}, |
|
|
|
|