Why is my foliage so awful? I am trying to make a mountain road as a race course, and because of the length I need to have many foliage objects. Does anyone know how I can make quality foliage and leaves while maintaining performance?
>>618654Okay, so from your screenshot I'd say your problems are as follows:>your foliage planes are orientated in a way that they are almost directly aimed at the camera (especially visible with the trees on the right). Bend them downwards more.More importantly however is your vertex normals, which you should adjust. Take a look at pic related and this link:https://simonschreibt.de/gat/airborn-trees/The examples are more cartoony trees, but the same method still holds true. You'll want to bend your vertex normals. If you're in max there's a plugin for it called noors normalthief, I think Maya supports this out of the box. Not sure about other programs.
Lot of stuff herehttp://wiki.polycount.com/wiki/Foliage
>>618672>>618674Both of these were useful. Thanks. Any other tips or general criticism of what I have going here? I am trying to make it look presentable / sellable.
>>618697I can't see very well, but in the background I noticed it looks like the leaves edges have white fringes which is an issue with image transparency. Use either Xnormal's "Dilation" or this plugin if that is your issue https://docs.unity3d.com/462/Documentation/Manual/HOWTO-alphamaps.htmlThe bush to the right I think is a matter of your Alphatest threshold set wrong and you are getting floating leaves and the branch is culled out into transparency. Other than that, there are not too many other things i can point out other than the crossing pattern of the planes looking a bit rigid (Id say mabey rotate or scatter them slightly better since i see repeating X patterns and you want a more random look), but yeah do study those guides.