Files
filament/android
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-08 17:59:49 -08:00
2020-01-27 13:46:25 -08:00
2020-01-08 17:59:49 -08:00
2020-01-29 11:52:20 -08:00
2020-01-27 13:30:34 -08:00