MCPcopy Create free account
hub / github.com/assimp/assimp / SetupProperties

Method SetupProperties

code/PostProcessing/FindInvalidDataProcess.cpp:71–75  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Setup import configuration

Source from the content-addressed store, hash-verified

69// ------------------------------------------------------------------------------------------------
70// Setup import configuration
71void 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

Callers

nothing calls this directly

Calls 1

GetPropertyFloatMethod · 0.45

Tested by

no test coverage detected