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

Method SetupProperties

code/AssetLib/LWO/LWOLoader.cpp:93–97  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Setup configuration properties

Source from the content-addressed store, hash-verified

91// ------------------------------------------------------------------------------------------------
92// Setup configuration properties
93void LWOImporter::SetupProperties(const Importer *pImp) {
94 configSpeedFlag = (0 != pImp->GetPropertyInteger(AI_CONFIG_FAVOUR_SPEED, 0) ? true : false);
95 configLayerIndex = pImp->GetPropertyInteger(AI_CONFIG_IMPORT_LWO_ONE_LAYER_ONLY, UINT_MAX);
96 configLayerName = pImp->GetPropertyString(AI_CONFIG_IMPORT_LWO_ONE_LAYER_ONLY, "");
97}
98
99// ------------------------------------------------------------------------------------------------
100// Get list of file extensions

Callers

nothing calls this directly

Calls 2

GetPropertyIntegerMethod · 0.45
GetPropertyStringMethod · 0.45

Tested by

no test coverage detected