How to set mipmap distance?

Hello~
I have a trouble with mipmap, my scene is 1unit :1m , when I use mipmap, it always show fastest level.


noMipMap:

This might be due to your blur process, mip maps are really automatically setup by your hardware I would suggest to not try and replicate what they unless you really know what you store in each level.

A repro as usual would be a great base for helping.

1 Like

I solve it!!! it is because uv of model is too large, I multiply all uv 0.01.

1 Like