mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 08:09:41 +00:00
Add collada to supported formats
This commit is contained in:
parent
54ea8eb5c7
commit
9f0f3eaeb2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void CSMWorld::ResourcesManager::addResources (const Resources& resources)
|
||||||
const char * const * CSMWorld::ResourcesManager::getMeshExtensions()
|
const char * const * CSMWorld::ResourcesManager::getMeshExtensions()
|
||||||
{
|
{
|
||||||
// maybe we could go over the osgDB::Registry to list all supported node formats
|
// maybe we could go over the osgDB::Registry to list all supported node formats
|
||||||
static const char * const sMeshTypes[] = { "nif", "osg", "osgt", "osgb", "osgx", "osg2", 0 };
|
static const char * const sMeshTypes[] = { "nif", "osg", "osgt", "osgb", "osgx", "osg2", "dae", 0 };
|
||||||
return sMeshTypes;
|
return sMeshTypes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue