Inspirateur / riverbed

A Minecraft-inspired Bevy game
MIT License
17 stars 0 forks source link

Add mipmaps #7

Open Inspirateur opened 3 months ago

Inspirateur commented 3 months ago

The absence of mipmaps creates ugly banding and Moiré patterns on far-away textures. Mipmaps would fix this and possibly up performance a bit, but I haven't figured out how to implement them with texture arrays yet.

nerdachse commented 3 months ago

Are you aware of https://github.com/DGriffin91/bevy_mod_mipmap_generator ?

Inspirateur commented 3 months ago

Yes, I think I tried it and it didn't work, but I'll give it another shot 🤔