rough bump texture when loading OBJ in three.js

289 views Asked by At

We are having difficulties loading model in three.js

we are using OBJLoader2 because it smooths mesh properly, but somehow textures are looking way more rough then they should be.

some normal map issues: three.js

and this is the render how it should look like (with different texture) rendered

1

There are 1 answers

0
Mukhammet Gafarov On BEST ANSWER

When u load the model and using MTL its bumpMap by default. But it should be normalMap. So if you load normalMaps manually and apply it it starts to work.