You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When maps in-game are rendered far away from the player, they cause artifacts. These artifacts happen because mipmaps for dynamic textures are disabled by default in Minecraft. This mod aims to solve this niche problem.
3
+
4
+
Image on the left is with level 0 mipmaps (default in-game) and the image on the right is with level 4 mipmaps (with the mod).
The image has been rendered 10 blocks away from the player, using a palette of only flat carpet colors. The image has been preprocessed with Floyd-Steinberg dithering.
7
+
8
+
Thanks to **EarilGarion** for his infinite patience and his OpenGL explanations.
9
+
10
+
---
11
+
12
+
### New version of MapMipMapMod with big performance improvements.
13
+
14
+
- Uses map texture atlasing to store multiple textures in a single one and boost performance.
15
+
- Generates mipmaps on the GPU instead of the CPU (vanilla). Doesn't compromise on the performance.
16
+
- Doesn't update textures on locked maps, removing lag spikes when rendering many maps.
0 commit comments