16 #include <matrix/vlVector.h>
48 virtual void update(
DtTime tNow ) = 0;
52 virtual void setWakeModel(
DtModel* wakeModel );
77 virtual void setLODDistance(
double distance );
81 virtual void setFrozen(
bool froze);
86 virtual void setMaxRenderAngle(
double angle );
89 virtual void setSpeedRenderCuttof(
double cutoff );
double myMaxRenderAngle
Definition: DtWakeUpdater.h:101
An abstract base class for objects that require updates. This object automatically adds itself to a D...
Definition: DtTickable.h:26
DtDe & myDe
The display engine.
Definition: DtWakeUpdater.h:93
DtUniqueID myUniqueId
This distributed object's unique identifier.
Definition: DtWakeUpdater.h:96
double myLODDistance
Definition: DtWakeUpdater.h:103
DtUniqueID uniqueId() const
Returns the distributed object id of this updater.
Definition: DtWakeUpdater.h:55
virtual void setOrientation(const DtTaitBryan &ori)
Manually set the current orientation.
Definition: DtWakeUpdater.h:72
Abstract wake object updater interface.
Definition: DtWakeUpdater.h:31
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
double mySpeedRenderCuttoff
Definition: DtWakeUpdater.h:102
bool myFrozenFlag
Definition: DtWakeUpdater.h:105
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
virtual void setPosition(const DtVector &pos)
Manually set the current position.
Definition: DtWakeUpdater.h:65
Contains the declaration for makVrv::DtTickable.
DtModel * myWakeModel
A pointer to the current wake model being updated.
Definition: DtWakeUpdater.h:99
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:56
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:76
virtual void setIsAmphibious(bool isAmphibious)
Set whether the wake needs to check to see if its over land.
Definition: DtWakeUpdater.h:75
Contains DLL export macros.