AlpineMapsOrg / renderer

Rendering system for alpine maps.
GNU General Public License v3.0
4 stars 10 forks source link

tile management / texturing #99

Open adam-ce opened 3 months ago

adam-ce commented 3 months ago
adam-ce commented 3 weeks ago

https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_filter_anisotropic

adam-ce commented 3 weeks ago

https://registry.khronos.org/vulkan/specs/1.3-khr-extensions/html/chap16.html#textures-texel-anisotropic-filtering

adam-ce commented 3 weeks ago

https://registry.khronos.org/OpenGL/extensions/EXT/EXT_texture_filter_anisotropic.txt

adam-ce commented 3 weeks ago

https://www.gamedev.net/forums/topic/203842-why-does-anisotropic-filtering-affect-non-mipmapped-textures/?page=2

details on mip selection etc.

also, anisotropic filtering should work without mip maps