Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created November 24, 2015 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unitycoder/ca3dd764f83a1834938d to your computer and use it in GitHub Desktop.
Save unitycoder/ca3dd764f83a1834938d to your computer and use it in GitHub Desktop.
uiva_1.02\Release\UIVA_Server\ - config file
# ------------------------------------------------------------
# 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 BPack0@XXX.XXX.XX.XX
#DEV_BPACK BPack1@XXX.XXX.XX.XX
#DEV_MOUSE Mouse0@localhost
#DEV_WIIMOTE WiiMote0@localhost
DEV_WIIFIT WiiFit0@localhost
#DEV_KINECT Tracker0@XXX.XXX.XX.XX
#DEV_FUSION Fusion0@XXX.XXX.XX.XX
#DEV_PHASESPACE Tracker0@XXX.XXX.XX.XX
# -------------------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