Help with creating a tree branch?
in
Programming Questions
•
2 years ago
So I've been screwing around for the past couple of hours trying to create a single line that animates from point A to point B, which replicates a tree branch. I tried using a few different techniques, including noise(), to create the line's randomness, but wasn't successful.
Does anyone have a simple solution to creating a line that resembles a tree branch (a rather jagged / noisy line that tapers on one end)?
Thanks a ton for any help / ideas. They're honestly greatly appreciated.
Ultimately, I'm going to try to recreate the drawing tool used here:
(In order to actually draw freely with the tool, you have to watch the entire video first.)
2