VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBeginRenderingCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <osg/Camera>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtVirtualRealityProvider;
20 
24  {
25  private:
28 
31 
34 
35  public:
38 
40  virtual ~DtBeginRenderingCallback();
41 
43  virtual void operator()(osg::RenderInfo& renderInfo) const;
44 
45  protected:
47  virtual void implementation(osg::RenderInfo& renderInfo) const;
48 
51 
53  };
54 }
Contains DLL export macros.
#define DT_DLL_VRVVR
Definition: vrvVirtualReality.h:19
DtEye
A virtual reality eye.
Definition: vrvVirtualReality.h:37
DtDe & myDe
Definition: DtBeginRenderingCallback.h:52
An abstract interface that provides VR System API services. Providers are created and provided to the...
Definition: DtVirtualRealityProvider.h:47
DtVirtualRealityProvider * myProvider
Definition: DtBeginRenderingCallback.h:49
vrvVirtualReality::DtEye myEye
Definition: DtBeginRenderingCallback.h:50
An OSG camera predraw callback, can be used as a sync point.
Definition: DtBeginRenderingCallback.h:23
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)