Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

v1.200.0

Latest
Compare
Choose a tag to compare
@noelvictor1 noelvictor1 released this 04 Apr 16:43
· 1 commit to master since this release

Breaking changes

  • The Gradle build config has been updated to use Gradle 4.10 and Android
    Gradle Plugin 3.3. This fixes
    issue 599 and
    issue 600 but may
    require updating your Android Studio, SDK, and NDK.

Other changes

  • Demonstrated the Java floor height API in sdk-hellovr.
    (issue 592)

  • Add ability to turn on see-through mode in ndk-hellovrbeta. Swiping left
    and right will toggle between see-through/translucent room/opaque. Swiping
    up and down will toggle between raw camera image and tone mapped camera
    image. The RequestFeatures api is also demonstrated.