Search Unity

How to make shader with detail mapping

Discussion in 'Shaders' started by TianWolf, Jun 2, 2013.

  1. TianWolf

    TianWolf

    Joined:
    Aug 20, 2011
    Posts:
    161
    I'm want to make a shader with a detail map. What are some good resources to look at to lear how to do this?
     
  2. aubergine

    aubergine

    Joined:
    Sep 12, 2009
    Posts:
    2,878
    Best resource is nvidia shader tutorial/shader library ,unity shaderlab documents and some free time to learn how to write cg shaders.
    After that, you will find that its extremely simple to write your shader.
     
  3. TianWolf

    TianWolf

    Joined:
    Aug 20, 2011
    Posts:
    161
    Thanks, will do the nvidia tutorials.