Search Unity

Cloud/fluffy shader

Discussion in 'Shaders' started by thestrandedmoose, Jul 6, 2018.

  1. thestrandedmoose

    thestrandedmoose

    Joined:
    Jul 21, 2015
    Posts:
    70
    Hey all-

    trying to figure out if there are any good tutorials or assets on creating a shader like this? Does anyone know how I could achieve this? (the left side)
     
  2. Invertex

    Invertex

    Joined:
    Nov 7, 2013
    Posts:
    1,546
    In the simplest sense, you'd use the facing angle past a certain amount to determine how much transparency should be there, but modulated by a cloudy noise texture or generated noise.
     
    thestrandedmoose likes this.
  3. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,339
    thestrandedmoose likes this.
  4. thestrandedmoose

    thestrandedmoose

    Joined:
    Jul 21, 2015
    Posts:
    70