Readme.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. How it works: Planetarium Demo
  2. Required:
  3. ZED_Rig_Stereo prefab.
  4. Or
  5. VR Hmd with 2 Controllers (Oculus or Vive).
  6. How to use:
  7. Either use the keyboard with the following keys:
  8. W & S : Moving Up & Down
  9. A & D : Moving Left & Right
  10. Up & Down Arrows : Moving Back & Forword
  11. Left & Right Arrows : Rotating Left & Right
  12. Mouse Left & Right Click : Scaling Up & Down
  13. Or use VR Controllers:
  14. Left Controller Touch-Pad: Moving Forward, Backwards, Left & Right.
  15. Right Controller Touch-Pad: Moving Up and Down, & Rotating Left & Right.
  16. Left Controller Trigger Button: Scale Up.
  17. Right Controller Trigger Button: Scale Down.
  18. The Script TransformController.cs has a checkbox "VR Controls" for enabling the controls for the VR Controllers.
  19. It also detects automatically if there are any controller connected and sets itselfs true or false.
  20. ///////////////////////////////////////////////////
  21. ......................................................
  22. This demo let's you have a look at a 3D representation of our solar system.
  23. (Not at the Actual Scale)
  24. The script TransformController.cs handles the movement of any object it is attributed to.
  25. It takes the Input form either your PC Keyboard, or your VR Controllers (Oculus or Vive), and applies it to the Object's Transform component.
  26. It can Move it on its axis, Rotate on the Y axis, and Scale uniformly.