I am creating a scene with power transmission lines. Between each two poles, wires are hanging. Each wire has physics properties. That is a wire moves regarding the wind and also the objects which collide with it. Also, gravity affects how a wire is hanging between the poles.
I have a cursor which can contact a wire. Once the cursor contacts the wire, the cursor must become attached to the wire (like a ring around the wire). So, the cursor (ring) must remain on the wire and as the cursor moves, the movement must be all throughout the wire.
I need a solution! How can I make the cursor to act like a ring and move on the wire?
↧