added missing file extensions to aiImporterDesc::mFileExtensions
parent
c8ad1cb078
commit
196deea7ce
|
@ -75,7 +75,7 @@ static const aiImporterDesc desc = {
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
5,
|
5,
|
||||||
"dae zae"
|
"dae xml zae"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const float kMillisecondsFromSeconds = 1000.f;
|
static const float kMillisecondsFromSeconds = 1000.f;
|
||||||
|
|
|
@ -95,10 +95,9 @@ static const aiImporterDesc desc = {
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
#ifdef M3D_ASCII
|
|
||||||
"m3d a3d"
|
|
||||||
#else
|
|
||||||
"m3d"
|
"m3d"
|
||||||
|
#ifdef M3D_ASCII
|
||||||
|
" a3d"
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ static const aiImporterDesc desc = {
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"pk3"
|
"bsp pk3"
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
|
|
Loading…
Reference in New Issue