Update RELEASE_NOTES for 1.9.16

This commit is contained in:
Benjamin Doherty
2021-03-15 10:10:40 -07:00
parent 240d9d0919
commit fd55da0319

View File

@@ -5,6 +5,8 @@ A new header is inserted each time a *tag* is created.
## Next release (main branch)
## v1.9.17
- engine: New shift parameter on `Camera` to translate the viewport and emulate a tilt/shift lens
- engine: `Camera::setCustomProjection()` now allows to set a different projection for culling and rendering
- engine: Fixed depth of field rendering with custom projection matrices
@@ -13,6 +15,10 @@ A new header is inserted each time a *tag* is created.
## v1.9.16
gltfio: Add ResourceLoader evict API.
gltfio: Fix ResourceLoader cache bug.
iOS: Disable exceptions to reduce binary size.
## v1.9.15
- filamat/matc: fix sporadic crash.