11680335 / box2d

Automatically exported from code.google.com/p/box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b2LineJoint missing?

GoogleCodeExporter opened this issue · comments

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

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

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

  • Changed state: Invalid