how to make a procedural flower?
i am wandering how to make procedural flower in unity so later i can use it in my project. the proviso is it should only be generated procedurally. hints, tips and ideas are welcomed thank you
Answer by Bunny83 · Nov 02, 2017 at 02:11 PM
This sounds more like a homework task you should solve. As such the question is actually off-topic.
Anyways you should inform yourself about how the different flower types generally look like. The two most important things would be the golden angle as well as the fibonacci series.
However in the end it highly depends on what kind of flower you try to create. Also if you try to create something procedurally you should be good at programming and problem solving. If you aren't it's pointless to do something procedurally.