tungsten icon indicating copy to clipboard operation
tungsten copied to clipboard

fix bumpMap convert

Open StanwieCB opened this issue 7 years ago • 0 comments

In ObjLoader.cpp std::shared_ptr<Bsdf> ObjLoader::convertObjMaterial(const ObjMaterial &mat):

line 305 PathPtr path = std::make_shared<Path>(mat.alphaMap); should be PathPtr path = std::make_shared<Path>(mat.bumpMap);

StanwieCB avatar Jan 16 '19 07:01 StanwieCB