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

v1.80.0

Compare
Choose a tag to compare
@tristandbrand tristandbrand released this 06 Oct 17:49
· 14 commits to master since this release
  • Performance HUD, a performance overlay enabled for all
    Daydream applications built with Google VR SDK 1.60.0 and above, is now
    available.
  • Added APIs related to head tracking with 6 degrees-of-freedom (DoF):
    • gvr_get_current_properties to obtain stateful properties about the
      GVR head tracker and context.
    • gvr_get_head_space_from_start_space_transform to obtain a 6DoF head
      pose when supported (3DoF otherwise).
    • gvr_poll_event to query events related to head tracking.
  • The sdk-videoplayer sample now uses an Intent
    to configure DRM instead of a hardcoded Configuration.java file.