xexuxjy / bullet-xna

Automatically exported from code.google.com/p/bullet-xna
Other
21 stars 5 forks source link

Pachinko demo issue #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Thank you for what you did on the Pachinko demo. It shows my problems and they 
are not eliminated. Make the radius of the sphere equal to 0.9. The ball does 
not pass between the pins even though the distance allows.

float ballRadius = 0.9f;

Original issue reported on code.google.com by stm.p...@gmail.com on 25 Nov 2012 at 9:57

GoogleCodeExporter commented 9 years ago
I'll have another look over it this evening hopefully and get back to you.

Original comment by xexu...@gmail.com on 27 Nov 2012 at 10:39

GoogleCodeExporter commented 9 years ago
Ok, I don't have a full fix yet, but I'm pretty sure its something to do with 
the back and front boards For now I have removed them from the demo and set the 
LinearFactor on the dropped balls to be X and Y movement only , this allows the 
larger radius balls to move as expected.
I'll add more when I get a better fix but try the new version of the demo.

Thanks.

Original comment by xexu...@gmail.com on 27 Nov 2012 at 11:03

GoogleCodeExporter commented 9 years ago
r173 fixed a similar issue, so maybe it helps. I don't know how to test this 
one.

Original comment by andres.traks on 8 Dec 2012 at 12:11