![]() |
Noitom Hi5 Unity SDK
Hi5_Unity_SDK_API_1_0_0_655_17
The SDK for Using Noitom Hi5 Glove in Unity Engine.
|
Manage the received data of HI5 glove More...
Public Member Functions | |
Vector3 | GetReceivedRotation (int boneIndex, Hand handType) |
Get received rotation data of left/right hand specific bones. The index is referenced to Bones enum. More... | |
Vector3 | GetReceivedPosition (int boneIndex, Hand handType) |
Get received position data of left/right hand specific bones. The index is referenced to Bones enum. More... | |
Public Attributes | |
Vector3 [] | L_BonePos = new Vector3[(int)Bones.NumOfHI5Bones] |
The position data array of left hand bones. The array is referenced to Bones enum. More... | |
Vector3 [] | R_BonePos = new Vector3[(int)Bones.NumOfHI5Bones] |
The position data array of right hand bones. The array is referenced to Bones enum. More... | |
Vector3 [] | L_BoneRot = new Vector3[(int)Bones.NumOfHI5Bones] |
The rotation data array of left hand bones. The array is referenced to Bones enum. More... | |
Vector3 [] | R_BoneRot = new Vector3[(int)Bones.NumOfHI5Bones] |
The rotation data array of right hand bones. The array is referenced to Bones enum. More... | |
Manage the received data of HI5 glove
Vector3 HI5.HI5_Source.GetReceivedPosition | ( | int | boneIndex, |
Hand | handType | ||
) |
Vector3 HI5.HI5_Source.GetReceivedRotation | ( | int | boneIndex, |
Hand | handType | ||
) |
Vector3 [] HI5.HI5_Source.L_BonePos = new Vector3[(int)Bones.NumOfHI5Bones] |
The position data array of left hand bones. The array is referenced to Bones enum.
Vector3 [] HI5.HI5_Source.L_BoneRot = new Vector3[(int)Bones.NumOfHI5Bones] |
The rotation data array of left hand bones. The array is referenced to Bones enum.
Vector3 [] HI5.HI5_Source.R_BonePos = new Vector3[(int)Bones.NumOfHI5Bones] |
The position data array of right hand bones. The array is referenced to Bones enum.
Vector3 [] HI5.HI5_Source.R_BoneRot = new Vector3[(int)Bones.NumOfHI5Bones] |
The rotation data array of right hand bones. The array is referenced to Bones enum.