VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSubmitOpenVROverlayCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
15 
16 namespace makVrv
17 {
22  {
23  private:
26 
29 
32 
33  public:
36 
39 
42  virtual void setOffsetMatrix(const osg::Matrixd& mat);
43 
46  virtual void setFlipOverlay(bool flip);
47 
49  virtual void setEnabled(bool enable);
50 
51  protected:
53  bool initializeOverlay();
54 
56  virtual void uninitializeOverlay();
57 
59  virtual void submitOverlay(osg::RenderInfo& renderInfo) const;
60 
61  uint64_t myOverlay;
62  };
63 }
Diagonal crossing liens.
Definition: DtTacticalGraphicUtilities.h:93
Contains DLL export macros.
An abstract OSG camera callback that will submit the channel to the underlying VR system as an overla...
A driver that manages virtual reality HMD and input devices.
Definition: DtVirtualRealityDriver.h:51
#define DT_DLL_VRVVR
Definition: vrvVirtualReality.h:19
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel...
Definition: DtSubmitOpenVROverlayCallback.h:21
uint64_t myOverlay
Definition: DtSubmitOpenVROverlayCallback.h:61
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel...
Definition: DtSubmitOverlayCallback.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)