Cool vid Stefan...and thanks Brad as usual :-) Vincent. I'm curious what you're suggesting but don't quite understand your steps.
On Tue, Dec 4, 2012 at 2:14 PM, Vincent Ullmann < [email protected]> wrote: > 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 >

