Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
ppecolorgrading.c
Go to the documentation of this file.
1
2
//TODO
3
class
PPEColorGrading
:
PPEClassBase
4
{
5
//static const int PARAM_COLORTABLE = 0;
6
7
override
int
GetPostProcessEffectID()
8
{
9
return
PostProcessEffectType
.ColorGrading;
10
}
11
12
override
string
GetDefaultMaterialPath()
13
{
14
return
"Graphics/Materials/postprocess/colorgrading"
;
15
}
16
17
override
void
RegisterMaterialParameters()
18
{
19
//RegisterParameterTexture(PARAM_COLORTABLE,"ColorTable","Graphics/Textures/postprocess/color_test.edds");
20
}
21
}
PPEClassBase
Created once, on manager init. Script-side representation of C++ material class, separate handling.
Definition
ppematclassesbase.c:3
PPEColorGrading
ColorGrading - PostProcessEffectType.ColorGrading.
Definition
ppecolorgrading.c:4
PostProcessEffectType
PostProcessEffectType
Post-process effect type.
Definition
enworld.c:72
Daten
3_game
ppemanager
materials
matclasses
ppecolorgrading.c
Generated by
1.12.0