down vote favorite
i m trying to simulate an elastic with LineSegment between a rigged character and a wall.
i succeeded to attach the start point of the lineSegment to the left hand character but now the linesegment end is also in the character local space ( i added lineSegment to character in order to get it following the hand bone ).
the probleme i want to fix is simple :
i would like to attach the first lineSegment vector (start) to a character bone and the second lineSegment vector ( end ) to another mesh ( ie the wall which is a plane ), this would simulate a very simple elastic cord
i asked this question on stackoverflow.com