------------------------------------------------------------------------------------------------ Setup import properties
| 89 | // ------------------------------------------------------------------------------------------------ |
| 90 | // Setup import properties |
| 91 | void TerragenImporter::SetupProperties(const Importer *pImp) { |
| 92 | // AI_CONFIG_IMPORT_TER_MAKE_UVS |
| 93 | configComputeUVs = (0 != pImp->GetPropertyInteger(AI_CONFIG_IMPORT_TER_MAKE_UVS, 0)); |
| 94 | } |
| 95 | |
| 96 | // ------------------------------------------------------------------------------------------------ |
| 97 | // Imports the given file into the given scene structure. |
nothing calls this directly
no test coverage detected