Click or drag to resize
SoTrackerserver Property

Specifies a string used to initialize the connection to the tracking system.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFString server { get; }

Property Value

Type: SoSFString
Remarks

In order to connect to a VRCO trackd daemon, the string should contain the shared memory key for the trackd controller data, and the shared memory key for the trackd tracker data. The format of the string is:

"<controller key> : <tracker key>"

The shared memory keys are defined in the trackd.conf file.

See Also