------------------------------------------------------------------------------------------------ Setup configuration properties for the loader
| 93 | // ------------------------------------------------------------------------------------------------ |
| 94 | // Setup configuration properties for the loader |
| 95 | void CSMImporter::SetupProperties(const Importer* pImp) { |
| 96 | noSkeletonMesh = pImp->GetPropertyInteger(AI_CONFIG_IMPORT_NO_SKELETON_MESHES,0) != 0; |
| 97 | } |
| 98 | |
| 99 | // ------------------------------------------------------------------------------------------------ |
| 100 | // Imports the given file into the given scene structure. |
nothing calls this directly
no test coverage detected