Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Terrain Texture Shader released

  1. #1

    Default Terrain Texture Shader released

    This week Natural Graphics has released Terrain Texture Shader, a new free application for Mac OS X that creates highly detailed images from terrain models. This software is based on an algorithm developed by Leland Brown and presented at the 2010 NACIS conference.

    Natural Graphics developed the user interface and additional features, giving you easy access to this relatively new terrain rendering method. Terrain Texture Shader is a multi-threaded application, capable of running on both 32 and 64 bit systems with Mac OS 10.6 or higher. The software, based on an algorithm developed by Leland Brown, renders DEMs as georeferenced images with increased contrast and detail.

    A practical use of texture shading is for mapmakers to merge it with shaded relief. The two techniques when combined can improve many terrains, clearly depicting drainages and revealing small details. Depicting rock textures in alpine mountains is another use for the software that shows promise.

    Brett Casebolt
    Natural Graphics
    Last edited by Natural Graphics; 12-03-2013 at 05:06 AM.

  2. #2
    Guild Artisan Neyjour's Avatar
    Join Date
    Aug 2011
    Location
    Texas, USA
    Posts
    574

    Default

    Wow...that example of Yosemite Valley looks amazing! What a shame it's for MAC only...I would have loved to try this out. By any chance, do you have plans to release a PC version sometime in the future?

  3. #3
    Guild Adept
    Join Date
    Jul 2011
    Location
    Rome, Italy - New York, USA
    Posts
    417

    Default

    Interesting... if I could make it work. I have my tiff elevation maps in greyscale, yet it refuses to import, because they are not "16 or 32 bits per pixel", even though they are...

  4. #4

    Default

    Quote Originally Posted by feanaaro View Post
    Interesting... if I could make it work. I have my tiff elevation maps in greyscale, yet it refuses to import, because they are not "16 or 32 bits per pixel", even though they are...
    I need to re-phrase that error message to "16 or 32 bits per channel".

    My guess is that your grayscale TIFF is ARGB with 8-bits per channel (32-bits total per pixel).

    If you would like, you may send me a link to the TIFF file and I will verify it.

    The reason for the message is that 8-bits per channel will not produce acceptable results with texture shading -- instead it will have a terraced look, or possibly end up looking like a contour map.

    Brett

  5. #5

    Default

    Quote Originally Posted by Neyjour View Post
    Wow...that example of Yosemite Valley looks amazing! What a shame it's for MAC only...I would have loved to try this out. By any chance, do you have plans to release a PC version sometime in the future?
    Thanks. Yes, I estimate a January or February release date for the PC version.

  6. #6
    Guild Adept
    Join Date
    Jul 2011
    Location
    Rome, Italy - New York, USA
    Posts
    417

    Default

    I figured that the bits were "per channel", however when I tried to convert the TIFF image in photoshop to 32 bit greyscale it still did not worked.

  7. #7
    Guild Artisan Neyjour's Avatar
    Join Date
    Aug 2011
    Location
    Texas, USA
    Posts
    574

    Default

    Quote Originally Posted by Natural Graphics View Post
    Thanks. Yes, I estimate a January or February release date for the PC version.
    Wonderful! Thanks.

  8. #8
    Guild Applicant
    Join Date
    Nov 2013
    Location
    California
    Posts
    1

    Default

    There's also a command-line driven program to do texture shading, which is available now for Windows as well as Mac. (The source code is also included, so you could even compile it for Linux or another operating system if you want.) It's not as user friendly, and it has no additional features except to compute the texture shading, but it's the exact same core algorithm as in Terrain Texture Shader. You can download the software and user guide at app.box.com/textureshading/. My slide presentation from the 2010 NACIS conference is also there, for anyone interested in what the algorithm does.

  9. #9
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,549

    Default

    It's always interesting to me to see how image processing operators get applied to terrain systems to generate interesting results (in this case, an HDR tone mapping operator of the sort described in Local Laplacian Filters: Edge-aware Image Processing with a Laplacian Pyramid - it's a goo dpaper because of the review of lots of other tone mapping algorithms). I wonder if pushing alpha high, thresholding the image and using that output as input to a distance algorithm would yield interesting results...

  10. #10
    Software Dev/Rep Hai-Etlik's Avatar
    Join Date
    May 2009
    Location
    48° 28′ N 123° 8′ W
    Posts
    1,333
    Blog Entries
    1

    Default

    Quote Originally Posted by waldronate View Post
    It's always interesting to me to see how image processing operators get applied to terrain systems to generate interesting results (in this case, an HDR tone mapping operator of the sort described in Local Laplacian Filters: Edge-aware Image Processing with a Laplacian Pyramid - it's a goo dpaper because of the review of lots of other tone mapping algorithms). I wonder if pushing alpha high, thresholding the image and using that output as input to a distance algorithm would yield interesting results...
    Maybe, there are already distance surfaces that use vertical weighting. I remember modelling forest fires as an assignment for my spatial analysis class using the NIR/R/G bands of a Landsat image and a DEM. The fire spread up hill more readily and down hill less readily.

Page 1 of 2 12 LastLast

Posting Permissions

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