Oculus Quest 2 demo XrSpatialAnchor
but with cmake
as a build system and as a standalone application.
- Install the Oculus openXR API
- Edit
app/src/main/cpp/CMakeLists.txt
and point it to the openXR API:set(OCULUS_OPENXR_MOBILE_SDK /home/bernd/ovr_openxr_mobile_sdk)
Start Android Studio and click run
.