meizhuolib / box2d

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

b2LineJoint missing? #301

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout latest code using box2d pod which points to latest svn version
2. the cocos2d code compile with older version which references b2LineJointDef
3. this doesn't exist in latest code

What is the expected output? What do you see instead?
I take it that this was deprecated or phased out? 
how do I create a variable length joint ? 
this line joint has a lowerTranslation & upperTranslation which is ideal for my 
use case.

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

Please provide any additional information below.

Original issue reported on code.google.com by j...@bellgeorge.com on 2 Mar 2013 at 6:23

GoogleCodeExporter commented 9 years ago
ok - switched to use prismatic joint and it's working fine. 
would be good to mention something in prismatic class.
you can close this.
my bad.

Original comment by j...@bellgeorge.com on 2 Mar 2013 at 6:30

GoogleCodeExporter commented 9 years ago
The line joint was originally created for vehicle wheels. It evolved into 
b2WheelJoint.

Original comment by erinca...@gmail.com on 27 Oct 2013 at 7:05