Sami Pflibsen-Jones
Sami Pflibsen-Jones
As with many problems in programming, this turns out to be easier said than done. I've been playing with the flare set at the bottom of [gen.py::Tree.radius_at_offset()](https://github.com/friggog/tree-gen/blob/master/parametric/gen.py#L1129) (under a check...
Yeah, it's an issue with flare on the smaller branches near the canopy, where the flare on the 1st level of branches clips outside of the trunk's slimmer diameter. Thanks...
That won't work for trees that don't taper their trunk, ex. Douglas Firs. Edit: That example was kind of dumb of me. Douglas Firs do taper, I just don't think...
Found a cheesy way to find the height of the branch. Now that I have that, we can scale and limit by height. Will need to play around with this...
I've had another idea that wouldn't require an additional parameter. Now that the branch curves are separate we can walk Branches1, grab the first few bezier points, and scale them...
Oh wow my reading comprehension apparently sucks right after I wake up. Yeah, using the z coordinate would be less precise for sure.
View > Sidebar Yeah, we should definitely document this, you aren't the first to ask. It was easier in 2.7.
All credit for that and the generation code goes to @friggog, not me. I just help maintain the project and provide support when I can.
There are no official video tutorials that I'm aware of. News to me that there are unofficial tutorials, that's actually super neat! Honestly I think what needs to happen before...
Woah, that looks incredible!