XRLightProbe: probeSpace プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
probeSpace
は XRLightProbe
インターフェイスの読み取り専用プロパティで、照明の推定が関連する位置と方向を追跡する XRSpace
を返します。
値
XRSpace
オブジェクトです。
例
probeSpace
プロパティは、照明の推定が関連する空間の位置と方向を返します。ユーザーが移動すると、時間経過に伴って更新されます。各フレームで現在の照明状態を取得するには、 XRFrame.getPose()
メソッドを使用します。
js
const lightProbe = await xrSession.requestLightProbe();
const probePose = xrFrame.getPose(lightProbe.probeSpace, xrReferenceSpace);
仕様書
Specification |
---|
WebXR Lighting Estimation API Level 1 # dom-xrlightprobe-probespace |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
probeSpace |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.