commit | f12b0cb2f5d10117e8b987c8c2c54961693b1776 | [log] [tgz] |
---|---|---|
author | Patrick To <patrto@microsoft.com> | Thu Jul 18 01:19:51 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 18 01:19:51 2019 |
tree | 59d4e31568ec43d6ac32769d5433906b15501266 | |
parent | 5c8058b795a55a121b491e0b2a4bce7360938ff7 [diff] |
Implement OpenXR Rendering Loop To try out this code with the Microsoft OpenXR Runtime in Chromium, perform the following steps. - Install 'Mixed Reality OpenXR Developer Preview' from the Microsoft Store - If prompted also download the compatibility pack Add the following to custom_vars in .gclient, located at the root of the chromium clone: "checkout_openxr": True Add the following to args.gn, located in the out folder: enable_openxr = true gclient sync and build Once you've built and installed Chromium go to about:flags and: - Enable WebVR or WebXR - Enable 'OpenXR Support' Bug: 976430,976436 Change-Id: I8a7c69b3a13349aa9e083d6206121b69a1f724cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688443 Reviewed-by: Bill Orr <billorr@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Patrick To <patrto@microsoft.com> Cr-Commit-Position: refs/heads/master@{#678528}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .