Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to develop a spring which has its one end attached to a static roof and the other end has a body with mass m attached to it.

Whenever I drag the load(body attached to spring) the spring must also get displaced from its mean position and must behave like a real spring, after few oscillations it must come back to initial position.

Now I have developed a spring using a few rectangles which are joined using a pivot joint, a load is also attached using the pivot joint. Here when I drag the load, the spring oscillates from left to right like a pendulum and not like a real spring. I want oscillation up and down and not left to right.

share|improve this question
Please post what you have so far – Jack Nov 17 '11 at 4:42
I have added my code above. – Nishat Nov 18 '11 at 4:38
Am I just missing it? I don't see any code – Jack Nov 18 '11 at 14:13

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.