ComputeMipLevel Not working on Nomipmaps

Whenever I tried to ComputeMipLevel in material,it only works when MipGenSetting set to FromTextureGroup.It is not working when MipGenSetting is set to Nomipmaps.

Is there any way to use ComputeMipLevel with Nomipmaps ?

Hey ,

This is expected since the ‘Computed Mip Level’ is taken take from the Mip Gen Settings. Mip-map generation happens during importing of the Texture and creates a mip-map chain for the Texture. If you set your Texture to have no mips, there is nothing to calculate.

It sounds you might need a bit more understanding of how mip mapping is applied to textures in the engine, and how to control them. Take a read over the Texture Properties, and the Texture Support and Settings documentation pages to see if they help. You might also find this post informative.

Let me know if you have further questions.

Cheers,