mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-24 03:51:23 -05:00
fix comment
This commit is contained in:
parent
d72f004cd4
commit
432dfb60f0
|
|
@ -9,14 +9,13 @@ namespace UniVRM10
|
|||
/// * https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#_conventions_of_hand_joints
|
||||
/// * https://github.com/vrm-c/vrm-specification/blob/master/specification/VRMC_vrm-1.0/tpose.ja.md
|
||||
///
|
||||
/// OpenXR は右手系なのに対して Unityは左手系です。
|
||||
/// この Rig が期待するボーンの値は、XR_EXT_hand_tracking の Joint の値を Z軸反転で座標変換したものです。
|
||||
/// </summary>
|
||||
public static class XR_EXT_hand_tracking
|
||||
{
|
||||
/// <summary>
|
||||
/// up vector と forward vector の外積により空間を算出して、回転を得ます。
|
||||
///
|
||||
/// OpenXR は右手系なのに対して Unityは左手系です。
|
||||
/// 結果として、X軸が反転することに注意してください。
|
||||
/// </summary>
|
||||
/// <param name="up"></param>
|
||||
/// <param name="forward"></param>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user