|
Are there examples of fur being used on characters in Unity-based mobile games?
(comments are locked)
|
|
There are probably o examples for that because a fur shader either won't work (like on OpenGL ES 1.1 devices) or if you pull it off with your own implementation it will kill your performance. You might get acceptable results with DOT3 Bump-Mapping and a good texture.
(comments are locked)
|
