Jump to content

Joint constructor bug?


Pryme8
 Share

Recommended Posts

Not sure if I am tripping but, if I output a joint to the console the constructors for wheel and hinge2 seem to be the same

in the typescript file it reads:

public static DistanceJoint = 0;
public static HingeJoint = 1;
public static BallAndSocketJoint = 2;
public static WheelJoint = 3;
public static SliderJoint = 4;
//OIMO
public static PrismaticJoint = 5;
//ENERGY FTW! (compare with this - http://ode-wiki.org/wiki/index.php?title=Manual:_Joint_Types_and_Functions)
public static UniversalJoint = 6;
public static Hinge2Joint = PhysicsJoint.WheelJoint;
//Cannon
//Similar to a Ball-Joint. Different in params
public static PointToPointJoint = 8;
//Cannon only at the moment

public static SpringJoint = 9;

but then in the output to the console it reads
error1.png.6ac5236c1e202114f24fcd2c43e03

Link to comment
Share on other sites

I know Im dumb... I read my post after I wrote it, and then thought I hit close on the browser without posting it...  This was never supposed to be posted if you could delete it that would be awesome... I thought I saw the Wheel being assigned to 7 and then once I actually read instead of skimming I knew I was mistaken.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...