Skip to content
Discussion options

You must be logged in to vote

First of all I don't know what you mean "without the square". What square? I see some compression artifacts but nothing extraordinary.

You should not use sRGB for normal maps as normals are not color data. sRGB encoding will completely mess up the normals. Also
never use --assign-oetf unless you know that the input file has incorrect colorspace metadata. If the input file is linear, as it should be, specify only --format R8G8B8_UNORM. If the input file is sRGB then use --convert-oetf linear so it is properly converted.

I presume by --normal-map you mean --normal-mode. --normal-mode creates a 2 component normal map and expects the normals to be normalized. A 2 component map allows the unco…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by MarkCallow
Comment options

You must be logged in to vote
4 replies
@Makio64
Comment options

@MarkCallow
Comment options

@Makio64
Comment options

@MarkCallow
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants