Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h
| Context not available. | |||||
| * Smoothes the stroke. | * Smoothes the stroke. | ||||
| * (Moves the vertices to make the stroke smoother). | * (Moves the vertices to make the stroke smoother). | ||||
| * Uses curvature flow to converge towards a curve of constant curvature. The diffusion method we use is anisotropic | * Uses curvature flow to converge towards a curve of constant curvature. The diffusion method we use is anisotropic | ||||
| * to prevent the diffusion accross corners. | * to prevent the diffusion across corners. | ||||
| * \see \htmlonly <a href=/smoothing/smoothing.html>smoothing/smoothing.html</a> \endhtmlonly | * \see \htmlonly <a href=/smoothing/smoothing.html>smoothing/smoothing.html</a> \endhtmlonly | ||||
| */ | */ | ||||
| class SmoothingShader : public StrokeShader | class SmoothingShader : public StrokeShader | ||||
| Context not available. | |||||