VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSubmitViewCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 #include <osg/Texture2D>
16 #include <osg/Camera>
17 #include <osg/Matrixd>
18 
19 namespace makVrv
20 {
21  class DtVirtualRealityPostProcessor;
22  class DtVirtualRealityDriver;
23  class DtBlitOsgToGlTexture;
24 
27  class DT_DLL_VRVVR DtSubmitViewCallback : public osg::Camera::DrawCallback
28  {
29  private:
32 
35 
37  DtSubmitViewCallback& operator=(const DtSubmitViewCallback&);
38 
39  public:
42 
44  virtual ~DtSubmitViewCallback();
45 
47  virtual void operator()(osg::RenderInfo& renderInfo) const;
48 
49  protected:
52  int myEye;
53 
54  private:
58  };
59 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)