AnimatLab  2
Test
OsgHud.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 namespace OsgAnimatSim
10 {
11  namespace Visualization
12  {
13 
14  class ANIMAT_OSG_PORT OsgHud : 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  OsgHud();
22  virtual ~OsgHud();
23 
24  virtual void Initialize();
25  virtual void Update();
26  };
27 
28  } // Visualization
29 } //OsgAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.