Search Unity

Any proposition for custom shader to put noise on only 3D object

Discussion in 'Shaders' started by rimiki, Jun 19, 2015.

  1. rimiki

    rimiki

    Joined:
    Dec 30, 2014
    Posts:
    102
    Dears Developers,

    I'm trying to find a custom shader to help me to put noise into a 3D object.

    Thank you for any suggestions.
     
  2. karp505

    karp505

    Joined:
    Jul 24, 2014
    Posts:
    18
    You can use this simplex noise function by Ian McEwan so long as you include the license that's commented out in the code.
    http://pastebin.com/D8CWr6zz
     
  3. rimiki

    rimiki

    Joined:
    Dec 30, 2014
    Posts:
    102
    Dear,

    Thank you for your reply.

    I tried to use the code but I got a black color in the material !

    Did you try to use it with an object ?

    Maybe I didn't know how to use it!
     
  4. karp505

    karp505

    Joined:
    Jul 24, 2014
    Posts:
    18
    Well, I don't know what exactly you want to do or how you tried to use it already. Can you post the shader code you used it in?