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

Method SetupProperties

code/AssetLib/MD5/MD5Loader.cpp:110–113  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

108// ------------------------------------------------------------------------------------------------
109// Setup import properties
110void MD5Importer::SetupProperties(const Importer *pImp) {
111 // AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD
112 mCconfigNoAutoLoad = (0 != pImp->GetPropertyInteger(AI_CONFIG_IMPORT_MD5_NO_ANIM_AUTOLOAD, 0));
113}
114
115// ------------------------------------------------------------------------------------------------
116// Imports the given file into the given scene structure.

Callers

nothing calls this directly

Calls 1

GetPropertyIntegerMethod · 0.45

Tested by

no test coverage detected