home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Homebrewer's Handbook
/
vr.iso
/
avril
/
hardware.cfg
< prev
next >
Wrap
Text File
|
1996-03-19
|
4KB
|
123 lines
# Sample hardware configurations for AVRIL
# Just remove the '#' from the start of any line that applies
# to your hardware configuration, and set your AVRIL environment
# variable to point at this file (e.g. "set avril=hardware.cfg").
################################
# Head-Mounted Displays (HMDs) #
################################
# Your program should use vrl_DeviceFind("head") to get a
# pointer to the head tracker device.
# CyberMaxx (VictorMaxx Technologies)
#device head ctm 0 0x3F8 4 2000 # tracker plugged into COM1
#device head ctm 0 0x2F8 3 2000 # tracker plugged into COM2
#stereotype ENIGMA
#stereoparams 60 600 # you can adjust these
# i-glasses! (Virtual i/o)
#device head vio 0 0x3F8 4 2000 # tracker plugged into COM1
#device head vio 0 0x2F8 3 2000 # tracker plugged into COM2
# stereo not supported yet; will be, in version 2.1 of AVRIL
# 7th Sense (All-Pro)
#device head 7thSense
#videodriver 7thSense
# no stereo on this HMD
#####################################
# Navigation devices (desk-mounted) #
#####################################
# Your program should use vrl_DeviceFind("body") to get a
# pointer to the navigation device.
#device body keypad
#device body mouse
#device body joystick
#device body Cyberman 0 0x3F8 4 2000 # Logitech Cyberman plugged into COM1
#device body Cyberman 0 0x2F8 3 2000 # Logitech Cyberman plugged into COM2
#device body GDC 0 0x3F8 4 2000 # Global Devices Controller plugged into COM1
#device body GDC 0 0x2F8 3 2000 # Global Devices Controller plugged into COM2
#device body Spaceball 0 0x3F8 4 2000 # Original Spaceball plugged into COM1
#device body Spaceball 0 0x2F8 3 2000 # Original Spaceball plugged into COM2
#################################
# Navigation device (hand-held) #
#################################
# Your program should use vrl_DeviceFind("body") to get a
# pointer to the navigation device.
#device body joystick # for PC gamepads
#device body CyberWand # CyberWand from InWorld VR
#device body pad # for Grip-It and cable from July, 1990 Byte
##################
# 6 DOF trackers #
##################
# You could change "tracker" in the lines below to "head" if you're using
# these devices as head trackers, or to "manipulator". If you use them
# to track your hand or other manipulator, your program should get a pointer
# to the manipulator device by calling vrl_DeviceFind("manipulator").
#device tracker RedBaron 0 0x3F8 4 2000 # Logitech ultrasonic tracker, COM1
#device tracker RedBaron 0 0x2F8 3 2000 # Logitech ultrasonic tracker, COM2
#device tracker Isotrak 0 0x3F8 4 2000 # old Polhemus Isotrak, COM1
#device tracker Isotrak 0 0x2F8 3 2000 # old Polhemus Isotrak, COM2
#################
# Other Devices #
#################
device glove FifthGlove # FifthGlove from Fifth Dimension Technologies
#############################################################################
# Devices it would be nice to have drivers for:
# VFX-1 HMD (Forte Technologies)
# Isotrak II (Polhemus)
# InsideTrak (Polhemus)
# FastTrak (Polhemus)
# Flock of Birds (Ascension)
# New, low-cost Spaceball
# Spaceball Avenger
# Aeromouse
# Wayfinder VR (Precision Navigation)
# ADL-1 (Shooting Star Technology)
# SpaceMouse (3DTV)
# SpaceTracker (3DTV)
# "Optical head tracker" (MAXMAY)
# Dataglove (Greenleaf Medical Systems)
# Digitrack 200 (Digisonic)
# Geometry Ball (CIS Graphics)
# If you have any of the above devices and are interested in writing a
# driver, drop me some email and I'll give you a hand. I'll also coordinate
# efforts, so we don't wind up with three different drivers for the same
# device. Contact me by email (broehl@sunee.uwaterloo.ca) or voice
# (519) 747-5056.
# Also contact me if you know of other devices that should be on this list.