h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <BasicStrokeShaders.h>
Inheritance diagram for SamplingShader:
Public Member Functions | |
SamplingShader (float sampling) | |
virtual void | shade (Stroke &stroke) const |
SamplingShader | ( | float | sampling | ) | [inline] |
Builds the shader.
sampling | The sampling to use for the stroke resampling |
virtual void shade | ( | Stroke & | stroke | ) | const [virtual] |
The shading method
Reimplemented from StrokeShader.