From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/vrpose/index.html | 109 +++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 files/ja/web/api/vrpose/index.html (limited to 'files/ja/web/api/vrpose/index.html') diff --git a/files/ja/web/api/vrpose/index.html b/files/ja/web/api/vrpose/index.html new file mode 100644 index 0000000000..2b727d5ad5 --- /dev/null +++ b/files/ja/web/api/vrpose/index.html @@ -0,0 +1,109 @@ +--- +title: VRPose +slug: Web/API/VRPose +translation_of: Web/API/VRPose +--- +
{{APIRef("WebVR API")}}{{SeeCompatTable}}
+ +

WebVR API の VRPose インターフェイスは,特定のタイムスタンプにおけるVRセンサーの状態(向き,位置,速度,加速度の情報を含みます)を示します.

+ +

このインターフェイスには,{{domxref("VRDisplay.getPose()")}} と {{domxref("VRDisplay.getImmediatePose()")}} メソッドを通じてアクセスします.

+ +

プロパティ

+ +
+
{{domxref("VRPose.timeStamp")}} {{readonlyInline}}
+
システムの現在のタイムスタンプを返します — これは単調増加する値で,位置データが更新されたか,どんな順番で更新が発生しているかを決めるのに使えます.
+
{{domxref("VRPose.position")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} における {{domxref("VRDisplay")}} の位置を3Dベクトルとして返します.
+
{{domxref("VRPose.linearVelocity")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} における {{domxref("VRDisplay")}} の(線形の)速度を返します.単位はメートル/秒です.
+
{{domxref("VRPose.linearAcceleration")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} における {{domxref("VRDisplay")}} の(線形の)加速度を返します.単位はメートル/秒/秒です.
+
{{domxref("VRPose.orientation")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} におけるセンサーの向きをクォータニオンとして返します.
+
{{domxref("VRPose.angularVelocity")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} における {{domxref("VRDisplay")}} の角速度を返します.単位はラジアン/秒です.
+
{{domxref("VRPose.angularAcceleration")}} {{readonlyInline}}
+
現在の {{domxref("VRPose.timestamp")}} における {{domxref("VRDisplay")}} の角加速度を返します.単位はラジアン/秒/秒です.
+
+ +

+ +
TBD.
+ +

仕様

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('WebVR', '#interface-vrpose', 'VRPose')}}{{Spec2('WebVR')}}Initial definition
+ +

ブラウザの互換性

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

参照

+ + -- cgit v1.2.3-54-g00ecf