FFP v0.4.6 || 3D Java software renderer || An alternative to mip-mapping

preview_player
Показать описание
Since I'm not a personal fan of implementing mip-mapping, I thought of a way to go around it. Here you can see what I've thought of. I blend the texels with the average of the n-by-n block in the base texture that the texel is located in.
This concept does not have the drawbacks that traditional mipmapping has, for example, the gradient is smooth, while in traditional mipmapping (non-trilinear), a clear line can be seen between mipmap levels.
Рекомендации по теме
Комментарии
Автор

I've never done this before so I may be way off, but is the tradeoff here that mipmapping uses more data while this method uses less data but is slower to compute?

jassskmaster
Автор

I'm not a fan of implementing mip-mapping either. Awesome video.

HaiiiWazzuppp
Автор

So you've learned the David Brackeen way of rendering 3D?

yolinkiv