VR-Forces 5.0.3 Developer's Guide
 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) 2021 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:
61 
62  };
63 
66  {
67  public:
68  makVrv::DtPostProcessor* create(makVrv::DtDe& de, const std::string&)
69  {
70  return new DtVirtualRealityPostProcessor(de);
71  }
72  };
73 }
74 
Contains DLL export macros.
DtPostProcessorCreator is the common base class for all post processor creators.
Definition: DtPostProcessor.h:232
Contains makVrv::DtDe class.
#define DT_DLL_VRVVR
Definition: vrvVirtualReality.h:19
The abstract Channel Class.
Definition: DtChannel.h:35
makVrv::DtPostProcessor * create(makVrv::DtDe &de, const std::string &)
Create an instance of a DtPostProcessor.
Definition: DtVirtualRealityPostProcessor.h:68
Creator class for the post processor.
Definition: DtVirtualRealityPostProcessor.h:65
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:70
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. A post processor has a type ...
Definition: DtPostProcessor.h:66

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)