Skip to content

0.6.0 - ARCore 1.31.0

Compare
Choose a tag to compare
@ThomasGorisse ThomasGorisse released this 11 May 20:05
· 569 commits to main since this release
  • ARCore Geospatial API
    The new ARCore Geospatial API utilizes data from Google Earth 3D models and Street View image data from Google Maps to enable your app for immersive, global-scale, location-based augmented
    reality experiences.

    • Earth provides localization ability in geospatial coordinates.
      Earth.createAnchor() creates a new Anchor at the specified latitude, longitude, altitude, and orientation.
    • Earth.Earthstate describes the current state of Earth, including its TrackingState.
    • GeospatialPose describes a specific latitude, longitude, altitude, and compass heading.
  • ARCore Depth API improvements
    The maximum range of Depth measurements has increased from 8191mm to 65535mm. The Depth API now uses all 16-bits to represent depth, where previously only 13 bits were used for depth values.