VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLightingRenderSettingsInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
24 
26 
27 
31  virtual void setLightingDiffuseScale( float scale ) = 0;
32 
36  virtual void setLightingAmbientScale( float scale ) = 0;
37 
40  virtual void setLightingEmissionScale( float scale ) = 0;
41 
45  virtual void setUseGlobalDiffuse(bool useGlobalDiffuse) = 0;
46 
50  virtual void setGlobalDiffuseValue(float diffuseValue) = 0;
51 
55  virtual void setUseGlobalAmbient(bool useGlobalAmbient) = 0;
56 
60  virtual void setGlobalAmbientValue(float ambientValue) = 0;
61 
64  virtual void setPerPixelLightingEnabled(bool state) = 0;
65 
67 
68  boost::signal<void (float)> signal_lightingDiffuseScaleChanged;
69  boost::signal<void (float)> signal_lightingAmbientScaleChanged;
70  boost::signal<void (float)> signal_lightingEmissionScaleChanged;
71  boost::signal<void (float)> signal_globalAmbientValueChanged;
72  boost::signal<void (bool)> signal_useGlobalAmbientChanged;
73  boost::signal<void (float)> signal_globalDiffuseValueChanged;
74  boost::signal<void (bool)> signal_useGlobalDiffuseChanged;
75  boost::signal<void (bool)> signal_perPixelLightingEnabledChanged;
76 
78 
80  };
81 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)