#Eyebrows, eyes, and eyelashes visible through hair

1 messages · Page 1 of 1 (latest)

oak owl
#

I am working on an anime style online RPG game, and for months I've been beating my head trying to figure out how to get my character’s eyebrows, eyelashes, and eyes to show through the hair as if the hair has some transparency effect to show only those but not the character’s head and other parts of the body, just like in the screenshot here

dusk heron
#

Seems to me your example just has transparency painted on the texture at the right spots.

misty sedge
#

I wonder if you have the draw order face (-2), hair (or only bangs) (-1), eyes (0) if that would work

oak owl
oak owl
cunning yacht
#

I think they only show eyebrows/eyelashes outlines through the hair. Could be rendered separately where the outlines rendered closer to camera

dusk heron
oak owl
oak owl
dusk heron
#

I still think that a simple transparency mask is what you are after. We have made anime style characters before and this is how we did it. Literally only the parts of hair cards that over the eyes,lashes are semi transparent

cunning yacht
coarse narwhal
#

I've also seen this done with the stencil buffer. Eyebrows or eyes write to the stencil. And then two different materials are used for bangs, for faded and normal hair. And stencil test for each material is set up so it only uses the faded material over the desired areas.