How use MipBias with WorldAlignedTexture ?

Hello, I would like to ask for some information.
I’m using a WorldAlignedTexture to prevent my texture from stretching when I scale the mesh that has my material applied. However, I’m also using a node for the MipBias.

There is a MipBias option on the WorldAlignedTexture, but not on the WorldAlignedNormal.

Do you have a solution for this?
Thank you in advance.

Okay, so after some tinkering, I found a solution that seems to work.
If it can help others in the future:

I duplicated the “WorldAlignedNormal” (the material function), then added the input for MipBias (I copied it from the “WorldAlignedTexture_MipBias”) and connected it to the three TextureSample nodes (after changing their MipValue Mode to allow the connection).

It seems to be working fine.

Hopefully, this helps!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.