QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

Optimize atlas shader mip levels #49

Closed Shfty closed 4 years ago

Shfty commented 4 years ago

The atlas shader mip levels are imperfect right now, which causes some slight pixelation artifacting when moving the camera toward an unfiltered texture. Visible with the door across the bridge in the second room of E1M1.

Need to figure out how to manipulate the mip level optimally and minimize or eliminate artifacting.

Shfty commented 4 years ago

No longer relevant.