Allowed PostProcessUtility.FinalizeHDR to select a color curve.
This commit is contained in:
parent
17cbebcf6a
commit
443877019b
4 changed files with 41 additions and 10 deletions
|
|
@ -58,7 +58,7 @@ namespace SM_TEST
|
|||
_bloom.Draw(_postBuffer["color"], context);
|
||||
Framebuffer.Screen.Activate(ClearBufferMask.ColorBufferBit | ClearBufferMask.DepthBufferBit);
|
||||
|
||||
PostProcessUtility.FinalizeHDR(_postBuffer["color"], 1f);
|
||||
PostProcessUtility.FinalizeHDR(_postBuffer["color"], HDRColorCurve.OnlyExposure, .1f);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue