NextFace icon indicating copy to clipboard operation
NextFace copied to clipboard

get uv map with original image

Open loboere opened this issue 3 years ago • 1 comments
trafficstars

instead of diffuseMap I want to get the original texture but mapped to uv map , is there any command for this.

loboere avatar Sep 25 '22 02:09 loboere

u can bake everything in the diffuse albedo. to do so, u can switch to a lambertian brdf by disabeling the specular and roughness components. also remove all texture regularizers and run the optim, this will bake everything in the diffuse map. The purpose of NextFace is to provide faithful separation between albedo components (diffuse, rough, spec) which is useful for relighing.

abdallahdib avatar Oct 15 '22 11:10 abdallahdib