SoTrackerheadTrackerId Property |
ID of the trackd sensor which should be used to control the head/camera.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 headTrackerId { get; }
Public ReadOnly Property headTrackerId As SoSFInt32
Get
public:
property SoSFInt32^ headTrackerId {
SoSFInt32^ get ();
}
member headTrackerId : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksThe default value is 1. If set to -1, headtracking is disabled and the defaultCameraPosition is used to set the camera node.
See Also