Sceneform 1.6pr5
Pre-release
Pre-release
This release of Filament is a check point release towards Sceneform 1.6.
Features
- Added a proper JavaScript API
- Added new
TextureHelper
in the Java API to upload AndroidBitmap
objects easily, without an extra copy - Added Stream::getTimestamp() to query the update timestamp of a stream texture
- Added buffer usage hints to the driver interface
- Added new Android sample project to demonstrate how to texture meshes
- Added new
filameshio
library to read files generated byfilamesh
Enhancements
- Improved Java APIs when used from Kotlin
- Updated release archives instructions to detail how to link against prebuilt libraries
Bug fixes
- Fixed tangent frame computation on mobile when a scale is present
- Fixed a shader typo that caused GPU skinning to fail
- Fixed normals transformations when skinning with non-uniform scales
- Fixed an INVALID_OPERATION bug in the OpenGL backend