tangrams / walkabout-style

Preview map:
https://tangrams.github.io/walkabout-style
MIT License
32 stars 14 forks source link

Polish landuse colours / relief shading #18

Closed nvkelso closed 8 years ago

nvkelso commented 8 years ago
nvkelso commented 8 years ago

Related: https://github.com/tangrams/outdoor-style/issues/19

nvkelso commented 8 years ago

/cc @meetar for assistance with "muting" the normals in areas of low relief (valley floor).

meetar commented 8 years ago

Re: less noise in the low relief areas: I've experimented with a number of code adjustments, but the simplest way I've found to do this so far is to manipulate the spheremap, specifically by enlarging the center area's color. Eg:

colorwheel

Produces:

smooth-valleys

This also means you lose nuance in other areas of low relief, not just valleys, but that's going to be the case with any method, short of some other kind of valley-detection analysis.

nvkelso commented 8 years ago

Thanks for the tip! We’ll try opening up the center, but adding a little generic texture across it to keep the look consistent.

On Wed, Apr 20, 2016 at 8:39 AM, Peter Richardson notifications@github.com wrote:

Re: less noise in the low relief areas: I've experimented with a number of code adjustments, but the simplest way I've found to do this so far is to manipulate the spheremap, specifically by enlarging the center area's color. Eg:

[image: colorwheel] https://cloud.githubusercontent.com/assets/459970/14680560/ba75ee20-06eb-11e6-93af-0e6a1695c8da.gif

Produces:

[image: smooth-valleys] https://cloud.githubusercontent.com/assets/459970/14680699/20f5ad02-06ec-11e6-9b2b-20a826a337c6.gif

This also means you lose nuance in other areas of low relief, not just valleys, but that's going to be the case with any method, short of some other kind of valley-detection analysis.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/tangrams/outdoor-style/issues/18#issuecomment-212481943

nvkelso commented 8 years ago

Continued in https://github.com/tangrams/outdoor-style/issues/31.

nvkelso commented 8 years ago

Continued in https://github.com/tangrams/outdoor-style/issues/32.