2014年1月19日日曜日

Oculus VR SDK - Class Reference OVR::SensorRange (非公式翻訳)

このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはユーザ登録のうえ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...
#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.

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

OVR::SensorRange::SensorRange(float maxAcceleration = 0.0f,
float maxRotationRate = 0.0f,
float maxMagneticField = 0.0f 
)
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.
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.
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).

The documentation for this struct was generated from the following file:

0 件のコメント:

コメントを投稿

ブックマークに追加

このエントリーをはてなブックマークに追加

自己紹介

自分の写真
Unity3D公式マニュアル翻訳やってる人がスマホ(iPhone, Android)のゲーム開発しています。気軽に面白く初心者が遊べる内容がモットー。Blogでは開発情報をひたすら、Twitterではゲーム作成の過程で参考にしている情報を中心につぶやきます

ページビューの合計

過去7日間の人気投稿

ブログ アーカイブ