Sixense Plugin
A Sixense plugin is used for Razer Hydra 3D controller integration.
To use the Razer Hydra 3D controller with Unigine, perform the following:
- Plug in the Razer Hydra
- Get and configure the Sixense SDK
- Implement the logic of the application and launch the Sixense plugin on the application start-up
See Also
- sixense_00 sample for more details
To run the plugin sample from the Unigine SDK Browser, press the Sixense plugin button on the Plugin Samples tab.
Launching Sixense
To use the plugin, specify the extern_plugin command line option on the start-up:
-extern_plugin "Sixense"
Also you can create a new project with the Razer Hydra controller support by checking the Plugin for Razer Hydra integration option on the New Project tab of the Unigine SDK Browser.
Plugin Compilation
Sixense SDK sources are required for the Sixense plugin compilation:
- Get the Sixense SDK
- Set path to the <Sixense SDK> folder in the SIXENSEROOT environment variable:
SIXENSEROOT=<Sixense SDK>
- Compile the plugin with the build script:
You can also compile the plugin manually with Scons:
C:\UnigineSDK\utils>build.py --plugin Sixense
- Go to the <UnigineSDK>\source\plugins\Hardware\Sixense via the command line
- Type scons and press ENTER:
C:\UnigineSDK\source\plugins\Hardware\Sixense>scons
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)