|
Blender V4.3
|
#include <TextStrokeRenderer.h>
Inherits Freestyle::StrokeRenderer.
Public Member Functions | |
| TextStrokeRenderer (const char *iFileName=nullptr) | |
| virtual void | RenderStrokeRep (StrokeRep *iStrokeRep) const |
| virtual void | RenderStrokeRepBasic (StrokeRep *iStrokeRep) const |
Public Member Functions inherited from Freestyle::StrokeRenderer | |
| virtual | ~StrokeRenderer () |
Protected Attributes | |
| ofstream | _ofstream |
Additional Inherited Members | |
Static Public Member Functions inherited from Freestyle::StrokeRenderer | |
| static bool | loadTextures () |
Static Public Attributes inherited from Freestyle::StrokeRenderer | |
| static TextureManager * | _textureManager = nullptr |
Definition at line 41 of file TextStrokeRenderer.h.
| Freestyle::TextStrokeRenderer::TextStrokeRenderer | ( | const char * | iFileName = nullptr | ) |
Definition at line 11 of file TextStrokeRenderer.cpp.
References _ofstream, Freestyle::Canvas::getInstance(), Freestyle::Canvas::height(), and Freestyle::Canvas::width().
|
virtual |
Renders a stroke rep
Implements Freestyle::StrokeRenderer.
Definition at line 29 of file TextStrokeRenderer.cpp.
References RenderStrokeRepBasic().
|
virtual |
Implements Freestyle::StrokeRenderer.
Definition at line 34 of file TextStrokeRenderer.cpp.
References _ofstream, Freestyle::StrokeAttribute::getColorB(), Freestyle::StrokeAttribute::getColorG(), Freestyle::StrokeAttribute::getColorR(), Freestyle::StrokeRep::getStroke(), Freestyle::StrokeAttribute::getThicknessL(), Freestyle::StrokeAttribute::getThicknessR(), Freestyle::Stroke::strokeVerticesBegin(), and v.
Referenced by RenderStrokeRep().
|
mutableprotected |
Definition at line 50 of file TextStrokeRenderer.h.
Referenced by RenderStrokeRepBasic(), and TextStrokeRenderer().