Skip to content

Instantly share code, notes, and snippets.

@makihiro
Created March 9, 2020 06:10
Show Gist options
  • Save makihiro/111a2fa82cba9a38cfff103e32a3b42c to your computer and use it in GitHub Desktop.
Save makihiro/111a2fa82cba9a38cfff103e32a3b42c to your computer and use it in GitHub Desktop.
//L99-103
if (navigator.xr) {
navigator.xr.isSessionSupported('immersive-ar')
.then((supported) => {
// XRデバイスが有効でimmersive-arがサポートされていれば、XRボタンを有効にする処理
xrButton.enabled = supported;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment