wowserhq / wowser

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

Add support for UV animations to textures in M2s #98

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

UV animations animate the UV coordinates for individual textures within texture units. They're used for various effects, such as water and lava. Similar to transparency animation blocks, they apply per-texture within a texture unit, and not to the entire texture unit at once.

fallenoak commented 8 years ago

Closed by #128