LightsprintSDK 2021.08.08
|
#include <PluginBloom.h>
Public Member Functions | |
PluginParamsBloom (const PluginParams *_next, float _threshold) | |
virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Public Attributes | |
float | threshold |
Public Attributes inherited from rr_gl::PluginParams | |
const PluginParams * | next |
Adds bloom effect on top of scene render (next plugin).
|
inline |
Convenience ctor, for setting plugin parameters.
|
virtual |
Access to actual plugin code, called by Renderer.
Implements rr_gl::PluginParams.
float rr_gl::PluginParamsBloom::threshold |
Bloom effect is created only around pixels with intensity above this threshold. Default: 1. Lower values produce more bloom.