MMedak
October 7, 2019, 2:47pm
1
I’m trying to accomplish a soft fur effect within this project. Selecting “Fade” within the shader messes up the drawing of the polygons and “Cutout” makes the edges way too hard. Any advice on how to fix the drawing order issue with the shader?
Cutout doesn’t have a draw order issue but the edges are choppy and hard
Fade solves the hard edges but isn’t rendered correctly.
That’s a hard problem even on big production, everybody seems to have moved to cut out with special dithering shader, and anti aliasing solution.
MMedak
October 10, 2019, 4:43pm
3
thanks I’ll give that a shot! Any recommendations on what a good dithering shader to use would be?
Olmi
October 10, 2019, 9:10pm
5
For blue noise images and also information about blue noise I’ve used this excellent site:
http://momentsingraphics.de/BlueNoise.html
Just in case you haven’t bumped into it. They are CC0 license, too.
2 Likes
If anyone writes a shader that does this, I’d love to get pinged so I could use it for CC3 hair …