Method WorldPointToNormalized
WorldPointToNormalized(Vector3)
Convert a point in world space to terrain normalized [0-1] space.
public Vector3 WorldPointToNormalized(Vector3 point)
Parameters
point
Vector3World position.
Returns
- Vector3
Position in normalized [0-1] space.