알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)
webxr googleAR 지원 계획 본문
webxr googleAR 지원 계획
Spec-Related Updates
The web and web specs are always evolving. New specs like the Immersive web can undergo changes that would never be made to a mature production-ready spec.
This documentation set is always updated to reflect spec changes. To be notified of those updates watch this repo on GitHub.
The following table shows changes that may require corrections to your code.
Change | Browser/date | Description |
---|---|---|
Exclusive sessions renamed immersive sessions. | Chrome 69/July 2018 | More information. |
XRInputSource.pointerOrigin became XRInputSource.targetRayMode | Chrome 69/July 2018 | More information. |
Added XRWebGLLayer.requestViewportScaling() | Chrome 69/June 2018 | More information. |
XRPresentationFrame became XRFrame | Chrome 69/June 2018 | More information. |
Frame of reference names changed. | Chrome 69/June 2018 | The values that may be passed to requestFrameOfReference() changed from "headModel" and "eyeLevel" to "head-model" and "eye-level" . "stage" remained unchanged. More information. |
Default frame buffer scale factor changed. | Chrome 69/June 2018 | The default value of framebufferScaleFactor in the xrWebGLLayer constructor was chaned to 1. |
Browser Compatibility
Feature | Browser version | Notes |
---|---|---|
AR hit test support | Chrome Canary for the foreseeable future. | Enable the #webxr and #webxr-hit-test flags under chrome://flags. Requires Android O or later. |
VR use cases | Chrome 66 and later | Enable the chrome://flags/#webxr flag. (The URL must be entered manually.) |
VR use cases | Chrome 67 origin trial | Enable the chrome://flags/#webxr flag and sign up for the origin trial (explainer, sign-up form). |
현재 까지(chrome ver70) 는 VR 만 Chrome 정식 버전에서 다루고 코드 테스트는 Canary 에서 할수 있다,
그러므로 아직 까지 AR 지원 이 앞으로 되긴 할꺼지만 언제인지 모르겠다.
'Web ' 카테고리의 다른 글
jsencrypt(RSA) <-> JAVA RSA 사용법 (4) | 2018.12.29 |
---|---|
RSA 온라인 Demo 사이트 소개 (0) | 2018.12.29 |
Spring FrameWork RestTemplate get queryparam 한글 처리 (0) | 2018.11.21 |
Spring MVC Active mq 예제 example (0) | 2018.11.14 |
javascript async await 동기화 함수 (0) | 2018.11.12 |
Comments