Results 1 to 5 of 5

Thread: experiments with wilbur and bevel/emboss (dont let the title scare you off...)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,561

    Default

    A basic implementation of bevel/emboss is to make a copy of the image, blur that copy to convert hard edges into more rounded ones (effectively a heightmap), apply a lighting effect to that new heightmap, and blend that lighting image onto the original image. That should look suspiciously like what you have here. It's also the processing that Wilbur applies in its basic shader.

    Taking your original height map and applying a gradient to it for coloring, followed by blending the map you have here with a mlutiply operation should look amazingly similar to Wilbur's basic land shader. The advantage that you have here is that the editable gradient map makes it a little easier to get different effects other than straight height-based coloring.

  2. #2
    Guild Expert Facebook Connected vorropohaiah's Avatar
    Join Date
    Feb 2010
    Location
    Malta
    Posts
    1,425

    Default

    Quote Originally Posted by waldronate View Post
    Taking your original height map and applying a gradient to it for coloring, followed by blending the map you have here with a mlutiply operation should look amazingly similar to Wilbur's basic land shader. The advantage that you have here is that the editable gradient map makes it a little easier to get different effects other than straight height-based coloring.
    i'll have a go trying that out, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •