Am 04.12.2012 20:10, schrieb Kris Rivel:
I'm looking for a way to push particles away from a curve as they flow along it. I have a nice flow working but would like an option to bring them closer to the curve or further away but still follow the path. Any ideas? Thanks.Kris
Try:- Get Closest Location (PointPosition to Curve) --> Get PointPositon = "CurvePos"
- Normalise (Subtract ("CurvePos", "PointPosition")) --> "CurveForce"
- PointPosition + ("CurveForce" * Strength) -> Set PointPosition

