Blender
V3.3
|
#include <TextStrokeRenderer.h>
Public Member Functions | |
TextStrokeRenderer (const char *iFileName=NULL) | |
virtual void | RenderStrokeRep (StrokeRep *iStrokeRep) const |
virtual void | RenderStrokeRepBasic (StrokeRep *iStrokeRep) const |
![]() | |
virtual | ~StrokeRenderer () |
Protected Attributes | |
ofstream | _ofstream |
Additional Inherited Members | |
![]() | |
static bool | loadTextures () |
![]() | |
static TextureManager * | _textureManager = nullptr |
Definition at line 39 of file TextStrokeRenderer.h.
Freestyle::TextStrokeRenderer::TextStrokeRenderer | ( | const char * | iFileName = NULL | ) |
Definition at line 9 of file TextStrokeRenderer.cpp.
References _ofstream, Freestyle::Canvas::getInstance(), Freestyle::Canvas::height(), usdtokens::out(), and Freestyle::Canvas::width().
Renders a stroke rep
Implements Freestyle::StrokeRenderer.
Definition at line 27 of file TextStrokeRenderer.cpp.
References RenderStrokeRepBasic().
Implements Freestyle::StrokeRenderer.
Definition at line 32 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 48 of file TextStrokeRenderer.h.
Referenced by RenderStrokeRepBasic(), and TextStrokeRenderer().