API reference
API reference
Select your platform
No SDKs available
No versions available

TransformTrackingToWorldTransformer Class

Extends MonoBehaviour

Properties

Transform : Transform
[Get]
Signature
Transform Oculus.Interaction.TransformTrackingToWorldTransformer.Transform
WorldToTrackingWristJointFixup : Quaternion
[Get]
Signature
Quaternion Oculus.Interaction.TransformTrackingToWorldTransformer.WorldToTrackingWristJointFixup

Methods

ToTrackingPose ( worldPose )
Converts a world space pose in Unity's coordinate space to a pose in tracking space (i.e.
no teleportation applied).
This is a convenience method for manipulating Pose types directly; for vector and quaternion types, equivalent behavior can be achieved by directly invoking the various InverseTransform methods on the Transform.
Signature
Pose Oculus.Interaction.TransformTrackingToWorldTransformer.ToTrackingPose(in Pose worldPose)
Parameters
worldPose: in Pose
Returns
Pose
ToWorldPose ( poseRh )
Converts a tracking space pose to a pose in in Unity's world coordinate space (i.e.
teleportation applied).
This is a convenience method for manipulating Pose types directly; for vector and quaternion types, equivalent behavior can be achieved by directly invoking the various Transform methods on the Transform.
Signature
Pose Oculus.Interaction.TransformTrackingToWorldTransformer.ToWorldPose(Pose pose)
Parameters
poseRh: Pose
Returns
Pose