google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lf.js b2GearJoint not working

colludium opened this issue · comments

Ok, it might be me... I've tried everything to create a gear joint and, for my efforts, I can obtain a joint ptr. However, the joint just doesn't work. I've tried calling the joint creation via var ref = this.world.CreateJoint.jointDef; and var ref = jointDef.Create(this.world); Similar methods work on the other joints I've tried, so I am a little confused as to why they don't here. Thanks.