![]() |
VR-Forces 5.0.2 Developer's Guide
|
Attach VR-Vantage observer to mimic to a given entity. In mimic mode, the observer tracks the entity's position and orientation.

Public Member Functions | |
| DtMimicView_v1 () | |
| ~DtMimicView_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::DtMimicView_v1::myOffset[3] |
The location of the observer as an offset from the location of the attached-to entity. The offset is specified in a body-centric coordinate system of the attached-to object with Z up, Y to the front and X to the right.
| DtFloat64 vrvControlToolkit::DtMimicView_v1::myOffsetOri[3] |
The orientation that the observer should take as an offset from the attached-to entity's orientation. This uses a body-centric system where a positive psi rotates to the entity's left, and positive theta looks up; and a positive phi rolls to the right.
| DtInt8 vrvControlToolkit::DtMimicView_v1::myObserver[DtVrvControlNameSize] |
The name of the controlled observer.
| DtInt8 vrvControlToolkit::DtMimicView_v1::myAttachedEntity[DtVrvControlNameSize] |
The Global ID of the attached entity.