VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainScalingUpdater.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2013 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtUniqueID.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtDeSharedState;
20 
26  {
27  public:
28 
31 
33  virtual ~DtTerrainScalingUpdater();
34 
36  virtual void update( DtTime tNow );
37 
38  protected:
40  };
41 }
Scene Object Updater.
Definition: DtSceneObjectUpdater.h:36
A DtTerrainScalingUpdater is a scene object updater that adjusts the position of a scene object to co...
Definition: DtTerrainScalingUpdater.h:25
Contains the declaration for makVrv::DtSceneObjectUpdater.
The DtDeSharedState represents all the data that is shared between the master and its slaves...
Definition: DtDeSharedState.h:42
DtDeSharedState & myDeSharedState
Definition: DtTerrainScalingUpdater.h:39
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)