VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntitySmokePlumeVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
13 
14 namespace makVrv
15 {
16  class DtTrailEffect;
17 
22  {
23  public:
26  DtStateListener& listener, int modelSet);
27 
30 
32  virtual void setEngineSmoke(bool onOff);
33 
35  virtual void setSmokePlume(bool onOff);
36 
38  virtual void setSmoking(unsigned char bits);
39 
41  bool smoking() const;
42 
44  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
45 
47  static const DtStateVisualizer::TypeInfo& theTypeInfo();
48 
49  protected:
50  virtual void createModelAgents();
51  virtual void destroyModelAgents();
52 
53  virtual void setModelDefinitionForAgents();
54  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
55 
56  protected:
60  bool mySmoking;
61  };
62 
63 
68 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)