Releases: google-ar/jetpack-xr-natives
Releases · google-ar/jetpack-xr-natives
Jetpack XR Natives v1.0.0-alpha09
Various bug fixes and performance improvements
Jetpack XR Natives v1.0.0-alpha08
New APIs and capabilities
- Added
IsGeospatialSupported.
Jetpack XR Natives v1.0.0-alpha07
New APIs and capabilities
- Added
GetEnvironmentBlendModes
Jetpack XR Natives v1.0.0-alpha06
Various bug fixes and performance improvements
Jetpack XR Natives v1.0.0-alpha05
Breaking & behavioral changes
- Plane objects are now built from their new package in
xr:arcore:arcorein JNI.
New APIs and capabilities
- Added
GetEyesInfofor providing eye tracking data.
Deprecations
- JNI functions not referencing the current package names in AOSP have been removed.
Jetpack XR Natives v1.0.0-alpha04
Breaking & behavioral changes
- Reordered 'HeadTrackingMode' in
Configto match the Kotlin API surface.
New APIs and capabilities
- Added
GetHeadPoseto provide the Head Pose. - Added
GetViewCamerasto provide the View Cameras' Data. - Added
GetFaceBlendShapeValues,GetFaceTrackerConfidences, andGetFaceTrackerStatefor reading Face Tracker data. - Added
GetAllDepthImagesto provide the Depth Images Data - Added
GetTrackableObjectsfor reading object data.
Bug fixes
- NativeGetPlaneState returned corrupted vertices data now returns valid data
- Create a View Reference Space even if we don't have head tracking so eye position in view space at any time.
Other changes
- Minor updates to Impress binaries
Jetpack XR Natives v1.0.0-alpha03
Breaking & behavioral changes
- TrackingState and HandJointType in both Perception and Runtime have been
combined to the ones in Core (androidx.xr.core). - Session focus no longer creates optional runtime resources.
- Upgraded library to target Bazel 8.0.0 by replacing
WORKSPACEwithMODULE.bazel.
New APIs and capabilities
- Added
ConfigureSessionthat takes aConfigSettingsobject for configuring
runtime resources. - Impress library was added
Jetpack XR Natives v1.0.0-alpha02
Breaking & behavioral changes
OpenXrManager functions that create anchor spaces now return a CreateAnchorResult enum instead of a boolean.
New APIs and capabilities
Added LocateHandJoints to allow apps to locate hand joints.
Jetpack XR Natives v1.0.0-alpha01
Initial commit for Jetpack XR Natives.
Jetpack XR Natives is a collection of native libraries that are used by the Jetpack XR SDK.
Full Changelog: https://github.com/google-ar/jetpack-xr-natives/commits/1.0.0-alpha01