Assignment for RMIT Mixed Reality in 2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
500 B

  1. // Unity SDK Headset Tracker|SDK_Unity|006
  2. namespace VRTK
  3. {
  4. using UnityEngine;
  5. /// <summary>
  6. /// The Headset Tracker enables the GameObject to track it's position/rotation to the available connected VR HMD via the `UnityEngine.VR` library.
  7. /// </summary>
  8. /// <remarks>
  9. /// The Unity Headset Tracker is attached to the `[UnityBase_CameraRig]` prefab on the child `Head` HMD tracking.
  10. /// </remarks>
  11. public class SDK_UnityHeadsetTracker : MonoBehaviour
  12. {
  13. }
  14. }