Search Unity

Realtime Mountain Generator

Discussion in 'Made With Unity' started by Cactus_on_Fire, Feb 22, 2020.

  1. Cactus_on_Fire

    Cactus_on_Fire

    Joined:
    Aug 12, 2014
    Posts:
    675


    This shader generates realtime procedural mountains with instantly simulating the erosions using a few noise maps. It takes a single image like a dot, shape or any image and expands the edges of it while deforming the edges based on the turbulence maps. The ambient occlusion is also calculated within the shader with multiple high passes and not with camera post processing.

     
  2. khos

    khos

    Joined:
    May 10, 2016
    Posts:
    1,490
    Nice work, would you make it available, or sell it?
     
  3. Cactus_on_Fire

    Cactus_on_Fire

    Joined:
    Aug 12, 2014
    Posts:
    675
    I can sell it but it doesn't have much practical use right now as it's only in experimentation stage.
     
  4. NotSoLuckyDucky

    NotSoLuckyDucky

    Joined:
    Apr 16, 2018
    Posts:
    56
    WOW great job love the effects.
     
  5. Cactus_on_Fire

    Cactus_on_Fire

    Joined:
    Aug 12, 2014
    Posts:
    675
    thanks