Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Sceneform SDK for Android v1.13.0

Compare
Choose a tag to compare
@noelvictor1 noelvictor1 released this 01 Nov 17:40
· 10 commits to master since this release

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 to ENVIRONMENTAL_HDR.
  • As requested in Issue #146, added Camera.setVerticalFovDegrees() and Camera.getVerticalFovDegrees() to control the camera field of view.
  • Added SceneViewer.AnimationTimeTransformer interface to allow users to specify custom playback rates for animation via SceneViewer.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.