Aurora View
AUROA View Unity Reference Client
The main result of this project is several thousands of lines of new code in the form of the new Unity client, a new image capture application, the Authentication feature, the content creation feature, and several minor improvements to the existing components.
This allows users to not only consume but also to create persistent 3D content in augmented reality. The code of the Unity app is developed in https://github.com/3diab/oscp-unity-client but will be merged to OpenArCloud soon.
AURORA Viewer Live testing
To verify that the SCR was indeed added to the database in an interoperable manner, another user started the WebXR-based OSCP client (it runs in Android Chrome 92+). The opening dashboard shows similar information to what was seen in the Unity client: the H3 index of the device’s location, the country code, and the available services. The user localized with the AC VPS and 4 content entries were automatically retrieved. The new fox appeared next to the robot model where it should be.
While the locations of the objects are correct, their orientations are not yet consistent between the creator session and the viewing session. The reason for this is that we currently write the identity orientation ([0,0,0,1] quaternion) into the spatial content record. In the future, we plan to implement user clicks on the floor to select the new object’s position and our simple model editor to adjust the new object’s orientation during the creator session.