This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
Sceneform SDK for Android v1.13.0
Breaking changes
None.
New APIs
None.
Deprecations
None.
New APIs and capabilities
- Added support for ARCore Environmental HDR mode. Sceneform will automatically use the Environmental HDR Light estimate whenever the Session is initialized with a Config with
Config.LightEstimationMode
set toENVIRONMENTAL_HDR
. - As requested in Issue #146, added
Camera.setVerticalFovDegrees()
andCamera.getVerticalFovDegrees()
to control the camera field of view. - Added
SceneViewer.AnimationTimeTransformer
interface to allow users to specify custom playback rates for animation viaSceneViewer.setAnimationTimeTransformer()
.
Other changes
- Updated samples to require OpenGLES 3.0.
- Updated default environmental light to provide more detail on shiny objects.
Bug fixes
- Fixed masked materials when using Sceneform assets package to load a glTF.