connorwmackay / BlockGame

Another attempt at making a Minecraft clone with OpenGL and C++
GNU General Public License v3.0
0 stars 0 forks source link

Support Anti-Aliasing #24

Open connorwmackay opened 2 months ago

connorwmackay commented 2 months ago

Currently there is texture bleeding if anti-aliasing is turned on, supporting it might require altering the way textures work.