Created
November 24, 2015 09:38
-
-
Save unitycoder/ca3dd764f83a1834938d to your computer and use it in GitHub Desktop.
uiva_1.02\Release\UIVA_Server\ - config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------ | |
# UIVA (Unity Indie VRPN Adapter) Configuration File | |
# UIVA.cfg | |
# | |
# UIVA is a middle-ware between VRPN and Unity which allows fast, | |
# strong, and user friendly device connection in Unity Indie via | |
# VRPN | |
# | |
# This configuration file specifies which devices to enable and | |
# their address. | |
# For example, BPack0@localhost means UIVA will connect VRPN | |
# server for BPack named BPack0 at localhost | |
# | |
# FORMAT: each device occupies a line, with their ID and address | |
# | |
# Author: Jia Wang | |
# Human Interactions in Virtual Environments (HIVE)Lab | |
# Worcester Polytechnic Institute (WPI) | |
# | |
# Date: 01/12/2011 | |
# ------------------------------------------------------------ | |
# ----------------------Devices List------------------------- | |
# To enable a device, remove the '#' sign at the begining | |
#DEV_BPACK [email protected] | |
#DEV_BPACK [email protected] | |
#DEV_MOUSE Mouse0@localhost | |
#DEV_WIIMOTE WiiMote0@localhost | |
DEV_WIIFIT WiiFit0@localhost | |
#DEV_KINECT [email protected] | |
#DEV_FUSION [email protected] | |
#DEV_PHASESPACE [email protected] | |
# -------------------Not supported at this point------------- | |
# DEV_KEYBOARD | |
# DEV_FALCON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment