IceCreamYou / THREE.Terrain

A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
https://icecreamyou.github.io/THREE.Terrain/
MIT License
717 stars 112 forks source link

Three.js v 71 #3

Closed vladgaidukov closed 9 years ago

vladgaidukov commented 9 years ago

Hi, library does not work with current three.js v71

IceCreamYou commented 9 years ago

I just committed a fix for this and tagged a new release (1.2.1) with the fix.

Neither r70 nor r71 had documented changelogs, and there are over 1000 commits between r69 and master. It's hard to keep up with a project that active without a changelog!

The problem was that custom blended textures don't render. The terrain generation itself was fine. Apparently the GLSL code for material shaders was refactored somewhat, across several PR's, particularly around lighting.

For future reference, "it doesn't work" is not a helpful report. It helps to explain exactly what doesn't work and any errors you get. :smiley:

vladgaidukov commented 9 years ago

Thank you!