diff --git a/docs/note.md b/docs/note.md index 4058161..c8198be 100644 --- a/docs/note.md +++ b/docs/note.md @@ -38,6 +38,7 @@ C#製管理ツールです。ドライバのインストールやアンインス |timeoffset|float| 補正時間。通常0です。| |x,y,z|float| 座標| |qx,qy,qz,qw|float| 回転(クォータニオン)| +|serial|string| 対象デバイスシリアル番号(LHR-xxxxxxx)| ※種別(トラッカー or コントローラ)は初回のみ反映されます。 @@ -54,6 +55,12 @@ Unityと同じ左手系、かつ、ドライバー空間(ルーム空間変換 **/VMT/Raw/Driver index, enable, timeoffset, x, y, z, qx, qy, qz, qw** OpenVRの右手系、かつ、ドライバー空間(ルーム空間変換なし)で仮想トラッカーを操作します。 +**/VMT/Joint/Unity index, enable, timeoffset, x, y, z, qx, qy, qz, qw, serial** +Unityと同じ左手系、かつ、指定デバイス空間で仮想トラッカーを操作します。 + +**/VMT/Joint/Driver index, enable, timeoffset, x, y, z, qx, qy, qz, qw, serial** +OpenVRの右手系、かつ、指定デバイス空間で仮想トラッカーを操作します。 + ### 入力操作 |種類|範囲| |---|---| diff --git a/docs/note_en.md b/docs/note_en.md index e748fe8..07bb15e 100644 --- a/docs/note_en.md +++ b/docs/note_en.md @@ -87,6 +87,7 @@ Caution: If Port 39571 used be another application, Manager won't works. |timeoffset|float| TimeOffset, normaly 0| |x,y,z|float| Position| |qx,qy,qz,qw|float| Rotaion(Quaternion)| +|serial|string| Target device serial(LHR-xxxxxxx)| ***Type(Tracker or Controller) only works in first registration time.*** @@ -102,6 +103,12 @@ Unity lik Left-handed space, and Driver space. **/VMT/Raw/Driver index, enable, timeoffset, x, y, z, qx, qy, qz, qw** Driver Right-handed space, and Driver space. +**/VMT/Joint/Unity index, enable, timeoffset, x, y, z, qx, qy, qz, qw, serial** +Unity lik Left-handed space, and Traget device space. + +**/VMT/Joint/Driver index, enable, timeoffset, x, y, z, qx, qy, qz, qw, serial** +Driver Right-handed space, and Traget device space. + ### Input |Method|Range| |---|---|