Moire effect help

Hi, everybody:
I met a question about my project. When I scale the texture, I show wired pattern on it, just as the picture show.
%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190829201215

After I search some answer about this wired pattern, I knew it is call as Moire Pattern.

Yep this is when you don’t have enough (or too much) pixels.

You can:

  • boost the resolution with engine.setHardwareScalingLevel(0.5)
  • make sure to have antialiasing
  • Increase texture resolution
1 Like