Skip to content

fix bumpMap convert#59

Open
StanwieCB wants to merge 1 commit into
tunabrain:masterfrom
StanwieCB:obj2json-fix
Open

fix bumpMap convert#59
StanwieCB wants to merge 1 commit into
tunabrain:masterfrom
StanwieCB:obj2json-fix

Conversation

@StanwieCB

Copy link
Copy Markdown

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant