|
LightsprintSDK 2021.08.08
|
#include <PluginSky.h>
Public Member Functions | |
| PluginParamsSky (const PluginParams *_next, rr::RRSolver *_solver, float _skyMultiplier) | |
| virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
| virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Public Attributes | |
| rr::RRSolver * | solver |
| float | skyMultiplier |
Public Attributes inherited from rr_gl::PluginParams | |
| const PluginParams * | next |
Renders background or blend of backgrounds as they are set in given solver.
|
inline |
Convenience ctor, for setting plugin parameters.
|
virtual |
Access to actual plugin code, called by Renderer.
Implements rr_gl::PluginParams.
| rr::RRSolver* rr_gl::PluginParamsSky::solver |
Solver with environment you want to render.
| float rr_gl::PluginParamsSky::skyMultiplier |
Multiplier to use for sky rendering.