Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Modules
Core
LightingModule.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include "Modules.h"
7
#include "Rendering.h"
8
#include "Lighting.h"
9
10
namespace
Eegeo
11
{
12
namespace
Modules
13
{
14
namespace
Core
15
{
16
class
LightingModule
:
protected
Eegeo::NonCopyable
17
{
18
public
:
19
LightingModule
();
20
21
~
LightingModule
();
22
static
LightingModule
* Create();
23
24
Lighting::GlobalShadowing
& GetGlobalShadowing()
const
;
25
Lighting::GlobalLighting
& GetGlobalLighting()
const
;
26
Lighting::GlobalFogging
& GetGlobalFogging()
const
;
27
28
private
:
29
Lighting::GlobalShadowing
* m_pGlobalShadowing;
30
Lighting::GlobalLighting
* m_pGlobalLighting;
31
Lighting::GlobalFogging
* m_pGlobalFogging;
32
};
33
}
34
}
35
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1