You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(headset_velocity): add methods to get velocities for headset
The DeviceFinder and SDK classes provide methods to receive the
velocity and angular velocity of controllers. This change adds methods
to all SDKs to retrieve the velocities of the headset. The controller
velocity methods of the VRTK SteamVR SDK have been updated to only
return velocities of controllers, not the headset, because SteamVR uses
indexes for all the tracked objects.
/// The HeadsetTransform method is used to retrieve the transform for the VR Headset in the scene. It can be useful to determine the position of the user's head in the game world.
0 commit comments