mipmap is broken...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
softbike
Posts: 7
Joined: Tue Apr 12, 2011 4:40 am
Location: unkonwn

mipmap is broken...

Post by softbike »

sorry.. my english is poor...

i generate mipmap manually...use regenerateMipMapLevels

the following is the result..

this image not mine but Result is similar...


http://www.codedojo.com/wp-content/uplo ... ipmaps.jpg

i have used iphone branch...
mmortall
Posts: 23
Joined: Tue May 11, 2010 6:36 am
Location: Kharkiv
Contact:

Post by mmortall »

1. Try use trilinear filtering for texture. Looks like you use bilinear.
2. Increase texture resolution.
softbike
Posts: 7
Joined: Tue Apr 12, 2011 4:40 am
Location: unkonwn

Post by softbike »

1. i used TrilinearFilter
2. i used 512x512x24bit

However, there is no difference
Post Reply