Skip to content

v0.7.6

Compare
Choose a tag to compare
@paulsmirnov paulsmirnov released this 20 Nov 12:18
· 780 commits to main since this release

http://miew.opensource.epam.com/v0.7.6/

Changed

  • Upgrade three.js to r87.
  • Log errors as console errors instead of normal text.
  • Refactor and rename private methods. Make loading pipeline implementation easier to understand.
    Public API should not be affected (yet).

Deprecated

  • Camera panning API should not be used.

Removed

  • Remove old profiling methods.

Fixed

  • Fix a 100% crash in animation.
  • Change float texture format to RGBA32F which should be available if OES_texture_float extension
    is present. Firefox should be able to display volumetric data now.
  • Check for floating point render target support, which is required for volumetric rendering. Note
    that the support is not available on iOS devices.
  • Re-render and re-calculate the center after a file was unloaded.
  • Fix warnings during shader compilation on iOS.
  • Fix component movement during editing.