------------------------------------------------------------------------------------------------ Setup import properties
| 108 | // ------------------------------------------------------------------------------------------------ |
| 109 | // Setup import properties |
| 110 | void MD5Importer::SetupProperties(const Importer *pImp) { |
| 111 | // AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD |
| 112 | mCconfigNoAutoLoad = (0 != pImp->GetPropertyInteger(AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD, 0)); |
| 113 | } |
| 114 | |
| 115 | // ------------------------------------------------------------------------------------------------ |
| 116 | // Imports the given file into the given scene structure. |
nothing calls this directly
no test coverage detected