Files
filament/libs
Philip Rideout c681cd243a gltfio: Introduce the asynchronous API and use it.
We were already using jobs for decoding PNG and JPEG files, but we were
doing a join. This add three methods to ResourceLoader that allow
clients to amortize the decoding process across multiple frames, even on
single-threaded platforms like WebGL.

This PR adds async loading to the following demos:
- samples/gltf_viewer (now shows a progress bar in the UI)
- android/sample-gltf-viewer
- web/samples/helmet.html

Fixes #1876.
2020-01-31 09:20:48 -08:00
..
2020-01-17 11:37:57 -08:00
2020-01-29 10:17:08 -08:00
2019-08-22 16:12:20 -07:00
2020-01-08 15:39:21 -08:00
2019-11-07 09:15:07 -08:00
2020-01-06 15:09:06 -08:00