HAND_JOINT_IDS_OpenXRtoOVR
: int[] | |
openXRHands
: readonly HandsSpace |
Signature
readonly HandsSpace Oculus.Interaction.HandTranslationUtils.openXRHands |
ovrHands
: readonly HandsSpace |
Signature
readonly HandsSpace Oculus.Interaction.HandTranslationUtils.ovrHands |
OpenXRHandJointToOVR
(
openXRJointId
)
|
Signature
static int Oculus.Interaction.HandTranslationUtils.OpenXRHandJointToOVR(int openXRJointId) Parameters openXRJointId: intReturns int |
OVRHandRotationsToOpenXRPoses
(
ovrJointRotations
, handedness
, targetPoses
)
|
Signature
static bool Oculus.Interaction.HandTranslationUtils.OVRHandRotationsToOpenXRPoses(Quaternion[] ovrJointRotations, Handedness handedness, ref Pose[] targetPoses) Parameters ovrJointRotations: Quaternion[]handedness: HandednesstargetPoses: ref Pose[]Returns bool |