Vizard 7 » Reference » Input Devices » Position and Orientation Trackers » MotionNode
7.6

MotionNode plug-in

This plug-in provides support for the MotionNode inertial orientation tracking device.

Initialization

The MotionNode plug-in is implemented as a Vizard extension.

Example

The following example shows how to create the MotionNode extension:

MotionNode = viz.add('MotionNode.dle')

The next example shows how to connect to the first available sensor:

sensor = MotionNode.addSensor()

You can connect to multiple sensors by making multiple calls to MotionNode.addSensor().