VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHbaoSettingsCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/vrvCore.h>
14 
15 #include <vrvCore/DtVrvCommand.h>
16 
17 
18 namespace makVrv
19 {
23  {
24  public:
27 
29  virtual ~DtHbaoSettingsCommand();
30 
33 
35  DtHbaoSettingsCommand& operator=(const DtHbaoSettingsCommand&) = delete;
36 
37  public:
38  //
39  virtual bool hbaoRadiusSet() const;
40  virtual float hbaoRadius() const;
41  virtual void setHbaoRadius(float value);
42 
43  //
44  virtual bool hbaoBiasSet() const;
45  virtual float hbaoBias() const;
46  virtual void setHbaoBias(float value);
47 
48  //
49  virtual bool hbaoExponentSet() const;
50  virtual float hbaoExponent() const;
51  virtual void setHbaoExponent(float value);
52 
53  //
54  virtual bool hbaoSmallScalarSet() const;
55  virtual float hbaoSmallScalar() const;
56  virtual void setHbaoSmallScalar(float value);
57 
58  //
59  virtual bool hbaoLargeScalarSet() const;
60  virtual float hbaoLargeScalar() const;
61  virtual void setHbaoLargeScalar(float value);
62 
63  //
64  virtual bool hbaoDepthClampModeSet() const;
65  virtual int hbaoDepthClampMode() const;
66  virtual void setHbaoDepthClampMode(int mode);
67 
68  virtual void execute(DtDe& de);
69 
70  protected:
71  float myHbaoRadius;
72  float myHbaoBias;
77 
84 
85  };
86 
90  {
91  public:
94 
97 
100 
103 
106 
107  public:
108  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
109  };
110 } //makVrv::
bool myHbaoBiasSet
Definition: DtHbaoSettingsCommand.h:79
float myHbaoExponent
Definition: DtHbaoSettingsCommand.h:73
bool myHbaoLargeScalarSet
Definition: DtHbaoSettingsCommand.h:82
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
float myHbaoRadius
Definition: DtHbaoSettingsCommand.h:71
bool myHbaoDepthClampModeSet
Definition: DtHbaoSettingsCommand.h:83
DtHbaoSettingsCommand changes settings related to the HBAO post processor effect. ...
Definition: DtHbaoSettingsCommand.h:22
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
int myHbaoDepthClampMode
Definition: DtHbaoSettingsCommand.h:76
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
bool myHbaoRadiusSet
Definition: DtHbaoSettingsCommand.h:78
bool myHbaoExponentSet
Definition: DtHbaoSettingsCommand.h:80
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtHbaoSettingsCommandCreator creates DtHbaoSettingsCommands.
Definition: DtHbaoSettingsCommand.h:89
float myHbaoBias
Definition: DtHbaoSettingsCommand.h:72
float myHbaoSmallScalar
Definition: DtHbaoSettingsCommand.h:74
const char int mode
Definition: ioapi.h:38
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
bool myHbaoSmallScalarSet
Definition: DtHbaoSettingsCommand.h:81
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:72
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
float myHbaoLargeScalar
Definition: DtHbaoSettingsCommand.h:75
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)