In the original Box2D API, the WeldJointDef class has two Attributes that I couldn't find in the LibGdx gdx.physics.box2d.joint.WeldJointDef class which are:
- frequencyHz.
- DampingRatio.
modifying these two attributes give more flexibility to the joint.
Is there any way to access these attributes ?
LibGdx gdx.physics.box2d.joints.WeldJointDef
Asked
Active
Viewed 115 times
1

Wazani
- 911
- 1
- 13
- 28
-
1There isn't. You could file a feature request on the issue tracker. – dermetfan Aug 18 '14 at 02:04
-
Thanks @dermetfan. I received your answer from your AskMe.fm account. – Wazani Aug 18 '14 at 09:55
-
1I added these fields yesterday, they should be in the current SNAPSHOT and will be in the next release. https://github.com/libgdx/libgdx/commit/94559d6b1d382028ad8599271a1fa91c04599651 – nEx.Software Aug 19 '14 at 12:51