lucas95123 / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

strange joint sticking in 2.81 #692

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Please see 'simple pendulum sticks' topic on Bullet forum
2.
3.

What is the expected output? What do you see instead?
Pendulums should swing freely and slow down normally.
Instead they 

What version of the product are you using? On what operating system?
2.81

Please provide any additional information below.
No problem on 2.80

Original issue reported on code.google.com by dylan.me...@gmail.com on 21 Jan 2013 at 12:40

GoogleCodeExporter commented 8 years ago
It seems normal behaviour, you enabled additional damping etc.

Just comment out the lines, and it should work fine:

//m_body->setDamping( 0.05f, 0.85f );
//rbInfo.m_additionalDamping = true;

Original comment by erwin.coumans on 12 Sep 2013 at 10:08