Microsoft Azure Remote Rendering Service

Microsoft Azure Remote Rendering is a service that can render high-quality, interactive 3D content, and stream it to your devices in real time.

The ARR service is only for objects’ rendering, therefore Object Remote Rendering may sounds make more sense. The workflow are as follows.

  1. Developers first upload the high-fedility 3d models to cloud
  2. In the AR application, the device sends the current pose information to the cloud
  3. The cloud server generate the object’s rendering results according to device’ related poses to the object
  4. The cloud sends the rendering results back to the client
  5. Client shows the rendering results in screen just like the normal AR mode.

The ARR service has some latency, so the rendering results in client device may have some delay.