1

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

Wazani
  • 911
  • 1
  • 13
  • 28
  • 1
    There 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
  • 1
    I 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

1 Answers1

1

These features have been added to the LibGdx API.

Wazani
  • 911
  • 1
  • 13
  • 28