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

Method SetupProperties

code/AssetLib/CSM/CSMLoader.cpp:95–97  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Setup configuration properties for the loader

Source from the content-addressed store, hash-verified

93// ------------------------------------------------------------------------------------------------
94// Setup configuration properties for the loader
95void CSMImporter::SetupProperties(const Importer* pImp) {
96 noSkeletonMesh = pImp->GetPropertyInteger(AI_CONFIG_IMPORT_NO_SKELETON_MESHES,0) != 0;
97}
98
99// ------------------------------------------------------------------------------------------------
100// 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