VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRotorWashModelInstanceInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
26  {
27  public:
28 
31 
34 
36  virtual void start();
37 
39  virtual void stop();
40 
42  virtual void setVisible(bool isVisible) = 0;
43 
45  virtual void setRotorDiameter(double diameter);
49  virtual double rotorDiameter() const;
51 
53  virtual void setDefaultRotorDiameter(double diameter);
56  virtual double defaultRotorDiameter() const;
57 
59  virtual void setRotorWindSpeed(double speed);
63  virtual double rotorWindSpeed() const;
65 
67  virtual void setDefaultRotorWindSpeed(double speed);
70  virtual double defaultRotorWindSpeed() const;
72 
74 
77  virtual void setIsOverWater(bool overWater, bool visible);
78 
80  virtual void setPosition(const DtVector& pos);
81 
83  virtual void setRotorWashDir(const DtVector& dir);
84 
86  virtual void update();
87 
89 
91 
94  virtual void setOffset(const DtVector& offset);
95 
98  virtual void setIntensity(const float intensity);
99 
101  };
102 }
#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.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)