------------------------------------------------------------------------------------------------ Setup import configuration
| 69 | // ------------------------------------------------------------------------------------------------ |
| 70 | // Setup import configuration |
| 71 | void FindInvalidDataProcess::SetupProperties(const Importer *pImp) { |
| 72 | // Get the current value of AI_CONFIG_PP_FID_ANIM_ACCURACY |
| 73 | configEpsilon = (0 != pImp->GetPropertyFloat(AI_CONFIG_PP_FID_ANIM_ACCURACY, 0.f)); |
| 74 | mIgnoreTexCoods = pImp->GetPropertyBool(AI_CONFIG_PP_FID_IGNORE_TEXTURECOORDS, false); |
| 75 | } |
| 76 | |
| 77 | // ------------------------------------------------------------------------------------------------ |
| 78 | // Update mesh references in the node graph |
nothing calls this directly
no test coverage detected