glimpse-framework v0.3 Release Notes

Release Date: 2016-09-25 // over 7 years ago
  • New features

    • ๐Ÿ‘ Issue #14 โ€“ OBJ format support.
    • ๐Ÿ‘ Issue #15 โ€“ Lights support:
      • directional lights,
      • point lights,
      • spotlights.
    • More camera features:
      • Issue #22 โ€“ orthographic camera projection,
      • Issue #23 โ€“ free-form camera position.
    • ๐Ÿšš Issue #24 โ€“ Removed uncomfortable init and dispose calls for materials.
    • JOGL implementation: Getting current mouse position.

    ๐Ÿ›  Fixed bugs

    • Issue #28 โ€“ Direct buffers were created once per frame, causing dramatic FPS loss.
    • Issue #33 โ€“ Transformation of a Model was passed by value (not by name), when transformed again.
    • ๐Ÿ›  Minor fixes in transformations.

    Other changes

    • โšก๏ธ Updated dependencies