From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/vrdisplaycapabilities/canpresent/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/vrdisplaycapabilities/canpresent/index.html') diff --git a/files/ja/web/api/vrdisplaycapabilities/canpresent/index.html b/files/ja/web/api/vrdisplaycapabilities/canpresent/index.html index 7d3f3bdf65..d4d9760dce 100644 --- a/files/ja/web/api/vrdisplaycapabilities/canpresent/index.html +++ b/files/ja/web/api/vrdisplaycapabilities/canpresent/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/VRDisplayCapabilities/canPresent ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}
-

{{domxref("VRDisplayCapabilities")}} インターフェイスの canPresent 読取専用プロパティは,VRディスプレイが(HMDを通じて)コンテンツを表示(present)可能かどうかの状態を Boolean で返します. 

+

{{domxref("VRDisplayCapabilities")}} インターフェイスの canPresent 読取専用プロパティは,VRディスプレイが(HMDを通じて)コンテンツを表示(present)可能かどうかの状態を Boolean で返します. 

これは,6自由度追跡が可能だけれど {{domxref("VRDisplay.requestPresent()")}} は意味を成さない"マジックウィンドウ(magic window)"デバイスを識別するのに利用できます.canPresent が false の場合,  {{domxref("VRDisplay.requestPresent()")}} の呼出しは失敗し, {{domxref("VRDisplay.getEyeParameters()")}} は null を返すでしょう.

@@ -45,6 +45,6 @@ translation_of: Web/API/VRDisplayCapabilities/canPresent

参照

-- cgit v1.2.3-54-g00ecf