High scale texture with bending problem

Hello, guys,
I have a problem with objects that have a high texture scaling. For example a wall.
PG: https://playground.babylonjs.com/#WIMFD8#2

When zooming in and out, “bending” problems appear.
Could it be that I have to set something else with MipMap? So that I don’t have this weird effect.

Thank you!

Hello bestog. I was curious about the phenomenon so I changed the camera so I could zoom on this playground.
https://playground.babylonjs.com/#WIMFD8#3

I could not see anything that looked like “bending”. This is likely a function of my computer setup. Rest assured someone who is far more qualified will come along shortly.

I think you mean “moire” effect?

Unfortunately we cannot do a lot about that (only possible “fix” would be to increase the rendering resolution but it will be really expensive:
https://playground.babylonjs.com/#WIMFD8#4

And anyhow you will see the effect by going farther

One tiny trick is to enable specular AA on the pbr material: https://playground.babylonjs.com/#WIMFD8#6 but this will not remove the moiree pattern just reduce aliasing.

1 Like

Thank you very much for the two solutions. We avoid the increase of the resolution because of the performance and with the aliasing we had no noticeable effect in our application.
It could have been that I missed something. :slight_smile:

2 Likes

I met the same prolem as well…
%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190829201215

How can I solve it?