VR-Forces 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) 2023 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:
31 
33 
43  float myZpadding;
44 
45  protected:
48  };
49 }
bool myUpdateFrustumVisuals
Definition: DtShadowTweakables.h:37
bool myEnableHUDVisualization
Definition: DtShadowTweakables.h:32
Definition: DtShadowSettingsObject.h:24
float myZpadding
Definition: DtShadowTweakables.h:43
float myOverrideLightDir
Definition: DtShadowTweakables.h:36
bool myShowMulticastDetails
Definition: DtShadowTweakables.h:41
DtShadowSettingsObject * myShadowSettings
Definition: DtShadowTweakables.h:46
Definition: DtShadowTweakables.h:21
bool myUseDepthGradient
Definition: DtShadowTweakables.h:40
virtual void setShadowSettings(DtShadowSettingsObject *shadowSettings)
bool myUseOverrideLightDir
Definition: DtShadowTweakables.h:35
bool myVisualizeCascades
Definition: DtShadowTweakables.h:39
bool myUsedOptimizeDrawFlags
Definition: DtShadowTweakables.h:42
virtual void createImGui()
bool myEnableVisualization
Definition: DtShadowTweakables.h:30
bool myFreezeCascades
Definition: DtShadowTweakables.h:38
Contains makVrv imgui adapter class.
bool myShowProjectedTextures
Definition: DtShadowTweakables.h:34
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:72
DtDe & myDe
Definition: DtShadowTweakables.h:47

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)