Skip to content

0.3.0-alpha.29

Pre-release
Pre-release

Choose a tag to compare

@ryantrem ryantrem released this 05 Nov 18:33
· 239 commits to master since this release
ef431d7

This brings in a few notable fixes:

Babylon.js

  • Fix for the vertex buffer leak.
  • Fix for an issue where WebRequest retry logic tries to use a global (location) that is only available in the browser (not React Native), which causes an error in retry scenarios such as when there is no internet connection.

Babylon Native

  • Improved support for skinned animations.
  • Fixes URLRequest/XMLHttpRequest client side error handling (e.g. don't crash when there is no internet connection).