The viulux module adds support for the 3Dinlife Viulux HMD. The following sample code will setup the main window to render to the Viulux HMD and link the HMD sensor to the main viewpoint.
The viulux.HMD constructor accepts the following optional keyword arguments:
Argument |
Description |
Default |
autoDetectMonitor |
If True, attempt to detect which monitor the HMD is assigned to and set it as the fullscreen monitor. |
True |
window |
The window to apply the HMD render settings to. |
viz.MainWindow |