38 #ifndef vtkToneMappingPass_h
39 #define vtkToneMappingPass_h
42 #include "vtkRenderingOpenGL2Module.h"
44 VTK_ABI_NAMESPACE_BEGIN
90 vtkSetClampMacro(ToneMappingType,
int, 0, 3);
91 vtkGetMacro(ToneMappingType,
int);
99 vtkGetMacro(Exposure,
float);
100 vtkSetMacro(Exposure,
float);
109 vtkGetMacro(Contrast,
float);
118 vtkSetClampMacro(Shoulder,
float, 0.0001, 1.f);
119 vtkGetMacro(Shoulder,
float);
127 vtkSetClampMacro(MidIn,
float, 0.0001, 1.f);
128 vtkGetMacro(MidIn,
float);
136 vtkSetClampMacro(MidOut,
float, 0.0001, 1.f);
137 vtkGetMacro(MidOut,
float);
146 vtkGetMacro(HdrMax,
float);
154 vtkSetMacro(UseACES,
bool);
155 vtkGetMacro(UseACES,
bool);
171 int ToneMappingType = GenericFilmic;
172 float Exposure = 1.0;
177 float Contrast = 1.6773;
178 float Shoulder = 0.9714;
181 float HdrMax = 11.0785;
187 bool UseACESChangeValue =
true;
194 float ClippingPoint = 1.117427;
195 float ToeSpeed = 0.244676;
207 VTK_ABI_NAMESPACE_END
Convenient class for post-processing passes.
a simple class to control print indentation
Internal class which encapsulates OpenGL FramebufferObject.
Class to make rendering a full screen quad easier.
Context in which a vtkRenderPass will render.
abstracts an OpenGL texture object.
Implement a post-processing Tone Mapping.
~vtkToneMappingPass() override
void Render(const vtkRenderState *s) override
Perform rendering according to a render state.
void PreComputeAnchorCurveGenericFilmic()
Pre compute ClippingPoint and ToeSpeed.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkToneMappingPass()=default
void SetGenericFilmicDefaultPresets()
Set function to set uncharted 2 presets, and default presets.
void ReleaseGraphicsResources(vtkWindow *w) override
Release graphics resources and ask components to release their own resources.
static vtkToneMappingPass * New()
void SetGenericFilmicUncharted2Presets()
Set function to set uncharted 2 presets, and default presets.
window superclass for vtkRenderWindow
vtkTypeUInt32 vtkMTimeType