VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFxParticleCollisionObjectUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvFx/vrvFx.h>
14 
15 namespace makVrv
16 {
17  class DtFxParticleCollisionObjectModel;
18 
29  {
30  public:
35 
38 
39  private:
44 
45  public:
46 
51  virtual void update(DtTime tNow);
52 
53  protected:
54 
57  virtual DtFxParticleCollisionObjectModel* collisionObjectModel();
58  };
59 }
Updater for a particle collision object.
Definition: DtFxParticleCollisionObjectUpdater.h:28
#define DT_DLL_VRVFX
Definition: vrvFx.h:20
Contains DLL export macros.
A the particle system collision object that has vrvFx specific code.
Definition: DtFxParticleCollisionObjectModel.h:27
Contains the declaration for makVrv::DtParticleCollisionObjectUpdater.
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
Abstract particle collision object updater interface.
Definition: DtParticleCollisionObjectUpdater.h:26

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)