VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtShadowTweakables.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 
11 #pragma once
12 
13 #include <vrvOsg/vrvOsg.h>
14 #include <vrvOsg/DtImguiDrawable.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtShadowSettingsObject;
20 
22  {
23  public:
25 
26  virtual void setShadowSettings(DtShadowSettingsObject* shadowSettings);
27 
28  virtual void createImGui();
29  public:
32 
34 
40  //bool stablize_offset;
48  //bool myAutoScaleAndActivateCascades;
50  float myZpadding;
51 
52  protected:
55  };
56 }
float myCloudShadowFactorMax
Definition: DtShadowTweakables.h:45
bool myUpdateFrustumVisuals
Definition: DtShadowTweakables.h:38
int myAccelerationMode
Definition: DtShadowTweakables.h:49
bool myEnableHUDVisualization
Definition: DtShadowTweakables.h:33
Definition: DtShadowSettingsObject.h:24
float myZpadding
Definition: DtShadowTweakables.h:50
float myOverrideLightDir
Definition: DtShadowTweakables.h:37
float myCloudShadowDarkness
Definition: DtShadowTweakables.h:46
bool myShowMulticastDetails
Definition: DtShadowTweakables.h:43
DtShadowSettingsObject * myShadowSettings
Definition: DtShadowTweakables.h:53
Definition: DtShadowTweakables.h:21
bool myUseDepthGradient
Definition: DtShadowTweakables.h:42
bool myEnableCloudVisualization
Definition: DtShadowTweakables.h:31
virtual void setShadowSettings(DtShadowSettingsObject *shadowSettings)
bool myUseOverrideLightDir
Definition: DtShadowTweakables.h:36
bool myVisualizeCascades
Definition: DtShadowTweakables.h:41
bool myUsedOptimizeDrawFlags
Definition: DtShadowTweakables.h:47
virtual void createImGui()
bool myEnableVisualization
Definition: DtShadowTweakables.h:30
bool myFreezeCascades
Definition: DtShadowTweakables.h:39
Contains makVrv imgui adapter class.
bool myShowProjectedTextures
Definition: DtShadowTweakables.h:35
float myCloudUpdateFrequency
Definition: DtShadowTweakables.h:44
Contains DLL export macros.
helper for guaranteeing consistent ordering of gui bits, only used by shadow system.
Definition: DtImguiDrawable.h:36
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
DtDe & myDe
Definition: DtShadowTweakables.h:54

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)