GamePlay v1.1.0 Release Notes

    • ๐Ÿ‘ FBX support in gameplay-encoder.
    • ๐ŸŽ MacOSX platform support using XCode.
    • Off-screen rendering functionality using FrameBuffer.
    • Loading 3D scenes using declarative .scene files.
    • Loading audio from .ogg files using vorbis.
    • Loading AudioSources from .audio files.
    • Loading Animations from .animation files.
    • ๐Ÿ‘ AnimationClip support for cross fading.
    • ๐Ÿ‘ Physics support using Bullet Physics.
    • Cross-platform new project generator.
    • Overloaded operators in Math classes.
    • Font improvements for justify, clip, wrap and scaling.
    • ๐Ÿ›  Fixes for Font::drawText to use point size and not float scalar.
    • ๐Ÿ›  Fixes for memory leaks in and fixes to AnimationTarget.
    • ๐Ÿ›  Fixes for bumped and parallax shaders.
    • ๐Ÿ›  Fixes to simplify folders for resources in samples.
    • ๐Ÿ›  Fixes to the material/shader system.
    • ๐Ÿ›  Fixes to the ParticleEmitter.