Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. # ------------------------------------------------------------
  2. # UIVA (Unity Indie VRPN Adapter) Configuration File
  3. # UIVA.cfg
  4. #
  5. # UIVA is a middle-ware between VRPN and Unity which allows fast,
  6. # strong, and user friendly device connection in Unity Indie via
  7. # VRPN
  8. #
  9. # This configuration file specifies which devices to enable and
  10. # their address.
  11. # For example, BPack0@localhost means UIVA will connect VRPN
  12. # server for BPack named BPack0 at localhost
  13. #
  14. # FORMAT: each device occupies a line, with their ID and address
  15. #
  16. # Author: Jia Wang
  17. # Human Interactions in Virtual Environments (HIVE)Lab
  18. # Worcester Polytechnic Institute (WPI)
  19. #
  20. # Date: 01/12/2011
  21. # ------------------------------------------------------------
  22.  
  23. # ----------------------Devices List-------------------------
  24. # To enable a device, remove the '#' sign at the begining
  25.  
  26. #DEV_BPACK BPack0@XXX.XXX.XX.XX
  27. #DEV_BPACK BPack1@XXX.XXX.XX.XX
  28. #DEV_MOUSE Mouse0@localhost
  29. #DEV_WIIMOTE WiiMote0@localhost
  30. DEV_WIIFIT WiiFit0@localhost
  31. #DEV_KINECT Tracker0@XXX.XXX.XX.XX
  32. #DEV_FUSION Fusion0@XXX.XXX.XX.XX
  33. #DEV_PHASESPACE Tracker0@XXX.XXX.XX.XX
  34.  
  35. # -------------------Not supported at this point-------------
  36.  
  37. # DEV_KEYBOARD
  38. # DEV_FALCON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement