16 #ifndef vtkPBRPrefilterTexture_h
17 #define vtkPBRPrefilterTexture_h
20 #include "vtkRenderingOpenGL2Module.h"
22 VTK_ABI_NAMESPACE_BEGIN
57 vtkGetMacro(PrefilterSize,
unsigned int);
65 vtkGetMacro(PrefilterLevels,
unsigned int);
66 vtkSetMacro(PrefilterLevels,
unsigned int);
76 vtkGetMacro(PrefilterMaxSamples,
unsigned int);
77 vtkSetMacro(PrefilterMaxSamples,
unsigned int);
86 vtkGetMacro(ConvertToLinear,
bool);
87 vtkSetMacro(ConvertToLinear,
bool);
88 vtkBooleanMacro(ConvertToLinear,
bool);
98 vtkGetMacro(HalfPrecision,
bool);
99 vtkSetMacro(HalfPrecision,
bool);
100 vtkBooleanMacro(HalfPrecision,
bool);
116 unsigned int PrefilterLevels = 5;
117 unsigned int PrefilterMaxSamples = 512;
119 bool ConvertToLinear =
false;
120 bool HalfPrecision =
true;
127 VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
void Load(vtkRenderer *) override
Implement base class method.
window superclass for vtkRenderWindow
unsigned int PrefilterSize
void Render(vtkRenderer *ren) override
Implement base class method.
a simple class to control print indentation
precompute prefilter texture used in physically based rendering
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this texture.
Internal class which encapsulates OpenGL FramebufferObject.
create a window for renderers to draw into
static vtkOpenGLTexture * New()