1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 11:39:44 +00:00
openmw/files/materials/brightness_contrast_gamma.compositor
mrcheko cee72d021d contrast and gamma post-processing effect added
initial values are set to approximate vanilla
2014-12-29 19:51:19 +03:00

24 lines
462 B
Text

compositor brightness_contrast_gamma
{
technique
{
// render scene into texture
texture SceneBuffer target_width target_height PF_A8R8G8B8
target SceneBuffer
{
input previous
}
target_output
{
input none
pass render_quad
{
material mat_brightness_contrast_gamma
input 0 SceneBuffer
}
}
}
}