LightsprintSDK 2021.08.08
|
#include <PluginContours.h>
Public Member Functions | |
PluginParamsContours (const PluginParams *_next, const rr::RRVec4 &_silhouetteColor, const rr::RRVec4 &_creaseColor) | |
virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Public Attributes | |
rr::RRVec4 | silhouetteColor |
rr::RRVec4 | creaseColor |
Public Attributes inherited from rr_gl::PluginParams | |
const PluginParams * | next |
Adds contours 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.
rr::RRVec4 rr_gl::PluginParamsContours::silhouetteColor |
Color and opacity of silhouettes.
rr::RRVec4 rr_gl::PluginParamsContours::creaseColor |
Color and opacity of creases.