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

Method SetupProperties

code/AssetLib/Terragen/TerragenLoader.cpp:91–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

89// ------------------------------------------------------------------------------------------------
90// Setup import properties
91void TerragenImporter::SetupProperties(const Importer *pImp) {
92 // AI_CONFIG_IMPORT_TER_MAKE_UVS
93 configComputeUVs = (0 != pImp->GetPropertyInteger(AI_CONFIG_IMPORT_TER_MAKE_UVS, 0));
94}
95
96// ------------------------------------------------------------------------------------------------
97// 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