wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
240 stars 63 forks source link

Allow configuring texture anisotropy #119

Open fallenoak opened 8 years ago

fallenoak commented 8 years ago

Anisotropic filtering is a common technique used to improve texture quality in 3D rendering. Conveniently, THREE.js exposes an anisotropy property on textures.

Progress

By way of example, here's a before and after screenshot pair for anisotropy level 8. In particular, look at the cobblestone terrain texture toward the top of the screenshot.

Before screen shot 2016-02-15 at 10 43 46 pm

After screen shot 2016-02-15 at 10 39 05 pm

timkurvers commented 8 years ago

:+1: