![]() |
VR-Forces Developer's Guide
|
Attach VR-Vantage observer to tether to a given entity. In tether attach mode, the observer tracks the attached entity's position, but not its orientation.

Public Member Functions | |
| DtTetherView_v1 () | |
| ~DtTetherView_v1 () | |
Public Member Functions inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtVrvControl_v1 () | |
| ~DtVrvControl_v1 () | |
| DtVrvControl_v1 (const DtVrvControl_v1 &orig) | |
| DtVrvControl_v1 & | operator= (const DtVrvControl_v1 &orig) |
Public Attributes | |
| DtFloat64 | myOffset [3] |
| DtFloat64 | myOffsetOri [3] |
| DtInt8 | myObserver [DtVrvControlNameSize] |
| DtInt8 | myAttachedEntity [DtVrvControlNameSize] |
Public Attributes inherited from vrvControlToolkit::DtVrvControl_v1 | |
| DtUInt32 | myMagicNumber |
| DtUInt16 | mySize |
| DtUInt16 | myVersion |
| DtFloat32 | myLibraryVersion |
| DtVrvControlTypeEnum | myType |
|
inline |
CTOR.
|
inline |
DTOR.
| DtFloat64 vrvControlToolkit::DtTetherView_v1::myOffset[3] |
The location of the observer as an offset from the location of the attached-to entity. The offset is specified in the attached entity's coordinate system.
| DtFloat64 vrvControlToolkit::DtTetherView_v1::myOffsetOri[3] |
Set the orientation that the observer will use, in database cooordinates. On a projected database, facing North, positive psi rotates to the west; positive theta rotates up, and positive phi rolls right. For geocentric databases, use DIS/HLA RPR orientation with psi negated.
| DtInt8 vrvControlToolkit::DtTetherView_v1::myObserver[DtVrvControlNameSize] |
The name of the controlled observer.
| DtInt8 vrvControlToolkit::DtTetherView_v1::myAttachedEntity[DtVrvControlNameSize] |
The Global ID of the attached entity.