Skip to content

Commit a569bd7

Browse files
committed
Update CHANGELOG.md
1 parent fcfdbc4 commit a569bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Fixed
1616

17-
- `branch.force.direction` now behaves as a real world axis for both positive and negative `strength`. The previous `rotateTowards(qForce, step)` form was degenerate when `force.direction = (0, 1, 0)` (a vertical trunk's natural growth direction): `qForce` collapsed to the identity quaternion, so negative strength extrapolated slerp along whatever tiny tilt the section had drifted into, pushing branches in random seed-dependent directions instead of toward `-force.direction`. The rotation is now applied directly around the `(sectionUp × force.direction)` axis, which is zero exactly when growth is already aligned with the target.
17+
- The growth force was not being applied correctly. Branches should now grow uniformly in the same world direction.
1818

1919
## [1.1.0] - 2026-01-14
2020

0 commit comments

Comments
 (0)