Skip to content

Releases: stephengold/Wes

Wes v0.5.0

22 May 15:01
Compare
Choose a tag to compare
  • Add methods to better support the new animation system:
    • AnimationEdit.extractAnimation() for AnimClip
    • AnimationEdit.setDuration() for AnimClip
    • TrackEdit.behead() for TransformTrack
    • TrackEdit.reverse() for MorphTrack
    • TrackEdit.setDuration() for TransformTrack
    • TrackEdit.truncate() for TransformTrack
    • TweenTransforms.interpolate() for TransformTrack
  • Add the TrimAnimation example app.
  • Base on v5.4 of the Heart Library and v0.8.3 of jme3-utilities-ui.
  • Upgrade to Gradle v6.4.1 .

Wes v0.4.9

02 Apr 04:33
Compare
Choose a tag to compare
  • Base on version 5.2.1 of the Heart Library.
  • Upgrade to Gradle v6.3 .
  • Target JME version 3.3.0-stable .

Wes v0.4.8for33

07 Feb 06:42
Compare
Choose a tag to compare
  • Change the Maven groupId to "com.github.stephengold" .
  • Base on version 5.0 of the Heart library.
  • Upgrade to Gradle v6.1.1 .

Wes v0.4.8for32

07 Feb 06:44
Compare
Choose a tag to compare
  • Change the Maven groupId to "com.github.stephengold" .
  • Base on version 5.0 of the Heart library.
  • Upgrade to Gradle v6.1.1 .

Wes v0.4.7for33

05 Jan 01:48
Compare
Choose a tag to compare
  • Base on version 4.3 of the jme3-utilities-heart library.
  • Target the NEW JME 3.3.0-beta1 .

Wes v0.4.7for32

05 Jan 01:54
Compare
Choose a tag to compare
  • Base on version 4.3 of the jme3-utilities-heart library.
  • Upgrade to Gradle v6.0.1 .

Wes v0.4.6for33

09 Dec 16:54
Compare
Choose a tag to compare
  • Add a normalizeQuaternions() method for AnimTrack.
  • Base on version 4.2 of the jme3-utilities-heart library.
  • Upgrade to Gradle v6.0.1 .
  • Target JME 3.3.0-beta1 .

Wes v0.4.5for33

08 Nov 18:16
Compare
Choose a tag to compare
  • Add normalizeQuaternions() methods to the AnimationEdit and
    TrackEdit classes.
  • Base on version 4.1 of the jme3-utilities-heart library.
  • Upgrade to Gradle v5.6.4 .

Wes v0.4.5for32

08 Nov 18:36
Compare
Choose a tag to compare

Add tolerances to the normalizeQuaternions() methods.

Wes v0.4.4for32

07 Nov 21:53
Compare
Choose a tag to compare
  • Rename the Pose.apply() method to applyTo(). (API change)
  • Add normalizeQuaternions() methods to the AnimationEdit and TrackEdit classes.
  • Base on version 4.1 of the jme3-utilities-heart library.
  • Upgrade to Gradle v5.6.4 .