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

Method SetupProperties

code/PostProcessing/RemoveRedundantMaterials.cpp:67–70  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Setup import properties

Source from the content-addressed store, hash-verified

65// ------------------------------------------------------------------------------------------------
66// Setup import properties
67void RemoveRedundantMatsProcess::SetupProperties(const Importer* pImp) {
68 // Get value of AI_CONFIG_PP_RRM_EXCLUDE_LIST
69 mConfigFixedMaterials = pImp->GetPropertyString(AI_CONFIG_PP_RRM_EXCLUDE_LIST,"");
70}
71
72// ------------------------------------------------------------------------------------------------
73// Executes the post processing step on the given imported data.

Callers

nothing calls this directly

Calls 1

GetPropertyStringMethod · 0.45

Tested by

no test coverage detected