home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / avril / hardware.cfg < prev    next >
Text File  |  1996-03-19  |  4KB  |  123 lines

  1. # Sample hardware configurations for AVRIL
  2.  
  3. # Just remove the '#' from the start of any line that applies
  4. # to your hardware configuration, and set your AVRIL environment
  5. # variable to point at this file (e.g. "set avril=hardware.cfg").
  6.  
  7.  
  8. ################################
  9. # Head-Mounted Displays (HMDs) #
  10. ################################
  11.  
  12. # Your program should use vrl_DeviceFind("head") to get a
  13. # pointer to the head tracker device.
  14.  
  15. # CyberMaxx (VictorMaxx Technologies)
  16. #device head ctm 0 0x3F8 4 2000  # tracker plugged into COM1
  17. #device head ctm 0 0x2F8 3 2000  # tracker plugged into COM2
  18. #stereotype ENIGMA
  19. #stereoparams 60 600   # you can adjust these
  20.  
  21. # i-glasses! (Virtual i/o)
  22. #device head vio 0 0x3F8 4 2000  # tracker plugged into COM1
  23. #device head vio 0 0x2F8 3 2000  # tracker plugged into COM2
  24. # stereo not supported yet; will be, in version 2.1 of AVRIL
  25.  
  26. # 7th Sense (All-Pro)
  27. #device head 7thSense
  28. #videodriver 7thSense
  29. # no stereo on this HMD
  30.  
  31.  
  32. #####################################
  33. # Navigation devices (desk-mounted) #
  34. #####################################
  35.  
  36. # Your program should use vrl_DeviceFind("body") to get a
  37. # pointer to the navigation device.
  38.  
  39. #device body keypad
  40. #device body mouse
  41. #device body joystick
  42. #device body Cyberman 0 0x3F8 4 2000   # Logitech Cyberman plugged into COM1
  43. #device body Cyberman 0 0x2F8 3 2000   # Logitech Cyberman plugged into COM2
  44. #device body GDC 0 0x3F8 4 2000   # Global Devices Controller plugged into COM1
  45. #device body GDC 0 0x2F8 3 2000   # Global Devices Controller plugged into COM2
  46. #device body Spaceball 0 0x3F8 4 2000   # Original Spaceball plugged into COM1
  47. #device body Spaceball 0 0x2F8 3 2000   # Original Spaceball plugged into COM2
  48.  
  49.  
  50. #################################
  51. # Navigation device (hand-held) #
  52. #################################
  53.  
  54. # Your program should use vrl_DeviceFind("body") to get a
  55. # pointer to the navigation device.
  56.  
  57. #device body joystick   # for PC gamepads
  58. #device body CyberWand  # CyberWand from InWorld VR
  59. #device body pad        # for Grip-It and cable from July, 1990 Byte
  60.  
  61.  
  62. ##################
  63. # 6 DOF trackers #
  64. ##################
  65.  
  66. # You could change "tracker" in the lines below to "head" if you're using
  67. # these devices as head trackers, or to "manipulator".  If you use them
  68. # to track your hand or other manipulator, your program should get a pointer
  69. # to the manipulator device by calling vrl_DeviceFind("manipulator").
  70.  
  71. #device tracker RedBaron 0 0x3F8 4 2000 # Logitech ultrasonic tracker, COM1
  72. #device tracker RedBaron 0 0x2F8 3 2000 # Logitech ultrasonic tracker, COM2
  73.  
  74. #device tracker Isotrak 0 0x3F8 4 2000 # old Polhemus Isotrak, COM1
  75. #device tracker Isotrak 0 0x2F8 3 2000 # old Polhemus Isotrak, COM2
  76.  
  77.  
  78. #################
  79. # Other Devices #
  80. #################
  81.  
  82. device glove FifthGlove  # FifthGlove from Fifth Dimension Technologies
  83.  
  84.  
  85. #############################################################################
  86.  
  87. # Devices it would be nice to have drivers for:
  88.  
  89. # VFX-1 HMD (Forte Technologies)
  90.  
  91. # Isotrak II (Polhemus)
  92. # InsideTrak (Polhemus)
  93. # FastTrak (Polhemus)
  94.  
  95. # Flock of Birds (Ascension)
  96.  
  97. # New, low-cost Spaceball
  98. # Spaceball Avenger
  99.  
  100. # Aeromouse
  101.  
  102. # Wayfinder VR (Precision Navigation)
  103. # ADL-1 (Shooting Star Technology)
  104.  
  105. # SpaceMouse (3DTV)
  106. # SpaceTracker (3DTV)
  107.  
  108. # "Optical head tracker" (MAXMAY)
  109.  
  110. # Dataglove (Greenleaf Medical Systems)
  111.  
  112. # Digitrack 200 (Digisonic)
  113.  
  114. # Geometry Ball (CIS Graphics)
  115.  
  116. # If you have any of the above devices and are interested in writing a
  117. # driver, drop me some email and I'll give you a hand.  I'll also coordinate
  118. # efforts, so we don't wind up with three different drivers for the same
  119. # device.  Contact me by email (broehl@sunee.uwaterloo.ca) or voice
  120. # (519) 747-5056.
  121.  
  122. # Also contact me if you know of other devices that should be on this list.
  123.