Simple viztracker usage
The simplest usage of viztracker is as follows:
import viztrackerviztracker.go()
Internally, the viztracker module will configure your display, tracking devices, and input devices. It sets up a link to the viz.MainView object to control the viewpoint correctly, and will generate hand objects for any devices such as gloves, wands, or clickers.
Controlling viztracker
In general, you should [...]