Skip to content

jMonkeyEngine 3.5.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@stephengold stephengold released this 29 Dec 17:49
· 38 commits to v3.5 since this release

A non-production release for development and testing, which will hopefully lead to a "stable" release.

Noteworthy changes relative to 3.5.0-beta4:

  • Bugs and defects addressed:

    • SimpleApplication.stop(true) causes deadlock (issue #1721, PR #1722)
    • ChaseCamera won't rotate after being re-enabled (PR #1692)
    • RenderState is serialized incorrectly (issue #1718, PR #1719)
    • typo in the value returned by LodGenerator.toString() (cfa497d)
  • General improvements:

    • javadoc (various PRs and commits)