Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO texture influences roughtness #818

Closed
LorenzWieseke opened this issue Dec 5, 2019 · 2 comments
Closed

AO texture influences roughtness #818

LorenzWieseke opened this issue Dec 5, 2019 · 2 comments
Labels
exporter This involves or affects the export process Material question Further information is requested

Comments

@LorenzWieseke
Copy link

I'm trying to bake AO for my models and export them als GLB's to view in Three.js.

My setup looks like this :

image

And it gives me the following result in the GLTF Viewer :

image

It seems like the AO Map influences the roughness map somehow, you can see the org. roughtness texture is applied as well. I also tried to use the same map for both textures but just scale one of them but that doesn't work at all, the mapping node is ignored.

image

In the file there is another object with ao and normal where everything works fine. On the other hand the normal map is an own texture and ao, metal and roughtness get joined which might be the reason the mapping node solution doesn't work and they all must use the same uv...

Blend File and GLB :

AO_Test.zip
ao_map_in_spec.zip

It would be much appreciated if someone could help me.

@scurest
Copy link
Contributor

scurest commented Dec 5, 2019

This is probably because the image is encoded as a JPEG. JPEG artifacts aren't confined to one channel so if there are hard edges causing artifacts in one channel, you'll be able to see the edges bleed into the others.

stack

Try setting the option Geometry > Images to PNG format (.png) when you export and see if it still happens.

@julienduroure julienduroure added exporter This involves or affects the export process Material question Further information is requested labels Dec 6, 2019
@julienduroure
Copy link
Collaborator

Seems we can close this ticket.
Don't hesitate to comment if you have any info to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter This involves or affects the export process Material question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants