Cant make texture Mip

hi

under the ‘mip gen settings’ its stuck on ‘NoMipMaps’.
does anyonw know how to turn mipmapping on for a model/material/texture?

many thanks

alex

you can only generate mipmaps if your texture is made in powers of 2.
so 64x64
128x128
256x256
512x512
1024x1024
2048x2048
etc etc.

so 2133x2441 wont do.

thanks! that was it
my textures were 2049x2049…

alex

no worries :slight_smile:
be sure to accept the answer btw, that way people can easily spot the solutions :slight_smile: