mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-25 12:55:57 +10:00
Dynamic terrain example now creates a specular texture from the color texture. That saves 2.17 MB download. Just I had to drop materials pre-initialization, for some reason this doesn't play nice with having extra scene / render target :S. In theory also detail normal texture could be computed from the color texture, just we need some nicer normal map filter (Gimp plugin has 9 different ones).