LightsprintSDK 2021.08.08
|
#include <PluginPanorama.h>
Public Member Functions | |
PluginParamsPanorama (const PluginParams *_next) | |
virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Additional Inherited Members | |
Public Attributes inherited from rr_gl::PluginParams | |
const PluginParams * | next |
Renders scene (calls next plugin) into cubemap, then transforms it back to 2d.
It is not reentrant because we did not need it yet, don't start rendering panorama2 in the middle of rendering panorama1.
|
inline |
Convenience ctor, for setting plugin parameters.
|
virtual |
Access to actual plugin code, called by Renderer.
Implements rr_gl::PluginParams.