このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはユーザ登録のうえhttps://developer.oculusvr.com/?action=docを参照して下さい。
This document is unofficially translated by users. Please refer to the original document here as a registered user: https://developer.oculusvr.com/?action=doc.
Copyright © 2013 Oculus VR, Inc. All Rights Reserved.
OVR::SensorRange 構造体 リファレンス
Specifies maximum value ranges that SensorDevice hardware is configured to detect. More...
The documentation for this struct was generated from the following file:
#include <OVR_Device.h>
Detailed Description
Specifies maximum value ranges that SensorDevice hardware is configured to detect.
Although this range doesn't affect the scale of MessageBodyFrame values, physical motions whose positive or negative magnitude is outside the specified range may get clamped or misreported. Setting lower values may result in higher precision tracking.
Although this range doesn't affect the scale of MessageBodyFrame values, physical motions whose positive or negative magnitude is outside the specified range may get clamped or misreported. Setting lower values may result in higher precision tracking.
Public Member Functions | |
SensorRange (float maxAcceleration=0.0f, float maxRotationRate=0.0f, float maxMagneticField=0.0f) | |
Constructor. More... | |
Public Attributes | |
float | MaxAcceleration |
Maximum detected acceleration in m/s^2. More... | |
float | MaxRotationRate |
Maximum detected angular velocity in rad/s. More... | |
float | MaxMagneticField |
Maximum detectable Magnetic field strength in Gauss. More... | |
Constructor & Destructor Documentation
| inline |
Constructor.
- Parameters
maxAcceleration (optional) the maximum acceleration. maxRotationRate (optional) the maximum rotation rate. maxMagneticField (optional) the maximum magnetic field.
Member Data Documentation
float OVR::SensorRange::MaxAcceleration |
Maximum detected acceleration in m/s^2.
Up to 8*G equivalent support guaranteed, where G is ~9.81 m/s^2. Oculus DK1 HW has thresholds near: 2, 4 (default), 8, 16 G.
Up to 8*G equivalent support guaranteed, where G is ~9.81 m/s^2. Oculus DK1 HW has thresholds near: 2, 4 (default), 8, 16 G.
float OVR::SensorRange::MaxMagneticField |
Maximum detectable Magnetic field strength in Gauss.
Up to 2.5 Gauss support guaranteed. Oculus DK1 HW thresholds near: 0.88, 1.3, 1.9, 2.5 gauss.
Up to 2.5 Gauss support guaranteed. Oculus DK1 HW thresholds near: 0.88, 1.3, 1.9, 2.5 gauss.
float OVR::SensorRange::MaxRotationRate |
Maximum detected angular velocity in rad/s.
Up to 8*Pi support guaranteed. Oculus DK1 HW thresholds near: 1, 2, 4, 8 Pi (default).
Up to 8*Pi support guaranteed. Oculus DK1 HW thresholds near: 1, 2, 4, 8 Pi (default).
The documentation for this struct was generated from the following file:
0 件のコメント:
コメントを投稿