VR display

https://ltim.uib.es/xapi/extensions/display

Extension

Object that describes the VR Display.
Example:

{
  "vrDisplay": {
    "name": "Oculus VR HMD"
  },
  "gamepads": [
    {
      "pose": {
        "hasOrientation": "true",
        "hasPosition": "true"
      },
      "id": "Oculus Touch (Left)"
    },
    {
      "pose": {
        "hasOrientation": "true",
        "hasPosition": "true"
       },
      "id": "Oculus Touch (Right)"
    }
  ],
  "isMobile":"false",
  "headset": "true",
  "vrMode": "true",
  "width": 2560
  "height": 1327
}


Index