VRPN (Virtual Reality Peripheral Network) client plugin for MinVR3 - receive data across the network, for example tracker data. You must also have a VRPN server running for this plugin to be meaningful.
Check out the vrpn website and the vrpn github.
Plugin is build from C++ source located in PluginCppSrc~ folder; C# bindings and MinVR3 events are provided in Runtime/MinVRPlugin folder.
This package provides the following VRPN Bindings:
- VRPNAnalog (for single or multi-channel continuous / floating point data)
- VRPNTracker (for position/rotation devices)
- VRPNButton (for digital true/false values)