3.6 Device 设备 - Device Motion 设备运动


Access accelerometer and gyroscope information from the phone, tablet, or computer.
从手机、平板、电脑访问加速度计和陀螺仪信息。

3.6 Device 设备 - Device Motion 设备运动_第1张图片

输出口

Has Acceleration 有加速度
A boolean that is true when the phone, tablet, or computer has acceleration information.
当手机、平板、电脑有加速信息时,布尔值为真。

Acceleration 加速度
A point 3d that represents the acceleration in X, Y and Z directions. Use Point 3D Unpack to get the individual acceleration values.
3D点表示x、y和z方向加速度。使用Point 3D Unpack模块获取加速度值。

Has Rotation Rate 有旋转速度
A boolean that is true when the phone, tablet, or computer has rotation information.
当手机、平板、电脑有旋转信息时,布尔值为真。

Rotation Rate 旋转速率
A point 3d that represents the rotation rate around the X, Y and Z axes. Use Velocity to calculate total rotation over time.
3D点表示x、y和z轴的旋转速率。用 Velocity 模块计算总旋转时间。


Related Patches 相关模块

Velocity,Point 3D Unpack


你可能感兴趣的:(3.6 Device 设备 - Device Motion 设备运动)