Search Unity

Question How make stylized grass in default render?

Discussion in 'General Graphics' started by molestium, Jun 5, 2023.

  1. molestium

    molestium

    Joined:
    Dec 16, 2018
    Posts:
    22
    I'm trying make stylized grass in default render, but i faced following problem: grass on plane back side looks much darker than on illuminated side.
    g1.png g2.png
    At same time other people make grass is lit from both sides equally, and at takes on shadows.
    http://www.youtube.com/watch?v=4OWA5vgZqvQ

    how should it work?
     
    Last edited: Jun 5, 2023
  2. Klausbdl

    Klausbdl

    Joined:
    Aug 12, 2013
    Posts:
    64
    The way I do is I plug a vector 3 into the normal of the shader and set it to 0,1,0 so it points up. Lemme know if it works for you
     
  3. molestium

    molestium

    Joined:
    Dec 16, 2018
    Posts:
    22
    Thanks! Its work!