Skip to content

v1.3.2

Compare
Choose a tag to compare
@prideout prideout released this 26 Aug 23:35

Engine

  • Added an internal texture cache for render targets.
  • Fix bad normal mapping with skinning.
  • Added basic #include support in material files.

Tools and Infrastructure

  • Improved diagnostic output in matc and matinfo.
  • Added a web server for real-time inspection of shader code.

Language Bindings and Utilities

  • Java clients can now call getNativeObject().
  • Fixed intermittent memory overflow with JavaScript clients.

Backends

  • Fixed potential Metal memory leak.