Get Vector

Get the directional vector between two points.

Get Vector can be used in combination with points on a Duplicator to return the direction between that point and a target.

Common Attributes +

Target - connect a Shape to get a vector from.

Normalize - the returned value is normalized to a value of between 0 and 1.

Example usage:

  1. Create a Shape.

  2. Connect a Value2 to Shape Position on the Duplicator.

  3. Add a Falloff to the Value2 Behaviour.

  4. Create a Get Vector Utility.

  5. Uncheck Normalize.

  6. Connect getVector.id > value2.value.

  7. Connect falloff.id > getVector.target.

Last updated