c4b4d4 opened this issue 2 years ago · 1 comments
I think that from your lasts commits, this variable didn't get changed:
THREE.Terrain/src/scatter.js
Line 99 in 562488f
I think it should now be:
randomness(i/9);
'Cause loop now looks like this:
Line 91 in 562488f
Fixed, thank you. Good catch.