MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / LoadDiffuseMap

Method LoadDiffuseMap

libs/IO/OBJ.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool ObjModel::MaterialLib::Material::LoadDiffuseMap()
34{
35 if (diffuse_map.empty())
36 return diffuse_map.Load(diffuse_name);
37 return true;
38}
39/*----------------------------------------------------------------*/
40
41

Callers 1

LoadOBJMethod · 0.80

Calls 2

emptyMethod · 0.45
LoadMethod · 0.45

Tested by

no test coverage detected