VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityTrailEffectVisualizer.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
12 
14 
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
19  class DtTrailEffect;
20 
26  {
27  public:
30  DtStateListener& listener, int modelSet);
31 
34 
36  virtual void setTrailEffectEnabled(bool);
37 
39  bool trailEffectEnabled() const;
40 
42  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
43 
45  static const DtStateVisualizer::TypeInfo& theTypeInfo();
46 
47  protected:
48  virtual void createModelAgents();
49  virtual void destroyModelAgents();
50 
51  virtual void setModelDefinitionForAgents();
52  virtual void setVelocity(const DtVector32&);
53  virtual void setRelativeVelocity(const DtVector32& v);
54  virtual void setEmbarkedOn(const std::string&);
55  virtual bool visible() const;
56  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
57 
58  protected:
61  bool myMoving;
62  };
63 
68 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)