VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSubmitOpenVRViewCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 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 
38  virtual ~DtSubmitOpenVRViewCallback();
39 
40  protected:
42  virtual void submit(osg::RenderInfo& renderInfo) const;
43 
44  protected:
47  int myWidth;
48  int myHeight;
49  };
50 }
Contains DLL export macros.
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel...
Definition: DtSubmitOpenVRViewCallback.h:21
A driver that manages virtual reality HMD and input devices.
Definition: DtVirtualRealityDriver.h:51
#define DT_DLL_VRVVR
Definition: vrvVirtualReality.h:19
DtEye
A virtual reality eye.
Definition: vrvVirtualReality.h:38
int myWidth
Definition: DtSubmitOpenVRViewCallback.h:47
int myHeight
Definition: DtSubmitOpenVRViewCallback.h:48
An OSG camera callback that will submit the channel to the underlying VR system as an eye channel...
osg::ref_ptr< osg::Texture2D > myMultiViewSubmitTexture
in multi view vr we have one post processor with a Texture2DArray so we need to blit them into standa...
Definition: DtSubmitOpenVRViewCallback.h:46
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A post processing effect responsible for submitting and mirroring the eye views to the VR subsystem...
Definition: DtVirtualRealityPostProcessor.h:34
An OSG camera callback that will submit the channel to the underlying VR system as an overlay channel...
Definition: DtSubmitViewCallback.h:29

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)