Skip to content

jMonkeyEngine 3.6.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ali-RS Ali-RS released this 01 Jan 18:28
· 278 commits to master since this release
5b9fc87

A non-production release, for development and testing only, not intended to be used in any product. Largely untested, without complete/reliable documentation, and without SDK support. Vital features may be missing. The feature set, API, and serialization format might change before the next release.

Changes relative to v3.5.2-stable:

  • Potential breaking changes:

    • Use OpenGL 3.2 as default by @riccardobl in #1752
    • BlendAction: resolve slow-motion side effect caused by stretching actions by @Ali-RS in #1848
    • move SettingsDialog and ErrorDialog to new jme3-awt-dialogs module by @riccardobl in #1876
    • JmeSurfaceView: Package migration by @Scrappers-glitch in #1819
  • New features:

    • jme3-lwjgl3: add a WindowSizeListener by @Ali-RS in #1711
    • #1734 actions based vr input by @richardTingle in #1735
    • Separate concept of window size from default framebuffer size by @riccardobl in #1750
    • Add FOR macro to GLSL preprocessor and J3MD by @riccardobl in #1758
    • Android: Implemented AndroidNativeBufferAllocator - Deprecated AndroidBufferAllocator by @Scrappers-glitch in #1821
    • Add GL debug capabilities by @riccardobl in #1790
    • Add java types to VarType and type checks to MatParam by @riccardobl in #1797
    • Some enhancement to new animation system by @Ali-RS in #1845
    • Added a Loop tween to Tweens factory class. Supports looping by count… by @Ali-RS in #1846
    • Added Tweens.cycle() and Tweens.invert() methods by @Ali-RS in #1849
    • Add instance culling function in InstancedGeometry by @Ali-RS in #1865
    • Implementation of a glTF extension loader for KHR_texture_transform by @manuelrmo in #1869
  • Bugs and defects addressed:

  • General improvements:

New Contributors

Full Changelog: v3.5.2-stable...v3.6.0-alpha1