AnimatLab  2
Test
VsHud.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace VortexAnimatSim
10 {
11  namespace Visualization
12  {
13 
14  class VORTEX_PORT VsHud : public AnimatSim::Hud
15  {
16  protected:
17  osg::ref_ptr<osg::Projection> m_osgProjection;
18  osg::ref_ptr<osg::MatrixTransform> m_osgMT;
19 
20  public:
21  VsHud();
22  virtual ~VsHud();
23 
24  virtual void Initialize();
25  virtual void Update();
26  };
27 
28  } // Visualization
29 } //VortexAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.