VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVirtualRealityPostProcessor.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <vrvCore/DtDe.h>
15 
19 
20 
21 #include <osg/ref_ptr>
22 
23 namespace osg
24 {
25  class Texture2D;
26 }
27 
28 namespace makVrv
29 {
35  {
36  private:
39 
42 
45 
46  public:
49 
52 
54  virtual bool update(makVrv::DtChannel* channel);
55 
57  virtual osg::Texture* inputTexture();
58 
59 
60  protected:
64  };
65 
68  {
69  public:
70  makVrv::DtPostProcessor* create(makVrv::DtDe& de, const std::string&)
71  {
72  return new DtVirtualRealityPostProcessor(de);
73  }
74  };
75 }
76 
Diagonal crossing liens.
Definition: DtTacticalGraphicUtilities.h:93
Contains DLL export macros.
DtPostProcessorCreator is the common base class for all post processor creators.
Definition: DtPostProcessor.h:213
Contains makVrv::DtDe class.
#define DT_DLL_VRVVR
Definition: vrvVirtualReality.h:19
makVrv::DtDe & myDe
Definition: DtVirtualRealityPostProcessor.h:61
The abstract Channel Class.
Definition: DtChannel.h:29
makVrv::DtPostProcessor * create(makVrv::DtDe &de, const std::string &)
Create an instance of a DtPostProcessor.
Definition: DtVirtualRealityPostProcessor.h:70
bool myUsingMultiView
Definition: DtVirtualRealityPostProcessor.h:63
osg::Texture * myMirrorTexture
Definition: DtVirtualRealityPostProcessor.h:62
Creator class for the post processor.
Definition: DtVirtualRealityPostProcessor.h:67
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtPostProcessManager class.
A post processing effect responsible for submitting and mirroring the eye views to the VR subsystem...
Definition: DtVirtualRealityPostProcessor.h:34
This class provides the OSG-specific implementation of a post processor.
Definition: DtPostProcessor.h:62

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)