xiangaodielian / bullet

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

btSliderConstraint's m_dampingDirAng field is unused #677

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. grep 'm_dampingDirAng' in the bullet source
2. notice that the only places it is referenced is a getter & setter
3. notice that the getter is never used by bullet.

What is the expected output? What do you see instead?
I'm not entirely sure what this is supposed to do, but it's pretty clearly 
doing nothing instead.

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

Please provide any additional information below.

Original issue reported on code.google.com by Walter.R...@gmail.com on 3 Dec 2012 at 7:33

GoogleCodeExporter commented 9 years ago
Looking at the file, it appears a number of the other m_damping* variables in 
the same file are not being used either.

Original comment by Walter.R...@gmail.com on 4 Dec 2012 at 2:10

GoogleCodeExporter commented 9 years ago
See https://github.com/bulletphysics/bullet3/issues/108

Original comment by erwin.coumans on 30 Mar 2014 at 7:17