VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVirtualReality
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
13
#include "
vrvVirtualReality/vrvVirtualReality.h
"
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
:
31
DtSubmitViewCallback
();
32
34
DtSubmitViewCallback
(
const
DtSubmitViewCallback
& orig);
35
37
DtSubmitViewCallback
& operator=(
const
DtSubmitViewCallback
&);
38
39
public
:
41
DtSubmitViewCallback
(
DtVirtualRealityPostProcessor
& pp,
DtVirtualRealityDriver
& driver,
int
eye);
42
44
virtual
~
DtSubmitViewCallback
();
45
47
virtual
void
operator()(osg::RenderInfo& renderInfo)
const
;
48
49
protected
:
50
DtVirtualRealityPostProcessor
&
myProcessor
;
51
DtVirtualRealityDriver
&
myDriver
;
52
int
myEye
;
53
54
private
:
57
mutable
DtBlitOsgToGlTexture
*
myMutableBlitTexture
;
58
};
59
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)