42 virtual void setVisible(
bool isVisible) = 0;
45 virtual void setRotorDiameter(
double diameter);
49 virtual double rotorDiameter()
const;
53 virtual void setDefaultRotorDiameter(
double diameter);
56 virtual double defaultRotorDiameter()
const;
59 virtual void setRotorWindSpeed(
double speed);
63 virtual double rotorWindSpeed()
const;
67 virtual void setDefaultRotorWindSpeed(
double speed);
70 virtual double defaultRotorWindSpeed()
const;
77 virtual void setIsOverWater(
bool overWater,
bool visible);
80 virtual void setPosition(
const DtVector& pos);
83 virtual void setRotorWashDir(
const DtVector& dir);
86 virtual void update();
98 virtual void setIntensity(
const float intensity);
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Rotorwash and rotorwash collision object information.
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:72
voidpf uLong offset
Definition: ioapi.h:42
DtRotorWashModelInstanceInterface provides the interface of a generic rotorWash effect There are spec...
Definition: DtRotorWashModelInstanceInterface.h:25
Contains DLL export macros.