Originally posted by Voss
NHawk, why would gently sloping terrain cause striping? I've been using height_fields for years and never seen this? In fact, we've been using color images for input by ignoring two color channels and using only one; works fine.
If you're talking about tiling using the grayscale height map, then this is what you'll wind up with
Grayscale 0 - water
Grayscale 1 to 10 - Grass
Grayscale 11 to 20 - farm
Grayscale 21 to 30 - forest
Grayscale 31 to 40 - rocky grass
Grayscale 41 to 50 - rock
etc..etc..
This is simplified, but unless I'm missing something... sure looks like layers/stripes to me. On a fairly flat terrain this wouldn't be a problem. But, on anything with a good slope to it, it might be.
If I'm misunderstanding something here, fill me in.