- depthOfFieldEnabled
void depthOfFieldEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- depthOfFieldEnabled
bool depthOfFieldEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- fxaaEnabled
void fxaaEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- fxaaEnabled
bool fxaaEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- glowEnabled
void glowEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- glowEnabled
bool glowEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- lensDistortionEnabled
void lensDistortionEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- lensDistortionEnabled
bool lensDistortionEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- lutEnabled
void lutEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- lutEnabled
bool lutEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- motionBlurEnabled
void motionBlurEnabled(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- motionBlurEnabled
bool motionBlurEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
- setViewport
void setViewport(uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- _dofEnabled
bool _dofEnabled;
Undocumented in source.
- _glowEnabled
bool _glowEnabled;
Undocumented in source.
- _motionBlurEnabled
bool _motionBlurEnabled;
Undocumented in source.
- autofocus
bool autofocus;
Undocumented in source.
- brightPassShader
BrightPassShader brightPassShader;
Undocumented in source.
- colorLookupTable
Texture colorLookupTable;
Undocumented in source.
- dofShader
DepthOfFieldShader dofShader;
Undocumented in source.
- exposure
float exposure;
Undocumented in source.
- fStop
float fStop;
Undocumented in source.
- focalDepth
float focalDepth;
Undocumented in source.
- focalLength
float focalLength;
Undocumented in source.
- fxaaShader
FXAAShader fxaaShader;
Undocumented in source.
- glowIntensity
float glowIntensity;
Undocumented in source.
- glowRadius
int glowRadius;
Undocumented in source.
- glowShader
GlowShader glowShader;
Undocumented in source.
- glowThreshold
float glowThreshold;
Undocumented in source.
- glowViewScale
float glowViewScale;
Undocumented in source.
- hdrBuffer1
Framebuffer hdrBuffer1;
Undocumented in source.
- hdrBuffer2
Framebuffer hdrBuffer2;
Undocumented in source.
- hdrBuffer3
Framebuffer hdrBuffer3;
Undocumented in source.
- hdrBuffer4
Framebuffer hdrBuffer4;
Undocumented in source.
- inputBuffer
Framebuffer inputBuffer;
Undocumented in source.
- ldrBuffer1
Framebuffer ldrBuffer1;
Undocumented in source.
- ldrBuffer2
Framebuffer ldrBuffer2;
Undocumented in source.
- ldrDoubleBuffer
DoubleBuffer ldrDoubleBuffer;
Undocumented in source.
- lensDistortionShader
LensDistortionShader lensDistortionShader;
Undocumented in source.
- lutShader
LUTShader lutShader;
Undocumented in source.
- motionBlurFramerate
uint motionBlurFramerate;
Undocumented in source.
- motionBlurMaxDistance
float motionBlurMaxDistance;
Undocumented in source.
- motionBlurMinDistance
float motionBlurMinDistance;
Undocumented in source.
- motionBlurRandomness
float motionBlurRandomness;
Undocumented in source.
- motionBlurSamples
uint motionBlurSamples;
Undocumented in source.
- motionBlurShader
MotionBlurShader motionBlurShader;
Undocumented in source.
- outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
- passBlur
BlurPass passBlur;
Undocumented in source.
- passBrightPass
FilterPass passBrightPass;
Undocumented in source.
- passDoF
FilterPass passDoF;
Undocumented in source.
- passFXAA
FilterPass passFXAA;
Undocumented in source.
- passGlow
FilterPass passGlow;
Undocumented in source.
- passLUT
FilterPass passLUT;
Undocumented in source.
- passLensDistortion
FilterPass passLensDistortion;
Undocumented in source.
- passMotionBlur
FilterPass passMotionBlur;
Undocumented in source.
- passPresent
PresentPass passPresent;
Undocumented in source.
- passTonemap
FilterPass passTonemap;
Undocumented in source.
- tonemapShader
TonemapShader tonemapShader;
Undocumented in source.
- tonemapper
Tonemapper tonemapper;
Undocumented in source.
- viewHalf
RenderView viewHalf;
Undocumented in source.