15 #include <matrix/vlTaitBryan.h>
16 #include <matrix/vlVector.h>
37 virtual std::string observer()
const;
40 virtual void setObserver(
const std::string& newObs );
43 virtual void setOffset(
const DtVector& vec );
45 virtual DtTaitBryan offsetOrientation()
const;
46 virtual void setOffsetOrientation(
const DtTaitBryan& ori );
52 virtual void setAttachedEntity(
const DtUniqueID& entityId );
54 virtual DtBoolean localModelScalingEnabled()
const;
55 virtual void setLocalModelScalingEnabled( DtBoolean enabled );
57 virtual DtFloat32 localModelScalingAmount()
const;
58 virtual void setLocalModelScalingAmount(
DtFloat32 amount );
63 virtual void execute(
DtDe& de );
std::string myObserver
Definition: DtSpaceFollowViewCommand.h:67
DtSpaceFollowViewCommand enables space follow mode on the named observer.
Definition: DtSpaceFollowViewCommand.h:23
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtUniqueID myAttachedEntity
Definition: DtSpaceFollowViewCommand.h:70
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
DtTaitBryan myOffsetOri
Definition: DtSpaceFollowViewCommand.h:69
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtFloat32 myLocalModelScalingAmount
Definition: DtSpaceFollowViewCommand.h:72
DtBoolean myLocalModelScalingEnabled
Definition: DtSpaceFollowViewCommand.h:71
DtSpaceFollowViewCommandCreator creates DtSpaceFollowViewCommands.
Definition: DtSpaceFollowViewCommand.h:78
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtVector myOffset
Definition: DtSpaceFollowViewCommand.h:68
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
voidpf uLong offset
Definition: ioapi.h:42
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.