ViveInputUtility-Unity icon indicating copy to clipboard operation
ViveInputUtility-Unity copied to clipboard

How to access the Tracker renderer ?

Open SantheepS opened this issue 4 years ago • 0 comments

I would like to know if there is any direct way to access the Tracker renderer . I 'm using the ViveRig . The requirement is , I need to use multiple trackers and to differentiate one tracker from other we are changing the color of each tracker. I can get RigidPose from the following way RigidPose pose2 = VivePose.GetPoseEx(TrackerRole.Tracker1); But getting the Transform is not possible in this way.

SantheepS avatar Aug 18 '21 16:08 SantheepS